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.
212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 |
# File 'proto_docs/google/cloud/automl/v1beta1/operations.rb', line 212 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 |