Class: Google::Cloud::AutoML::V1::UpdateModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1/service.rb

Overview

Request message for AutoMl.UpdateModel

Instance Attribute Summary collapse

Instance Attribute Details

#model::Google::Cloud::AutoML::V1::Model

Returns Required. The model which replaces the resource on the server.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 221

class UpdateModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The update mask applies to the resource.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 221

class UpdateModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end