Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::UpdateDatasetRequest.
Request message for AutoMl.UpdateDataset
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dataset
def dataset() -> ::Google::Cloud::AutoML::V1beta1::Dataset
Returns
- (::Google::Cloud::AutoML::V1beta1::Dataset) — Required. The dataset which replaces the resource on the server.
#dataset=
def dataset=(value) -> ::Google::Cloud::AutoML::V1beta1::Dataset
Parameter
- value (::Google::Cloud::AutoML::V1beta1::Dataset) — Required. The dataset which replaces the resource on the server.
Returns
- (::Google::Cloud::AutoML::V1beta1::Dataset) — Required. The dataset which replaces the resource on the server.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The update mask applies to the resource.
Returns
- (::Google::Protobuf::FieldMask) — The update mask applies to the resource.