GoogleCloudAiplatformV1ImportFeatureValuesRequest constructor

GoogleCloudAiplatformV1ImportFeatureValuesRequest({
  1. GoogleCloudAiplatformV1AvroSource? avroSource,
  2. GoogleCloudAiplatformV1BigQuerySource? bigquerySource,
  3. GoogleCloudAiplatformV1CsvSource? csvSource,
  4. bool? disableIngestionAnalysis,
  5. bool? disableOnlineServing,
  6. String? entityIdField,
  7. List<GoogleCloudAiplatformV1ImportFeatureValuesRequestFeatureSpec>? featureSpecs,
  8. String? featureTime,
  9. String? featureTimeField,
  10. int? workerCount,
})

Implementation

GoogleCloudAiplatformV1ImportFeatureValuesRequest({
  this.avroSource,
  this.bigquerySource,
  this.csvSource,
  this.disableIngestionAnalysis,
  this.disableOnlineServing,
  this.entityIdField,
  this.featureSpecs,
  this.featureTime,
  this.featureTimeField,
  this.workerCount,
});