View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListExecutionsResponse (google_api_ai_platform v0.5.0)
Response message for MetadataService.ListExecutions.
Attributes
-
executions
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t)
, default:nil
) - The Executions retrieved from the MetadataStore. -
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as ListExecutionsRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListExecutionsResponse{ executions: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Execution.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.