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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/operations.rb

Overview

Details of ExportData operation.

Defined Under Namespace

Classes: ExportDataOutputInfo

Instance Attribute Summary collapse

Instance Attribute Details

#output_info::Google::Cloud::AutoML::V1beta1::ExportDataOperationMetadata::ExportDataOutputInfo

Returns Output only. Information further describing this export data's output.

Returns:



107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 107

class ExportDataOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Further describes this export data's output.
  # Supplements
  # {::Google::Cloud::AutoML::V1beta1::OutputConfig OutputConfig}.
  # @!attribute [rw] gcs_output_directory
  #   @return [::String]
  #     The full path of the Google Cloud Storage directory created, into which
  #     the exported data is written.
  # @!attribute [rw] bigquery_output_dataset
  #   @return [::String]
  #     The path of the BigQuery dataset created, in bq://projectId.bqDatasetId
  #     format, into which the exported data is written.
  class ExportDataOutputInfo
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end