GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListModelVersionCheckpointsResponse (google_api_ai_platform v0.27.0)
View SourceResponse message for ModelService.ListModelVersionCheckpoints
Attributes
-
checkpoints
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelVersionCheckpoint.t)
, default:nil
) - List of Model Version checkpoints. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. Pass to ListModelVersionCheckpointsRequest.page_token to obtain that page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListModelVersionCheckpointsResponse{ checkpoints: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelVersionCheckpoint.t() ] | nil, nextPageToken: String.t() | nil }