Class: Google::Cloud::AIPlatform::V1::Checkpoint

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

Instance Attribute Details

#checkpoint_id::String

Returns The ID of the checkpoint.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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