Class: Google::Cloud::AutoML::V1::ExportDataRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::ExportDataRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Request message for AutoMl.ExportData.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#output_config ⇒ ::Google::Cloud::AutoML::V1::OutputConfig
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the dataset.
128 129 130 131 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 128 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#output_config ⇒ ::Google::Cloud::AutoML::V1::OutputConfig
Returns Required. The desired output location.
128 129 130 131 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 128 class ExportDataRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |