Interface protos.google.cloud.aiplatform.v1beta1.IListTensorboardRunsResponse (1.11.0)

Properties of a ListTensorboardRunsResponse.

Package

@google-cloud/aiplatform

Properties

nextPageToken

nextPageToken?: (string|null);

ListTensorboardRunsResponse nextPageToken

Property Value
TypeDescription
(string|null)

tensorboardRuns

tensorboardRuns?: (google.cloud.aiplatform.v1beta1.ITensorboardRun[]|null);

ListTensorboardRunsResponse tensorboardRuns

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ITensorboardRun[]|null)