ModelBiasJobInput constructor

ModelBiasJobInput({
  1. required EndpointInput endpointInput,
  2. required MonitoringGroundTruthS3Input groundTruthS3Input,
})

Implementation

ModelBiasJobInput({
  required this.endpointInput,
  required this.groundTruthS3Input,
});