GoogleCloudAiplatformV1Attribution constructor

GoogleCloudAiplatformV1Attribution({
  1. double? approximationError,
  2. double? baselineOutputValue,
  3. Object? featureAttributions,
  4. double? instanceOutputValue,
  5. String? outputDisplayName,
  6. List<int>? outputIndex,
  7. String? outputName,
})

Implementation

GoogleCloudAiplatformV1Attribution({
  this.approximationError,
  this.baselineOutputValue,
  this.featureAttributions,
  this.instanceOutputValue,
  this.outputDisplayName,
  this.outputIndex,
  this.outputName,
});