Class: Google::Cloud::AIPlatform::V1::DeleteModelVersionRequest

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

Overview

Request message for ModelService.DeleteModelVersion.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the model version to be deleted, with a version ID explicitly included.

Example: projects/{project}/locations/{location}/models/{model}@1234.

Returns:

  • (::String)

    Required. The name of the model version to be deleted, with a version ID explicitly included.

    Example: projects/{project}/locations/{location}/models/{model}@1234



318
319
320
321
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 318

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