Class DataLabelingJobName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.DataLabelingJobName.Builder
-
- Enclosing class:
- DataLabelingJobName
public static class DataLabelingJobName.Builder extends Object
Builder for projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLabelingJobNamebuild()StringgetDataLabelingJob()StringgetLocation()StringgetProject()DataLabelingJobName.BuildersetDataLabelingJob(String dataLabelingJob)DataLabelingJobName.BuildersetLocation(String location)DataLabelingJobName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getDataLabelingJob
public String getDataLabelingJob()
-
setProject
public DataLabelingJobName.Builder setProject(String project)
-
setLocation
public DataLabelingJobName.Builder setLocation(String location)
-
setDataLabelingJob
public DataLabelingJobName.Builder setDataLabelingJob(String dataLabelingJob)
-
build
public DataLabelingJobName build()
-
-