Class: Google::Cloud::AIPlatform::V1::DeployedModel::Status

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#available_replica_count::Integer (readonly)

Returns Output only. The number of available replicas of the deployed model.

Returns:

  • (::Integer)

    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.

Returns:



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).

Returns:

  • (::String)

    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