Class Endpoint.Builder

java.lang.Object
com.google.genai.types.Endpoint.Builder
Enclosing class:
Endpoint

public abstract static class Endpoint.Builder extends Object
Builder for Endpoint.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • name

      public abstract Endpoint.Builder name(String name)
      Setter for name.

      name: Resource name of the endpoint.

    • deployedModelId

      public abstract Endpoint.Builder deployedModelId(String deployedModelId)
      Setter for deployedModelId.

      deployedModelId: ID of the model that's deployed to the endpoint.

    • build

      public abstract Endpoint build()