GoogleCloudAiplatformV1ListTensorboardExperimentsResponse constructor
GoogleCloudAiplatformV1ListTensorboardExperimentsResponse({
- String? nextPageToken,
- List<
GoogleCloudAiplatformV1TensorboardExperiment> ? tensorboardExperiments,
Implementation
GoogleCloudAiplatformV1ListTensorboardExperimentsResponse({
this.nextPageToken,
this.tensorboardExperiments,
});