Class: Google::Cloud::AIPlatform::V1::ModelVersionCheckpoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ModelVersionCheckpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
A proto representation of a Spanner-stored ModelVersionCheckpoint. The meaning of the fields is equivalent to their in-Spanner counterparts.
Instance Attribute Summary collapse
-
#checkpoint_id ⇒ ::String
The ID of the checkpoint.
-
#epoch ⇒ ::Integer
The epoch of the checkpoint.
-
#step ⇒ ::Integer
The step of the checkpoint.
Instance Attribute Details
#checkpoint_id ⇒ ::String
Returns The ID of the checkpoint.
281 282 283 284 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 281 class ModelVersionCheckpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#epoch ⇒ ::Integer
Returns The epoch of the checkpoint.
281 282 283 284 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 281 class ModelVersionCheckpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step ⇒ ::Integer
Returns The step of the checkpoint.
281 282 283 284 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 281 class ModelVersionCheckpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |