GoogleCloudAiplatformV1EntityIdSelector constructor

GoogleCloudAiplatformV1EntityIdSelector({
  1. GoogleCloudAiplatformV1CsvSource? csvSource,
  2. String? entityIdField,
})

Implementation

GoogleCloudAiplatformV1EntityIdSelector({
  this.csvSource,
  this.entityIdField,
});