Package com.google.genai.types
Class Endpoint.Builder
-
- All Implemented Interfaces:
public abstract class Endpoint.BuilderBuilder for Endpoint.
-
-
Constructor Summary
Constructors Constructor Description Endpoint.Builder()
-
Method Summary
Modifier and Type Method Description abstract Endpoint.Buildername(String name)Setter for name. Endpoint.BuilderclearName()Clears the value of name field. abstract Endpoint.BuilderdeployedModelId(String deployedModelId)Setter for deployedModelId. Endpoint.BuilderclearDeployedModelId()Clears the value of deployedModelId field. abstract Endpointbuild()-
-
Method Detail
-
name
abstract Endpoint.Builder name(String name)
Setter for name.
name: Resource name of the endpoint.
-
clearName
@CanIgnoreReturnValue() Endpoint.Builder clearName()
Clears the value of name field.
-
deployedModelId
abstract Endpoint.Builder deployedModelId(String deployedModelId)
Setter for deployedModelId.
deployedModelId: ID of the model that's deployed to the endpoint.
-
clearDeployedModelId
@CanIgnoreReturnValue() Endpoint.Builder clearDeployedModelId()
Clears the value of deployedModelId field.
-
-
-
-