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.
6116 6117 6118 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6116 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
6114 6115 6116 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6114 def deployed_model @deployed_model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6121 6122 6123 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6121 def update!(**args) @deployed_model = args[:deployed_model] if args.key?(:deployed_model) end |