Class PromptAnalyzerCreateResponse.Results.InputBlockListResults
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Results.InputBlockListResultsThe input block list results
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Results.InputBlockListResults.BuilderA builder for InputBlockListResults.
-
Method Summary
Modifier and Type Method Description final Optional<Double>elapsedMs()The time in milliseconds it took to process the input block list final Optional<List<String>>matches()final Optional<Boolean>verdict()The verdict of the input block list analysis final JsonField<Double>_elapsedMs()Returns the raw JSON value of elapsedMs. final JsonField<List<String>>_matches()Returns the raw JSON value of matches. final JsonField<Boolean>_verdict()Returns the raw JSON value of verdict. final Map<String, JsonValue>_additionalProperties()final PromptAnalyzerCreateResponse.Results.InputBlockListResults.BuildertoBuilder()final PromptAnalyzerCreateResponse.Results.InputBlockListResultsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Results.InputBlockListResults.Builderbuilder()Returns a mutable builder for constructing an instance of InputBlockListResults. -
-
Method Detail
-
elapsedMs
final Optional<Double> elapsedMs()
The time in milliseconds it took to process the input block list
-
_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.
-
_matches
final JsonField<List<String>> _matches()
Returns the raw JSON value of matches.
Unlike matches, 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.InputBlockListResults.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Results.InputBlockListResults validate()
-
builder
final static PromptAnalyzerCreateResponse.Results.InputBlockListResults.Builder builder()
Returns a mutable builder for constructing an instance of InputBlockListResults.
-
-
-
-