public static interface BatchPredictionJob.OutputInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBigqueryOutputDataset()
Output only.
|
com.google.protobuf.ByteString |
getBigqueryOutputDatasetBytes()
Output only.
|
String |
getBigqueryOutputTable()
Output only.
|
com.google.protobuf.ByteString |
getBigqueryOutputTableBytes()
Output only.
|
String |
getGcsOutputDirectory()
Output only.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
Output only.
|
BatchPredictionJob.OutputInfo.OutputLocationCase |
getOutputLocationCase() |
boolean |
hasBigqueryOutputDataset()
Output only.
|
boolean |
hasGcsOutputDirectory()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
Output only. The full path of the Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasBigqueryOutputDataset()
Output only. The path of the BigQuery dataset created, in `bq://projectId.bqDatasetId` format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getBigqueryOutputDataset()
Output only. The path of the BigQuery dataset created, in `bq://projectId.bqDatasetId` format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getBigqueryOutputDatasetBytes()
Output only. The path of the BigQuery dataset created, in `bq://projectId.bqDatasetId` format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getBigqueryOutputTable()
Output only. The name of the BigQuery table created, in `predictions_<timestamp>` format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.
string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getBigqueryOutputTableBytes()
Output only. The name of the BigQuery table created, in `predictions_<timestamp>` format, into which the prediction output is written. Can be used by UI to generate the BigQuery output path, for example.
string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];BatchPredictionJob.OutputInfo.OutputLocationCase getOutputLocationCase()
Copyright © 2025 Google LLC. All rights reserved.