Class: Google::Cloud::AIPlatform::V1::MutateDeployedModelRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_model::Google::Cloud::AIPlatform::V1::DeployedModel

Returns Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:

Returns:



313
314
315
316
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313

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

#endpoint::String

Returns Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

Returns:

  • (::String)

    Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}



313
314
315
316
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The update mask applies to the resource. See google.protobuf.FieldMask.

Returns:



313
314
315
316
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313

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