Class SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions
-
- All Implemented Interfaces:
public final class SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptionsVertex provider-specific model configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.BuilderA builder for ProviderOptions.
public final classSessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.VertexVertex AI provider-specific settings
-
Method Summary
Modifier and Type Method Description final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertexvertex()Vertex AI provider-specific settings final JsonField<SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex>_vertex()Returns the raw JSON value of vertex. final Map<String, JsonValue>_additionalProperties()final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.BuildertoBuilder()final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptionsvalidate()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.Builderbuilder()Returns a mutable builder for constructing an instance of ProviderOptions. -
-
Method Detail
-
vertex
final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex vertex()
Vertex AI provider-specific settings
-
_vertex
final JsonField<SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex> _vertex()
Returns the raw JSON value of vertex.
Unlike vertex, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions.Builder toBuilder()
-
validate
final SessionExtractParams.Options.Model.VertexModelConfigObject.ProviderOptions 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.Builder builder()
Returns a mutable builder for constructing an instance of ProviderOptions.
The following fields are required:
.vertex()
-
-
-
-