Class PromptAnalyzerCreateResponse.Results.OutputCodeResults
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Results.OutputCodeResultsThe output code results
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Results.OutputCodeResults.BuilderA builder for OutputCodeResults.
-
Method Summary
Modifier and Type Method Description final Optional<Double>elapsedMs()The time in milliseconds it took to process the output code final Optional<Boolean>verdict()The verdict of the output code analysis final JsonField<Double>_elapsedMs()Returns the raw JSON value of elapsedMs. final JsonField<Boolean>_verdict()Returns the raw JSON value of verdict. final Map<String, JsonValue>_additionalProperties()final PromptAnalyzerCreateResponse.Results.OutputCodeResults.BuildertoBuilder()final PromptAnalyzerCreateResponse.Results.OutputCodeResultsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Results.OutputCodeResults.Builderbuilder()Returns a mutable builder for constructing an instance of OutputCodeResults. -
-
Method Detail
-
elapsedMs
final Optional<Double> elapsedMs()
The time in milliseconds it took to process the output code
-
_elapsedMs
final JsonField<Double> _elapsedMs()
Returns the raw JSON value of elapsedMs.
Unlike elapsedMs, this method doesn't throw if the JSON field has an unexpected type.
-
_verdict
final JsonField<Boolean> _verdict()
Returns the raw JSON value of verdict.
Unlike verdict, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Results.OutputCodeResults.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Results.OutputCodeResults 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.Results.OutputCodeResults.Builder builder()
Returns a mutable builder for constructing an instance of OutputCodeResults.
-
-
-
-