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