GoogleCloudAiplatformV1TimeSeriesDataPoint constructor
GoogleCloudAiplatformV1TimeSeriesDataPoint({
- GoogleCloudAiplatformV1TensorboardBlobSequence? blobs,
- GoogleCloudAiplatformV1Scalar? scalar,
- String? step,
- GoogleCloudAiplatformV1TensorboardTensor? tensor,
- String? wallTime,
Implementation
GoogleCloudAiplatformV1TimeSeriesDataPoint({
this.blobs,
this.scalar,
this.step,
this.tensor,
this.wallTime,
});