Class: Google::Cloud::AIPlatform::V1::ModelVersionCheckpoint

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

Instance Attribute Details

#checkpoint_id::String

Returns The ID of the checkpoint.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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