libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.ModelBiasJobInput

Description

 
Synopsis

Documentation

data ModelBiasJobInput Source #

Inputs for the model bias job.

See: newModelBiasJobInput smart constructor.

Constructors

ModelBiasJobInput' 

Fields

Instances

Instances details
Eq ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Read ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Show ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Generic ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Associated Types

type Rep ModelBiasJobInput :: Type -> Type #

NFData ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

Methods

rnf :: ModelBiasJobInput -> () #

Hashable ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

ToJSON ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

FromJSON ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

type Rep ModelBiasJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasJobInput

type Rep ModelBiasJobInput = D1 ('MetaData "ModelBiasJobInput" "Amazonka.SageMaker.Types.ModelBiasJobInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasJobInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointInput) :*: S1 ('MetaSel ('Just "groundTruthS3Input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringGroundTruthS3Input)))

newModelBiasJobInput Source #

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_groundTruthS3Input :: Lens' ModelBiasJobInput MonitoringGroundTruthS3Input Source #

Location of ground truth labels to use in model bias job.