Class EndpointName.ProjectLocationPublisherModelBuilder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.EndpointName.ProjectLocationPublisherModelBuilder
-
- Enclosing class:
- EndpointName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class EndpointName.ProjectLocationPublisherModelBuilder extends ObjectBuilder for projects/{project}/locations/{location}/publishers/{publisher}/models/{model}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationPublisherModelBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointNamebuild()StringgetLocation()StringgetModel()StringgetProject()StringgetPublisher()EndpointName.ProjectLocationPublisherModelBuildersetLocation(String location)EndpointName.ProjectLocationPublisherModelBuildersetModel(String model)EndpointName.ProjectLocationPublisherModelBuildersetProject(String project)EndpointName.ProjectLocationPublisherModelBuildersetPublisher(String publisher)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getPublisher
public String getPublisher()
-
getModel
public String getModel()
-
setProject
public EndpointName.ProjectLocationPublisherModelBuilder setProject(String project)
-
setLocation
public EndpointName.ProjectLocationPublisherModelBuilder setLocation(String location)
-
setPublisher
public EndpointName.ProjectLocationPublisherModelBuilder setPublisher(String publisher)
-
setModel
public EndpointName.ProjectLocationPublisherModelBuilder setModel(String model)
-
build
public EndpointName build()
-
-