Class: Google::Cloud::AIPlatform::V1::ListModelVersionCheckpointsRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the model version to list checkpoints for. projects/{project}/locations/{location}/models/{model}@{version} Example: projects/{project}/locations/{location}/models/{model}@2 or projects/{project}/locations/{location}/models/{model}@golden If no version ID or alias is specified, the latest version will be used.

Returns:

  • (::String)

    Required. The name of the model version to list checkpoints for. projects/{project}/locations/{location}/models/{model}@{version} Example: projects/{project}/locations/{location}/models/{model}@2 or projects/{project}/locations/{location}/models/{model}@golden If no version ID or alias is specified, the latest version will be used.



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 265

class ListModelVersionCheckpointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

Returns Optional. The standard list page size.

Returns:

  • (::Integer)

    Optional. The standard list page size.



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 265

class ListModelVersionCheckpointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.

Returns:



265
266
267
268
# File 'proto_docs/google/cloud/aiplatform/v1/model_service.rb', line 265

class ListModelVersionCheckpointsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end