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