GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig constructor

GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig({
  1. List<String>? excludedFields,
  2. List<String>? includedFields,
  3. String? instanceType,
  4. String? keyField,
})

Implementation

GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig({
  this.excludedFields,
  this.includedFields,
  this.instanceType,
  this.keyField,
});