Package com.google.genai.types
Class Endpoint.Builder
java.lang.Object
com.google.genai.types.Endpoint.Builder
- Enclosing class:
- Endpoint
Builder for Endpoint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Endpoint
build()
abstract Endpoint.Builder
deployedModelId
(String deployedModelId) Setter for deployedModelId.abstract Endpoint.Builder
Setter for name.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Setter for name.name: Resource name of the endpoint.
-
deployedModelId
Setter for deployedModelId.deployedModelId: ID of the model that's deployed to the endpoint.
-
build
-