| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ModelBiasJobInput
Description
Synopsis
- data ModelBiasJobInput = ModelBiasJobInput' {}
- newModelBiasJobInput :: MonitoringGroundTruthS3Input -> ModelBiasJobInput
- modelBiasJobInput_batchTransformInput :: Lens' ModelBiasJobInput (Maybe BatchTransformInput)
- modelBiasJobInput_endpointInput :: Lens' ModelBiasJobInput (Maybe EndpointInput)
- modelBiasJobInput_groundTruthS3Input :: Lens' ModelBiasJobInput MonitoringGroundTruthS3Input
Documentation
data ModelBiasJobInput Source #
Inputs for the model bias job.
See: newModelBiasJobInput smart constructor.
Constructors
| ModelBiasJobInput' | |
Fields
| |
Instances
Arguments
| :: MonitoringGroundTruthS3Input | |
| -> ModelBiasJobInput |
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:batchTransformInput:ModelBiasJobInput', modelBiasJobInput_batchTransformInput - Input object for the batch transform job.
$sel:endpointInput:ModelBiasJobInput', modelBiasJobInput_endpointInput - Undocumented member.
$sel:groundTruthS3Input:ModelBiasJobInput', modelBiasJobInput_groundTruthS3Input - Location of ground truth labels to use in model bias job.
modelBiasJobInput_batchTransformInput :: Lens' ModelBiasJobInput (Maybe BatchTransformInput) Source #
Input object for the batch transform job.
modelBiasJobInput_endpointInput :: Lens' ModelBiasJobInput (Maybe EndpointInput) Source #
Undocumented member.
modelBiasJobInput_groundTruthS3Input :: Lens' ModelBiasJobInput MonitoringGroundTruthS3Input Source #
Location of ground truth labels to use in model bias job.