public static class BatchPredictionJobName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BatchPredictionJobName |
build() |
String |
getBatchPredictionJob() |
String |
getLocation() |
String |
getProject() |
BatchPredictionJobName.Builder |
setBatchPredictionJob(String batchPredictionJob) |
BatchPredictionJobName.Builder |
setLocation(String location) |
BatchPredictionJobName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getBatchPredictionJob()
public BatchPredictionJobName.Builder setProject(String project)
public BatchPredictionJobName.Builder setLocation(String location)
public BatchPredictionJobName.Builder setBatchPredictionJob(String batchPredictionJob)
public BatchPredictionJobName build()
Copyright © 2025 Google LLC. All rights reserved.