Package com.google.cloud.automl.v1beta1
Interface BatchPredictOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchPredictOutputConfig
,BatchPredictOutputConfig.Builder
public interface BatchPredictOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryDestination
getBigqueryDestination()
The BigQuery location where the output is to be written to.BigQueryDestinationOrBuilder
getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.BatchPredictOutputConfig.DestinationCase
getDestinationCase()
GcsDestination
getGcsDestination()
The Google Cloud Storage location of the directory where the output is to be written to.GcsDestinationOrBuilder
getGcsDestinationOrBuilder()
The Google Cloud Storage location of the directory where the output is to be written to.boolean
hasBigqueryDestination()
The BigQuery location where the output is to be written to.boolean
hasGcsDestination()
The Google Cloud Storage location of the directory where the output is to be written to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsDestination
boolean hasGcsDestination()
The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
- Returns:
- Whether the gcsDestination field is set.
-
getGcsDestination
GcsDestination getGcsDestination()
The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
- Returns:
- The gcsDestination.
-
getGcsDestinationOrBuilder
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
The Google Cloud Storage location of the directory where the output is to be written to.
.google.cloud.automl.v1beta1.GcsDestination gcs_destination = 1;
-
hasBigqueryDestination
boolean hasBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- Whether the bigqueryDestination field is set.
-
getBigqueryDestination
BigQueryDestination getBigqueryDestination()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationOrBuilder
BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
The BigQuery location where the output is to be written to.
.google.cloud.automl.v1beta1.BigQueryDestination bigquery_destination = 2;
-
getDestinationCase
BatchPredictOutputConfig.DestinationCase getDestinationCase()
-
-