public static class DataLabelingJobName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DataLabelingJobName |
build() |
String |
getDataLabelingJob() |
String |
getLocation() |
String |
getProject() |
DataLabelingJobName.Builder |
setDataLabelingJob(String dataLabelingJob) |
DataLabelingJobName.Builder |
setLocation(String location) |
DataLabelingJobName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getDataLabelingJob()
public DataLabelingJobName.Builder setProject(String project)
public DataLabelingJobName.Builder setLocation(String location)
public DataLabelingJobName.Builder setDataLabelingJob(String dataLabelingJob)
public DataLabelingJobName build()
Copyright © 2022 Google LLC. All rights reserved.