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.
4961 4962 4963 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 4961 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
4959 4960 4961 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 4959 def deployed_model @deployed_model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4966 4967 4968 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 4966 def update!(**args) @deployed_model = args[:deployed_model] if args.key?(:deployed_model) end |