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
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
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
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 |