Class: Google::Cloud::AIPlatform::V1::Checkpoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Checkpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model.rb
Overview
Describes the machine learning model version checkpoint.
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.
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 1016 class Checkpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#epoch ⇒ ::Integer
Returns The epoch of the checkpoint.
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 1016 class Checkpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step ⇒ ::Integer
Returns The step of the checkpoint.
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/aiplatform/v1/model.rb', line 1016 class Checkpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |