ExplainResponse constructor

ExplainResponse({
  1. List<Explanation> explanations = const [],
  2. Map<String, ExplainResponse_ConcurrentExplanation> concurrentExplanations = const {},
  3. String deployedModelId = '',
  4. List<Value> predictions = const [],
})

Implementation

ExplainResponse({
  this.explanations = const [],
  this.concurrentExplanations = const {},
  this.deployedModelId = '',
  this.predictions = const [],
}) : super(fullyQualifiedName);