Class: Google::Cloud::AIPlatform::V1::DeployResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb
Overview
Response message for ModelGardenService.Deploy.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
readonly
Output only.
-
#model ⇒ ::String
readonly
Output only.
-
#publisher_model ⇒ ::String
readonly
Output only.
Instance Attribute Details
#endpoint ⇒ ::String (readonly)
Returns Output only. The name of the Endpoint created.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}.
216 217 218 219 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 216 class DeployResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String (readonly)
Returns Output only. The name of the Model created.
Format: projects/{project}/locations/{location}/models/{model}.
216 217 218 219 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 216 class DeployResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publisher_model ⇒ ::String (readonly)
Returns Output only. The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001.
216 217 218 219 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 216 class DeployResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |