PredictResponse constructor

PredictResponse({
  1. List<Value> predictions = const [],
  2. String deployedModelId = '',
  3. String model = '',
  4. String modelVersionId = '',
  5. String modelDisplayName = '',
  6. Value? metadata,
})

Implementation

PredictResponse({
  this.predictions = const [],
  this.deployedModelId = '',
  this.model = '',
  this.modelVersionId = '',
  this.modelDisplayName = '',
  this.metadata,
}) : super(fullyQualifiedName);