GoogleCloudAiplatformV1BatchReadFeatureValuesRequest constructor
GoogleCloudAiplatformV1BatchReadFeatureValuesRequest({
- GoogleCloudAiplatformV1BigQuerySource? bigqueryReadInstances,
- GoogleCloudAiplatformV1CsvSource? csvReadInstances,
- GoogleCloudAiplatformV1FeatureValueDestination? destination,
- List<
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec> ? entityTypeSpecs, - List<
GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField> ? passThroughFields, - String? startTime,
Implementation
GoogleCloudAiplatformV1BatchReadFeatureValuesRequest({
this.bigqueryReadInstances,
this.csvReadInstances,
this.destination,
this.entityTypeSpecs,
this.passThroughFields,
this.startTime,
});