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 Object
Builder for projects/{project}/locations/{location}/publishers/{publisher}/models/{model}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationPublisherModelBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointName
build()
String
getLocation()
String
getModel()
String
getProject()
String
getPublisher()
EndpointName.ProjectLocationPublisherModelBuilder
setLocation(String location)
EndpointName.ProjectLocationPublisherModelBuilder
setModel(String model)
EndpointName.ProjectLocationPublisherModelBuilder
setProject(String project)
EndpointName.ProjectLocationPublisherModelBuilder
setPublisher(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()
-
-