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