CreatePredictorResponse constructor

CreatePredictorResponse({
  1. String? predictorArn,
})

Implementation

CreatePredictorResponse({
  this.predictorArn,
});