View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse (google_api_ai_platform v0.18.1)
Response message for NotebookService.ListNotebookRuntimeTemplates.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass to ListNotebookRuntimeTemplatesRequest.page_token to obtain that page. -
notebookRuntimeTemplates(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookRuntimeTemplate.t), default:nil) - List of NotebookRuntimeTemplates in the requested page.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListNotebookRuntimeTemplatesResponse{ nextPageToken: String.t() | nil, notebookRuntimeTemplates: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1NotebookRuntimeTemplate.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.