GoogleCloudAiplatformV1TimestampSplit constructor

GoogleCloudAiplatformV1TimestampSplit({
  1. String? key,
  2. double? testFraction,
  3. double? trainingFraction,
  4. double? validationFraction,
})

Implementation

GoogleCloudAiplatformV1TimestampSplit({
  this.key,
  this.testFraction,
  this.trainingFraction,
  this.validationFraction,
});