Class: Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Further describes this export data's output. Supplements OutputConfig.
Instance Attribute Summary collapse
-
#bigquery_output_dataset ⇒ ::String
The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written.
-
#gcs_output_directory ⇒ ::String
The full path of the Google Cloud Storage directory created, into which the exported data 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 exported data is written.
122 123 124 125 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 122 class ExportDataOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_output_directory ⇒ ::String
Returns The full path of the Google Cloud Storage directory created, into which the exported data is written.
122 123 124 125 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 122 class ExportDataOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |