Class: Google::Cloud::AIPlatform::V1::ListModelVersionCheckpointsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListModelVersionCheckpointsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_service.rb
Overview
Request message for ModelService.ListModelVersionCheckpoints.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
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.
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.
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.
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 |