Class: Google::Cloud::AIPlatform::V1::DeployedModelRef
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployedModelRef
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb
Overview
Points to a DeployedModel.
Instance Attribute Summary collapse
-
#deployed_model_id ⇒ ::String
Immutable.
-
#endpoint ⇒ ::String
Immutable.
Instance Attribute Details
#deployed_model_id ⇒ ::String
Returns Immutable. An ID of a DeployedModel in the above Endpoint.
31 32 33 34 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb', line 31 class DeployedModelRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Immutable. A resource name of an Endpoint.
31 32 33 34 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployed_model_ref.rb', line 31 class DeployedModelRef include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |