View Source GoogleApi.Notebooks.V1.Model.ListExecutionsResponse (google_api_notebooks v0.11.0)

Response for listing scheduled notebook executions

Attributes

  • executions (type: list(GoogleApi.Notebooks.V1.Model.Execution.t), default: nil) - A list of returned instances.
  • nextPageToken (type: String.t, default: nil) - Page token that can be used to continue listing from the last result in the next list call.
  • unreachable (type: list(String.t), default: nil) - Executions IDs that could not be reached. For example: ['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Notebooks.V1.Model.ListExecutionsResponse{
  executions: [GoogleApi.Notebooks.V1.Model.Execution.t()] | nil,
  nextPageToken: String.t() | nil,
  unreachable: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.