Class: Google::Cloud::AIPlatform::V1::DeployModelResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb

Overview

Response message for EndpointService.DeployModel.

Instance Attribute Summary collapse

Instance Attribute Details

#deployed_model::Google::Cloud::AIPlatform::V1::DeployedModel

Returns The DeployedModel that had been deployed in the Endpoint.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 223

class DeployModelResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end