View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTensorboardsResponse (google_api_ai_platform v0.13.0)
Response message for TensorboardService.ListTensorboards.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent as ListTensorboardsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. -
tensorboards
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensorboard.t)
, default:nil
) - The Tensorboards mathching the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ListTensorboardsResponse{ nextPageToken: String.t() | nil, tensorboards: [GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Tensorboard.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.