GoogleCloudAiplatformV1ListTensorboardRunsResponse constructor
GoogleCloudAiplatformV1ListTensorboardRunsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1TensorboardRun> ? tensorboardRuns,
Implementation
GoogleCloudAiplatformV1ListTensorboardRunsResponse({
this.nextPageToken,
this.tensorboardRuns,
});