Class SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers
-
- All Implemented Interfaces:
public final class SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.HeadersCustom headers sent with every request to the Vertex AI provider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers.BuildertoBuilder()final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headersvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers.Builder toBuilder()
-
validate
final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers 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 SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-