GoogleCloudAiplatformV1TimeSeriesDataPoint constructor

GoogleCloudAiplatformV1TimeSeriesDataPoint({
  1. GoogleCloudAiplatformV1TensorboardBlobSequence? blobs,
  2. GoogleCloudAiplatformV1Scalar? scalar,
  3. String? step,
  4. GoogleCloudAiplatformV1TensorboardTensor? tensor,
  5. String? wallTime,
})

Implementation

GoogleCloudAiplatformV1TimeSeriesDataPoint({
  this.blobs,
  this.scalar,
  this.step,
  this.tensor,
  this.wallTime,
});