Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CopyModelResponse (v0.19.0)

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

Response message of ModelService.CopyModel operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model

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

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — The name of the copied Model resource. Format: projects/{project}/locations/{location}/models/{model}
Returns
  • (::String) — The name of the copied 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 copied.