GoogleCloudAiplatformV1ImportFeatureValuesRequest constructor
GoogleCloudAiplatformV1ImportFeatureValuesRequest({
- GoogleCloudAiplatformV1AvroSource? avroSource,
- GoogleCloudAiplatformV1BigQuerySource? bigquerySource,
- GoogleCloudAiplatformV1CsvSource? csvSource,
- bool? disableIngestionAnalysis,
- bool? disableOnlineServing,
- String? entityIdField,
- List<
GoogleCloudAiplatformV1ImportFeatureValuesRequestFeatureSpec> ? featureSpecs, - String? featureTime,
- String? featureTimeField,
- int? workerCount,
Implementation
GoogleCloudAiplatformV1ImportFeatureValuesRequest({
this.avroSource,
this.bigquerySource,
this.csvSource,
this.disableIngestionAnalysis,
this.disableOnlineServing,
this.entityIdField,
this.featureSpecs,
this.featureTime,
this.featureTimeField,
this.workerCount,
});