Class: Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo

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 the output of the evaluated examples export. Supplements

ExportEvaluatedExamplesOutputConfig.

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 output of export evaluated examples is written.

Returns:

  • (::String)

    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