Class PromptAnalyzerCreateResponse.Results.OutputUrlResults
-
- All Implemented Interfaces:
public final class PromptAnalyzerCreateResponse.Results.OutputUrlResultsThe output URL results
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPromptAnalyzerCreateResponse.Results.OutputUrlResults.BuilderA builder for OutputUrlResults.
-
Method Summary
Modifier and Type Method Description final Optional<Double>elapsedMs()The time in milliseconds it took to process the guardrail final Optional<List<String>>urls()final JsonField<Double>_elapsedMs()Returns the raw JSON value of elapsedMs. final JsonField<List<String>>_urls()Returns the raw JSON value of urls. final Map<String, JsonValue>_additionalProperties()final PromptAnalyzerCreateResponse.Results.OutputUrlResults.BuildertoBuilder()final PromptAnalyzerCreateResponse.Results.OutputUrlResultsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static PromptAnalyzerCreateResponse.Results.OutputUrlResults.Builderbuilder()Returns a mutable builder for constructing an instance of OutputUrlResults. -
-
Method Detail
-
elapsedMs
final Optional<Double> elapsedMs()
The time in milliseconds it took to process the guardrail
-
_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.
-
_urls
final JsonField<List<String>> _urls()
Returns the raw JSON value of urls.
Unlike urls, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final PromptAnalyzerCreateResponse.Results.OutputUrlResults.Builder toBuilder()
-
validate
final PromptAnalyzerCreateResponse.Results.OutputUrlResults validate()
-
builder
final static PromptAnalyzerCreateResponse.Results.OutputUrlResults.Builder builder()
Returns a mutable builder for constructing an instance of OutputUrlResults.
-
-
-
-