Class: Google::Cloud::AIPlatform::V1::UploadModelResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UploadModelResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Response message of ModelService.UploadModel operation.
Instance Attribute Summary collapse
-
#model ⇒ ::String
The name of the uploaded Model resource.
-
#model_version_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#model ⇒ ::String
Returns The name of the uploaded Model resource.
Format: projects/{project}/locations/{location}/models/{model}
.
79 80 81 82 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 79 class UploadModelResponse 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 uploaded.
79 80 81 82 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 79 class UploadModelResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |