Class PromptAnalyzerCreateResponse.Response
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Response.BuilderA builder for Response.
-
Method Summary
-
-
Method Detail
-
unmodifiedOutput
final Optional<String> unmodifiedOutput()
-
unmodifiedPrompt
final Optional<String> unmodifiedPrompt()
-
_model
final JsonField<String> _model()
Returns the raw JSON value of model.
Unlike model, this method doesn't throw if the JSON field has an unexpected type.
-
_output
final JsonField<String> _output()
Returns the raw JSON value of output.
Unlike output, this method doesn't throw if the JSON field has an unexpected type.
-
_prompt
final JsonField<String> _prompt()
Returns the raw JSON value of prompt.
Unlike prompt, this method doesn't throw if the JSON field has an unexpected type.
-
_provider
final JsonField<String> _provider()
Returns the raw JSON value of provider.
Unlike provider, this method doesn't throw if the JSON field has an unexpected type.
-
_unmodifiedOutput
final JsonField<String> _unmodifiedOutput()
Returns the raw JSON value of unmodifiedOutput.
Unlike unmodifiedOutput, this method doesn't throw if the JSON field has an unexpected type.
-
_unmodifiedPrompt
final JsonField<String> _unmodifiedPrompt()
Returns the raw JSON value of unmodifiedPrompt.
Unlike unmodifiedPrompt, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Response.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Response validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static PromptAnalyzerCreateResponse.Response.Builder builder()
Returns a mutable builder for constructing an instance of Response.
-
-
-
-