Class: Google::Cloud::AIPlatform::V1::CopyModelResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CopyModelResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message of ModelService.CopyModel operation.
Instance Attribute Summary collapse
-
#model ⇒ ::String
The name of the copied Model resource.
-
#model_version_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#model ⇒ ::String
Returns The name of the copied Model resource.
Format: projects/{project}/locations/{location}/models/{model}
.
494 495 496 497 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 494 class CopyModelResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_version_id ⇒ ::String (readonly)
Returns Output only. The version ID of the model that is copied.
494 495 496 497 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 494 class CopyModelResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |