Package com.google.cloud.automl.v1beta1
Interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchPredictOperationMetadata.BatchPredictOutputInfo,BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
- Enclosing class:
- BatchPredictOperationMetadata
public static interface BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBigqueryOutputDataset()The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.com.google.protobuf.ByteStringgetBigqueryOutputDatasetBytes()The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.StringgetGcsOutputDirectory()The full path of the Google Cloud Storage directory created, into which the prediction output is written.com.google.protobuf.ByteStringgetGcsOutputDirectoryBytes()The full path of the Google Cloud Storage directory created, into which the prediction output is written.BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCasegetOutputLocationCase()booleanhasBigqueryOutputDataset()The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.booleanhasGcsOutputDirectory()The full path of the Google Cloud Storage directory created, into which the prediction output is written.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsOutputDirectory
boolean hasGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;- Returns:
- Whether the gcsOutputDirectory field is set.
-
getGcsOutputDirectory
String getGcsOutputDirectory()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;- Returns:
- The gcsOutputDirectory.
-
getGcsOutputDirectoryBytes
com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
The full path of the Google Cloud Storage directory created, into which the prediction output is written.
string gcs_output_directory = 1;- Returns:
- The bytes for gcsOutputDirectory.
-
hasBigqueryOutputDataset
boolean hasBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;- Returns:
- Whether the bigqueryOutputDataset field is set.
-
getBigqueryOutputDataset
String getBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;- Returns:
- The bigqueryOutputDataset.
-
getBigqueryOutputDatasetBytes
com.google.protobuf.ByteString getBigqueryOutputDatasetBytes()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.
string bigquery_output_dataset = 2;- Returns:
- The bytes for bigqueryOutputDataset.
-
getOutputLocationCase
BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()
-
-