GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport constructor

GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport({
  1. String? snapshotTime,
  2. String? startTime,
})

Implementation

GoogleCloudAiplatformV1ExportFeatureValuesRequestSnapshotExport({
  this.snapshotTime,
  this.startTime,
});