ExplainResponse constructor
ExplainResponse({
- List<
Explanation> explanations = const [], - Map<
String, ExplainResponse_ConcurrentExplanation> concurrentExplanations = const {}, - String deployedModelId = '',
- List<
Value> predictions = const [],
Implementation
ExplainResponse({
this.explanations = const [],
this.concurrentExplanations = const {},
this.deployedModelId = '',
this.predictions = const [],
}) : super(fullyQualifiedName);