Class: Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Further describes the output of the evaluated examples export. Supplements
Instance Attribute Summary collapse
-
#bigquery_output_dataset ⇒ ::String
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the output of export evaluated examples is written.
Instance Attribute Details
#bigquery_output_dataset ⇒ ::String
Returns The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the output of export evaluated examples is written.
198 199 200 201 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 198 class ExportEvaluatedExamplesOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |