Package com.google.cloud.automl.v1beta1
Interface ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo
,ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfo.Builder
- Enclosing class:
- ExportEvaluatedExamplesOperationMetadata
public static interface ExportEvaluatedExamplesOperationMetadata.ExportEvaluatedExamplesOutputInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the output of export evaluated examples is written.com.google.protobuf.ByteString
getBigqueryOutputDatasetBytes()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the output of export evaluated examples is written.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBigqueryOutputDataset
String getBigqueryOutputDataset()
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the output of export evaluated examples 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 output of export evaluated examples is written.
string bigquery_output_dataset = 2;
- Returns:
- The bytes for bigqueryOutputDataset.
-
-