Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::ExportDataRequest.
Request message for AutoMl.ExportData.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the dataset.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the dataset.
Returns
- (::String) — Required. The resource name of the dataset.
#output_config
def output_config() -> ::Google::Cloud::AutoML::V1::OutputConfig
Returns
- (::Google::Cloud::AutoML::V1::OutputConfig) — Required. The desired output location.
#output_config=
def output_config=(value) -> ::Google::Cloud::AutoML::V1::OutputConfig
Parameter
- value (::Google::Cloud::AutoML::V1::OutputConfig) — Required. The desired output location.
Returns
- (::Google::Cloud::AutoML::V1::OutputConfig) — Required. The desired output location.