GoogleCloudAiplatformV1SampleConfig constructor

GoogleCloudAiplatformV1SampleConfig({
  1. int? followingBatchSamplePercentage,
  2. int? initialBatchSamplePercentage,
  3. String? sampleStrategy,
})

Implementation

GoogleCloudAiplatformV1SampleConfig({
  this.followingBatchSamplePercentage,
  this.initialBatchSamplePercentage,
  this.sampleStrategy,
});