ImportFeatureValuesRequest constructor
ImportFeatureValuesRequest({
- AvroSource? avroSource,
- BigQuerySource? bigquerySource,
- CsvSource? csvSource,
- String? featureTimeField,
- Timestamp? featureTime,
- required String entityType,
- String entityIdField = '',
- required List<
ImportFeatureValuesRequest_FeatureSpec> featureSpecs, - bool disableOnlineServing = false,
- int workerCount = 0,
- 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);