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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLabelingJobName
build()
String
getDataLabelingJob()
String
getLocation()
String
getProject()
DataLabelingJobName.Builder
setDataLabelingJob(String dataLabelingJob)
DataLabelingJobName.Builder
setLocation(String location)
DataLabelingJobName.Builder
setProject(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()
-
-