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