Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeployResponse.
Response message for ModelGardenService.Deploy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint
def endpoint() -> ::String
Returns
-
(::String) — Output only. The name of the Endpoint created.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
#model
def model() -> ::String
Returns
-
(::String) — Output only. The name of the Model created.
Format:
projects/{project}/locations/{location}/models/{model}
#publisher_model
def publisher_model() -> ::String
Returns
-
(::String) — Output only. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
, orpublishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001