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