Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListModelVersionCheckpointsRequest.
Request message for ModelService.ListModelVersionCheckpoints.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
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
orprojects/{project}/locations/{location}/models/{model}@golden
If no version ID or alias is specified, the latest version will be used.
#name=
def name=(value) -> ::String
Parameter
-
value (::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
orprojects/{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
orprojects/{project}/locations/{location}/models/{model}@golden
If no version ID or alias is specified, the latest version will be used.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. The standard list page size.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The standard list page size.
Returns
- (::Integer) — Optional. The standard list page size.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.
Returns
- (::String) — Optional. The standard list page token. Typically obtained via next_page_token of the previous ListModelVersionCheckpoints call.