Class: Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/operations.rb
Overview
Details of EvaluatedExamples operation.
Defined Under Namespace
Classes: ExportEvaluatedExamplesOutputInfo
Instance Attribute Summary collapse
Instance Attribute Details
#output_info ⇒ ::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOperationMetadata::ExportEvaluatedExamplesOutputInfo
Returns Output only. Information further describing the output of this evaluated examples export.
186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 186 class ExportEvaluatedExamplesOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Further describes the output of the evaluated examples export. # Supplements # # {::Google::Cloud::AutoML::V1beta1::ExportEvaluatedExamplesOutputConfig ExportEvaluatedExamplesOutputConfig}. # @!attribute [rw] bigquery_output_dataset # @return [::String] # The path of the BigQuery dataset created, in bq://projectId.bqDatasetId # format, into which the output of export evaluated examples is written. class ExportEvaluatedExamplesOutputInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |