Class SessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex
-
- All Implemented Interfaces:
public final class SessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.VertexVertex AI provider-specific settings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.BuilderA builder for Vertex.
public final classSessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.HeadersCustom headers sent with every request to the Vertex AI provider
-
Method Summary
-
-
Method Detail
-
headers
final Optional<SessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers> headers()
Custom headers sent with every request to the Vertex AI provider
-
_location
final JsonField<String> _location()
Returns the raw JSON value of location.
Unlike location, this method doesn't throw if the JSON field has an unexpected type.
-
_project
final JsonField<String> _project()
Returns the raw JSON value of project.
Unlike project, this method doesn't throw if the JSON field has an unexpected type.
-
_baseUrl
final JsonField<String> _baseUrl()
Returns the raw JSON value of baseUrl.
Unlike baseUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_headers
final JsonField<SessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex.Headers> _headers()
Returns the raw JSON value of headers.
Unlike headers, 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.Vertex.Builder toBuilder()
-
validate
final SessionActParams.Options.Model.VertexModelConfigObject.ProviderOptions.Vertex 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.Vertex.Builder builder()
Returns a mutable builder for constructing an instance of Vertex.
The following fields are required:
.location() .project()
-
-
-
-