Class: Google::Cloud::AIPlatform::V1::DeployedModel::Status
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployedModel::Status
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint.rb
Overview
Runtime status of the deployed model.
Instance Attribute Summary collapse
-
#available_replica_count ⇒ ::Integer
readonly
Output only.
-
#last_update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#available_replica_count ⇒ ::Integer (readonly)
Returns Output only. The number of available replicas of the deployed model.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 316 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which the status was last updated.
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 316 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String (readonly)
Returns Output only. The latest deployed model's status message (if any).
316 317 318 319 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint.rb', line 316 class Status include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |