Class BatchPredictionJobName.Builder
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.BatchPredictionJobName.Builder
-
- Enclosing class:
- BatchPredictionJobName
public static class BatchPredictionJobName.Builder extends Object
Builder for projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchPredictionJobName
build()
String
getBatchPredictionJob()
String
getLocation()
String
getProject()
BatchPredictionJobName.Builder
setBatchPredictionJob(String batchPredictionJob)
BatchPredictionJobName.Builder
setLocation(String location)
BatchPredictionJobName.Builder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getBatchPredictionJob
public String getBatchPredictionJob()
-
setProject
public BatchPredictionJobName.Builder setProject(String project)
-
setLocation
public BatchPredictionJobName.Builder setLocation(String location)
-
setBatchPredictionJob
public BatchPredictionJobName.Builder setBatchPredictionJob(String batchPredictionJob)
-
build
public BatchPredictionJobName build()
-
-