Class InteractionAnalyzeParams
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.core.Params
public final class InteractionAnalyzeParams implements Params
Performs a detailed security analysis of the input and/or output of LLM interactions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInteractionAnalyzeParams.BuilderA builder for InteractionAnalyzeParams.
public final classInteractionAnalyzeParams.Bodypublic final classInteractionAnalyzeParams.Metadatapublic final classInteractionAnalyzeParams.Inputpublic final classInteractionAnalyzeParams.Output
-
Method Summary
-
-
Method Detail
-
hlProjectId
final Optional<String> hlProjectId()
-
xCorrelationId
final Optional<String> xCorrelationId()
-
metadata
final InteractionAnalyzeParams.Metadata metadata()
-
input
final Optional<InteractionAnalyzeParams.Input> input()
-
output
final Optional<InteractionAnalyzeParams.Output> output()
-
_metadata
final JsonField<InteractionAnalyzeParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_input
final JsonField<InteractionAnalyzeParams.Input> _input()
Returns the raw JSON value of input.
Unlike input, this method doesn't throw if the JSON field has an unexpected type.
-
_output
final JsonField<InteractionAnalyzeParams.Output> _output()
Returns the raw JSON value of output.
Unlike output, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final InteractionAnalyzeParams.Builder toBuilder()
-
_body
final InteractionAnalyzeParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static InteractionAnalyzeParams.Builder builder()
Returns a mutable builder for constructing an instance of InteractionAnalyzeParams.
The following fields are required:
.metadata()
-
-
-
-