Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UploadModelResponse (v0.11.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::UploadModelResponse.

Response message of ModelService.UploadModel operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model

def model() -> ::String
Returns
  • (::String) — The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}
Returns
  • (::String) — The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}

#model_version_id

def model_version_id() -> ::String
Returns
  • (::String) — Output only. The version ID of the model that is uploaded.