Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployModelResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployModelResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Response message for EndpointService.DeployModel.
Instance Attribute Summary collapse
-
#deployed_model ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel
A deployment of a Model.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1DeployModelResponse
constructor
A new instance of GoogleCloudAiplatformV1DeployModelResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1DeployModelResponse
Returns a new instance of GoogleCloudAiplatformV1DeployModelResponse.
5137 5138 5139 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5137 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deployed_model ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1DeployedModel
A deployment of a Model. Endpoints contain one or more DeployedModels.
Corresponds to the JSON property deployedModel
5135 5136 5137 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5135 def deployed_model @deployed_model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5142 5143 5144 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 5142 def update!(**args) @deployed_model = args[:deployed_model] if args.key?(:deployed_model) end |