GoogleCloudAiplatformV1BatchReadFeatureValuesRequest constructor

GoogleCloudAiplatformV1BatchReadFeatureValuesRequest({
  1. GoogleCloudAiplatformV1BigQuerySource? bigqueryReadInstances,
  2. GoogleCloudAiplatformV1CsvSource? csvReadInstances,
  3. GoogleCloudAiplatformV1FeatureValueDestination? destination,
  4. List<GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec>? entityTypeSpecs,
  5. List<GoogleCloudAiplatformV1BatchReadFeatureValuesRequestPassThroughField>? passThroughFields,
  6. String? startTime,
})

Implementation

GoogleCloudAiplatformV1BatchReadFeatureValuesRequest({
  this.bigqueryReadInstances,
  this.csvReadInstances,
  this.destination,
  this.entityTypeSpecs,
  this.passThroughFields,
  this.startTime,
});