Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ModelBiasJobInput = ModelBiasJobInput' {}
- newModelBiasJobInput :: EndpointInput -> MonitoringGroundTruthS3Input -> ModelBiasJobInput
- modelBiasJobInput_endpointInput :: Lens' ModelBiasJobInput EndpointInput
- modelBiasJobInput_groundTruthS3Input :: Lens' ModelBiasJobInput MonitoringGroundTruthS3Input
Documentation
data ModelBiasJobInput Source #
Inputs for the model bias job.
See: newModelBiasJobInput
smart constructor.
ModelBiasJobInput' | |
|
Instances
Create a value of ModelBiasJobInput
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endpointInput:ModelBiasJobInput'
, modelBiasJobInput_endpointInput
- Undocumented member.
$sel:groundTruthS3Input:ModelBiasJobInput'
, modelBiasJobInput_groundTruthS3Input
- Location of ground truth labels to use in model bias job.
modelBiasJobInput_endpointInput :: Lens' ModelBiasJobInput EndpointInput Source #
Undocumented member.
modelBiasJobInput_groundTruthS3Input :: Lens' ModelBiasJobInput MonitoringGroundTruthS3Input Source #
Location of ground truth labels to use in model bias job.