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