Class: Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo

Inherits:
Object
  • Object
show all
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

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.

Note: The following fields are mutually exclusive: bigquery_output_dataset, gcs_output_directory. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the exported data is written.

    Note: The following fields are mutually exclusive: bigquery_output_dataset, gcs_output_directory. If a field in that set is populated, all other fields in the set will automatically be cleared.



144
145
146
147
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 144

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.

Note: The following fields are mutually exclusive: gcs_output_directory, bigquery_output_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    The full path of the Google Cloud Storage directory created, into which the exported data is written.

    Note: The following fields are mutually exclusive: gcs_output_directory, bigquery_output_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.



144
145
146
147
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 144

class ExportDataOutputInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end