Class: Google::Cloud::AIPlatform::V1::UploadModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UploadModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.UploadModel.
Instance Attribute Summary collapse
-
#model ⇒ ::Google::Cloud::AIPlatform::V1::Model
Required.
-
#model_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
-
#parent_model ⇒ ::String
Optional.
Instance Attribute Details
#model ⇒ ::Google::Cloud::AIPlatform::V1::Model
Returns Required. The Model to create.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 43 class UploadModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_id ⇒ ::String
Returns Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name.
This value may be up to 63 characters, and valid characters are
[a-z0-9_-]
. The first character cannot be a number or hyphen.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 43 class UploadModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location into which to upload the Model.
Format: projects/{project}/locations/{location}
.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 43 class UploadModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_model ⇒ ::String
Returns Optional. The resource name of the model into which to upload the version. Only specify this field when uploading a new version.
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 43 class UploadModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |