ImportFeatureValuesRequest constructor

ImportFeatureValuesRequest({
  1. AvroSource? avroSource,
  2. BigQuerySource? bigquerySource,
  3. CsvSource? csvSource,
  4. String? featureTimeField,
  5. Timestamp? featureTime,
  6. required String entityType,
  7. String entityIdField = '',
  8. required List<ImportFeatureValuesRequest_FeatureSpec> featureSpecs,
  9. bool disableOnlineServing = false,
  10. int workerCount = 0,
  11. bool disableIngestionAnalysis = false,
})

Implementation

ImportFeatureValuesRequest({
  this.avroSource,
  this.bigquerySource,
  this.csvSource,
  this.featureTimeField,
  this.featureTime,
  required this.entityType,
  this.entityIdField = '',
  required this.featureSpecs,
  this.disableOnlineServing = false,
  this.workerCount = 0,
  this.disableIngestionAnalysis = false,
}) : super(fullyQualifiedName);