Class: Google::Cloud::AIPlatform::V1::UploadModelRequest

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.UploadModel.

Instance Attribute Summary collapse

Instance Attribute Details

#model::Google::Cloud::AIPlatform::V1::Model

Returns Required. The Model to create.

Returns:



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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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