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

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-24 of the Amazon SageMaker Service SDK configuration.

Errors

_ResourceLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

You have exceeded an Amazon SageMaker resource limit. For example, you might have too many training jobs created.

_ResourceInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

Resource being accessed is in use.

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

_ResourceNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

Resource being access is not found.

ActionStatus

newtype ActionStatus Source #

Constructors

ActionStatus' 

Instances

Instances details
Eq ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Ord ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Read ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Show ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Generic ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Associated Types

type Rep ActionStatus :: Type -> Type #

NFData ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

rnf :: ActionStatus -> () #

Hashable ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToJSON ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromJSON ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromJSONKey ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToLog ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToHeader ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToQuery ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromXML ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToXML ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

toXML :: ActionStatus -> XML #

ToByteString ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

FromText ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

ToText ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

Methods

toText :: ActionStatus -> Text #

type Rep ActionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionStatus

type Rep ActionStatus = D1 ('MetaData "ActionStatus" "Amazonka.SageMaker.Types.ActionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ActionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlgorithmSortBy

newtype AlgorithmSortBy Source #

Constructors

AlgorithmSortBy' 

Instances

Instances details
Eq AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Ord AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Read AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Show AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Generic AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Associated Types

type Rep AlgorithmSortBy :: Type -> Type #

NFData AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Methods

rnf :: AlgorithmSortBy -> () #

Hashable AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToJSON AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToJSONKey AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromJSON AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromJSONKey AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToLog AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToHeader AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToQuery AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromXML AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToXML AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

Methods

toXML :: AlgorithmSortBy -> XML #

ToByteString AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

FromText AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

ToText AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

type Rep AlgorithmSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSortBy

type Rep AlgorithmSortBy = D1 ('MetaData "AlgorithmSortBy" "Amazonka.SageMaker.Types.AlgorithmSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AlgorithmSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlgorithmSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlgorithmStatus

newtype AlgorithmStatus Source #

Constructors

AlgorithmStatus' 

Instances

Instances details
Eq AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Ord AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Read AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Show AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Generic AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Associated Types

type Rep AlgorithmStatus :: Type -> Type #

NFData AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Methods

rnf :: AlgorithmStatus -> () #

Hashable AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToJSON AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToJSONKey AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromJSON AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromJSONKey AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToLog AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToHeader AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToQuery AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromXML AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToXML AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

Methods

toXML :: AlgorithmStatus -> XML #

ToByteString AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

FromText AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

ToText AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

type Rep AlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatus

type Rep AlgorithmStatus = D1 ('MetaData "AlgorithmStatus" "Amazonka.SageMaker.Types.AlgorithmStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AlgorithmStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlgorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppImageConfigSortKey

newtype AppImageConfigSortKey Source #

Instances

Instances details
Eq AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Ord AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Read AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Show AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Generic AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Associated Types

type Rep AppImageConfigSortKey :: Type -> Type #

NFData AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

Methods

rnf :: AppImageConfigSortKey -> () #

Hashable AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToJSON AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToJSONKey AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromJSON AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromJSONKey AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToLog AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToHeader AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToQuery AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromXML AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToXML AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToByteString AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

FromText AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

ToText AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

type Rep AppImageConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigSortKey

type Rep AppImageConfigSortKey = D1 ('MetaData "AppImageConfigSortKey" "Amazonka.SageMaker.Types.AppImageConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppImageConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppImageConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppInstanceType

newtype AppInstanceType Source #

Constructors

AppInstanceType' 

Bundled Patterns

pattern AppInstanceType_Ml_c5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_18xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_9xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_c5_large :: AppInstanceType 
pattern AppInstanceType_Ml_c5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_g4dn_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5_large :: AppInstanceType 
pattern AppInstanceType_Ml_m5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_large :: AppInstanceType 
pattern AppInstanceType_Ml_m5d_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_p3dn_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_12xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_16xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_24xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_4xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_8xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_r5_large :: AppInstanceType 
pattern AppInstanceType_Ml_r5_xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_t3_2xlarge :: AppInstanceType 
pattern AppInstanceType_Ml_t3_large :: AppInstanceType 
pattern AppInstanceType_Ml_t3_medium :: AppInstanceType 
pattern AppInstanceType_Ml_t3_micro :: AppInstanceType 
pattern AppInstanceType_Ml_t3_small :: AppInstanceType 
pattern AppInstanceType_Ml_t3_xlarge :: AppInstanceType 
pattern AppInstanceType_System :: AppInstanceType 

Instances

Instances details
Eq AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Ord AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Read AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Show AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Generic AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Associated Types

type Rep AppInstanceType :: Type -> Type #

NFData AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Methods

rnf :: AppInstanceType -> () #

Hashable AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToJSON AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToJSONKey AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromJSON AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromJSONKey AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToLog AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToHeader AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToQuery AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromXML AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToXML AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

Methods

toXML :: AppInstanceType -> XML #

ToByteString AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

FromText AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

ToText AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

type Rep AppInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppInstanceType

type Rep AppInstanceType = D1 ('MetaData "AppInstanceType" "Amazonka.SageMaker.Types.AppInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppNetworkAccessType

newtype AppNetworkAccessType Source #

Instances

Instances details
Eq AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Ord AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Read AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Show AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Generic AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Associated Types

type Rep AppNetworkAccessType :: Type -> Type #

NFData AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

Methods

rnf :: AppNetworkAccessType -> () #

Hashable AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToJSON AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToJSONKey AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromJSON AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromJSONKey AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToLog AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToHeader AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToQuery AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromXML AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToXML AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToByteString AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

FromText AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

ToText AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

type Rep AppNetworkAccessType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppNetworkAccessType

type Rep AppNetworkAccessType = D1 ('MetaData "AppNetworkAccessType" "Amazonka.SageMaker.Types.AppNetworkAccessType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppNetworkAccessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppNetworkAccessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppSortKey

newtype AppSortKey Source #

Constructors

AppSortKey' 

Fields

Bundled Patterns

pattern AppSortKey_CreationTime :: AppSortKey 

Instances

Instances details
Eq AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Ord AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Read AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Show AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Generic AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Associated Types

type Rep AppSortKey :: Type -> Type #

NFData AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

rnf :: AppSortKey -> () #

Hashable AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSON AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromJSONKey AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToLog AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToHeader AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToQuery AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToXML AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toXML :: AppSortKey -> XML #

ToByteString AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

FromText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

ToText AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

Methods

toText :: AppSortKey -> Text #

type Rep AppSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSortKey

type Rep AppSortKey = D1 ('MetaData "AppSortKey" "Amazonka.SageMaker.Types.AppSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppStatus

newtype AppStatus Source #

Constructors

AppStatus' 

Fields

Instances

Instances details
Eq AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Ord AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Read AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Show AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Generic AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Associated Types

type Rep AppStatus :: Type -> Type #

NFData AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

rnf :: AppStatus -> () #

Hashable AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToJSON AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToJSONKey AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromJSON AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromJSONKey AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToLog AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToHeader AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToQuery AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

FromXML AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToXML AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toXML :: AppStatus -> XML #

ToByteString AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toBS :: AppStatus -> ByteString #

FromText AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

ToText AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

Methods

toText :: AppStatus -> Text #

type Rep AppStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppStatus

type Rep AppStatus = D1 ('MetaData "AppStatus" "Amazonka.SageMaker.Types.AppStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AppType

newtype AppType Source #

Constructors

AppType' 

Fields

Bundled Patterns

pattern AppType_JupyterServer :: AppType 
pattern AppType_KernelGateway :: AppType 
pattern AppType_TensorBoard :: AppType 

Instances

Instances details
Eq AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

(==) :: AppType -> AppType -> Bool #

(/=) :: AppType -> AppType -> Bool #

Ord AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Read AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Show AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Generic AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Associated Types

type Rep AppType :: Type -> Type #

Methods

from :: AppType -> Rep AppType x #

to :: Rep AppType x -> AppType #

NFData AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

rnf :: AppType -> () #

Hashable AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

hashWithSalt :: Int -> AppType -> Int #

hash :: AppType -> Int #

ToJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromJSON AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromJSONKey AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToLog AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToHeader AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toHeader :: HeaderName -> AppType -> [Header] #

ToQuery AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

FromXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToXML AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toXML :: AppType -> XML #

ToByteString AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toBS :: AppType -> ByteString #

FromText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

ToText AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

Methods

toText :: AppType -> Text #

type Rep AppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppType

type Rep AppType = D1 ('MetaData "AppType" "Amazonka.SageMaker.Types.AppType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AppType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactSourceIdType

newtype ArtifactSourceIdType Source #

Instances

Instances details
Eq ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Ord ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Read ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Show ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Generic ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Associated Types

type Rep ArtifactSourceIdType :: Type -> Type #

NFData ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

Methods

rnf :: ArtifactSourceIdType -> () #

Hashable ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToJSON ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToJSONKey ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromJSON ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromJSONKey ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToLog ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToHeader ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToQuery ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromXML ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToXML ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToByteString ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

FromText ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

ToText ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

type Rep ArtifactSourceIdType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceIdType

type Rep ArtifactSourceIdType = D1 ('MetaData "ArtifactSourceIdType" "Amazonka.SageMaker.Types.ArtifactSourceIdType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ArtifactSourceIdType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactSourceIdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssemblyType

newtype AssemblyType Source #

Constructors

AssemblyType' 

Bundled Patterns

pattern AssemblyType_Line :: AssemblyType 
pattern AssemblyType_None :: AssemblyType 

Instances

Instances details
Eq AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Ord AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Read AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Show AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Generic AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Associated Types

type Rep AssemblyType :: Type -> Type #

NFData AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

rnf :: AssemblyType -> () #

Hashable AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToJSON AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToJSONKey AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromJSON AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromJSONKey AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToLog AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToHeader AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToQuery AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromXML AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToXML AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

toXML :: AssemblyType -> XML #

ToByteString AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

FromText AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

ToText AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

Methods

toText :: AssemblyType -> Text #

type Rep AssemblyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssemblyType

type Rep AssemblyType = D1 ('MetaData "AssemblyType" "Amazonka.SageMaker.Types.AssemblyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AssemblyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssemblyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssociationEdgeType

newtype AssociationEdgeType Source #

Instances

Instances details
Eq AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Ord AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Read AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Show AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Generic AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Associated Types

type Rep AssociationEdgeType :: Type -> Type #

NFData AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

Methods

rnf :: AssociationEdgeType -> () #

Hashable AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToJSON AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToJSONKey AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromJSON AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromJSONKey AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToLog AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToHeader AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToQuery AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromXML AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToXML AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToByteString AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

FromText AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

ToText AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

type Rep AssociationEdgeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationEdgeType

type Rep AssociationEdgeType = D1 ('MetaData "AssociationEdgeType" "Amazonka.SageMaker.Types.AssociationEdgeType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AssociationEdgeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssociationEdgeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AthenaResultCompressionType

newtype AthenaResultCompressionType Source #

The compression used for Athena query results.

Instances

Instances details
Eq AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Ord AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Read AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Show AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Generic AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Associated Types

type Rep AthenaResultCompressionType :: Type -> Type #

NFData AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

Hashable AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToJSON AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToJSONKey AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromJSON AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromJSONKey AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToLog AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToHeader AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToQuery AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromXML AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToXML AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToByteString AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

FromText AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

ToText AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

type Rep AthenaResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultCompressionType

type Rep AthenaResultCompressionType = D1 ('MetaData "AthenaResultCompressionType" "Amazonka.SageMaker.Types.AthenaResultCompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AthenaResultCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAthenaResultCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AthenaResultFormat

newtype AthenaResultFormat Source #

The data storage format for Athena query results.

Instances

Instances details
Eq AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Ord AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Read AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Show AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Generic AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Associated Types

type Rep AthenaResultFormat :: Type -> Type #

NFData AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

Methods

rnf :: AthenaResultFormat -> () #

Hashable AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToJSON AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToJSONKey AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromJSON AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromJSONKey AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToLog AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToHeader AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToQuery AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromXML AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToXML AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToByteString AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

FromText AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

ToText AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

type Rep AthenaResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaResultFormat

type Rep AthenaResultFormat = D1 ('MetaData "AthenaResultFormat" "Amazonka.SageMaker.Types.AthenaResultFormat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AthenaResultFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAthenaResultFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthMode

newtype AuthMode Source #

Constructors

AuthMode' 

Fields

Bundled Patterns

pattern AuthMode_IAM :: AuthMode 
pattern AuthMode_SSO :: AuthMode 

Instances

Instances details
Eq AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Ord AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Read AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Show AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Generic AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Associated Types

type Rep AuthMode :: Type -> Type #

Methods

from :: AuthMode -> Rep AuthMode x #

to :: Rep AuthMode x -> AuthMode #

NFData AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

rnf :: AuthMode -> () #

Hashable AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

hashWithSalt :: Int -> AuthMode -> Int #

hash :: AuthMode -> Int #

ToJSON AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromJSON AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToLog AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToHeader AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toHeader :: HeaderName -> AuthMode -> [Header] #

ToQuery AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

FromXML AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToXML AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toXML :: AuthMode -> XML #

ToByteString AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toBS :: AuthMode -> ByteString #

FromText AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

ToText AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

Methods

toText :: AuthMode -> Text #

type Rep AuthMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AuthMode

type Rep AuthMode = D1 ('MetaData "AuthMode" "Amazonka.SageMaker.Types.AuthMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AuthMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobObjectiveType

newtype AutoMLJobObjectiveType Source #

Instances

Instances details
Eq AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Ord AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Read AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Show AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Generic AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Associated Types

type Rep AutoMLJobObjectiveType :: Type -> Type #

NFData AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

Methods

rnf :: AutoMLJobObjectiveType -> () #

Hashable AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToJSON AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToJSONKey AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromJSON AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromJSONKey AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToLog AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToHeader AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToQuery AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromXML AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToXML AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToByteString AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

FromText AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

ToText AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

type Rep AutoMLJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjectiveType

type Rep AutoMLJobObjectiveType = D1 ('MetaData "AutoMLJobObjectiveType" "Amazonka.SageMaker.Types.AutoMLJobObjectiveType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobObjectiveType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobObjectiveType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobSecondaryStatus

newtype AutoMLJobSecondaryStatus Source #

Instances

Instances details
Eq AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Ord AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Read AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Show AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Generic AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Associated Types

type Rep AutoMLJobSecondaryStatus :: Type -> Type #

NFData AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

Hashable AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToJSON AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToJSONKey AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromJSON AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromJSONKey AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToLog AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToHeader AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToQuery AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromXML AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToXML AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToByteString AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

FromText AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

ToText AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

type Rep AutoMLJobSecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus

type Rep AutoMLJobSecondaryStatus = D1 ('MetaData "AutoMLJobSecondaryStatus" "Amazonka.SageMaker.Types.AutoMLJobSecondaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobSecondaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobSecondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLJobStatus

newtype AutoMLJobStatus Source #

Constructors

AutoMLJobStatus' 

Instances

Instances details
Eq AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Ord AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Read AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Show AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Generic AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Associated Types

type Rep AutoMLJobStatus :: Type -> Type #

NFData AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Methods

rnf :: AutoMLJobStatus -> () #

Hashable AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToJSON AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToJSONKey AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromJSON AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromJSONKey AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToLog AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToHeader AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToQuery AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromXML AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToXML AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

Methods

toXML :: AutoMLJobStatus -> XML #

ToByteString AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

FromText AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

ToText AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

type Rep AutoMLJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobStatus

type Rep AutoMLJobStatus = D1 ('MetaData "AutoMLJobStatus" "Amazonka.SageMaker.Types.AutoMLJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLMetricEnum

newtype AutoMLMetricEnum Source #

Instances

Instances details
Eq AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Ord AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Read AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Show AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Generic AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Associated Types

type Rep AutoMLMetricEnum :: Type -> Type #

NFData AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

Methods

rnf :: AutoMLMetricEnum -> () #

Hashable AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToJSON AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToJSONKey AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromJSON AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromJSONKey AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToLog AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToHeader AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToQuery AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromXML AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToXML AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToByteString AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

FromText AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

ToText AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

type Rep AutoMLMetricEnum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLMetricEnum

type Rep AutoMLMetricEnum = D1 ('MetaData "AutoMLMetricEnum" "Amazonka.SageMaker.Types.AutoMLMetricEnum" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLMetricEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLMetricEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLS3DataType

newtype AutoMLS3DataType Source #

Instances

Instances details
Eq AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Ord AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Read AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Show AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Generic AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Associated Types

type Rep AutoMLS3DataType :: Type -> Type #

NFData AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

Methods

rnf :: AutoMLS3DataType -> () #

Hashable AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToJSON AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToJSONKey AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromJSON AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromJSONKey AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToLog AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToHeader AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToQuery AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromXML AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToXML AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToByteString AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

FromText AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

ToText AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

type Rep AutoMLS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataType

type Rep AutoMLS3DataType = D1 ('MetaData "AutoMLS3DataType" "Amazonka.SageMaker.Types.AutoMLS3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLS3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLSortBy

newtype AutoMLSortBy Source #

Constructors

AutoMLSortBy' 

Instances

Instances details
Eq AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Ord AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Read AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Show AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Generic AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Associated Types

type Rep AutoMLSortBy :: Type -> Type #

NFData AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

rnf :: AutoMLSortBy -> () #

Hashable AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToJSON AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToJSONKey AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromJSON AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromJSONKey AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToLog AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToHeader AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToQuery AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromXML AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToXML AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

toXML :: AutoMLSortBy -> XML #

ToByteString AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

FromText AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

ToText AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

Methods

toText :: AutoMLSortBy -> Text #

type Rep AutoMLSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortBy

type Rep AutoMLSortBy = D1 ('MetaData "AutoMLSortBy" "Amazonka.SageMaker.Types.AutoMLSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoMLSortOrder

newtype AutoMLSortOrder Source #

Constructors

AutoMLSortOrder' 

Instances

Instances details
Eq AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Ord AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Read AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Show AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Generic AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Associated Types

type Rep AutoMLSortOrder :: Type -> Type #

NFData AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Methods

rnf :: AutoMLSortOrder -> () #

Hashable AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToJSON AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToJSONKey AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromJSON AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromJSONKey AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToLog AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToHeader AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToQuery AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromXML AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToXML AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

Methods

toXML :: AutoMLSortOrder -> XML #

ToByteString AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

FromText AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

ToText AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

type Rep AutoMLSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSortOrder

type Rep AutoMLSortOrder = D1 ('MetaData "AutoMLSortOrder" "Amazonka.SageMaker.Types.AutoMLSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AutoMLSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoMLSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AwsManagedHumanLoopRequestSource

newtype AwsManagedHumanLoopRequestSource Source #

Instances

Instances details
Eq AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Ord AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Read AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Show AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Generic AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Associated Types

type Rep AwsManagedHumanLoopRequestSource :: Type -> Type #

NFData AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

Hashable AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToJSON AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToJSONKey AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromJSON AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromJSONKey AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToLog AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToHeader AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToQuery AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromXML AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToXML AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToByteString AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

FromText AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

ToText AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

type Rep AwsManagedHumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource

type Rep AwsManagedHumanLoopRequestSource = D1 ('MetaData "AwsManagedHumanLoopRequestSource" "Amazonka.SageMaker.Types.AwsManagedHumanLoopRequestSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "AwsManagedHumanLoopRequestSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAwsManagedHumanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchStrategy

newtype BatchStrategy Source #

Constructors

BatchStrategy' 

Instances

Instances details
Eq BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Ord BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Read BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Show BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Generic BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Associated Types

type Rep BatchStrategy :: Type -> Type #

NFData BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

rnf :: BatchStrategy -> () #

Hashable BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToJSON BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToJSONKey BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromJSON BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromJSONKey BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToLog BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToHeader BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToQuery BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromXML BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToXML BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

toXML :: BatchStrategy -> XML #

ToByteString BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

FromText BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

ToText BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

Methods

toText :: BatchStrategy -> Text #

type Rep BatchStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BatchStrategy

type Rep BatchStrategy = D1 ('MetaData "BatchStrategy" "Amazonka.SageMaker.Types.BatchStrategy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "BatchStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BooleanOperator

newtype BooleanOperator Source #

Constructors

BooleanOperator' 

Instances

Instances details
Eq BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Ord BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Read BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Show BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Generic BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Associated Types

type Rep BooleanOperator :: Type -> Type #

NFData BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Methods

rnf :: BooleanOperator -> () #

Hashable BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToJSON BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToJSONKey BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromJSON BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromJSONKey BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToLog BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToHeader BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToQuery BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromXML BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToXML BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

Methods

toXML :: BooleanOperator -> XML #

ToByteString BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

FromText BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

ToText BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

type Rep BooleanOperator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BooleanOperator

type Rep BooleanOperator = D1 ('MetaData "BooleanOperator" "Amazonka.SageMaker.Types.BooleanOperator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "BooleanOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBooleanOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateSortBy

newtype CandidateSortBy Source #

Constructors

CandidateSortBy' 

Instances

Instances details
Eq CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Ord CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Read CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Show CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Generic CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Associated Types

type Rep CandidateSortBy :: Type -> Type #

NFData CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Methods

rnf :: CandidateSortBy -> () #

Hashable CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToJSON CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToJSONKey CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromJSON CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromJSONKey CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToLog CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToHeader CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToQuery CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromXML CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToXML CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

Methods

toXML :: CandidateSortBy -> XML #

ToByteString CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

FromText CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

ToText CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

type Rep CandidateSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateSortBy

type Rep CandidateSortBy = D1 ('MetaData "CandidateSortBy" "Amazonka.SageMaker.Types.CandidateSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateStatus

newtype CandidateStatus Source #

Constructors

CandidateStatus' 

Instances

Instances details
Eq CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Ord CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Read CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Show CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Generic CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Associated Types

type Rep CandidateStatus :: Type -> Type #

NFData CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Methods

rnf :: CandidateStatus -> () #

Hashable CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToJSON CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToJSONKey CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromJSON CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromJSONKey CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToLog CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToHeader CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToQuery CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromXML CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToXML CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

Methods

toXML :: CandidateStatus -> XML #

ToByteString CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

FromText CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

ToText CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

type Rep CandidateStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStatus

type Rep CandidateStatus = D1 ('MetaData "CandidateStatus" "Amazonka.SageMaker.Types.CandidateStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CandidateStepType

newtype CandidateStepType Source #

Instances

Instances details
Eq CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Ord CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Read CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Show CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Generic CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Associated Types

type Rep CandidateStepType :: Type -> Type #

NFData CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

Methods

rnf :: CandidateStepType -> () #

Hashable CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToJSON CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToJSONKey CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromJSON CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromJSONKey CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToLog CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToHeader CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToQuery CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromXML CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToXML CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToByteString CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

FromText CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

ToText CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

type Rep CandidateStepType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateStepType

type Rep CandidateStepType = D1 ('MetaData "CandidateStepType" "Amazonka.SageMaker.Types.CandidateStepType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CandidateStepType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCandidateStepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CapacitySizeType

newtype CapacitySizeType Source #

Instances

Instances details
Eq CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Ord CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Read CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Show CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Generic CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Associated Types

type Rep CapacitySizeType :: Type -> Type #

NFData CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

Methods

rnf :: CapacitySizeType -> () #

Hashable CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToJSON CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToJSONKey CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromJSON CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromJSONKey CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToLog CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToHeader CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToQuery CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromXML CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToXML CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToByteString CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

FromText CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

ToText CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

type Rep CapacitySizeType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySizeType

type Rep CapacitySizeType = D1 ('MetaData "CapacitySizeType" "Amazonka.SageMaker.Types.CapacitySizeType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CapacitySizeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCapacitySizeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CaptureMode

newtype CaptureMode Source #

Constructors

CaptureMode' 

Bundled Patterns

pattern CaptureMode_Input :: CaptureMode 
pattern CaptureMode_Output :: CaptureMode 

Instances

Instances details
Eq CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Ord CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Read CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Show CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Generic CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Associated Types

type Rep CaptureMode :: Type -> Type #

NFData CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

rnf :: CaptureMode -> () #

Hashable CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToJSON CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToJSONKey CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromJSON CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromJSONKey CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToLog CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToHeader CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToQuery CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromXML CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToXML CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

toXML :: CaptureMode -> XML #

ToByteString CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

FromText CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

ToText CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

Methods

toText :: CaptureMode -> Text #

type Rep CaptureMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureMode

type Rep CaptureMode = D1 ('MetaData "CaptureMode" "Amazonka.SageMaker.Types.CaptureMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CaptureMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCaptureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CaptureStatus

newtype CaptureStatus Source #

Constructors

CaptureStatus' 

Instances

Instances details
Eq CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Ord CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Read CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Show CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Generic CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Associated Types

type Rep CaptureStatus :: Type -> Type #

NFData CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

rnf :: CaptureStatus -> () #

Hashable CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToJSON CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToJSONKey CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromJSON CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromJSONKey CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToLog CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToHeader CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToQuery CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromXML CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToXML CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

toXML :: CaptureStatus -> XML #

ToByteString CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

FromText CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

ToText CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

Methods

toText :: CaptureStatus -> Text #

type Rep CaptureStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureStatus

type Rep CaptureStatus = D1 ('MetaData "CaptureStatus" "Amazonka.SageMaker.Types.CaptureStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CaptureStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCaptureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CodeRepositorySortBy

newtype CodeRepositorySortBy Source #

Instances

Instances details
Eq CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Ord CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Read CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Show CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Generic CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Associated Types

type Rep CodeRepositorySortBy :: Type -> Type #

NFData CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

Methods

rnf :: CodeRepositorySortBy -> () #

Hashable CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToJSON CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToJSONKey CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromJSON CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromJSONKey CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToLog CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToHeader CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToQuery CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromXML CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToXML CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToByteString CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

FromText CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

ToText CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

type Rep CodeRepositorySortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortBy

type Rep CodeRepositorySortBy = D1 ('MetaData "CodeRepositorySortBy" "Amazonka.SageMaker.Types.CodeRepositorySortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CodeRepositorySortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeRepositorySortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CodeRepositorySortOrder

newtype CodeRepositorySortOrder Source #

Instances

Instances details
Eq CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Ord CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Read CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Show CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Generic CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Associated Types

type Rep CodeRepositorySortOrder :: Type -> Type #

NFData CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

Methods

rnf :: CodeRepositorySortOrder -> () #

Hashable CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToJSON CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToJSONKey CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromJSON CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromJSONKey CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToLog CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToHeader CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToQuery CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromXML CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToXML CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToByteString CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

FromText CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

ToText CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

type Rep CodeRepositorySortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySortOrder

type Rep CodeRepositorySortOrder = D1 ('MetaData "CodeRepositorySortOrder" "Amazonka.SageMaker.Types.CodeRepositorySortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CodeRepositorySortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCodeRepositorySortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompilationJobStatus

newtype CompilationJobStatus Source #

Instances

Instances details
Eq CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Ord CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Read CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Show CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Generic CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Associated Types

type Rep CompilationJobStatus :: Type -> Type #

NFData CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

Methods

rnf :: CompilationJobStatus -> () #

Hashable CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToJSON CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToJSONKey CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromJSON CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromJSONKey CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToLog CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToHeader CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToQuery CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromXML CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToXML CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToByteString CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

FromText CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

ToText CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

type Rep CompilationJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobStatus

type Rep CompilationJobStatus = D1 ('MetaData "CompilationJobStatus" "Amazonka.SageMaker.Types.CompilationJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CompilationJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompilationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CompressionType

newtype CompressionType Source #

Constructors

CompressionType' 

Instances

Instances details
Eq CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Ord CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Read CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Show CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Generic CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Associated Types

type Rep CompressionType :: Type -> Type #

NFData CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Methods

rnf :: CompressionType -> () #

Hashable CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToJSON CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToJSONKey CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromJSON CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromJSONKey CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToLog CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToHeader CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToQuery CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromXML CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToXML CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

Methods

toXML :: CompressionType -> XML #

ToByteString CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

FromText CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

ToText CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

type Rep CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompressionType

type Rep CompressionType = D1 ('MetaData "CompressionType" "Amazonka.SageMaker.Types.CompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "CompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ConditionOutcome

newtype ConditionOutcome Source #

Instances

Instances details
Eq ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Ord ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Read ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Show ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Generic ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Associated Types

type Rep ConditionOutcome :: Type -> Type #

NFData ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

Methods

rnf :: ConditionOutcome -> () #

Hashable ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToJSON ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToJSONKey ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromJSON ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromJSONKey ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToLog ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToHeader ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToQuery ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromXML ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToXML ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToByteString ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

FromText ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

ToText ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

type Rep ConditionOutcome Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionOutcome

type Rep ConditionOutcome = D1 ('MetaData "ConditionOutcome" "Amazonka.SageMaker.Types.ConditionOutcome" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ConditionOutcome'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromConditionOutcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContainerMode

newtype ContainerMode Source #

Constructors

ContainerMode' 

Instances

Instances details
Eq ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Ord ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Read ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Show ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Generic ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Associated Types

type Rep ContainerMode :: Type -> Type #

NFData ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

rnf :: ContainerMode -> () #

Hashable ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToJSON ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToJSONKey ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromJSON ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromJSONKey ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToLog ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToHeader ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToQuery ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromXML ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToXML ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

toXML :: ContainerMode -> XML #

ToByteString ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

FromText ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

ToText ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

Methods

toText :: ContainerMode -> Text #

type Rep ContainerMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerMode

type Rep ContainerMode = D1 ('MetaData "ContainerMode" "Amazonka.SageMaker.Types.ContainerMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ContainerMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContainerMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ContentClassifier

newtype ContentClassifier Source #

Instances

Instances details
Eq ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Ord ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Read ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Show ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Generic ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Associated Types

type Rep ContentClassifier :: Type -> Type #

NFData ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

Methods

rnf :: ContentClassifier -> () #

Hashable ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToJSON ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToJSONKey ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromJSON ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromJSONKey ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToLog ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToHeader ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToQuery ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromXML ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToXML ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToByteString ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

FromText ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

ToText ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

type Rep ContentClassifier Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContentClassifier

type Rep ContentClassifier = D1 ('MetaData "ContentClassifier" "Amazonka.SageMaker.Types.ContentClassifier" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ContentClassifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromContentClassifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DataDistributionType

newtype DataDistributionType Source #

Instances

Instances details
Eq DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Ord DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Read DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Show DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Generic DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Associated Types

type Rep DataDistributionType :: Type -> Type #

NFData DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

Methods

rnf :: DataDistributionType -> () #

Hashable DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToJSON DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToJSONKey DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromJSON DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromJSONKey DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToLog DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToHeader DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToQuery DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromXML DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToXML DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToByteString DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

FromText DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

ToText DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

type Rep DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataDistributionType

type Rep DataDistributionType = D1 ('MetaData "DataDistributionType" "Amazonka.SageMaker.Types.DataDistributionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DataDistributionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DetailedAlgorithmStatus

newtype DetailedAlgorithmStatus Source #

Instances

Instances details
Eq DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Ord DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Read DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Show DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Generic DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Associated Types

type Rep DetailedAlgorithmStatus :: Type -> Type #

NFData DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

Methods

rnf :: DetailedAlgorithmStatus -> () #

Hashable DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToJSON DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToJSONKey DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromJSON DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromJSONKey DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToLog DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToHeader DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToQuery DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromXML DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToXML DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToByteString DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

FromText DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

ToText DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

type Rep DetailedAlgorithmStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedAlgorithmStatus

type Rep DetailedAlgorithmStatus = D1 ('MetaData "DetailedAlgorithmStatus" "Amazonka.SageMaker.Types.DetailedAlgorithmStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DetailedAlgorithmStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDetailedAlgorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DetailedModelPackageStatus

newtype DetailedModelPackageStatus Source #

Instances

Instances details
Eq DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Ord DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Read DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Show DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Generic DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Associated Types

type Rep DetailedModelPackageStatus :: Type -> Type #

NFData DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

Hashable DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToJSON DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToJSONKey DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromJSON DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromJSONKey DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToLog DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToHeader DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToQuery DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromXML DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToXML DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToByteString DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

FromText DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

ToText DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

type Rep DetailedModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DetailedModelPackageStatus

type Rep DetailedModelPackageStatus = D1 ('MetaData "DetailedModelPackageStatus" "Amazonka.SageMaker.Types.DetailedModelPackageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DetailedModelPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDetailedModelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DirectInternetAccess

newtype DirectInternetAccess Source #

Instances

Instances details
Eq DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Ord DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Read DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Show DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Generic DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Associated Types

type Rep DirectInternetAccess :: Type -> Type #

NFData DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

Methods

rnf :: DirectInternetAccess -> () #

Hashable DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToJSON DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToJSONKey DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromJSON DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromJSONKey DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToLog DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToHeader DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToQuery DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromXML DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToXML DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToByteString DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

FromText DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

ToText DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

type Rep DirectInternetAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DirectInternetAccess

type Rep DirectInternetAccess = D1 ('MetaData "DirectInternetAccess" "Amazonka.SageMaker.Types.DirectInternetAccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DirectInternetAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDirectInternetAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DomainStatus

newtype DomainStatus Source #

Constructors

DomainStatus' 

Instances

Instances details
Eq DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Ord DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Read DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Show DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Generic DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Associated Types

type Rep DomainStatus :: Type -> Type #

NFData DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

rnf :: DomainStatus -> () #

Hashable DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToJSON DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromJSON DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromJSONKey DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToLog DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToHeader DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToQuery DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromXML DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToXML DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

toXML :: DomainStatus -> XML #

ToByteString DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

FromText DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

ToText DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

Methods

toText :: DomainStatus -> Text #

type Rep DomainStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainStatus

type Rep DomainStatus = D1 ('MetaData "DomainStatus" "Amazonka.SageMaker.Types.DomainStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "DomainStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDomainStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePackagingJobStatus

newtype EdgePackagingJobStatus Source #

Instances

Instances details
Eq EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Ord EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Read EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Show EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Generic EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Associated Types

type Rep EdgePackagingJobStatus :: Type -> Type #

NFData EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

Methods

rnf :: EdgePackagingJobStatus -> () #

Hashable EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToJSON EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToJSONKey EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromJSON EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromJSONKey EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToLog EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToHeader EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToQuery EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromXML EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToXML EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToByteString EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

FromText EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

ToText EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

type Rep EdgePackagingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobStatus

type Rep EdgePackagingJobStatus = D1 ('MetaData "EdgePackagingJobStatus" "Amazonka.SageMaker.Types.EdgePackagingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePackagingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePresetDeploymentStatus

newtype EdgePresetDeploymentStatus Source #

Instances

Instances details
Eq EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Ord EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Read EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Show EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Generic EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Associated Types

type Rep EdgePresetDeploymentStatus :: Type -> Type #

NFData EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

Hashable EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToJSON EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToJSONKey EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromJSON EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromJSONKey EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToLog EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToHeader EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToQuery EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromXML EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToXML EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToByteString EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

FromText EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

ToText EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

type Rep EdgePresetDeploymentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentStatus

type Rep EdgePresetDeploymentStatus = D1 ('MetaData "EdgePresetDeploymentStatus" "Amazonka.SageMaker.Types.EdgePresetDeploymentStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePresetDeploymentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePresetDeploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EdgePresetDeploymentType

newtype EdgePresetDeploymentType Source #

Instances

Instances details
Eq EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Ord EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Read EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Show EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Generic EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Associated Types

type Rep EdgePresetDeploymentType :: Type -> Type #

NFData EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

Hashable EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToJSON EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToJSONKey EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromJSON EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromJSONKey EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToLog EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToHeader EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToQuery EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromXML EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToXML EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToByteString EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

FromText EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

ToText EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

type Rep EdgePresetDeploymentType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentType

type Rep EdgePresetDeploymentType = D1 ('MetaData "EdgePresetDeploymentType" "Amazonka.SageMaker.Types.EdgePresetDeploymentType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EdgePresetDeploymentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEdgePresetDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointConfigSortKey

newtype EndpointConfigSortKey Source #

Instances

Instances details
Eq EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Ord EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Read EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Show EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Generic EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Associated Types

type Rep EndpointConfigSortKey :: Type -> Type #

NFData EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

Methods

rnf :: EndpointConfigSortKey -> () #

Hashable EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToJSON EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToJSONKey EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromJSON EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromJSONKey EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToLog EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToHeader EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToQuery EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromXML EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToXML EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToByteString EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

FromText EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

ToText EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

type Rep EndpointConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSortKey

type Rep EndpointConfigSortKey = D1 ('MetaData "EndpointConfigSortKey" "Amazonka.SageMaker.Types.EndpointConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointSortKey

newtype EndpointSortKey Source #

Constructors

EndpointSortKey' 

Instances

Instances details
Eq EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Ord EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Read EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Show EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Generic EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Associated Types

type Rep EndpointSortKey :: Type -> Type #

NFData EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Methods

rnf :: EndpointSortKey -> () #

Hashable EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToJSON EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToJSONKey EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromJSON EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromJSONKey EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToLog EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToHeader EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToQuery EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromXML EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToXML EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

Methods

toXML :: EndpointSortKey -> XML #

ToByteString EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

FromText EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

ToText EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

type Rep EndpointSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSortKey

type Rep EndpointSortKey = D1 ('MetaData "EndpointSortKey" "Amazonka.SageMaker.Types.EndpointSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EndpointStatus

newtype EndpointStatus Source #

Constructors

EndpointStatus' 

Instances

Instances details
Eq EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Ord EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Read EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Show EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Generic EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Associated Types

type Rep EndpointStatus :: Type -> Type #

NFData EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Methods

rnf :: EndpointStatus -> () #

Hashable EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromJSON EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromJSONKey EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToLog EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToHeader EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToQuery EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromXML EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToXML EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

Methods

toXML :: EndpointStatus -> XML #

ToByteString EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

FromText EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

ToText EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

type Rep EndpointStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointStatus

type Rep EndpointStatus = D1 ('MetaData "EndpointStatus" "Amazonka.SageMaker.Types.EndpointStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "EndpointStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionStatus

newtype ExecutionStatus Source #

Constructors

ExecutionStatus' 

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Ord ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromJSONKey ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToLog ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToHeader ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToQuery ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToXML ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

Methods

toXML :: ExecutionStatus -> XML #

ToByteString ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

FromText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

ToText ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.SageMaker.Types.ExecutionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupSortBy

newtype FeatureGroupSortBy Source #

Instances

Instances details
Eq FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Ord FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Read FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Show FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Generic FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Associated Types

type Rep FeatureGroupSortBy :: Type -> Type #

NFData FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

Methods

rnf :: FeatureGroupSortBy -> () #

Hashable FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToJSON FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToJSONKey FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromJSON FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromJSONKey FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToLog FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToHeader FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToQuery FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromXML FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToXML FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToByteString FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

FromText FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

ToText FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

type Rep FeatureGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortBy

type Rep FeatureGroupSortBy = D1 ('MetaData "FeatureGroupSortBy" "Amazonka.SageMaker.Types.FeatureGroupSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupSortOrder

newtype FeatureGroupSortOrder Source #

Instances

Instances details
Eq FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Ord FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Read FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Show FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Generic FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Associated Types

type Rep FeatureGroupSortOrder :: Type -> Type #

NFData FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

Methods

rnf :: FeatureGroupSortOrder -> () #

Hashable FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToJSON FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToJSONKey FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromJSON FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromJSONKey FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToLog FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToHeader FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToQuery FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromXML FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToXML FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToByteString FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

FromText FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

ToText FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

type Rep FeatureGroupSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSortOrder

type Rep FeatureGroupSortOrder = D1 ('MetaData "FeatureGroupSortOrder" "Amazonka.SageMaker.Types.FeatureGroupSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureGroupStatus

newtype FeatureGroupStatus Source #

Instances

Instances details
Eq FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Ord FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Read FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Show FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Generic FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Associated Types

type Rep FeatureGroupStatus :: Type -> Type #

NFData FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

Methods

rnf :: FeatureGroupStatus -> () #

Hashable FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToJSON FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToJSONKey FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromJSON FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromJSONKey FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToLog FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToHeader FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToQuery FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromXML FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToXML FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToByteString FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

FromText FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

ToText FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

type Rep FeatureGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupStatus

type Rep FeatureGroupStatus = D1 ('MetaData "FeatureGroupStatus" "Amazonka.SageMaker.Types.FeatureGroupStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FeatureType

newtype FeatureType Source #

Constructors

FeatureType' 

Instances

Instances details
Eq FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Ord FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Read FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Show FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Generic FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Associated Types

type Rep FeatureType :: Type -> Type #

NFData FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

rnf :: FeatureType -> () #

Hashable FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToJSON FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToJSONKey FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromJSON FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromJSONKey FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToLog FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToHeader FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToQuery FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromXML FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToXML FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

toXML :: FeatureType -> XML #

ToByteString FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

FromText FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

ToText FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

Methods

toText :: FeatureType -> Text #

type Rep FeatureType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureType

type Rep FeatureType = D1 ('MetaData "FeatureType" "Amazonka.SageMaker.Types.FeatureType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FeatureType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeatureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemAccessMode

newtype FileSystemAccessMode Source #

Instances

Instances details
Eq FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Ord FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Read FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Show FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Generic FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Associated Types

type Rep FileSystemAccessMode :: Type -> Type #

NFData FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

Methods

rnf :: FileSystemAccessMode -> () #

Hashable FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToJSON FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToJSONKey FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromJSON FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromJSONKey FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToLog FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToHeader FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToQuery FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromXML FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToXML FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToByteString FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

FromText FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

ToText FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

type Rep FileSystemAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemAccessMode

type Rep FileSystemAccessMode = D1 ('MetaData "FileSystemAccessMode" "Amazonka.SageMaker.Types.FileSystemAccessMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FileSystemAccessMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemType

newtype FileSystemType Source #

Constructors

FileSystemType' 

Instances

Instances details
Eq FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Read FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemType

type Rep FileSystemType = D1 ('MetaData "FileSystemType" "Amazonka.SageMaker.Types.FileSystemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FileSystemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FlowDefinitionStatus

newtype FlowDefinitionStatus Source #

Instances

Instances details
Eq FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Ord FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Read FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Show FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Generic FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Associated Types

type Rep FlowDefinitionStatus :: Type -> Type #

NFData FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

Methods

rnf :: FlowDefinitionStatus -> () #

Hashable FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToJSON FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToJSONKey FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromJSON FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromJSONKey FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToLog FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToHeader FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToQuery FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromXML FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToXML FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToByteString FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

FromText FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

ToText FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

type Rep FlowDefinitionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionStatus

type Rep FlowDefinitionStatus = D1 ('MetaData "FlowDefinitionStatus" "Amazonka.SageMaker.Types.FlowDefinitionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "FlowDefinitionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFlowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Framework

newtype Framework Source #

Constructors

Framework' 

Fields

Instances

Instances details
Eq Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Ord Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Read Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Show Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Generic Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Associated Types

type Rep Framework :: Type -> Type #

NFData Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

rnf :: Framework -> () #

Hashable Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToJSON Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToJSONKey Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromJSON Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromJSONKey Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToLog Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToHeader Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToQuery Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

FromXML Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToXML Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toXML :: Framework -> XML #

ToByteString Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toBS :: Framework -> ByteString #

FromText Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

ToText Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

Methods

toText :: Framework -> Text #

type Rep Framework Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Framework

type Rep Framework = D1 ('MetaData "Framework" "Amazonka.SageMaker.Types.Framework" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "Framework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFramework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HumanTaskUiStatus

newtype HumanTaskUiStatus Source #

Instances

Instances details
Eq HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Ord HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Read HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Show HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Generic HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Associated Types

type Rep HumanTaskUiStatus :: Type -> Type #

NFData HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

Methods

rnf :: HumanTaskUiStatus -> () #

Hashable HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToJSON HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToJSONKey HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromJSON HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromJSONKey HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToLog HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToHeader HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToQuery HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromXML HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToXML HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToByteString HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

FromText HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

ToText HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

type Rep HumanTaskUiStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiStatus

type Rep HumanTaskUiStatus = D1 ('MetaData "HumanTaskUiStatus" "Amazonka.SageMaker.Types.HumanTaskUiStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HumanTaskUiStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHumanTaskUiStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterScalingType

newtype HyperParameterScalingType Source #

Instances

Instances details
Eq HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Ord HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Read HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Show HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Generic HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Associated Types

type Rep HyperParameterScalingType :: Type -> Type #

NFData HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

Hashable HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToJSON HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToJSONKey HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromJSON HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromJSONKey HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToLog HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToHeader HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToQuery HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromXML HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToXML HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToByteString HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

FromText HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

ToText HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

type Rep HyperParameterScalingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterScalingType

type Rep HyperParameterScalingType = D1 ('MetaData "HyperParameterScalingType" "Amazonka.SageMaker.Types.HyperParameterScalingType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterScalingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterScalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobObjectiveType

newtype HyperParameterTuningJobObjectiveType Source #

Instances

Instances details
Eq HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Ord HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Read HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Show HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Generic HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

NFData HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

Hashable HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToJSON HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToJSONKey HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromJSON HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromJSONKey HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToLog HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToHeader HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToQuery HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromXML HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToXML HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToByteString HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

FromText HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

ToText HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

type Rep HyperParameterTuningJobObjectiveType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType

type Rep HyperParameterTuningJobObjectiveType = D1 ('MetaData "HyperParameterTuningJobObjectiveType" "Amazonka.SageMaker.Types.HyperParameterTuningJobObjectiveType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobObjectiveType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobObjectiveType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobSortByOptions

newtype HyperParameterTuningJobSortByOptions Source #

Instances

Instances details
Eq HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Ord HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Read HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Show HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Generic HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

NFData HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

Hashable HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToJSON HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToJSONKey HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromJSON HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromJSONKey HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToLog HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToHeader HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToQuery HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromXML HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToXML HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToByteString HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

FromText HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

ToText HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

type Rep HyperParameterTuningJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions

type Rep HyperParameterTuningJobSortByOptions = D1 ('MetaData "HyperParameterTuningJobSortByOptions" "Amazonka.SageMaker.Types.HyperParameterTuningJobSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobStatus

newtype HyperParameterTuningJobStatus Source #

Instances

Instances details
Eq HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Ord HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Read HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Show HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Generic HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Associated Types

type Rep HyperParameterTuningJobStatus :: Type -> Type #

NFData HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

Hashable HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToJSON HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToJSONKey HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromJSON HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromJSONKey HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToLog HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToHeader HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToQuery HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromXML HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToXML HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToByteString HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

FromText HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

ToText HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

type Rep HyperParameterTuningJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStatus

type Rep HyperParameterTuningJobStatus = D1 ('MetaData "HyperParameterTuningJobStatus" "Amazonka.SageMaker.Types.HyperParameterTuningJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobStrategyType

newtype HyperParameterTuningJobStrategyType Source #

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model. Currently, the only supported value is Bayesian.

Instances

Instances details
Eq HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Ord HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Read HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Show HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Generic HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

NFData HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

Hashable HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToJSON HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToJSONKey HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromJSON HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromJSONKey HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToLog HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToHeader HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToQuery HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromXML HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToXML HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToByteString HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

FromText HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

ToText HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

type Rep HyperParameterTuningJobStrategyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType

type Rep HyperParameterTuningJobStrategyType = D1 ('MetaData "HyperParameterTuningJobStrategyType" "Amazonka.SageMaker.Types.HyperParameterTuningJobStrategyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobStrategyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobStrategyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HyperParameterTuningJobWarmStartType

newtype HyperParameterTuningJobWarmStartType Source #

Instances

Instances details
Eq HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Ord HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Read HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Show HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Generic HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

NFData HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

Hashable HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToJSON HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToJSONKey HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromJSON HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromJSONKey HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToLog HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToHeader HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToQuery HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromXML HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToXML HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToByteString HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

FromText HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

ToText HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

type Rep HyperParameterTuningJobWarmStartType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType

type Rep HyperParameterTuningJobWarmStartType = D1 ('MetaData "HyperParameterTuningJobWarmStartType" "Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "HyperParameterTuningJobWarmStartType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHyperParameterTuningJobWarmStartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageSortBy

newtype ImageSortBy Source #

Constructors

ImageSortBy' 

Instances

Instances details
Eq ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Ord ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Read ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Show ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Generic ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Associated Types

type Rep ImageSortBy :: Type -> Type #

NFData ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

rnf :: ImageSortBy -> () #

Hashable ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToJSON ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToJSONKey ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromJSON ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromJSONKey ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToLog ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToHeader ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToQuery ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromXML ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToXML ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

toXML :: ImageSortBy -> XML #

ToByteString ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

FromText ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

ToText ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

Methods

toText :: ImageSortBy -> Text #

type Rep ImageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortBy

type Rep ImageSortBy = D1 ('MetaData "ImageSortBy" "Amazonka.SageMaker.Types.ImageSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageSortOrder

newtype ImageSortOrder Source #

Constructors

ImageSortOrder' 

Instances

Instances details
Eq ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Ord ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Read ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Show ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Generic ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Associated Types

type Rep ImageSortOrder :: Type -> Type #

NFData ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Methods

rnf :: ImageSortOrder -> () #

Hashable ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToJSON ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToJSONKey ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromJSON ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromJSONKey ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToLog ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToHeader ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToQuery ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromXML ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToXML ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

Methods

toXML :: ImageSortOrder -> XML #

ToByteString ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

FromText ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

ToText ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

type Rep ImageSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageSortOrder

type Rep ImageSortOrder = D1 ('MetaData "ImageSortOrder" "Amazonka.SageMaker.Types.ImageSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageStatus

newtype ImageStatus Source #

Constructors

ImageStatus' 

Instances

Instances details
Eq ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Ord ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Read ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Show ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Generic ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Associated Types

type Rep ImageStatus :: Type -> Type #

NFData ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

rnf :: ImageStatus -> () #

Hashable ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToJSON ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToJSONKey ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromJSON ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromJSONKey ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToLog ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToHeader ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToQuery ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromXML ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToXML ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

toXML :: ImageStatus -> XML #

ToByteString ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

FromText ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

ToText ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

Methods

toText :: ImageStatus -> Text #

type Rep ImageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageStatus

type Rep ImageStatus = D1 ('MetaData "ImageStatus" "Amazonka.SageMaker.Types.ImageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionSortBy

newtype ImageVersionSortBy Source #

Instances

Instances details
Eq ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Ord ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Read ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Show ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Generic ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Associated Types

type Rep ImageVersionSortBy :: Type -> Type #

NFData ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

Methods

rnf :: ImageVersionSortBy -> () #

Hashable ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToJSON ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToJSONKey ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromJSON ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromJSONKey ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToLog ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToHeader ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToQuery ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromXML ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToXML ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToByteString ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

FromText ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

ToText ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

type Rep ImageVersionSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortBy

type Rep ImageVersionSortBy = D1 ('MetaData "ImageVersionSortBy" "Amazonka.SageMaker.Types.ImageVersionSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionSortOrder

newtype ImageVersionSortOrder Source #

Instances

Instances details
Eq ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Ord ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Read ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Show ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Generic ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Associated Types

type Rep ImageVersionSortOrder :: Type -> Type #

NFData ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

Methods

rnf :: ImageVersionSortOrder -> () #

Hashable ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToJSON ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToJSONKey ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromJSON ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromJSONKey ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToLog ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToHeader ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToQuery ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromXML ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToXML ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToByteString ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

FromText ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

ToText ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

type Rep ImageVersionSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionSortOrder

type Rep ImageVersionSortOrder = D1 ('MetaData "ImageVersionSortOrder" "Amazonka.SageMaker.Types.ImageVersionSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImageVersionStatus

newtype ImageVersionStatus Source #

Instances

Instances details
Eq ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Ord ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Read ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Show ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Generic ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Associated Types

type Rep ImageVersionStatus :: Type -> Type #

NFData ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

Methods

rnf :: ImageVersionStatus -> () #

Hashable ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToJSON ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToJSONKey ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromJSON ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromJSONKey ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToLog ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToHeader ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToQuery ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromXML ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToXML ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToByteString ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

FromText ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

ToText ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

type Rep ImageVersionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersionStatus

type Rep ImageVersionStatus = D1 ('MetaData "ImageVersionStatus" "Amazonka.SageMaker.Types.ImageVersionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ImageVersionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImageVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InferenceExecutionMode

newtype InferenceExecutionMode Source #

Instances

Instances details
Eq InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Ord InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Read InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Show InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Generic InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Associated Types

type Rep InferenceExecutionMode :: Type -> Type #

NFData InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

Methods

rnf :: InferenceExecutionMode -> () #

Hashable InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToJSON InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToJSONKey InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromJSON InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromJSONKey InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToLog InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToHeader InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToQuery InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromXML InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToXML InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToByteString InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

FromText InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

ToText InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

type Rep InferenceExecutionMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionMode

type Rep InferenceExecutionMode = D1 ('MetaData "InferenceExecutionMode" "Amazonka.SageMaker.Types.InferenceExecutionMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InferenceExecutionMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInferenceExecutionMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InputMode

newtype InputMode Source #

Constructors

InputMode' 

Fields

Bundled Patterns

pattern InputMode_File :: InputMode 
pattern InputMode_Pipe :: InputMode 

Instances

Instances details
Eq InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Ord InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Read InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Show InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Generic InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Associated Types

type Rep InputMode :: Type -> Type #

NFData InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

rnf :: InputMode -> () #

Hashable InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToJSON InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToJSONKey InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromJSON InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromJSONKey InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToLog InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToHeader InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToQuery InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

FromXML InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToXML InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toXML :: InputMode -> XML #

ToByteString InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toBS :: InputMode -> ByteString #

FromText InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

ToText InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

Methods

toText :: InputMode -> Text #

type Rep InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputMode

type Rep InputMode = D1 ('MetaData "InputMode" "Amazonka.SageMaker.Types.InputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceType

newtype InstanceType Source #

Constructors

InstanceType' 

Bundled Patterns

pattern InstanceType_Ml_c4_2xlarge :: InstanceType 
pattern InstanceType_Ml_c4_4xlarge :: InstanceType 
pattern InstanceType_Ml_c4_8xlarge :: InstanceType 
pattern InstanceType_Ml_c4_xlarge :: InstanceType 
pattern InstanceType_Ml_c5_18xlarge :: InstanceType 
pattern InstanceType_Ml_c5_2xlarge :: InstanceType 
pattern InstanceType_Ml_c5_4xlarge :: InstanceType 
pattern InstanceType_Ml_c5_9xlarge :: InstanceType 
pattern InstanceType_Ml_c5_xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_18xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_2xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_4xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_9xlarge :: InstanceType 
pattern InstanceType_Ml_c5d_xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_12xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_16xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_2xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_4xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_8xlarge :: InstanceType 
pattern InstanceType_Ml_g4dn_xlarge :: InstanceType 
pattern InstanceType_Ml_m4_10xlarge :: InstanceType 
pattern InstanceType_Ml_m4_16xlarge :: InstanceType 
pattern InstanceType_Ml_m4_2xlarge :: InstanceType 
pattern InstanceType_Ml_m4_4xlarge :: InstanceType 
pattern InstanceType_Ml_m4_xlarge :: InstanceType 
pattern InstanceType_Ml_m5_12xlarge :: InstanceType 
pattern InstanceType_Ml_m5_24xlarge :: InstanceType 
pattern InstanceType_Ml_m5_2xlarge :: InstanceType 
pattern InstanceType_Ml_m5_4xlarge :: InstanceType 
pattern InstanceType_Ml_m5_xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_12xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_16xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_24xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_2xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_4xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_8xlarge :: InstanceType 
pattern InstanceType_Ml_m5d_large :: InstanceType 
pattern InstanceType_Ml_m5d_xlarge :: InstanceType 
pattern InstanceType_Ml_p2_16xlarge :: InstanceType 
pattern InstanceType_Ml_p2_8xlarge :: InstanceType 
pattern InstanceType_Ml_p2_xlarge :: InstanceType 
pattern InstanceType_Ml_p3_16xlarge :: InstanceType 
pattern InstanceType_Ml_p3_2xlarge :: InstanceType 
pattern InstanceType_Ml_p3_8xlarge :: InstanceType 
pattern InstanceType_Ml_p3dn_24xlarge :: InstanceType 
pattern InstanceType_Ml_r5_12xlarge :: InstanceType 
pattern InstanceType_Ml_r5_16xlarge :: InstanceType 
pattern InstanceType_Ml_r5_24xlarge :: InstanceType 
pattern InstanceType_Ml_r5_2xlarge :: InstanceType 
pattern InstanceType_Ml_r5_4xlarge :: InstanceType 
pattern InstanceType_Ml_r5_8xlarge :: InstanceType 
pattern InstanceType_Ml_r5_large :: InstanceType 
pattern InstanceType_Ml_r5_xlarge :: InstanceType 
pattern InstanceType_Ml_t2_2xlarge :: InstanceType 
pattern InstanceType_Ml_t2_large :: InstanceType 
pattern InstanceType_Ml_t2_medium :: InstanceType 
pattern InstanceType_Ml_t2_xlarge :: InstanceType 
pattern InstanceType_Ml_t3_2xlarge :: InstanceType 
pattern InstanceType_Ml_t3_large :: InstanceType 
pattern InstanceType_Ml_t3_medium :: InstanceType 
pattern InstanceType_Ml_t3_xlarge :: InstanceType 

Instances

Instances details
Eq InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Ord InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Read InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Show InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Generic InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Associated Types

type Rep InstanceType :: Type -> Type #

NFData InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

rnf :: InstanceType -> () #

Hashable InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToJSON InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToJSONKey InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromJSON InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromJSONKey InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToLog InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToHeader InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToQuery InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromXML InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToXML InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

toXML :: InstanceType -> XML #

ToByteString InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

FromText InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

ToText InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

Methods

toText :: InstanceType -> Text #

type Rep InstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InstanceType

type Rep InstanceType = D1 ('MetaData "InstanceType" "Amazonka.SageMaker.Types.InstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "InstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JoinSource

newtype JoinSource Source #

Constructors

JoinSource' 

Fields

Bundled Patterns

pattern JoinSource_Input :: JoinSource 
pattern JoinSource_None :: JoinSource 

Instances

Instances details
Eq JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Ord JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Read JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Show JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Generic JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Associated Types

type Rep JoinSource :: Type -> Type #

NFData JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

rnf :: JoinSource -> () #

Hashable JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToJSON JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToJSONKey JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromJSON JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromJSONKey JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToLog JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToHeader JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToQuery JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromXML JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToXML JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

toXML :: JoinSource -> XML #

ToByteString JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

FromText JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

ToText JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

Methods

toText :: JoinSource -> Text #

type Rep JoinSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JoinSource

type Rep JoinSource = D1 ('MetaData "JoinSource" "Amazonka.SageMaker.Types.JoinSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "JoinSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJoinSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LabelingJobStatus

newtype LabelingJobStatus Source #

Instances

Instances details
Eq LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Ord LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Read LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Show LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Generic LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Associated Types

type Rep LabelingJobStatus :: Type -> Type #

NFData LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

Methods

rnf :: LabelingJobStatus -> () #

Hashable LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToJSON LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToJSONKey LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromJSON LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromJSONKey LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToLog LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToHeader LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToQuery LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromXML LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToXML LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToByteString LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

FromText LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

ToText LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

type Rep LabelingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStatus

type Rep LabelingJobStatus = D1 ('MetaData "LabelingJobStatus" "Amazonka.SageMaker.Types.LabelingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "LabelingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLabelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListCompilationJobsSortBy

newtype ListCompilationJobsSortBy Source #

Instances

Instances details
Eq ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Ord ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Read ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Show ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Generic ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Associated Types

type Rep ListCompilationJobsSortBy :: Type -> Type #

NFData ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

Hashable ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToJSON ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToJSONKey ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromJSON ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromJSONKey ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToLog ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToHeader ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToQuery ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromXML ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToXML ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToByteString ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

FromText ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

ToText ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

type Rep ListCompilationJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListCompilationJobsSortBy

type Rep ListCompilationJobsSortBy = D1 ('MetaData "ListCompilationJobsSortBy" "Amazonka.SageMaker.Types.ListCompilationJobsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListCompilationJobsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListCompilationJobsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListDeviceFleetsSortBy

newtype ListDeviceFleetsSortBy Source #

Instances

Instances details
Eq ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Ord ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Read ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Show ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Generic ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Associated Types

type Rep ListDeviceFleetsSortBy :: Type -> Type #

NFData ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

Methods

rnf :: ListDeviceFleetsSortBy -> () #

Hashable ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToJSON ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToJSONKey ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromJSON ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromJSONKey ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToLog ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToHeader ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToQuery ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromXML ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToXML ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToByteString ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

FromText ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

ToText ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

type Rep ListDeviceFleetsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListDeviceFleetsSortBy

type Rep ListDeviceFleetsSortBy = D1 ('MetaData "ListDeviceFleetsSortBy" "Amazonka.SageMaker.Types.ListDeviceFleetsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListDeviceFleetsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListDeviceFleetsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListEdgePackagingJobsSortBy

newtype ListEdgePackagingJobsSortBy Source #

Instances

Instances details
Eq ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Ord ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Read ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Show ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Generic ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Associated Types

type Rep ListEdgePackagingJobsSortBy :: Type -> Type #

NFData ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

Hashable ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToJSON ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToJSONKey ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromJSON ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromJSONKey ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToLog ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToHeader ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToQuery ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromXML ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToXML ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToByteString ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

FromText ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

ToText ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

type Rep ListEdgePackagingJobsSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy

type Rep ListEdgePackagingJobsSortBy = D1 ('MetaData "ListEdgePackagingJobsSortBy" "Amazonka.SageMaker.Types.ListEdgePackagingJobsSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListEdgePackagingJobsSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListEdgePackagingJobsSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListLabelingJobsForWorkteamSortByOptions

newtype ListLabelingJobsForWorkteamSortByOptions Source #

Instances

Instances details
Eq ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Ord ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Read ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Show ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Generic ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

NFData ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

Hashable ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToJSON ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToJSONKey ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromJSON ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromJSONKey ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToLog ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToHeader ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToQuery ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromXML ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToXML ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToByteString ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

FromText ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

ToText ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

type Rep ListLabelingJobsForWorkteamSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions

type Rep ListLabelingJobsForWorkteamSortByOptions = D1 ('MetaData "ListLabelingJobsForWorkteamSortByOptions" "Amazonka.SageMaker.Types.ListLabelingJobsForWorkteamSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListLabelingJobsForWorkteamSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListLabelingJobsForWorkteamSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListWorkforcesSortByOptions

newtype ListWorkforcesSortByOptions Source #

Instances

Instances details
Eq ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Ord ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Read ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Show ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Generic ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Associated Types

type Rep ListWorkforcesSortByOptions :: Type -> Type #

NFData ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

Hashable ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToJSON ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToJSONKey ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromJSON ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromJSONKey ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToLog ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToHeader ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToQuery ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromXML ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToXML ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToByteString ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

FromText ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

ToText ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

type Rep ListWorkforcesSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkforcesSortByOptions

type Rep ListWorkforcesSortByOptions = D1 ('MetaData "ListWorkforcesSortByOptions" "Amazonka.SageMaker.Types.ListWorkforcesSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListWorkforcesSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListWorkforcesSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ListWorkteamsSortByOptions

newtype ListWorkteamsSortByOptions Source #

Instances

Instances details
Eq ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Ord ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Read ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Show ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Generic ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Associated Types

type Rep ListWorkteamsSortByOptions :: Type -> Type #

NFData ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

Hashable ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToJSON ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToJSONKey ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromJSON ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromJSONKey ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToLog ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToHeader ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToQuery ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromXML ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToXML ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToByteString ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

FromText ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

ToText ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

type Rep ListWorkteamsSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ListWorkteamsSortByOptions

type Rep ListWorkteamsSortByOptions = D1 ('MetaData "ListWorkteamsSortByOptions" "Amazonka.SageMaker.Types.ListWorkteamsSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ListWorkteamsSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromListWorkteamsSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MetricSetSource

newtype MetricSetSource Source #

Constructors

MetricSetSource' 

Instances

Instances details
Eq MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Ord MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Read MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Show MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Generic MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Associated Types

type Rep MetricSetSource :: Type -> Type #

NFData MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Methods

rnf :: MetricSetSource -> () #

Hashable MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToJSON MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToJSONKey MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromJSON MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromJSONKey MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToLog MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToHeader MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToQuery MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromXML MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToXML MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

Methods

toXML :: MetricSetSource -> XML #

ToByteString MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

FromText MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

ToText MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

type Rep MetricSetSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricSetSource

type Rep MetricSetSource = D1 ('MetaData "MetricSetSource" "Amazonka.SageMaker.Types.MetricSetSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MetricSetSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMetricSetSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelApprovalStatus

newtype ModelApprovalStatus Source #

Instances

Instances details
Eq ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Ord ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Read ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Show ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Generic ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Associated Types

type Rep ModelApprovalStatus :: Type -> Type #

NFData ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

Methods

rnf :: ModelApprovalStatus -> () #

Hashable ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToJSON ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToJSONKey ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromJSON ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromJSONKey ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToLog ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToHeader ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToQuery ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromXML ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToXML ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToByteString ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

FromText ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

ToText ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

type Rep ModelApprovalStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelApprovalStatus

type Rep ModelApprovalStatus = D1 ('MetaData "ModelApprovalStatus" "Amazonka.SageMaker.Types.ModelApprovalStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelApprovalStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelCacheSetting

newtype ModelCacheSetting Source #

Instances

Instances details
Eq ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Ord ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Read ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Show ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Generic ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Associated Types

type Rep ModelCacheSetting :: Type -> Type #

NFData ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

Methods

rnf :: ModelCacheSetting -> () #

Hashable ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToJSON ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToJSONKey ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromJSON ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromJSONKey ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToLog ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToHeader ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToQuery ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromXML ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToXML ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToByteString ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

FromText ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

ToText ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

type Rep ModelCacheSetting Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCacheSetting

type Rep ModelCacheSetting = D1 ('MetaData "ModelCacheSetting" "Amazonka.SageMaker.Types.ModelCacheSetting" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelCacheSetting'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelCacheSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageGroupSortBy

newtype ModelPackageGroupSortBy Source #

Instances

Instances details
Eq ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Ord ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Read ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Show ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Generic ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Associated Types

type Rep ModelPackageGroupSortBy :: Type -> Type #

NFData ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

Methods

rnf :: ModelPackageGroupSortBy -> () #

Hashable ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToJSON ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToJSONKey ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromJSON ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromJSONKey ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToLog ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToHeader ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToQuery ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromXML ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToXML ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToByteString ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

FromText ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

ToText ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

type Rep ModelPackageGroupSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSortBy

type Rep ModelPackageGroupSortBy = D1 ('MetaData "ModelPackageGroupSortBy" "Amazonka.SageMaker.Types.ModelPackageGroupSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageGroupSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageGroupSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageGroupStatus

newtype ModelPackageGroupStatus Source #

Instances

Instances details
Eq ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Ord ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Read ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Show ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Generic ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Associated Types

type Rep ModelPackageGroupStatus :: Type -> Type #

NFData ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

Methods

rnf :: ModelPackageGroupStatus -> () #

Hashable ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToJSON ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToJSONKey ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromJSON ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromJSONKey ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToLog ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToHeader ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToQuery ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromXML ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToXML ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToByteString ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

FromText ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

ToText ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

type Rep ModelPackageGroupStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupStatus

type Rep ModelPackageGroupStatus = D1 ('MetaData "ModelPackageGroupStatus" "Amazonka.SageMaker.Types.ModelPackageGroupStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageSortBy

newtype ModelPackageSortBy Source #

Instances

Instances details
Eq ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Ord ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Read ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Show ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Generic ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Associated Types

type Rep ModelPackageSortBy :: Type -> Type #

NFData ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

Methods

rnf :: ModelPackageSortBy -> () #

Hashable ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToJSON ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToJSONKey ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromJSON ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromJSONKey ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToLog ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToHeader ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToQuery ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromXML ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToXML ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToByteString ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

FromText ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

ToText ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

type Rep ModelPackageSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSortBy

type Rep ModelPackageSortBy = D1 ('MetaData "ModelPackageSortBy" "Amazonka.SageMaker.Types.ModelPackageSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageStatus

newtype ModelPackageStatus Source #

Instances

Instances details
Eq ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Ord ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Read ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Show ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Generic ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Associated Types

type Rep ModelPackageStatus :: Type -> Type #

NFData ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

Methods

rnf :: ModelPackageStatus -> () #

Hashable ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToJSON ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToJSONKey ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromJSON ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromJSONKey ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToLog ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToHeader ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToQuery ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromXML ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToXML ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToByteString ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

FromText ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

ToText ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

type Rep ModelPackageStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatus

type Rep ModelPackageStatus = D1 ('MetaData "ModelPackageStatus" "Amazonka.SageMaker.Types.ModelPackageStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelPackageType

newtype ModelPackageType Source #

Instances

Instances details
Eq ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Ord ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Read ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Show ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Generic ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Associated Types

type Rep ModelPackageType :: Type -> Type #

NFData ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

Methods

rnf :: ModelPackageType -> () #

Hashable ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToJSON ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToJSONKey ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromJSON ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromJSONKey ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToLog ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToHeader ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToQuery ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromXML ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToXML ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToByteString ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

FromText ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

ToText ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

type Rep ModelPackageType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageType

type Rep ModelPackageType = D1 ('MetaData "ModelPackageType" "Amazonka.SageMaker.Types.ModelPackageType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelPackageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelPackageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ModelSortKey

newtype ModelSortKey Source #

Constructors

ModelSortKey' 

Bundled Patterns

pattern ModelSortKey_CreationTime :: ModelSortKey 
pattern ModelSortKey_Name :: ModelSortKey 

Instances

Instances details
Eq ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Ord ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Read ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Show ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Generic ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Associated Types

type Rep ModelSortKey :: Type -> Type #

NFData ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

rnf :: ModelSortKey -> () #

Hashable ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToJSON ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToJSONKey ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromJSON ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromJSONKey ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToLog ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToHeader ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToQuery ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromXML ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToXML ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

toXML :: ModelSortKey -> XML #

ToByteString ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

FromText ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

ToText ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

Methods

toText :: ModelSortKey -> Text #

type Rep ModelSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSortKey

type Rep ModelSortKey = D1 ('MetaData "ModelSortKey" "Amazonka.SageMaker.Types.ModelSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ModelSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromModelSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringExecutionSortKey

newtype MonitoringExecutionSortKey Source #

Instances

Instances details
Eq MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Ord MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Read MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Show MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Generic MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Associated Types

type Rep MonitoringExecutionSortKey :: Type -> Type #

NFData MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

Hashable MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToJSON MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToJSONKey MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromJSON MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromJSONKey MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToLog MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToHeader MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToQuery MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromXML MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToXML MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToByteString MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

FromText MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

ToText MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

type Rep MonitoringExecutionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSortKey

type Rep MonitoringExecutionSortKey = D1 ('MetaData "MonitoringExecutionSortKey" "Amazonka.SageMaker.Types.MonitoringExecutionSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringExecutionSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringExecutionSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringJobDefinitionSortKey

newtype MonitoringJobDefinitionSortKey Source #

Instances

Instances details
Eq MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Ord MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Read MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Show MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Generic MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Associated Types

type Rep MonitoringJobDefinitionSortKey :: Type -> Type #

NFData MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

Hashable MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToJSON MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToJSONKey MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromJSON MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromJSONKey MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToLog MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToHeader MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToQuery MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromXML MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToXML MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToByteString MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

FromText MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

ToText MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

type Rep MonitoringJobDefinitionSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey

type Rep MonitoringJobDefinitionSortKey = D1 ('MetaData "MonitoringJobDefinitionSortKey" "Amazonka.SageMaker.Types.MonitoringJobDefinitionSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringJobDefinitionSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringJobDefinitionSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringProblemType

newtype MonitoringProblemType Source #

Instances

Instances details
Eq MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Ord MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Read MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Show MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Generic MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Associated Types

type Rep MonitoringProblemType :: Type -> Type #

NFData MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

Methods

rnf :: MonitoringProblemType -> () #

Hashable MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToJSON MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToJSONKey MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromJSON MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromJSONKey MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToLog MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToHeader MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToQuery MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromXML MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToXML MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToByteString MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

FromText MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

ToText MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

type Rep MonitoringProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringProblemType

type Rep MonitoringProblemType = D1 ('MetaData "MonitoringProblemType" "Amazonka.SageMaker.Types.MonitoringProblemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringProblemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringProblemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringScheduleSortKey

newtype MonitoringScheduleSortKey Source #

Instances

Instances details
Eq MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Ord MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Read MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Show MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Generic MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Associated Types

type Rep MonitoringScheduleSortKey :: Type -> Type #

NFData MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

Hashable MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToJSON MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToJSONKey MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromJSON MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromJSONKey MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToLog MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToHeader MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToQuery MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromXML MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToXML MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToByteString MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

FromText MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

ToText MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

type Rep MonitoringScheduleSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSortKey

type Rep MonitoringScheduleSortKey = D1 ('MetaData "MonitoringScheduleSortKey" "Amazonka.SageMaker.Types.MonitoringScheduleSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringScheduleSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringScheduleSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MonitoringType

newtype MonitoringType Source #

Constructors

MonitoringType' 

Instances

Instances details
Eq MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Ord MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Read MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Show MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Generic MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Associated Types

type Rep MonitoringType :: Type -> Type #

NFData MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Methods

rnf :: MonitoringType -> () #

Hashable MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToJSON MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToJSONKey MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromJSON MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromJSONKey MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToLog MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToHeader MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToQuery MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromXML MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToXML MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

Methods

toXML :: MonitoringType -> XML #

ToByteString MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

FromText MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

ToText MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

type Rep MonitoringType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringType

type Rep MonitoringType = D1 ('MetaData "MonitoringType" "Amazonka.SageMaker.Types.MonitoringType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "MonitoringType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMonitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceAcceleratorType

newtype NotebookInstanceAcceleratorType Source #

Instances

Instances details
Eq NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Ord NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Read NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Show NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Generic NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Associated Types

type Rep NotebookInstanceAcceleratorType :: Type -> Type #

NFData NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

Hashable NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToJSON NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToJSONKey NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromJSON NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromJSONKey NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToLog NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToHeader NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToQuery NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromXML NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToXML NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToByteString NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

FromText NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

ToText NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

type Rep NotebookInstanceAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType

type Rep NotebookInstanceAcceleratorType = D1 ('MetaData "NotebookInstanceAcceleratorType" "Amazonka.SageMaker.Types.NotebookInstanceAcceleratorType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceAcceleratorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceAcceleratorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceLifecycleConfigSortKey

newtype NotebookInstanceLifecycleConfigSortKey Source #

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Ord NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Read NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Show NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Generic NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

NFData NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

Hashable NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToJSON NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToJSONKey NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromJSON NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromJSONKey NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToLog NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToHeader NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToQuery NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromXML NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToXML NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToByteString NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

FromText NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

ToText NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

type Rep NotebookInstanceLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey

type Rep NotebookInstanceLifecycleConfigSortKey = D1 ('MetaData "NotebookInstanceLifecycleConfigSortKey" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceLifecycleConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceLifecycleConfigSortOrder

newtype NotebookInstanceLifecycleConfigSortOrder Source #

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Ord NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Read NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Show NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Generic NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

NFData NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

Hashable NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToJSON NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToJSONKey NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromJSON NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromJSONKey NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToLog NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToHeader NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToQuery NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromXML NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToXML NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToByteString NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

FromText NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

ToText NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

type Rep NotebookInstanceLifecycleConfigSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder

type Rep NotebookInstanceLifecycleConfigSortOrder = D1 ('MetaData "NotebookInstanceLifecycleConfigSortOrder" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceLifecycleConfigSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceSortKey

newtype NotebookInstanceSortKey Source #

Instances

Instances details
Eq NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Ord NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Read NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Show NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Generic NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Associated Types

type Rep NotebookInstanceSortKey :: Type -> Type #

NFData NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

Methods

rnf :: NotebookInstanceSortKey -> () #

Hashable NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToJSON NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToJSONKey NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromJSON NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromJSONKey NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToLog NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToHeader NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToQuery NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromXML NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToXML NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToByteString NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

FromText NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

ToText NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

type Rep NotebookInstanceSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortKey

type Rep NotebookInstanceSortKey = D1 ('MetaData "NotebookInstanceSortKey" "Amazonka.SageMaker.Types.NotebookInstanceSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceSortOrder

newtype NotebookInstanceSortOrder Source #

Instances

Instances details
Eq NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Ord NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Read NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Show NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Generic NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Associated Types

type Rep NotebookInstanceSortOrder :: Type -> Type #

NFData NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

Hashable NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToJSON NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToJSONKey NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromJSON NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromJSONKey NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToLog NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToHeader NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToQuery NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromXML NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToXML NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToByteString NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

FromText NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

ToText NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

type Rep NotebookInstanceSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSortOrder

type Rep NotebookInstanceSortOrder = D1 ('MetaData "NotebookInstanceSortOrder" "Amazonka.SageMaker.Types.NotebookInstanceSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookInstanceStatus

newtype NotebookInstanceStatus Source #

Instances

Instances details
Eq NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Ord NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Read NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Show NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Generic NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Associated Types

type Rep NotebookInstanceStatus :: Type -> Type #

NFData NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

Methods

rnf :: NotebookInstanceStatus -> () #

Hashable NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToJSON NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToJSONKey NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromJSON NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromJSONKey NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToLog NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToHeader NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToQuery NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromXML NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToXML NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToByteString NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

FromText NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

ToText NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

type Rep NotebookInstanceStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceStatus

type Rep NotebookInstanceStatus = D1 ('MetaData "NotebookInstanceStatus" "Amazonka.SageMaker.Types.NotebookInstanceStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookInstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookOutputOption

newtype NotebookOutputOption Source #

Instances

Instances details
Eq NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Ord NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Read NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Show NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Generic NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Associated Types

type Rep NotebookOutputOption :: Type -> Type #

NFData NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

Methods

rnf :: NotebookOutputOption -> () #

Hashable NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToJSON NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToJSONKey NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromJSON NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromJSONKey NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToLog NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToHeader NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToQuery NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromXML NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToXML NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToByteString NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

FromText NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

ToText NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

type Rep NotebookOutputOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookOutputOption

type Rep NotebookOutputOption = D1 ('MetaData "NotebookOutputOption" "Amazonka.SageMaker.Types.NotebookOutputOption" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "NotebookOutputOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookOutputOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectiveStatus

newtype ObjectiveStatus Source #

Constructors

ObjectiveStatus' 

Instances

Instances details
Eq ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Ord ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Read ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Show ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Generic ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Associated Types

type Rep ObjectiveStatus :: Type -> Type #

NFData ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Methods

rnf :: ObjectiveStatus -> () #

Hashable ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToJSON ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToJSONKey ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromJSON ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromJSONKey ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToLog ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToHeader ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToQuery ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromXML ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToXML ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

Methods

toXML :: ObjectiveStatus -> XML #

ToByteString ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

FromText ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

ToText ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

type Rep ObjectiveStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatus

type Rep ObjectiveStatus = D1 ('MetaData "ObjectiveStatus" "Amazonka.SageMaker.Types.ObjectiveStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ObjectiveStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OfflineStoreStatusValue

newtype OfflineStoreStatusValue Source #

Instances

Instances details
Eq OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Ord OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Read OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Show OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Generic OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Associated Types

type Rep OfflineStoreStatusValue :: Type -> Type #

NFData OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

Methods

rnf :: OfflineStoreStatusValue -> () #

Hashable OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToJSON OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToJSONKey OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromJSON OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromJSONKey OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToLog OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToHeader OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToQuery OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromXML OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToXML OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToByteString OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

FromText OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

ToText OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

type Rep OfflineStoreStatusValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatusValue

type Rep OfflineStoreStatusValue = D1 ('MetaData "OfflineStoreStatusValue" "Amazonka.SageMaker.Types.OfflineStoreStatusValue" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "OfflineStoreStatusValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOfflineStoreStatusValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromJSON Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToLog Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToHeader Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToQuery Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

FromXML Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toXML :: Operator -> XML #

ToByteString Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toBS :: Operator -> ByteString #

FromText Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

Methods

toText :: Operator -> Text #

type Rep Operator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.SageMaker.Types.Operator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OrderKey

newtype OrderKey Source #

Constructors

OrderKey' 

Fields

Bundled Patterns

pattern OrderKey_Ascending :: OrderKey 
pattern OrderKey_Descending :: OrderKey 

Instances

Instances details
Eq OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Ord OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Read OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Show OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Generic OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Associated Types

type Rep OrderKey :: Type -> Type #

Methods

from :: OrderKey -> Rep OrderKey x #

to :: Rep OrderKey x -> OrderKey #

NFData OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

rnf :: OrderKey -> () #

Hashable OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

hashWithSalt :: Int -> OrderKey -> Int #

hash :: OrderKey -> Int #

ToJSON OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToJSONKey OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromJSON OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromJSONKey OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToLog OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToHeader OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toHeader :: HeaderName -> OrderKey -> [Header] #

ToQuery OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

FromXML OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToXML OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toXML :: OrderKey -> XML #

ToByteString OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toBS :: OrderKey -> ByteString #

FromText OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

ToText OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

Methods

toText :: OrderKey -> Text #

type Rep OrderKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OrderKey

type Rep OrderKey = D1 ('MetaData "OrderKey" "Amazonka.SageMaker.Types.OrderKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "OrderKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOrderKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ParameterType

newtype ParameterType Source #

Constructors

ParameterType' 

Instances

Instances details
Eq ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Ord ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Read ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Show ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Generic ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Associated Types

type Rep ParameterType :: Type -> Type #

NFData ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

rnf :: ParameterType -> () #

Hashable ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToJSON ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromJSON ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromJSONKey ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToLog ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToHeader ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToQuery ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromXML ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToXML ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

toXML :: ParameterType -> XML #

ToByteString ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

FromText ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

ToText ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

Methods

toText :: ParameterType -> Text #

type Rep ParameterType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterType

type Rep ParameterType = D1 ('MetaData "ParameterType" "Amazonka.SageMaker.Types.ParameterType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ParameterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromParameterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipelineExecutionStatus

newtype PipelineExecutionStatus Source #

Instances

Instances details
Eq PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Ord PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Read PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Show PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Generic PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Associated Types

type Rep PipelineExecutionStatus :: Type -> Type #

NFData PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

Methods

rnf :: PipelineExecutionStatus -> () #

Hashable PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToJSON PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToJSONKey PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromJSON PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromJSONKey PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToLog PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToHeader PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToQuery PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromXML PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToXML PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToByteString PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

FromText PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

ToText PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

type Rep PipelineExecutionStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStatus

type Rep PipelineExecutionStatus = D1 ('MetaData "PipelineExecutionStatus" "Amazonka.SageMaker.Types.PipelineExecutionStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "PipelineExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PipelineStatus

newtype PipelineStatus Source #

Constructors

PipelineStatus' 

Bundled Patterns

pattern PipelineStatus_Active :: PipelineStatus 

Instances

Instances details
Eq PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Ord PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Read PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Show PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Generic PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Associated Types

type Rep PipelineStatus :: Type -> Type #

NFData PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Methods

rnf :: PipelineStatus -> () #

Hashable PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToJSON PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToJSONKey PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromJSON PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromJSONKey PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToLog PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToHeader PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToQuery PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromXML PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToXML PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

Methods

toXML :: PipelineStatus -> XML #

ToByteString PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

FromText PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

ToText PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

type Rep PipelineStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineStatus

type Rep PipelineStatus = D1 ('MetaData "PipelineStatus" "Amazonka.SageMaker.Types.PipelineStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "PipelineStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProblemType

newtype ProblemType Source #

Constructors

ProblemType' 

Instances

Instances details
Eq ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Ord ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Read ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Show ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Generic ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Associated Types

type Rep ProblemType :: Type -> Type #

NFData ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

rnf :: ProblemType -> () #

Hashable ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToJSON ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToJSONKey ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromJSON ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromJSONKey ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToLog ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToHeader ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToQuery ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromXML ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToXML ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

toXML :: ProblemType -> XML #

ToByteString ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

FromText ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

ToText ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

Methods

toText :: ProblemType -> Text #

type Rep ProblemType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProblemType

type Rep ProblemType = D1 ('MetaData "ProblemType" "Amazonka.SageMaker.Types.ProblemType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProblemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProblemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingInstanceType

newtype ProcessingInstanceType Source #

Bundled Patterns

pattern ProcessingInstanceType_Ml_c4_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c4_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_18xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_9xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_c5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_g4dn_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_10xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m4_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_24xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_m5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p2_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_p3_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_12xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_16xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_24xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_4xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_8xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_r5_xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_2xlarge :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_large :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_medium :: ProcessingInstanceType 
pattern ProcessingInstanceType_Ml_t3_xlarge :: ProcessingInstanceType 

Instances

Instances details
Eq ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Ord ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Read ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Show ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Generic ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Associated Types

type Rep ProcessingInstanceType :: Type -> Type #

NFData ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

Methods

rnf :: ProcessingInstanceType -> () #

Hashable ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToJSON ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToJSONKey ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromJSON ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromJSONKey ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToLog ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToHeader ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToQuery ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromXML ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToXML ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToByteString ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

FromText ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

ToText ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

type Rep ProcessingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInstanceType

type Rep ProcessingInstanceType = D1 ('MetaData "ProcessingInstanceType" "Amazonka.SageMaker.Types.ProcessingInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingJobStatus

newtype ProcessingJobStatus Source #

Instances

Instances details
Eq ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Ord ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Read ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Show ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Generic ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Associated Types

type Rep ProcessingJobStatus :: Type -> Type #

NFData ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

Methods

rnf :: ProcessingJobStatus -> () #

Hashable ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToJSON ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToJSONKey ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromJSON ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromJSONKey ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToLog ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToHeader ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToQuery ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromXML ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToXML ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToByteString ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

FromText ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

ToText ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

type Rep ProcessingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStatus

type Rep ProcessingJobStatus = D1 ('MetaData "ProcessingJobStatus" "Amazonka.SageMaker.Types.ProcessingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3CompressionType

newtype ProcessingS3CompressionType Source #

Instances

Instances details
Eq ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Ord ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Read ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Show ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Generic ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Associated Types

type Rep ProcessingS3CompressionType :: Type -> Type #

NFData ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

Hashable ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToJSON ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToJSONKey ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromJSON ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromJSONKey ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToLog ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToHeader ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToQuery ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromXML ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToXML ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToByteString ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

FromText ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

ToText ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

type Rep ProcessingS3CompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3CompressionType

type Rep ProcessingS3CompressionType = D1 ('MetaData "ProcessingS3CompressionType" "Amazonka.SageMaker.Types.ProcessingS3CompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3CompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3CompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3DataDistributionType

newtype ProcessingS3DataDistributionType Source #

Instances

Instances details
Eq ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Ord ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Read ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Show ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Generic ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Associated Types

type Rep ProcessingS3DataDistributionType :: Type -> Type #

NFData ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

Hashable ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToJSON ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToJSONKey ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromJSON ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromJSONKey ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToLog ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToHeader ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToQuery ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromXML ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToXML ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToByteString ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

FromText ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

ToText ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

type Rep ProcessingS3DataDistributionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataDistributionType

type Rep ProcessingS3DataDistributionType = D1 ('MetaData "ProcessingS3DataDistributionType" "Amazonka.SageMaker.Types.ProcessingS3DataDistributionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3DataDistributionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3DataType

newtype ProcessingS3DataType Source #

Instances

Instances details
Eq ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Ord ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Read ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Show ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Generic ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Associated Types

type Rep ProcessingS3DataType :: Type -> Type #

NFData ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

Methods

rnf :: ProcessingS3DataType -> () #

Hashable ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToJSON ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToJSONKey ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromJSON ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromJSONKey ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToLog ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToHeader ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToQuery ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromXML ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToXML ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToByteString ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

FromText ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

ToText ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

type Rep ProcessingS3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3DataType

type Rep ProcessingS3DataType = D1 ('MetaData "ProcessingS3DataType" "Amazonka.SageMaker.Types.ProcessingS3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3InputMode

newtype ProcessingS3InputMode Source #

Instances

Instances details
Eq ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Ord ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Read ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Show ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Generic ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Associated Types

type Rep ProcessingS3InputMode :: Type -> Type #

NFData ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

Methods

rnf :: ProcessingS3InputMode -> () #

Hashable ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToJSON ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToJSONKey ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromJSON ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromJSONKey ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToLog ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToHeader ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToQuery ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromXML ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToXML ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToByteString ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

FromText ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

ToText ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

type Rep ProcessingS3InputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3InputMode

type Rep ProcessingS3InputMode = D1 ('MetaData "ProcessingS3InputMode" "Amazonka.SageMaker.Types.ProcessingS3InputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3InputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3InputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProcessingS3UploadMode

newtype ProcessingS3UploadMode Source #

Instances

Instances details
Eq ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Ord ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Read ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Show ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Generic ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Associated Types

type Rep ProcessingS3UploadMode :: Type -> Type #

NFData ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

Methods

rnf :: ProcessingS3UploadMode -> () #

Hashable ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToJSON ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToJSONKey ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromJSON ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromJSONKey ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToLog ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToHeader ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToQuery ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromXML ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToXML ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToByteString ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

FromText ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

ToText ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

type Rep ProcessingS3UploadMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3UploadMode

type Rep ProcessingS3UploadMode = D1 ('MetaData "ProcessingS3UploadMode" "Amazonka.SageMaker.Types.ProcessingS3UploadMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProcessingS3UploadMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProcessingS3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductionVariantAcceleratorType

newtype ProductionVariantAcceleratorType Source #

Instances

Instances details
Eq ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Ord ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Read ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Show ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Generic ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Associated Types

type Rep ProductionVariantAcceleratorType :: Type -> Type #

NFData ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

Hashable ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToJSON ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToJSONKey ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromJSON ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromJSONKey ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToLog ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToHeader ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToQuery ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromXML ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToXML ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToByteString ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

FromText ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

ToText ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

type Rep ProductionVariantAcceleratorType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantAcceleratorType

type Rep ProductionVariantAcceleratorType = D1 ('MetaData "ProductionVariantAcceleratorType" "Amazonka.SageMaker.Types.ProductionVariantAcceleratorType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProductionVariantAcceleratorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductionVariantAcceleratorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProductionVariantInstanceType

newtype ProductionVariantInstanceType Source #

Bundled Patterns

pattern ProductionVariantInstanceType_Ml_c4_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c4_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_18xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_9xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_18xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_9xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_c5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_g4dn_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_6xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_inf1_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_10xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m4_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_m5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p2_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_16xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_p3_8xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_12xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_24xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_4xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_r5d_xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_2xlarge :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_large :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_medium :: ProductionVariantInstanceType 
pattern ProductionVariantInstanceType_Ml_t2_xlarge :: ProductionVariantInstanceType 

Instances

Instances details
Eq ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Ord ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Read ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Show ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Generic ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Associated Types

type Rep ProductionVariantInstanceType :: Type -> Type #

NFData ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

Hashable ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToJSON ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToJSONKey ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromJSON ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromJSONKey ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToLog ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToHeader ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToQuery ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromXML ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToXML ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToByteString ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

FromText ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

ToText ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

type Rep ProductionVariantInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantInstanceType

type Rep ProductionVariantInstanceType = D1 ('MetaData "ProductionVariantInstanceType" "Amazonka.SageMaker.Types.ProductionVariantInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProductionVariantInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProductionVariantInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProfilingStatus

newtype ProfilingStatus Source #

Constructors

ProfilingStatus' 

Instances

Instances details
Eq ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Ord ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Read ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Show ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Generic ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Associated Types

type Rep ProfilingStatus :: Type -> Type #

NFData ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Methods

rnf :: ProfilingStatus -> () #

Hashable ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToJSON ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToJSONKey ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromJSON ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromJSONKey ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToLog ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToHeader ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToQuery ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromXML ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToXML ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

Methods

toXML :: ProfilingStatus -> XML #

ToByteString ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

FromText ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

ToText ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

type Rep ProfilingStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilingStatus

type Rep ProfilingStatus = D1 ('MetaData "ProfilingStatus" "Amazonka.SageMaker.Types.ProfilingStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProfilingStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProfilingStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectSortBy

newtype ProjectSortBy Source #

Constructors

ProjectSortBy' 

Instances

Instances details
Eq ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Ord ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Read ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Show ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Generic ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Associated Types

type Rep ProjectSortBy :: Type -> Type #

NFData ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

rnf :: ProjectSortBy -> () #

Hashable ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToJSON ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToJSONKey ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromJSON ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromJSONKey ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToLog ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToHeader ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToQuery ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromXML ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToXML ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

toXML :: ProjectSortBy -> XML #

ToByteString ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

FromText ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

ToText ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

Methods

toText :: ProjectSortBy -> Text #

type Rep ProjectSortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortBy

type Rep ProjectSortBy = D1 ('MetaData "ProjectSortBy" "Amazonka.SageMaker.Types.ProjectSortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectSortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectSortOrder

newtype ProjectSortOrder Source #

Instances

Instances details
Eq ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Ord ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Read ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Show ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Generic ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Associated Types

type Rep ProjectSortOrder :: Type -> Type #

NFData ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

Methods

rnf :: ProjectSortOrder -> () #

Hashable ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToJSON ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToJSONKey ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromJSON ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromJSONKey ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToLog ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToHeader ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToQuery ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromXML ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToXML ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToByteString ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

FromText ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

ToText ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

type Rep ProjectSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSortOrder

type Rep ProjectSortOrder = D1 ('MetaData "ProjectSortOrder" "Amazonka.SageMaker.Types.ProjectSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectStatus

newtype ProjectStatus Source #

Constructors

ProjectStatus' 

Instances

Instances details
Eq ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Ord ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Read ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Show ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Generic ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Associated Types

type Rep ProjectStatus :: Type -> Type #

NFData ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

rnf :: ProjectStatus -> () #

Hashable ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToJSON ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToJSONKey ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromJSON ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromJSONKey ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToLog ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToHeader ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToQuery ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromXML ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToXML ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

toXML :: ProjectStatus -> XML #

ToByteString ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

FromText ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

ToText ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

Methods

toText :: ProjectStatus -> Text #

type Rep ProjectStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectStatus

type Rep ProjectStatus = D1 ('MetaData "ProjectStatus" "Amazonka.SageMaker.Types.ProjectStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ProjectStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RecordWrapper

newtype RecordWrapper Source #

Constructors

RecordWrapper' 

Bundled Patterns

pattern RecordWrapper_None :: RecordWrapper 
pattern RecordWrapper_RecordIO :: RecordWrapper 

Instances

Instances details
Eq RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Ord RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Read RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Show RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Generic RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Associated Types

type Rep RecordWrapper :: Type -> Type #

NFData RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

rnf :: RecordWrapper -> () #

Hashable RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToJSON RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToJSONKey RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromJSON RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromJSONKey RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToLog RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToHeader RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToQuery RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromXML RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToXML RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

toXML :: RecordWrapper -> XML #

ToByteString RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

FromText RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

ToText RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

Methods

toText :: RecordWrapper -> Text #

type Rep RecordWrapper Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RecordWrapper

type Rep RecordWrapper = D1 ('MetaData "RecordWrapper" "Amazonka.SageMaker.Types.RecordWrapper" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RecordWrapper'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRecordWrapper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedshiftResultCompressionType

newtype RedshiftResultCompressionType Source #

The compression used for Redshift query results.

Instances

Instances details
Eq RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Ord RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Read RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Show RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Generic RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Associated Types

type Rep RedshiftResultCompressionType :: Type -> Type #

NFData RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

Hashable RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToJSON RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToJSONKey RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromJSON RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromJSONKey RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToLog RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToHeader RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToQuery RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromXML RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToXML RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToByteString RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

FromText RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

ToText RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

type Rep RedshiftResultCompressionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultCompressionType

type Rep RedshiftResultCompressionType = D1 ('MetaData "RedshiftResultCompressionType" "Amazonka.SageMaker.Types.RedshiftResultCompressionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RedshiftResultCompressionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedshiftResultCompressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RedshiftResultFormat

newtype RedshiftResultFormat Source #

The data storage format for Redshift query results.

Instances

Instances details
Eq RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Ord RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Read RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Show RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Generic RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Associated Types

type Rep RedshiftResultFormat :: Type -> Type #

NFData RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

Methods

rnf :: RedshiftResultFormat -> () #

Hashable RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToJSON RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToJSONKey RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromJSON RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromJSONKey RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToLog RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToHeader RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToQuery RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromXML RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToXML RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToByteString RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

FromText RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

ToText RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

type Rep RedshiftResultFormat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftResultFormat

type Rep RedshiftResultFormat = D1 ('MetaData "RedshiftResultFormat" "Amazonka.SageMaker.Types.RedshiftResultFormat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RedshiftResultFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRedshiftResultFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RepositoryAccessMode

newtype RepositoryAccessMode Source #

Instances

Instances details
Eq RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Ord RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Read RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Show RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Generic RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Associated Types

type Rep RepositoryAccessMode :: Type -> Type #

NFData RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

Methods

rnf :: RepositoryAccessMode -> () #

Hashable RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToJSON RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToJSONKey RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromJSON RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromJSONKey RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToLog RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToHeader RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToQuery RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromXML RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToXML RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToByteString RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

FromText RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

ToText RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

type Rep RepositoryAccessMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAccessMode

type Rep RepositoryAccessMode = D1 ('MetaData "RepositoryAccessMode" "Amazonka.SageMaker.Types.RepositoryAccessMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RepositoryAccessMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRepositoryAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceType

newtype ResourceType Source #

Constructors

ResourceType' 

Instances

Instances details
Eq ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Ord ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Read ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Show ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Generic ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Associated Types

type Rep ResourceType :: Type -> Type #

NFData ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

rnf :: ResourceType -> () #

Hashable ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToJSON ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromJSON ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromJSONKey ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToLog ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToHeader ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToQuery ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromXML ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToXML ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

toXML :: ResourceType -> XML #

ToByteString ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

FromText ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

ToText ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

Methods

toText :: ResourceType -> Text #

type Rep ResourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceType

type Rep ResourceType = D1 ('MetaData "ResourceType" "Amazonka.SageMaker.Types.ResourceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RetentionType

newtype RetentionType Source #

Constructors

RetentionType' 

Bundled Patterns

pattern RetentionType_Delete :: RetentionType 
pattern RetentionType_Retain :: RetentionType 

Instances

Instances details
Eq RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Ord RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Read RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Show RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Generic RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Associated Types

type Rep RetentionType :: Type -> Type #

NFData RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

rnf :: RetentionType -> () #

Hashable RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToJSON RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToJSONKey RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromJSON RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromJSONKey RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToLog RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToHeader RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToQuery RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromXML RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToXML RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

toXML :: RetentionType -> XML #

ToByteString RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

FromText RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

ToText RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

Methods

toText :: RetentionType -> Text #

type Rep RetentionType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionType

type Rep RetentionType = D1 ('MetaData "RetentionType" "Amazonka.SageMaker.Types.RetentionType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RetentionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRetentionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RootAccess

newtype RootAccess Source #

Constructors

RootAccess' 

Fields

Bundled Patterns

pattern RootAccess_Disabled :: RootAccess 
pattern RootAccess_Enabled :: RootAccess 

Instances

Instances details
Eq RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Ord RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Read RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Show RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Generic RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Associated Types

type Rep RootAccess :: Type -> Type #

NFData RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

rnf :: RootAccess -> () #

Hashable RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToJSON RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToJSONKey RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromJSON RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromJSONKey RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToLog RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToHeader RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToQuery RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromXML RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToXML RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

toXML :: RootAccess -> XML #

ToByteString RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

FromText RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

ToText RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

Methods

toText :: RootAccess -> Text #

type Rep RootAccess Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RootAccess

type Rep RootAccess = D1 ('MetaData "RootAccess" "Amazonka.SageMaker.Types.RootAccess" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RootAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRootAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RuleEvaluationStatus

newtype RuleEvaluationStatus Source #

Instances

Instances details
Eq RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Ord RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Read RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Show RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Generic RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Associated Types

type Rep RuleEvaluationStatus :: Type -> Type #

NFData RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

Methods

rnf :: RuleEvaluationStatus -> () #

Hashable RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToJSON RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToJSONKey RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromJSON RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromJSONKey RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToLog RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToHeader RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToQuery RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromXML RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToXML RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToByteString RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

FromText RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

ToText RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

type Rep RuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RuleEvaluationStatus

type Rep RuleEvaluationStatus = D1 ('MetaData "RuleEvaluationStatus" "Amazonka.SageMaker.Types.RuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "RuleEvaluationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRuleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3DataDistribution

newtype S3DataDistribution Source #

Instances

Instances details
Eq S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Ord S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Read S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Show S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Generic S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Associated Types

type Rep S3DataDistribution :: Type -> Type #

NFData S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

Methods

rnf :: S3DataDistribution -> () #

Hashable S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToJSON S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToJSONKey S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromJSON S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromJSONKey S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToLog S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToHeader S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToQuery S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromXML S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToXML S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToByteString S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

FromText S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

ToText S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

type Rep S3DataDistribution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataDistribution

type Rep S3DataDistribution = D1 ('MetaData "S3DataDistribution" "Amazonka.SageMaker.Types.S3DataDistribution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "S3DataDistribution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3DataDistribution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

S3DataType

newtype S3DataType Source #

Constructors

S3DataType' 

Fields

Instances

Instances details
Eq S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Ord S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Read S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Show S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Generic S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Associated Types

type Rep S3DataType :: Type -> Type #

NFData S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

rnf :: S3DataType -> () #

Hashable S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToJSON S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToJSONKey S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromJSON S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromJSONKey S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToLog S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToHeader S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToQuery S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromXML S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToXML S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

toXML :: S3DataType -> XML #

ToByteString S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

FromText S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

ToText S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

Methods

toText :: S3DataType -> Text #

type Rep S3DataType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataType

type Rep S3DataType = D1 ('MetaData "S3DataType" "Amazonka.SageMaker.Types.S3DataType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "S3DataType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromS3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SagemakerServicecatalogStatus

newtype SagemakerServicecatalogStatus Source #

Instances

Instances details
Eq SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Ord SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Read SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Show SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Generic SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Associated Types

type Rep SagemakerServicecatalogStatus :: Type -> Type #

NFData SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

Hashable SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToJSON SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToJSONKey SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromJSON SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromJSONKey SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToLog SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToHeader SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToQuery SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromXML SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToXML SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToByteString SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

FromText SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

ToText SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

type Rep SagemakerServicecatalogStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SagemakerServicecatalogStatus

type Rep SagemakerServicecatalogStatus = D1 ('MetaData "SagemakerServicecatalogStatus" "Amazonka.SageMaker.Types.SagemakerServicecatalogStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SagemakerServicecatalogStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSagemakerServicecatalogStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleStatus

newtype ScheduleStatus Source #

Constructors

ScheduleStatus' 

Instances

Instances details
Eq ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Ord ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Read ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Show ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Generic ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Associated Types

type Rep ScheduleStatus :: Type -> Type #

NFData ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Methods

rnf :: ScheduleStatus -> () #

Hashable ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToJSON ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToJSONKey ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromJSON ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromJSONKey ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToLog ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToHeader ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToQuery ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromXML ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToXML ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

Methods

toXML :: ScheduleStatus -> XML #

ToByteString ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

FromText ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

ToText ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

type Rep ScheduleStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleStatus

type Rep ScheduleStatus = D1 ('MetaData "ScheduleStatus" "Amazonka.SageMaker.Types.ScheduleStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "ScheduleStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SearchSortOrder

newtype SearchSortOrder Source #

Constructors

SearchSortOrder' 

Instances

Instances details
Eq SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Ord SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Read SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Show SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Generic SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Associated Types

type Rep SearchSortOrder :: Type -> Type #

NFData SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Methods

rnf :: SearchSortOrder -> () #

Hashable SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToJSON SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToJSONKey SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromJSON SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromJSONKey SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToLog SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToHeader SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToQuery SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromXML SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToXML SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

Methods

toXML :: SearchSortOrder -> XML #

ToByteString SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

FromText SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

ToText SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

type Rep SearchSortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchSortOrder

type Rep SearchSortOrder = D1 ('MetaData "SearchSortOrder" "Amazonka.SageMaker.Types.SearchSortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SearchSortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSearchSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SecondaryStatus

newtype SecondaryStatus Source #

Constructors

SecondaryStatus' 

Instances

Instances details
Eq SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Ord SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Read SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Show SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Generic SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Associated Types

type Rep SecondaryStatus :: Type -> Type #

NFData SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Methods

rnf :: SecondaryStatus -> () #

Hashable SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToJSON SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToJSONKey SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromJSON SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromJSONKey SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToLog SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToHeader SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToQuery SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromXML SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToXML SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

Methods

toXML :: SecondaryStatus -> XML #

ToByteString SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

FromText SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

ToText SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

type Rep SecondaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatus

type Rep SecondaryStatus = D1 ('MetaData "SecondaryStatus" "Amazonka.SageMaker.Types.SecondaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SecondaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSecondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortActionsBy

newtype SortActionsBy Source #

Constructors

SortActionsBy' 

Instances

Instances details
Eq SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Ord SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Read SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Show SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Generic SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Associated Types

type Rep SortActionsBy :: Type -> Type #

NFData SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

rnf :: SortActionsBy -> () #

Hashable SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToJSON SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToJSONKey SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromJSON SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromJSONKey SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToLog SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToHeader SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToQuery SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromXML SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToXML SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

toXML :: SortActionsBy -> XML #

ToByteString SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

FromText SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

ToText SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

Methods

toText :: SortActionsBy -> Text #

type Rep SortActionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortActionsBy

type Rep SortActionsBy = D1 ('MetaData "SortActionsBy" "Amazonka.SageMaker.Types.SortActionsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortActionsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortActionsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortArtifactsBy

newtype SortArtifactsBy Source #

Constructors

SortArtifactsBy' 

Bundled Patterns

pattern SortArtifactsBy_CreationTime :: SortArtifactsBy 

Instances

Instances details
Eq SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Ord SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Read SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Show SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Generic SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Associated Types

type Rep SortArtifactsBy :: Type -> Type #

NFData SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Methods

rnf :: SortArtifactsBy -> () #

Hashable SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToJSON SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToJSONKey SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromJSON SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromJSONKey SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToLog SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToHeader SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToQuery SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromXML SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToXML SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

Methods

toXML :: SortArtifactsBy -> XML #

ToByteString SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

FromText SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

ToText SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

type Rep SortArtifactsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortArtifactsBy

type Rep SortArtifactsBy = D1 ('MetaData "SortArtifactsBy" "Amazonka.SageMaker.Types.SortArtifactsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortArtifactsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortArtifactsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortAssociationsBy

newtype SortAssociationsBy Source #

Instances

Instances details
Eq SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Ord SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Read SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Show SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Generic SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Associated Types

type Rep SortAssociationsBy :: Type -> Type #

NFData SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

Methods

rnf :: SortAssociationsBy -> () #

Hashable SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToJSON SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToJSONKey SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromJSON SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromJSONKey SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToLog SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToHeader SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToQuery SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromXML SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToXML SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToByteString SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

FromText SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

ToText SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

type Rep SortAssociationsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortAssociationsBy

type Rep SortAssociationsBy = D1 ('MetaData "SortAssociationsBy" "Amazonka.SageMaker.Types.SortAssociationsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortAssociationsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortAssociationsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortBy

newtype SortBy Source #

Constructors

SortBy' 

Fields

Bundled Patterns

pattern SortBy_CreationTime :: SortBy 
pattern SortBy_Name :: SortBy 
pattern SortBy_Status :: SortBy 

Instances

Instances details
Eq SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

(==) :: SortBy -> SortBy -> Bool #

(/=) :: SortBy -> SortBy -> Bool #

Ord SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Read SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Show SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Generic SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Associated Types

type Rep SortBy :: Type -> Type #

Methods

from :: SortBy -> Rep SortBy x #

to :: Rep SortBy x -> SortBy #

NFData SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

rnf :: SortBy -> () #

Hashable SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

hashWithSalt :: Int -> SortBy -> Int #

hash :: SortBy -> Int #

ToJSON SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToJSONKey SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromJSON SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromJSONKey SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToLog SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToHeader SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toHeader :: HeaderName -> SortBy -> [Header] #

ToQuery SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

FromXML SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToXML SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toXML :: SortBy -> XML #

ToByteString SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toBS :: SortBy -> ByteString #

FromText SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

ToText SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

Methods

toText :: SortBy -> Text #

type Rep SortBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortBy

type Rep SortBy = D1 ('MetaData "SortBy" "Amazonka.SageMaker.Types.SortBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortContextsBy

newtype SortContextsBy Source #

Constructors

SortContextsBy' 

Instances

Instances details
Eq SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Ord SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Read SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Show SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Generic SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Associated Types

type Rep SortContextsBy :: Type -> Type #

NFData SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Methods

rnf :: SortContextsBy -> () #

Hashable SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToJSON SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToJSONKey SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromJSON SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromJSONKey SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToLog SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToHeader SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToQuery SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromXML SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToXML SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

Methods

toXML :: SortContextsBy -> XML #

ToByteString SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

FromText SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

ToText SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

type Rep SortContextsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortContextsBy

type Rep SortContextsBy = D1 ('MetaData "SortContextsBy" "Amazonka.SageMaker.Types.SortContextsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortContextsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortContextsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortExperimentsBy

newtype SortExperimentsBy Source #

Instances

Instances details
Eq SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Ord SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Read SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Show SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Generic SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Associated Types

type Rep SortExperimentsBy :: Type -> Type #

NFData SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

Methods

rnf :: SortExperimentsBy -> () #

Hashable SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToJSON SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToJSONKey SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromJSON SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromJSONKey SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToLog SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToHeader SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToQuery SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromXML SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToXML SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToByteString SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

FromText SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

ToText SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

type Rep SortExperimentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortExperimentsBy

type Rep SortExperimentsBy = D1 ('MetaData "SortExperimentsBy" "Amazonka.SageMaker.Types.SortExperimentsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortExperimentsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortExperimentsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrder

newtype SortOrder Source #

Constructors

SortOrder' 

Fields

Bundled Patterns

pattern SortOrder_Ascending :: SortOrder 
pattern SortOrder_Descending :: SortOrder 

Instances

Instances details
Eq SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Ord SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Read SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Show SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Generic SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Associated Types

type Rep SortOrder :: Type -> Type #

NFData SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

rnf :: SortOrder -> () #

Hashable SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToJSON SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromJSON SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromJSONKey SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToLog SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToHeader SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToQuery SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

FromXML SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToXML SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toXML :: SortOrder -> XML #

ToByteString SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toBS :: SortOrder -> ByteString #

FromText SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

ToText SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

Methods

toText :: SortOrder -> Text #

type Rep SortOrder Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortOrder

type Rep SortOrder = D1 ('MetaData "SortOrder" "Amazonka.SageMaker.Types.SortOrder" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortPipelineExecutionsBy

newtype SortPipelineExecutionsBy Source #

Instances

Instances details
Eq SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Ord SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Read SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Show SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Generic SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Associated Types

type Rep SortPipelineExecutionsBy :: Type -> Type #

NFData SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

Hashable SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToJSON SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToJSONKey SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromJSON SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromJSONKey SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToLog SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToHeader SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToQuery SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromXML SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToXML SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToByteString SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

FromText SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

ToText SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

type Rep SortPipelineExecutionsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelineExecutionsBy

type Rep SortPipelineExecutionsBy = D1 ('MetaData "SortPipelineExecutionsBy" "Amazonka.SageMaker.Types.SortPipelineExecutionsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortPipelineExecutionsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortPipelineExecutionsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortPipelinesBy

newtype SortPipelinesBy Source #

Constructors

SortPipelinesBy' 

Instances

Instances details
Eq SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Ord SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Read SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Show SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Generic SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Associated Types

type Rep SortPipelinesBy :: Type -> Type #

NFData SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Methods

rnf :: SortPipelinesBy -> () #

Hashable SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToJSON SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToJSONKey SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromJSON SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromJSONKey SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToLog SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToHeader SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToQuery SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromXML SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToXML SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

Methods

toXML :: SortPipelinesBy -> XML #

ToByteString SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

FromText SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

ToText SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

type Rep SortPipelinesBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortPipelinesBy

type Rep SortPipelinesBy = D1 ('MetaData "SortPipelinesBy" "Amazonka.SageMaker.Types.SortPipelinesBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortPipelinesBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortPipelinesBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortTrialComponentsBy

newtype SortTrialComponentsBy Source #

Instances

Instances details
Eq SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Ord SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Read SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Show SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Generic SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Associated Types

type Rep SortTrialComponentsBy :: Type -> Type #

NFData SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

Methods

rnf :: SortTrialComponentsBy -> () #

Hashable SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToJSON SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToJSONKey SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromJSON SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromJSONKey SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToLog SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToHeader SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToQuery SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromXML SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToXML SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToByteString SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

FromText SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

ToText SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

type Rep SortTrialComponentsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialComponentsBy

type Rep SortTrialComponentsBy = D1 ('MetaData "SortTrialComponentsBy" "Amazonka.SageMaker.Types.SortTrialComponentsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortTrialComponentsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortTrialComponentsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortTrialsBy

newtype SortTrialsBy Source #

Constructors

SortTrialsBy' 

Bundled Patterns

pattern SortTrialsBy_CreationTime :: SortTrialsBy 
pattern SortTrialsBy_Name :: SortTrialsBy 

Instances

Instances details
Eq SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Ord SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Read SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Show SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Generic SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Associated Types

type Rep SortTrialsBy :: Type -> Type #

NFData SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

rnf :: SortTrialsBy -> () #

Hashable SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToJSON SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToJSONKey SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromJSON SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromJSONKey SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToLog SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToHeader SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToQuery SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromXML SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToXML SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

toXML :: SortTrialsBy -> XML #

ToByteString SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

FromText SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

ToText SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

Methods

toText :: SortTrialsBy -> Text #

type Rep SortTrialsBy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SortTrialsBy

type Rep SortTrialsBy = D1 ('MetaData "SortTrialsBy" "Amazonka.SageMaker.Types.SortTrialsBy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SortTrialsBy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortTrialsBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SplitType

newtype SplitType Source #

Constructors

SplitType' 

Fields

Bundled Patterns

pattern SplitType_Line :: SplitType 
pattern SplitType_None :: SplitType 
pattern SplitType_RecordIO :: SplitType 
pattern SplitType_TFRecord :: SplitType 

Instances

Instances details
Eq SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Ord SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Read SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Show SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Generic SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Associated Types

type Rep SplitType :: Type -> Type #

NFData SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

rnf :: SplitType -> () #

Hashable SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToJSON SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToJSONKey SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromJSON SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromJSONKey SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToLog SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToHeader SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToQuery SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

FromXML SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToXML SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toXML :: SplitType -> XML #

ToByteString SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toBS :: SplitType -> ByteString #

FromText SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

ToText SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

Methods

toText :: SplitType -> Text #

type Rep SplitType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SplitType

type Rep SplitType = D1 ('MetaData "SplitType" "Amazonka.SageMaker.Types.SplitType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "SplitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSplitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepStatus

newtype StepStatus Source #

Constructors

StepStatus' 

Fields

Instances

Instances details
Eq StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Ord StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Read StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Generic StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

NFData StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToJSON StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromJSONKey StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToLog StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToHeader StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToQuery StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromXML StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToXML StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

toXML :: StepStatus -> XML #

ToByteString StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

FromText StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

ToText StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

Methods

toText :: StepStatus -> Text #

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.SageMaker.Types.StepStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StudioLifecycleConfigAppType

newtype StudioLifecycleConfigAppType Source #

Instances

Instances details
Eq StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Ord StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Read StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Show StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Generic StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Associated Types

type Rep StudioLifecycleConfigAppType :: Type -> Type #

NFData StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

Hashable StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToJSON StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToJSONKey StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromJSON StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromJSONKey StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToLog StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToHeader StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToQuery StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromXML StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToXML StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToByteString StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

FromText StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

ToText StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

type Rep StudioLifecycleConfigAppType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigAppType

type Rep StudioLifecycleConfigAppType = D1 ('MetaData "StudioLifecycleConfigAppType" "Amazonka.SageMaker.Types.StudioLifecycleConfigAppType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StudioLifecycleConfigAppType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStudioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StudioLifecycleConfigSortKey

newtype StudioLifecycleConfigSortKey Source #

Instances

Instances details
Eq StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Ord StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Read StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Show StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Generic StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Associated Types

type Rep StudioLifecycleConfigSortKey :: Type -> Type #

NFData StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

Hashable StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToJSON StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToJSONKey StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromJSON StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromJSONKey StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToLog StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToHeader StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToQuery StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromXML StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToXML StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToByteString StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

FromText StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

ToText StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

type Rep StudioLifecycleConfigSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey

type Rep StudioLifecycleConfigSortKey = D1 ('MetaData "StudioLifecycleConfigSortKey" "Amazonka.SageMaker.Types.StudioLifecycleConfigSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "StudioLifecycleConfigSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStudioLifecycleConfigSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetDevice

newtype TargetDevice Source #

Constructors

TargetDevice' 

Instances

Instances details
Eq TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Ord TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Read TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Show TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Generic TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Associated Types

type Rep TargetDevice :: Type -> Type #

NFData TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

rnf :: TargetDevice -> () #

Hashable TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToJSON TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToJSONKey TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromJSON TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromJSONKey TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToLog TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToHeader TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToQuery TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromXML TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToXML TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

toXML :: TargetDevice -> XML #

ToByteString TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

FromText TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

ToText TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

Methods

toText :: TargetDevice -> Text #

type Rep TargetDevice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetDevice

type Rep TargetDevice = D1 ('MetaData "TargetDevice" "Amazonka.SageMaker.Types.TargetDevice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformAccelerator

newtype TargetPlatformAccelerator Source #

Instances

Instances details
Eq TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Ord TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Read TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Show TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Generic TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Associated Types

type Rep TargetPlatformAccelerator :: Type -> Type #

NFData TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

Hashable TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToJSON TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToJSONKey TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromJSON TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromJSONKey TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToLog TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToHeader TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToQuery TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromXML TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToXML TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToByteString TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

FromText TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

ToText TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

type Rep TargetPlatformAccelerator Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformAccelerator

type Rep TargetPlatformAccelerator = D1 ('MetaData "TargetPlatformAccelerator" "Amazonka.SageMaker.Types.TargetPlatformAccelerator" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformAccelerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformAccelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformArch

newtype TargetPlatformArch Source #

Instances

Instances details
Eq TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Ord TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Read TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Show TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Generic TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Associated Types

type Rep TargetPlatformArch :: Type -> Type #

NFData TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

Methods

rnf :: TargetPlatformArch -> () #

Hashable TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToJSON TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToJSONKey TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromJSON TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromJSONKey TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToLog TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToHeader TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToQuery TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromXML TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToXML TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToByteString TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

FromText TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

ToText TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

type Rep TargetPlatformArch Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformArch

type Rep TargetPlatformArch = D1 ('MetaData "TargetPlatformArch" "Amazonka.SageMaker.Types.TargetPlatformArch" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformArch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformArch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TargetPlatformOs

newtype TargetPlatformOs Source #

Instances

Instances details
Eq TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Ord TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Read TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Show TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Generic TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Associated Types

type Rep TargetPlatformOs :: Type -> Type #

NFData TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

Methods

rnf :: TargetPlatformOs -> () #

Hashable TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToJSON TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToJSONKey TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromJSON TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromJSONKey TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToLog TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToHeader TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToQuery TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromXML TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToXML TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToByteString TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

FromText TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

ToText TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

type Rep TargetPlatformOs Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatformOs

type Rep TargetPlatformOs = D1 ('MetaData "TargetPlatformOs" "Amazonka.SageMaker.Types.TargetPlatformOs" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TargetPlatformOs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTargetPlatformOs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrafficRoutingConfigType

newtype TrafficRoutingConfigType Source #

Instances

Instances details
Eq TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Ord TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Read TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Show TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Generic TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Associated Types

type Rep TrafficRoutingConfigType :: Type -> Type #

NFData TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

Hashable TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToJSON TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToJSONKey TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromJSON TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromJSONKey TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToLog TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToHeader TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToQuery TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromXML TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToXML TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToByteString TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

FromText TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

ToText TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

type Rep TrafficRoutingConfigType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfigType

type Rep TrafficRoutingConfigType = D1 ('MetaData "TrafficRoutingConfigType" "Amazonka.SageMaker.Types.TrafficRoutingConfigType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrafficRoutingConfigType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrafficRoutingConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingInputMode

newtype TrainingInputMode Source #

The training input mode that the algorithm supports. For more information about input modes, see Algorithms.

Pipe mode

If an algorithm supports Pipe mode, Amazon SageMaker streams data directly from Amazon S3 to the container.

File mode

If an algorithm supports File mode, SageMaker downloads the training data from S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume for the training container.

You must provision the ML storage volume with sufficient capacity to accommodate the data downloaded from S3. In addition to the training data, the ML storage volume also stores the output model. The algorithm container uses the ML storage volume to also store intermediate information, if any.

For distributed algorithms, training data is distributed uniformly. Your training duration is predictable if the input data objects sizes are approximately the same. SageMaker does not split the files any further for model training. If the object sizes are skewed, training won't be optimal as the data distribution is also skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in training.

FastFile mode

If an algorithm supports FastFile mode, SageMaker streams data directly from S3 to the container with no code changes, and provides file system access to the data. Users can author their training script to interact with these files as if they were stored on disk.

FastFile mode works best when the data is read sequentially. Augmented manifest files aren't supported. The startup time is lower when there are fewer files in the S3 bucket provided.

Instances

Instances details
Eq TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Ord TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Read TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Show TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Generic TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Associated Types

type Rep TrainingInputMode :: Type -> Type #

NFData TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

Methods

rnf :: TrainingInputMode -> () #

Hashable TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToJSON TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToJSONKey TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromJSON TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromJSONKey TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToLog TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToHeader TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToQuery TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromXML TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToXML TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToByteString TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

FromText TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

ToText TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

type Rep TrainingInputMode Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInputMode

type Rep TrainingInputMode = D1 ('MetaData "TrainingInputMode" "Amazonka.SageMaker.Types.TrainingInputMode" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingInputMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingInstanceType

newtype TrainingInstanceType Source #

Bundled Patterns

pattern TrainingInstanceType_Ml_c4_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c4_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_18xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_9xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_18xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_9xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_c5n_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_12xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_g4dn_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_10xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m4_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_12xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_24xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_4xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_large :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_m5_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p2_xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_16xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_2xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3_8xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p3dn_24xlarge :: TrainingInstanceType 
pattern TrainingInstanceType_Ml_p4d_24xlarge :: TrainingInstanceType 

Instances

Instances details
Eq TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Ord TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Read TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Show TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Generic TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Associated Types

type Rep TrainingInstanceType :: Type -> Type #

NFData TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

Methods

rnf :: TrainingInstanceType -> () #

Hashable TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToJSON TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToJSONKey TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromJSON TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromJSONKey TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToLog TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToHeader TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToQuery TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromXML TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToXML TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToByteString TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

FromText TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

ToText TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

type Rep TrainingInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingInstanceType

type Rep TrainingInstanceType = D1 ('MetaData "TrainingInstanceType" "Amazonka.SageMaker.Types.TrainingInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobEarlyStoppingType

newtype TrainingJobEarlyStoppingType Source #

Instances

Instances details
Eq TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Ord TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Read TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Show TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Generic TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Associated Types

type Rep TrainingJobEarlyStoppingType :: Type -> Type #

NFData TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

Hashable TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToJSON TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToJSONKey TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromJSON TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromJSONKey TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToLog TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToHeader TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToQuery TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromXML TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToXML TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToByteString TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

FromText TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

ToText TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

type Rep TrainingJobEarlyStoppingType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType

type Rep TrainingJobEarlyStoppingType = D1 ('MetaData "TrainingJobEarlyStoppingType" "Amazonka.SageMaker.Types.TrainingJobEarlyStoppingType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobEarlyStoppingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobEarlyStoppingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobSortByOptions

newtype TrainingJobSortByOptions Source #

Instances

Instances details
Eq TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Ord TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Read TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Show TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Generic TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Associated Types

type Rep TrainingJobSortByOptions :: Type -> Type #

NFData TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

Hashable TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToJSON TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToJSONKey TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromJSON TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromJSONKey TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToLog TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToHeader TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToQuery TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromXML TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToXML TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToByteString TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

FromText TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

ToText TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

type Rep TrainingJobSortByOptions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSortByOptions

type Rep TrainingJobSortByOptions = D1 ('MetaData "TrainingJobSortByOptions" "Amazonka.SageMaker.Types.TrainingJobSortByOptions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobSortByOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobSortByOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrainingJobStatus

newtype TrainingJobStatus Source #

Instances

Instances details
Eq TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Ord TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Read TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Show TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Generic TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Associated Types

type Rep TrainingJobStatus :: Type -> Type #

NFData TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

Methods

rnf :: TrainingJobStatus -> () #

Hashable TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToJSON TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToJSONKey TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromJSON TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromJSONKey TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToLog TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToHeader TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToQuery TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromXML TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToXML TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToByteString TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

FromText TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

ToText TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

type Rep TrainingJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatus

type Rep TrainingJobStatus = D1 ('MetaData "TrainingJobStatus" "Amazonka.SageMaker.Types.TrainingJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrainingJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransformInstanceType

newtype TransformInstanceType Source #

Bundled Patterns

pattern TransformInstanceType_Ml_c4_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c4_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_18xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_9xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_c5_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_12xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_g4dn_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_10xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m4_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_12xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_24xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_4xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_large :: TransformInstanceType 
pattern TransformInstanceType_Ml_m5_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_8xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p2_xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_16xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_2xlarge :: TransformInstanceType 
pattern TransformInstanceType_Ml_p3_8xlarge :: TransformInstanceType 

Instances

Instances details
Eq TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Ord TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Read TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Show TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Generic TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Associated Types

type Rep TransformInstanceType :: Type -> Type #

NFData TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

Methods

rnf :: TransformInstanceType -> () #

Hashable TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToJSON TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToJSONKey TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromJSON TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromJSONKey TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToLog TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToHeader TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToQuery TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromXML TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToXML TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToByteString TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

FromText TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

ToText TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

type Rep TransformInstanceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInstanceType

type Rep TransformInstanceType = D1 ('MetaData "TransformInstanceType" "Amazonka.SageMaker.Types.TransformInstanceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TransformInstanceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransformInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TransformJobStatus

newtype TransformJobStatus Source #

Instances

Instances details
Eq TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Ord TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Read TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Show TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Generic TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Associated Types

type Rep TransformJobStatus :: Type -> Type #

NFData TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

Methods

rnf :: TransformJobStatus -> () #

Hashable TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToJSON TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToJSONKey TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromJSON TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromJSONKey TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToLog TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToHeader TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToQuery TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromXML TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToXML TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToByteString TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

FromText TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

ToText TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

type Rep TransformJobStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStatus

type Rep TransformJobStatus = D1 ('MetaData "TransformJobStatus" "Amazonka.SageMaker.Types.TransformJobStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TransformJobStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTransformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TrialComponentPrimaryStatus

newtype TrialComponentPrimaryStatus Source #

Instances

Instances details
Eq TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Ord TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Read TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Show TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Generic TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Associated Types

type Rep TrialComponentPrimaryStatus :: Type -> Type #

NFData TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

Hashable TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToJSON TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToJSONKey TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromJSON TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromJSONKey TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToLog TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToHeader TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToQuery TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromXML TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToXML TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToByteString TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

FromText TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

ToText TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

type Rep TrialComponentPrimaryStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentPrimaryStatus

type Rep TrialComponentPrimaryStatus = D1 ('MetaData "TrialComponentPrimaryStatus" "Amazonka.SageMaker.Types.TrialComponentPrimaryStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "TrialComponentPrimaryStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTrialComponentPrimaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserProfileSortKey

newtype UserProfileSortKey Source #

Instances

Instances details
Eq UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Ord UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Read UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Show UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Generic UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Associated Types

type Rep UserProfileSortKey :: Type -> Type #

NFData UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

Methods

rnf :: UserProfileSortKey -> () #

Hashable UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToJSON UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToJSONKey UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromJSON UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromJSONKey UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToLog UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToHeader UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToQuery UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromXML UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToXML UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToByteString UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

FromText UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

ToText UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

type Rep UserProfileSortKey Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileSortKey

type Rep UserProfileSortKey = D1 ('MetaData "UserProfileSortKey" "Amazonka.SageMaker.Types.UserProfileSortKey" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "UserProfileSortKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserProfileSortKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

UserProfileStatus

newtype UserProfileStatus Source #

Instances

Instances details
Eq UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Ord UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Read UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Show UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Generic UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Associated Types

type Rep UserProfileStatus :: Type -> Type #

NFData UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

Methods

rnf :: UserProfileStatus -> () #

Hashable UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToJSON UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToJSONKey UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromJSON UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromJSONKey UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToLog UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToHeader UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToQuery UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromXML UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToXML UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToByteString UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

FromText UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

ToText UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

type Rep UserProfileStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileStatus

type Rep UserProfileStatus = D1 ('MetaData "UserProfileStatus" "Amazonka.SageMaker.Types.UserProfileStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "UserProfileStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUserProfileStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VariantPropertyType

newtype VariantPropertyType Source #

Instances

Instances details
Eq VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Ord VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Read VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Show VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Generic VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Associated Types

type Rep VariantPropertyType :: Type -> Type #

NFData VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

Methods

rnf :: VariantPropertyType -> () #

Hashable VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToJSON VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToJSONKey VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromJSON VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromJSONKey VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToLog VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToHeader VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToQuery VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromXML VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToXML VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToByteString VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

FromText VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

ToText VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

type Rep VariantPropertyType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantPropertyType

type Rep VariantPropertyType = D1 ('MetaData "VariantPropertyType" "Amazonka.SageMaker.Types.VariantPropertyType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'True) (C1 ('MetaCons "VariantPropertyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVariantPropertyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionSource

data ActionSource Source #

A structure describing the source of an action.

See: newActionSource smart constructor.

Constructors

ActionSource' 

Fields

Instances

Instances details
Eq ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Read ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Show ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Generic ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Associated Types

type Rep ActionSource :: Type -> Type #

NFData ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

Methods

rnf :: ActionSource -> () #

Hashable ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

ToJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

FromJSON ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSource

type Rep ActionSource = D1 ('MetaData "ActionSource" "Amazonka.SageMaker.Types.ActionSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newActionSource Source #

Create a value of ActionSource 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:sourceType:ActionSource', actionSource_sourceType - The type of the source.

$sel:sourceId:ActionSource', actionSource_sourceId - The ID of the source.

$sel:sourceUri:ActionSource', actionSource_sourceUri - The URI of the source.

ActionSummary

data ActionSummary Source #

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

See: newActionSummary smart constructor.

Constructors

ActionSummary' 

Fields

Instances

Instances details
Eq ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Read ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Show ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Generic ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Associated Types

type Rep ActionSummary :: Type -> Type #

NFData ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Methods

rnf :: ActionSummary -> () #

Hashable ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

FromJSON ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary = D1 ('MetaData "ActionSummary" "Amazonka.SageMaker.Types.ActionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionSource))) :*: (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newActionSummary :: ActionSummary Source #

Create a value of ActionSummary 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:creationTime:ActionSummary', actionSummary_creationTime - When the action was created.

$sel:status:ActionSummary', actionSummary_status - The status of the action.

$sel:lastModifiedTime:ActionSummary', actionSummary_lastModifiedTime - When the action was last modified.

$sel:actionName:ActionSummary', actionSummary_actionName - The name of the action.

$sel:source:ActionSummary', actionSummary_source - The source of the action.

$sel:actionArn:ActionSummary', actionSummary_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:actionType:ActionSummary', actionSummary_actionType - The type of the action.

actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime) Source #

When the action was last modified.

actionSummary_actionArn :: Lens' ActionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the action.

AgentVersion

data AgentVersion Source #

Edge Manager agent version.

See: newAgentVersion smart constructor.

Constructors

AgentVersion' 

Fields

Instances

Instances details
Eq AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Read AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Show AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Generic AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Associated Types

type Rep AgentVersion :: Type -> Type #

NFData AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

Methods

rnf :: AgentVersion -> () #

Hashable AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

FromJSON AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

type Rep AgentVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AgentVersion

type Rep AgentVersion = D1 ('MetaData "AgentVersion" "Amazonka.SageMaker.Types.AgentVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AgentVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "agentCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newAgentVersion Source #

Create a value of AgentVersion 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:version:AgentVersion', agentVersion_version - Version of the agent.

$sel:agentCount:AgentVersion', agentVersion_agentCount - The number of Edge Manager agents.

agentVersion_agentCount :: Lens' AgentVersion Integer Source #

The number of Edge Manager agents.

Alarm

data Alarm Source #

This API is not supported.

See: newAlarm smart constructor.

Constructors

Alarm' 

Fields

Instances

Instances details
Eq Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

(==) :: Alarm -> Alarm -> Bool #

(/=) :: Alarm -> Alarm -> Bool #

Read Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Show Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

showsPrec :: Int -> Alarm -> ShowS #

show :: Alarm -> String #

showList :: [Alarm] -> ShowS #

Generic Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Associated Types

type Rep Alarm :: Type -> Type #

Methods

from :: Alarm -> Rep Alarm x #

to :: Rep Alarm x -> Alarm #

NFData Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

rnf :: Alarm -> () #

Hashable Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

Methods

hashWithSalt :: Int -> Alarm -> Int #

hash :: Alarm -> Int #

ToJSON Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

FromJSON Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

type Rep Alarm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Alarm

type Rep Alarm = D1 ('MetaData "Alarm" "Amazonka.SageMaker.Types.Alarm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Alarm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlarm :: Alarm Source #

Create a value of Alarm 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:alarmName:Alarm', alarm_alarmName -

AlgorithmSpecification

data AlgorithmSpecification Source #

Specifies the training algorithm to use in a CreateTrainingJob request.

For more information about algorithms provided by Amazon SageMaker, see Algorithms. For information about using your own algorithms, see Using Your Own Algorithms with Amazon SageMaker.

See: newAlgorithmSpecification smart constructor.

Constructors

AlgorithmSpecification' 

Fields

Instances

Instances details
Eq AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Read AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Show AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Generic AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Associated Types

type Rep AlgorithmSpecification :: Type -> Type #

NFData AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

Methods

rnf :: AlgorithmSpecification -> () #

Hashable AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

ToJSON AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

FromJSON AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

type Rep AlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSpecification

type Rep AlgorithmSpecification = D1 ('MetaData "AlgorithmSpecification" "Amazonka.SageMaker.Types.AlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableSageMakerMetricsTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode)))))

newAlgorithmSpecification Source #

Create a value of AlgorithmSpecification 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:enableSageMakerMetricsTimeSeries:AlgorithmSpecification', algorithmSpecification_enableSageMakerMetricsTimeSeries - To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren't generated except in the following cases:

  • You use one of the Amazon SageMaker built-in algorithms
  • You use one of the following Prebuilt Amazon SageMaker Docker Images:

    • Tensorflow (version >= 1.15)
    • MXNet (version >= 1.6)
    • PyTorch (version >= 1.3)
  • You specify at least one MetricDefinition

$sel:algorithmName:AlgorithmSpecification', algorithmSpecification_algorithmName - The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. If you specify a value for this parameter, you can't specify a value for TrainingImage.

$sel:trainingImage:AlgorithmSpecification', algorithmSpecification_trainingImage - The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

$sel:metricDefinitions:AlgorithmSpecification', algorithmSpecification_metricDefinitions - A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. Amazon SageMaker publishes each metric to Amazon CloudWatch.

$sel:trainingInputMode:AlgorithmSpecification', algorithmSpecification_trainingInputMode - Undocumented member.

algorithmSpecification_enableSageMakerMetricsTimeSeries :: Lens' AlgorithmSpecification (Maybe Bool) Source #

To generate and save time-series metrics during training, set to true. The default is false and time-series metrics aren't generated except in the following cases:

  • You use one of the Amazon SageMaker built-in algorithms
  • You use one of the following Prebuilt Amazon SageMaker Docker Images:

    • Tensorflow (version >= 1.15)
    • MXNet (version >= 1.6)
    • PyTorch (version >= 1.3)
  • You specify at least one MetricDefinition

algorithmSpecification_algorithmName :: Lens' AlgorithmSpecification (Maybe Text) Source #

The name of the algorithm resource to use for the training job. This must be an algorithm resource that you created or subscribe to on Amazon Web Services Marketplace. If you specify a value for this parameter, you can't specify a value for TrainingImage.

algorithmSpecification_trainingImage :: Lens' AlgorithmSpecification (Maybe Text) Source #

The registry path of the Docker image that contains the training algorithm. For information about docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

algorithmSpecification_metricDefinitions :: Lens' AlgorithmSpecification (Maybe [MetricDefinition]) Source #

A list of metric definition objects. Each object specifies the metric name and regular expressions used to parse algorithm logs. Amazon SageMaker publishes each metric to Amazon CloudWatch.

AlgorithmStatusDetails

data AlgorithmStatusDetails Source #

Specifies the validation and image scan statuses of the algorithm.

See: newAlgorithmStatusDetails smart constructor.

Constructors

AlgorithmStatusDetails' 

Fields

Instances

Instances details
Eq AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Read AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Show AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Generic AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Associated Types

type Rep AlgorithmStatusDetails :: Type -> Type #

NFData AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

Methods

rnf :: AlgorithmStatusDetails -> () #

Hashable AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

FromJSON AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

type Rep AlgorithmStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusDetails

type Rep AlgorithmStatusDetails = D1 ('MetaData "AlgorithmStatusDetails" "Amazonka.SageMaker.Types.AlgorithmStatusDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageScanStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlgorithmStatusItem])) :*: S1 ('MetaSel ('Just "validationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AlgorithmStatusItem]))))

newAlgorithmStatusDetails :: AlgorithmStatusDetails Source #

Create a value of AlgorithmStatusDetails 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:imageScanStatuses:AlgorithmStatusDetails', algorithmStatusDetails_imageScanStatuses - The status of the scan of the algorithm's Docker image container.

$sel:validationStatuses:AlgorithmStatusDetails', algorithmStatusDetails_validationStatuses - The status of algorithm validation.

algorithmStatusDetails_imageScanStatuses :: Lens' AlgorithmStatusDetails (Maybe [AlgorithmStatusItem]) Source #

The status of the scan of the algorithm's Docker image container.

AlgorithmStatusItem

data AlgorithmStatusItem Source #

Represents the overall status of an algorithm.

See: newAlgorithmStatusItem smart constructor.

Constructors

AlgorithmStatusItem' 

Fields

Instances

Instances details
Eq AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Read AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Show AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Generic AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Associated Types

type Rep AlgorithmStatusItem :: Type -> Type #

NFData AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

Methods

rnf :: AlgorithmStatusItem -> () #

Hashable AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

FromJSON AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmStatusItem

type Rep AlgorithmStatusItem = D1 ('MetaData "AlgorithmStatusItem" "Amazonka.SageMaker.Types.AlgorithmStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmStatusItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetailedAlgorithmStatus))))

newAlgorithmStatusItem Source #

Create a value of AlgorithmStatusItem 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:failureReason:AlgorithmStatusItem', algorithmStatusItem_failureReason - if the overall status is Failed, the reason for the failure.

$sel:name:AlgorithmStatusItem', algorithmStatusItem_name - The name of the algorithm for which the overall status is being reported.

$sel:status:AlgorithmStatusItem', algorithmStatusItem_status - The current status.

algorithmStatusItem_failureReason :: Lens' AlgorithmStatusItem (Maybe Text) Source #

if the overall status is Failed, the reason for the failure.

algorithmStatusItem_name :: Lens' AlgorithmStatusItem Text Source #

The name of the algorithm for which the overall status is being reported.

AlgorithmSummary

data AlgorithmSummary Source #

Provides summary information about an algorithm.

See: newAlgorithmSummary smart constructor.

Constructors

AlgorithmSummary' 

Fields

Instances

Instances details
Eq AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Read AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Show AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Generic AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Associated Types

type Rep AlgorithmSummary :: Type -> Type #

NFData AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Methods

rnf :: AlgorithmSummary -> () #

Hashable AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

FromJSON AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary = D1 ('MetaData "AlgorithmSummary" "Amazonka.SageMaker.Types.AlgorithmSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "algorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatus)))))

newAlgorithmSummary Source #

Create a value of AlgorithmSummary 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:algorithmDescription:AlgorithmSummary', algorithmSummary_algorithmDescription - A brief description of the algorithm.

$sel:algorithmName:AlgorithmSummary', algorithmSummary_algorithmName - The name of the algorithm that is described by the summary.

$sel:algorithmArn:AlgorithmSummary', algorithmSummary_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.

$sel:creationTime:AlgorithmSummary', algorithmSummary_creationTime - A timestamp that shows when the algorithm was created.

$sel:algorithmStatus:AlgorithmSummary', algorithmSummary_algorithmStatus - The overall status of the algorithm.

algorithmSummary_algorithmName :: Lens' AlgorithmSummary Text Source #

The name of the algorithm that is described by the summary.

algorithmSummary_algorithmArn :: Lens' AlgorithmSummary Text Source #

The Amazon Resource Name (ARN) of the algorithm.

algorithmSummary_creationTime :: Lens' AlgorithmSummary UTCTime Source #

A timestamp that shows when the algorithm was created.

AlgorithmValidationProfile

data AlgorithmValidationProfile Source #

Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

See: newAlgorithmValidationProfile smart constructor.

Constructors

AlgorithmValidationProfile' 

Fields

Instances

Instances details
Eq AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Read AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Show AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Generic AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Associated Types

type Rep AlgorithmValidationProfile :: Type -> Type #

NFData AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

Hashable AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

ToJSON AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

FromJSON AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

type Rep AlgorithmValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationProfile

type Rep AlgorithmValidationProfile = D1 ('MetaData "AlgorithmValidationProfile" "Amazonka.SageMaker.Types.AlgorithmValidationProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmValidationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transformJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJobDefinition)) :*: (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trainingJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobDefinition))))

newAlgorithmValidationProfile Source #

Create a value of AlgorithmValidationProfile 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:transformJobDefinition:AlgorithmValidationProfile', algorithmValidationProfile_transformJobDefinition - The TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to validate your algorithm.

$sel:profileName:AlgorithmValidationProfile', algorithmValidationProfile_profileName - The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

$sel:trainingJobDefinition:AlgorithmValidationProfile', algorithmValidationProfile_trainingJobDefinition - The TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to validate your algorithm.

algorithmValidationProfile_transformJobDefinition :: Lens' AlgorithmValidationProfile (Maybe TransformJobDefinition) Source #

The TransformJobDefinition object that describes the transform job that Amazon SageMaker runs to validate your algorithm.

algorithmValidationProfile_profileName :: Lens' AlgorithmValidationProfile Text Source #

The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

algorithmValidationProfile_trainingJobDefinition :: Lens' AlgorithmValidationProfile TrainingJobDefinition Source #

The TrainingJobDefinition object that describes the training job that Amazon SageMaker runs to validate your algorithm.

AlgorithmValidationSpecification

data AlgorithmValidationSpecification Source #

Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

See: newAlgorithmValidationSpecification smart constructor.

Constructors

AlgorithmValidationSpecification' 

Fields

Instances

Instances details
Eq AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Read AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Show AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Generic AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Associated Types

type Rep AlgorithmValidationSpecification :: Type -> Type #

NFData AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

Hashable AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

ToJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

FromJSON AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmValidationSpecification

type Rep AlgorithmValidationSpecification = D1 ('MetaData "AlgorithmValidationSpecification" "Amazonka.SageMaker.Types.AlgorithmValidationSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmValidationSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validationProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty AlgorithmValidationProfile))))

newAlgorithmValidationSpecification Source #

Create a value of AlgorithmValidationSpecification 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:validationRole:AlgorithmValidationSpecification', algorithmValidationSpecification_validationRole - The IAM roles that Amazon SageMaker uses to run the training jobs.

$sel:validationProfiles:AlgorithmValidationSpecification', algorithmValidationSpecification_validationProfiles - An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.

algorithmValidationSpecification_validationRole :: Lens' AlgorithmValidationSpecification Text Source #

The IAM roles that Amazon SageMaker uses to run the training jobs.

algorithmValidationSpecification_validationProfiles :: Lens' AlgorithmValidationSpecification (NonEmpty AlgorithmValidationProfile) Source #

An array of AlgorithmValidationProfile objects, each of which specifies a training job and batch transform job that Amazon SageMaker runs to validate your algorithm.

AnnotationConsolidationConfig

data AnnotationConsolidationConfig Source #

Configures how labels are consolidated across human workers and processes output data.

See: newAnnotationConsolidationConfig smart constructor.

Constructors

AnnotationConsolidationConfig' 

Fields

  • annotationConsolidationLambdaArn :: Text

    The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

    This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

    Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

    Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

    Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

    Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

    Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

    Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

    Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

    Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

    Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

    Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

    3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

    3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

    3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

    Use the following ARNs for Label Verification and Adjustment Jobs

    Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

    Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

    Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

    Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

    Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

    Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

    Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

    3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

    3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

    3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

    • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

Instances

Instances details
Eq AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Read AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Show AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Generic AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Associated Types

type Rep AnnotationConsolidationConfig :: Type -> Type #

NFData AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

Hashable AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

ToJSON AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

FromJSON AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

type Rep AnnotationConsolidationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AnnotationConsolidationConfig

type Rep AnnotationConsolidationConfig = D1 ('MetaData "AnnotationConsolidationConfig" "Amazonka.SageMaker.Types.AnnotationConsolidationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AnnotationConsolidationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "annotationConsolidationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnnotationConsolidationConfig Source #

Create a value of AnnotationConsolidationConfig 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:annotationConsolidationLambdaArn:AnnotationConsolidationConfig', annotationConsolidationConfig_annotationConsolidationLambdaArn - The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

annotationConsolidationConfig_annotationConsolidationLambdaArn :: Lens' AnnotationConsolidationConfig Text Source #

The Amazon Resource Name (ARN) of a Lambda function implements the logic for annotation consolidation and to process output data.

This parameter is required for all labeling jobs. For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation

Semantic Segmentation Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation

Bounding Box Adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox

Bounding Box Verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking

3D Point Cloud Object Detection Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection

3D Point Cloud Object Tracking Adjustment - Use this task type when you want workers to adjust 3D cuboids around objects that appear in a sequence of 3D point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation Adjustment - Use this task type when you want workers to adjust a point-level semantic segmentation masks using a paint tool.

  • arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation

AppDetails

data AppDetails Source #

Details about an Amazon SageMaker app.

See: newAppDetails smart constructor.

Constructors

AppDetails' 

Fields

Instances

Instances details
Eq AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Read AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Show AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Generic AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Associated Types

type Rep AppDetails :: Type -> Type #

NFData AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

Methods

rnf :: AppDetails -> () #

Hashable AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

FromJSON AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppDetails

type Rep AppDetails = D1 ('MetaData "AppDetails" "Amazonka.SageMaker.Types.AppDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppStatus)) :*: S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "appName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppType))))))

newAppDetails :: AppDetails Source #

Create a value of AppDetails 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:creationTime:AppDetails', appDetails_creationTime - The creation time.

$sel:status:AppDetails', appDetails_status - The status.

$sel:userProfileName:AppDetails', appDetails_userProfileName - The user profile name.

$sel:appName:AppDetails', appDetails_appName - The name of the app.

$sel:domainId:AppDetails', appDetails_domainId - The domain ID.

$sel:appType:AppDetails', appDetails_appType - The type of app.

AppImageConfigDetails

data AppImageConfigDetails Source #

The configuration for running a SageMaker image as a KernelGateway app.

See: newAppImageConfigDetails smart constructor.

Constructors

AppImageConfigDetails' 

Fields

Instances

Instances details
Eq AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Read AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Show AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Generic AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Associated Types

type Rep AppImageConfigDetails :: Type -> Type #

NFData AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

Methods

rnf :: AppImageConfigDetails -> () #

Hashable AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

FromJSON AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

type Rep AppImageConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppImageConfigDetails

type Rep AppImageConfigDetails = D1 ('MetaData "AppImageConfigDetails" "Amazonka.SageMaker.Types.AppImageConfigDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppImageConfigDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "kernelGatewayImageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayImageConfig)) :*: S1 ('MetaSel ('Just "appImageConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAppImageConfigDetails :: AppImageConfigDetails Source #

Create a value of AppImageConfigDetails 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:creationTime:AppImageConfigDetails', appImageConfigDetails_creationTime - When the AppImageConfig was created.

$sel:appImageConfigName:AppImageConfigDetails', appImageConfigDetails_appImageConfigName - The name of the AppImageConfig. Must be unique to your account.

$sel:lastModifiedTime:AppImageConfigDetails', appImageConfigDetails_lastModifiedTime - When the AppImageConfig was last modified.

$sel:kernelGatewayImageConfig:AppImageConfigDetails', appImageConfigDetails_kernelGatewayImageConfig - The configuration for the file system and kernels in the SageMaker image.

$sel:appImageConfigArn:AppImageConfigDetails', appImageConfigDetails_appImageConfigArn - The Amazon Resource Name (ARN) of the AppImageConfig.

appImageConfigDetails_appImageConfigName :: Lens' AppImageConfigDetails (Maybe Text) Source #

The name of the AppImageConfig. Must be unique to your account.

appImageConfigDetails_kernelGatewayImageConfig :: Lens' AppImageConfigDetails (Maybe KernelGatewayImageConfig) Source #

The configuration for the file system and kernels in the SageMaker image.

appImageConfigDetails_appImageConfigArn :: Lens' AppImageConfigDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AppImageConfig.

AppSpecification

data AppSpecification Source #

Configuration to run a processing job in a specified container image.

See: newAppSpecification smart constructor.

Constructors

AppSpecification' 

Fields

Instances

Instances details
Eq AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Read AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Show AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Generic AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Associated Types

type Rep AppSpecification :: Type -> Type #

NFData AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

Methods

rnf :: AppSpecification -> () #

Hashable AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

ToJSON AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

FromJSON AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

type Rep AppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AppSpecification

type Rep AppSpecification = D1 ('MetaData "AppSpecification" "Amazonka.SageMaker.Types.AppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAppSpecification Source #

Create a value of AppSpecification 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:containerArguments:AppSpecification', appSpecification_containerArguments - The arguments for a container used to run a processing job.

$sel:containerEntrypoint:AppSpecification', appSpecification_containerEntrypoint - The entrypoint for a container used to run a processing job.

$sel:imageUri:AppSpecification', appSpecification_imageUri - The container image to be run by the processing job.

appSpecification_containerArguments :: Lens' AppSpecification (Maybe (NonEmpty Text)) Source #

The arguments for a container used to run a processing job.

appSpecification_containerEntrypoint :: Lens' AppSpecification (Maybe (NonEmpty Text)) Source #

The entrypoint for a container used to run a processing job.

appSpecification_imageUri :: Lens' AppSpecification Text Source #

The container image to be run by the processing job.

ArtifactSource

data ArtifactSource Source #

A structure describing the source of an artifact.

See: newArtifactSource smart constructor.

Constructors

ArtifactSource' 

Fields

Instances

Instances details
Eq ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Read ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Show ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Generic ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Associated Types

type Rep ArtifactSource :: Type -> Type #

NFData ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

Methods

rnf :: ArtifactSource -> () #

Hashable ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

ToJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

FromJSON ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

type Rep ArtifactSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSource

type Rep ArtifactSource = D1 ('MetaData "ArtifactSource" "Amazonka.SageMaker.Types.ArtifactSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ArtifactSourceType])) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newArtifactSource Source #

Create a value of ArtifactSource 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:sourceTypes:ArtifactSource', artifactSource_sourceTypes - A list of source types.

$sel:sourceUri:ArtifactSource', artifactSource_sourceUri - The URI of the source.

ArtifactSourceType

data ArtifactSourceType Source #

The ID and ID type of an artifact source.

See: newArtifactSourceType smart constructor.

Constructors

ArtifactSourceType' 

Fields

Instances

Instances details
Eq ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Read ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Show ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Generic ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Associated Types

type Rep ArtifactSourceType :: Type -> Type #

NFData ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

Methods

rnf :: ArtifactSourceType -> () #

Hashable ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

ToJSON ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

FromJSON ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

type Rep ArtifactSourceType Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSourceType

type Rep ArtifactSourceType = D1 ('MetaData "ArtifactSourceType" "Amazonka.SageMaker.Types.ArtifactSourceType" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIdType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactSourceIdType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newArtifactSourceType Source #

Create a value of ArtifactSourceType 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:sourceIdType:ArtifactSourceType', artifactSourceType_sourceIdType - The type of ID.

$sel:value:ArtifactSourceType', artifactSourceType_value - The ID.

ArtifactSummary

data ArtifactSummary Source #

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

See: newArtifactSummary smart constructor.

Constructors

ArtifactSummary' 

Fields

Instances

Instances details
Eq ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Read ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Show ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Generic ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Associated Types

type Rep ArtifactSummary :: Type -> Type #

NFData ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

Methods

rnf :: ArtifactSummary -> () #

Hashable ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

FromJSON ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

type Rep ArtifactSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ArtifactSummary

type Rep ArtifactSummary = D1 ('MetaData "ArtifactSummary" "Amazonka.SageMaker.Types.ArtifactSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ArtifactSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "artifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactSource)) :*: (S1 ('MetaSel ('Just "artifactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "artifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newArtifactSummary :: ArtifactSummary Source #

Create a value of ArtifactSummary 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:creationTime:ArtifactSummary', artifactSummary_creationTime - When the artifact was created.

$sel:lastModifiedTime:ArtifactSummary', artifactSummary_lastModifiedTime - When the artifact was last modified.

$sel:artifactName:ArtifactSummary', artifactSummary_artifactName - The name of the artifact.

$sel:source:ArtifactSummary', artifactSummary_source - The source of the artifact.

$sel:artifactArn:ArtifactSummary', artifactSummary_artifactArn - The Amazon Resource Name (ARN) of the artifact.

$sel:artifactType:ArtifactSummary', artifactSummary_artifactType - The type of the artifact.

artifactSummary_artifactArn :: Lens' ArtifactSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the artifact.

AssociationSummary

data AssociationSummary Source #

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

See: newAssociationSummary smart constructor.

Constructors

AssociationSummary' 

Fields

Instances

Instances details
Eq AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Read AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Show AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Generic AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Associated Types

type Rep AssociationSummary :: Type -> Type #

NFData AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

Methods

rnf :: AssociationSummary -> () #

Hashable AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

FromJSON AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

type Rep AssociationSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AssociationSummary

newAssociationSummary :: AssociationSummary Source #

Create a value of AssociationSummary 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:creationTime:AssociationSummary', associationSummary_creationTime - When the association was created.

$sel:sourceName:AssociationSummary', associationSummary_sourceName - The name of the source.

$sel:sourceType:AssociationSummary', associationSummary_sourceType - The source type.

$sel:sourceArn:AssociationSummary', associationSummary_sourceArn - The ARN of the source.

$sel:createdBy:AssociationSummary', associationSummary_createdBy - Undocumented member.

$sel:associationType:AssociationSummary', associationSummary_associationType - The type of the association.

$sel:destinationArn:AssociationSummary', associationSummary_destinationArn - The Amazon Resource Name (ARN) of the destination.

$sel:destinationType:AssociationSummary', associationSummary_destinationType - The destination type.

$sel:destinationName:AssociationSummary', associationSummary_destinationName - The name of the destination.

associationSummary_destinationArn :: Lens' AssociationSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the destination.

AsyncInferenceClientConfig

data AsyncInferenceClientConfig Source #

Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

See: newAsyncInferenceClientConfig smart constructor.

Constructors

AsyncInferenceClientConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Read AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Show AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Generic AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Associated Types

type Rep AsyncInferenceClientConfig :: Type -> Type #

NFData AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

Hashable AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

ToJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

FromJSON AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceClientConfig

type Rep AsyncInferenceClientConfig = D1 ('MetaData "AsyncInferenceClientConfig" "Amazonka.SageMaker.Types.AsyncInferenceClientConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceClientConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxConcurrentInvocationsPerInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newAsyncInferenceClientConfig :: AsyncInferenceClientConfig Source #

Create a value of AsyncInferenceClientConfig 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:maxConcurrentInvocationsPerInstance:AsyncInferenceClientConfig', asyncInferenceClientConfig_maxConcurrentInvocationsPerInstance - The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.

asyncInferenceClientConfig_maxConcurrentInvocationsPerInstance :: Lens' AsyncInferenceClientConfig (Maybe Natural) Source #

The maximum number of concurrent requests sent by the SageMaker client to the model container. If no value is provided, Amazon SageMaker will choose an optimal value for you.

AsyncInferenceConfig

data AsyncInferenceConfig Source #

Specifies configuration for how an endpoint performs asynchronous inference.

See: newAsyncInferenceConfig smart constructor.

Constructors

AsyncInferenceConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Read AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Show AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Generic AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Associated Types

type Rep AsyncInferenceConfig :: Type -> Type #

NFData AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

Methods

rnf :: AsyncInferenceConfig -> () #

Hashable AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

ToJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

FromJSON AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceConfig

type Rep AsyncInferenceConfig = D1 ('MetaData "AsyncInferenceConfig" "Amazonka.SageMaker.Types.AsyncInferenceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceClientConfig)) :*: S1 ('MetaSel ('Just "outputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AsyncInferenceOutputConfig)))

newAsyncInferenceConfig Source #

Create a value of AsyncInferenceConfig 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:clientConfig:AsyncInferenceConfig', asyncInferenceConfig_clientConfig - Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

$sel:outputConfig:AsyncInferenceConfig', asyncInferenceConfig_outputConfig - Specifies the configuration for asynchronous inference invocation outputs.

asyncInferenceConfig_clientConfig :: Lens' AsyncInferenceConfig (Maybe AsyncInferenceClientConfig) Source #

Configures the behavior of the client used by Amazon SageMaker to interact with the model container during asynchronous inference.

asyncInferenceConfig_outputConfig :: Lens' AsyncInferenceConfig AsyncInferenceOutputConfig Source #

Specifies the configuration for asynchronous inference invocation outputs.

AsyncInferenceNotificationConfig

data AsyncInferenceNotificationConfig Source #

Specifies the configuration for notifications of inference results for asynchronous inference.

See: newAsyncInferenceNotificationConfig smart constructor.

Constructors

AsyncInferenceNotificationConfig' 

Fields

  • errorTopic :: Maybe Text

    Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

  • successTopic :: Maybe Text

    Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

Instances

Instances details
Eq AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Read AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Show AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Generic AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Associated Types

type Rep AsyncInferenceNotificationConfig :: Type -> Type #

NFData AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

Hashable AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

ToJSON AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

FromJSON AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

type Rep AsyncInferenceNotificationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig

type Rep AsyncInferenceNotificationConfig = D1 ('MetaData "AsyncInferenceNotificationConfig" "Amazonka.SageMaker.Types.AsyncInferenceNotificationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceNotificationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "successTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAsyncInferenceNotificationConfig :: AsyncInferenceNotificationConfig Source #

Create a value of AsyncInferenceNotificationConfig 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:errorTopic:AsyncInferenceNotificationConfig', asyncInferenceNotificationConfig_errorTopic - Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

$sel:successTopic:AsyncInferenceNotificationConfig', asyncInferenceNotificationConfig_successTopic - Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

asyncInferenceNotificationConfig_errorTopic :: Lens' AsyncInferenceNotificationConfig (Maybe Text) Source #

Amazon SNS topic to post a notification to when inference fails. If no topic is provided, no notification is sent on failure.

asyncInferenceNotificationConfig_successTopic :: Lens' AsyncInferenceNotificationConfig (Maybe Text) Source #

Amazon SNS topic to post a notification to when inference completes successfully. If no topic is provided, no notification is sent on success.

AsyncInferenceOutputConfig

data AsyncInferenceOutputConfig Source #

Specifies the configuration for asynchronous inference invocation outputs.

See: newAsyncInferenceOutputConfig smart constructor.

Constructors

AsyncInferenceOutputConfig' 

Fields

Instances

Instances details
Eq AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Read AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Show AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Generic AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Associated Types

type Rep AsyncInferenceOutputConfig :: Type -> Type #

NFData AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

Hashable AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

ToJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

FromJSON AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AsyncInferenceOutputConfig

type Rep AsyncInferenceOutputConfig = D1 ('MetaData "AsyncInferenceOutputConfig" "Amazonka.SageMaker.Types.AsyncInferenceOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AsyncInferenceOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AsyncInferenceNotificationConfig)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAsyncInferenceOutputConfig Source #

Create a value of AsyncInferenceOutputConfig 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:notificationConfig:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_notificationConfig - Specifies the configuration for notifications of inference results for asynchronous inference.

$sel:kmsKeyId:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

$sel:s3OutputPath:AsyncInferenceOutputConfig', asyncInferenceOutputConfig_s3OutputPath - The Amazon S3 location to upload inference responses to.

asyncInferenceOutputConfig_notificationConfig :: Lens' AsyncInferenceOutputConfig (Maybe AsyncInferenceNotificationConfig) Source #

Specifies the configuration for notifications of inference results for asynchronous inference.

asyncInferenceOutputConfig_kmsKeyId :: Lens' AsyncInferenceOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the asynchronous inference output in Amazon S3.

asyncInferenceOutputConfig_s3OutputPath :: Lens' AsyncInferenceOutputConfig Text Source #

The Amazon S3 location to upload inference responses to.

AthenaDatasetDefinition

data AthenaDatasetDefinition Source #

Configuration for Athena Dataset Definition input.

See: newAthenaDatasetDefinition smart constructor.

Constructors

AthenaDatasetDefinition' 

Fields

Instances

Instances details
Eq AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Read AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Show AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Generic AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Associated Types

type Rep AthenaDatasetDefinition :: Type -> Type #

NFData AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

Methods

rnf :: AthenaDatasetDefinition -> () #

Hashable AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

ToJSON AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

FromJSON AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

type Rep AthenaDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AthenaDatasetDefinition

type Rep AthenaDatasetDefinition = D1 ('MetaData "AthenaDatasetDefinition" "Amazonka.SageMaker.Types.AthenaDatasetDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AthenaDatasetDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "outputCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaResultCompressionType)) :*: S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queryString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "outputS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AthenaResultFormat)))))

newAthenaDatasetDefinition Source #

Create a value of AthenaDatasetDefinition 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:kmsKeyId:AthenaDatasetDefinition', athenaDatasetDefinition_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

$sel:workGroup:AthenaDatasetDefinition', athenaDatasetDefinition_workGroup - Undocumented member.

$sel:outputCompression:AthenaDatasetDefinition', athenaDatasetDefinition_outputCompression - Undocumented member.

$sel:catalog:AthenaDatasetDefinition', athenaDatasetDefinition_catalog - Undocumented member.

$sel:database:AthenaDatasetDefinition', athenaDatasetDefinition_database - Undocumented member.

$sel:queryString:AthenaDatasetDefinition', athenaDatasetDefinition_queryString - Undocumented member.

$sel:outputS3Uri:AthenaDatasetDefinition', athenaDatasetDefinition_outputS3Uri - The location in Amazon S3 where Athena query results are stored.

$sel:outputFormat:AthenaDatasetDefinition', athenaDatasetDefinition_outputFormat - Undocumented member.

athenaDatasetDefinition_kmsKeyId :: Lens' AthenaDatasetDefinition (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.

athenaDatasetDefinition_outputS3Uri :: Lens' AthenaDatasetDefinition Text Source #

The location in Amazon S3 where Athena query results are stored.

AutoMLCandidate

data AutoMLCandidate Source #

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

See: newAutoMLCandidate smart constructor.

Constructors

AutoMLCandidate' 

Fields

Instances

Instances details
Eq AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Read AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Show AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Generic AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Associated Types

type Rep AutoMLCandidate :: Type -> Type #

NFData AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

Methods

rnf :: AutoMLCandidate -> () #

Hashable AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

FromJSON AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

type Rep AutoMLCandidate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidate

type Rep AutoMLCandidate = D1 ('MetaData "AutoMLCandidate" "Amazonka.SageMaker.Types.AutoMLCandidate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLCandidate'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inferenceContainers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AutoMLContainerDefinition]))) :*: (S1 ('MetaSel ('Just "candidateProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateProperties)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "finalAutoMLJobObjectiveMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinalAutoMLJobObjectiveMetric))))) :*: ((S1 ('MetaSel ('Just "candidateName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "objectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectiveStatus) :*: S1 ('MetaSel ('Just "candidateSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoMLCandidateStep]))) :*: (S1 ('MetaSel ('Just "candidateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CandidateStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newAutoMLCandidate Source #

Create a value of AutoMLCandidate 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:failureReason:AutoMLCandidate', autoMLCandidate_failureReason - The failure reason.

$sel:inferenceContainers:AutoMLCandidate', autoMLCandidate_inferenceContainers - Information about the inference container definitions.

$sel:candidateProperties:AutoMLCandidate', autoMLCandidate_candidateProperties - The properties of an AutoML candidate job.

$sel:endTime:AutoMLCandidate', autoMLCandidate_endTime - The end time.

$sel:finalAutoMLJobObjectiveMetric:AutoMLCandidate', autoMLCandidate_finalAutoMLJobObjectiveMetric - Undocumented member.

$sel:candidateName:AutoMLCandidate', autoMLCandidate_candidateName - The name of the candidate.

$sel:objectiveStatus:AutoMLCandidate', autoMLCandidate_objectiveStatus - The objective's status.

$sel:candidateSteps:AutoMLCandidate', autoMLCandidate_candidateSteps - Information about the candidate's steps.

$sel:candidateStatus:AutoMLCandidate', autoMLCandidate_candidateStatus - The candidate's status.

$sel:creationTime:AutoMLCandidate', autoMLCandidate_creationTime - The creation time.

$sel:lastModifiedTime:AutoMLCandidate', autoMLCandidate_lastModifiedTime - The last modified time.

autoMLCandidate_inferenceContainers :: Lens' AutoMLCandidate (Maybe [AutoMLContainerDefinition]) Source #

Information about the inference container definitions.

AutoMLCandidateStep

data AutoMLCandidateStep Source #

Information about the steps for a candidate and what step it is working on.

See: newAutoMLCandidateStep smart constructor.

Constructors

AutoMLCandidateStep' 

Fields

Instances

Instances details
Eq AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Read AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Show AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Generic AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Associated Types

type Rep AutoMLCandidateStep :: Type -> Type #

NFData AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

Methods

rnf :: AutoMLCandidateStep -> () #

Hashable AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

FromJSON AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLCandidateStep

type Rep AutoMLCandidateStep = D1 ('MetaData "AutoMLCandidateStep" "Amazonka.SageMaker.Types.AutoMLCandidateStep" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLCandidateStep'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateStepType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CandidateStepType) :*: (S1 ('MetaSel ('Just "candidateStepArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "candidateStepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLCandidateStep Source #

Create a value of AutoMLCandidateStep 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:candidateStepType:AutoMLCandidateStep', autoMLCandidateStep_candidateStepType - Whether the candidate is at the transform, training, or processing step.

$sel:candidateStepArn:AutoMLCandidateStep', autoMLCandidateStep_candidateStepArn - The ARN for the candidate's step.

$sel:candidateStepName:AutoMLCandidateStep', autoMLCandidateStep_candidateStepName - The name for the candidate's step.

autoMLCandidateStep_candidateStepType :: Lens' AutoMLCandidateStep CandidateStepType Source #

Whether the candidate is at the transform, training, or processing step.

AutoMLChannel

data AutoMLChannel Source #

A channel is a named input source that training algorithms can consume. For more information, see .

See: newAutoMLChannel smart constructor.

Constructors

AutoMLChannel' 

Fields

Instances

Instances details
Eq AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Read AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Show AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Generic AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Associated Types

type Rep AutoMLChannel :: Type -> Type #

NFData AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

Methods

rnf :: AutoMLChannel -> () #

Hashable AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

ToJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

FromJSON AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLChannel

type Rep AutoMLChannel = D1 ('MetaData "AutoMLChannel" "Amazonka.SageMaker.Types.AutoMLChannel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionType)) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLDataSource) :*: S1 ('MetaSel ('Just "targetAttributeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLChannel Source #

Create a value of AutoMLChannel 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:compressionType:AutoMLChannel', autoMLChannel_compressionType - You can use Gzip or None. The default value is None.

$sel:dataSource:AutoMLChannel', autoMLChannel_dataSource - The data source for an AutoML channel.

$sel:targetAttributeName:AutoMLChannel', autoMLChannel_targetAttributeName - The name of the target variable in supervised learning, usually represented by 'y'.

autoMLChannel_compressionType :: Lens' AutoMLChannel (Maybe CompressionType) Source #

You can use Gzip or None. The default value is None.

autoMLChannel_dataSource :: Lens' AutoMLChannel AutoMLDataSource Source #

The data source for an AutoML channel.

autoMLChannel_targetAttributeName :: Lens' AutoMLChannel Text Source #

The name of the target variable in supervised learning, usually represented by 'y'.

AutoMLContainerDefinition

data AutoMLContainerDefinition Source #

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see .

See: newAutoMLContainerDefinition smart constructor.

Constructors

AutoMLContainerDefinition' 

Fields

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the container. For more information, see .

  • image :: Text

    The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

  • modelDataUrl :: Text

    The location of the model artifacts. For more information, see .

Instances

Instances details
Eq AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Read AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Show AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Generic AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Associated Types

type Rep AutoMLContainerDefinition :: Type -> Type #

NFData AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

Hashable AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

FromJSON AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLContainerDefinition

type Rep AutoMLContainerDefinition = D1 ('MetaData "AutoMLContainerDefinition" "Amazonka.SageMaker.Types.AutoMLContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLContainerDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newAutoMLContainerDefinition Source #

Create a value of AutoMLContainerDefinition 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:environment:AutoMLContainerDefinition', autoMLContainerDefinition_environment - The environment variables to set in the container. For more information, see .

$sel:image:AutoMLContainerDefinition', autoMLContainerDefinition_image - The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

$sel:modelDataUrl:AutoMLContainerDefinition', autoMLContainerDefinition_modelDataUrl - The location of the model artifacts. For more information, see .

autoMLContainerDefinition_environment :: Lens' AutoMLContainerDefinition (Maybe (HashMap Text Text)) Source #

The environment variables to set in the container. For more information, see .

autoMLContainerDefinition_image :: Lens' AutoMLContainerDefinition Text Source #

The Amazon Elastic Container Registry (Amazon ECR) path of the container. For more information, see .

autoMLContainerDefinition_modelDataUrl :: Lens' AutoMLContainerDefinition Text Source #

The location of the model artifacts. For more information, see .

AutoMLDataSource

data AutoMLDataSource Source #

The data source for the Autopilot job.

See: newAutoMLDataSource smart constructor.

Constructors

AutoMLDataSource' 

Fields

Instances

Instances details
Eq AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Read AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Show AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Generic AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Associated Types

type Rep AutoMLDataSource :: Type -> Type #

NFData AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

Methods

rnf :: AutoMLDataSource -> () #

Hashable AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

ToJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

FromJSON AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLDataSource

type Rep AutoMLDataSource = D1 ('MetaData "AutoMLDataSource" "Amazonka.SageMaker.Types.AutoMLDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataSource)))

newAutoMLDataSource Source #

Create a value of AutoMLDataSource 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:s3DataSource:AutoMLDataSource', autoMLDataSource_s3DataSource - The Amazon S3 location of the input data.

The input data must be in CSV format and contain at least 500 rows.

autoMLDataSource_s3DataSource :: Lens' AutoMLDataSource AutoMLS3DataSource Source #

The Amazon S3 location of the input data.

The input data must be in CSV format and contain at least 500 rows.

AutoMLJobArtifacts

data AutoMLJobArtifacts Source #

The artifacts that are generated during an AutoML job.

See: newAutoMLJobArtifacts smart constructor.

Constructors

AutoMLJobArtifacts' 

Fields

Instances

Instances details
Eq AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Read AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Show AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Generic AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Associated Types

type Rep AutoMLJobArtifacts :: Type -> Type #

NFData AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

Methods

rnf :: AutoMLJobArtifacts -> () #

Hashable AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

FromJSON AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobArtifacts

type Rep AutoMLJobArtifacts = D1 ('MetaData "AutoMLJobArtifacts" "Amazonka.SageMaker.Types.AutoMLJobArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateDefinitionNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataExplorationNotebookLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLJobArtifacts :: AutoMLJobArtifacts Source #

Create a value of AutoMLJobArtifacts 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:candidateDefinitionNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_candidateDefinitionNotebookLocation - The URL of the notebook location.

$sel:dataExplorationNotebookLocation:AutoMLJobArtifacts', autoMLJobArtifacts_dataExplorationNotebookLocation - The URL of the notebook location.

AutoMLJobCompletionCriteria

data AutoMLJobCompletionCriteria Source #

How long a job is allowed to run, or how many candidates a job is allowed to generate.

See: newAutoMLJobCompletionCriteria smart constructor.

Constructors

AutoMLJobCompletionCriteria' 

Fields

  • maxCandidates :: Maybe Natural

    The maximum number of times a training job is allowed to run.

  • maxRuntimePerTrainingJobInSeconds :: Maybe Natural

    The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.

  • maxAutoMLJobRuntimeInSeconds :: Maybe Natural

    The maximum runtime, in seconds, an AutoML job has to complete.

    If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.

Instances

Instances details
Eq AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Read AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Show AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Generic AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Associated Types

type Rep AutoMLJobCompletionCriteria :: Type -> Type #

NFData AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

Hashable AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

ToJSON AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

FromJSON AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

type Rep AutoMLJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria

type Rep AutoMLJobCompletionCriteria = D1 ('MetaData "AutoMLJobCompletionCriteria" "Amazonka.SageMaker.Types.AutoMLJobCompletionCriteria" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobCompletionCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxCandidates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxRuntimePerTrainingJobInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxAutoMLJobRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newAutoMLJobCompletionCriteria :: AutoMLJobCompletionCriteria Source #

Create a value of AutoMLJobCompletionCriteria 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:maxCandidates:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxCandidates - The maximum number of times a training job is allowed to run.

$sel:maxRuntimePerTrainingJobInSeconds:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds - The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.

$sel:maxAutoMLJobRuntimeInSeconds:AutoMLJobCompletionCriteria', autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds - The maximum runtime, in seconds, an AutoML job has to complete.

If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.

autoMLJobCompletionCriteria_maxCandidates :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #

The maximum number of times a training job is allowed to run.

autoMLJobCompletionCriteria_maxRuntimePerTrainingJobInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #

The maximum time, in seconds, that each training job is allowed to run as part of a hyperparameter tuning job. For more information, see the used by the action.

autoMLJobCompletionCriteria_maxAutoMLJobRuntimeInSeconds :: Lens' AutoMLJobCompletionCriteria (Maybe Natural) Source #

The maximum runtime, in seconds, an AutoML job has to complete.

If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, will not be completed.

AutoMLJobConfig

data AutoMLJobConfig Source #

A collection of settings used for an AutoML job.

See: newAutoMLJobConfig smart constructor.

Constructors

AutoMLJobConfig' 

Fields

Instances

Instances details
Eq AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Read AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Show AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Generic AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Associated Types

type Rep AutoMLJobConfig :: Type -> Type #

NFData AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

Methods

rnf :: AutoMLJobConfig -> () #

Hashable AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

ToJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

FromJSON AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobConfig

type Rep AutoMLJobConfig = D1 ('MetaData "AutoMLJobConfig" "Amazonka.SageMaker.Types.AutoMLJobConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLSecurityConfig)) :*: S1 ('MetaSel ('Just "completionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobCompletionCriteria))))

newAutoMLJobConfig :: AutoMLJobConfig Source #

Create a value of AutoMLJobConfig 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:securityConfig:AutoMLJobConfig', autoMLJobConfig_securityConfig - The security configuration for traffic encryption or Amazon VPC settings.

$sel:completionCriteria:AutoMLJobConfig', autoMLJobConfig_completionCriteria - How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

autoMLJobConfig_securityConfig :: Lens' AutoMLJobConfig (Maybe AutoMLSecurityConfig) Source #

The security configuration for traffic encryption or Amazon VPC settings.

autoMLJobConfig_completionCriteria :: Lens' AutoMLJobConfig (Maybe AutoMLJobCompletionCriteria) Source #

How long an AutoML job is allowed to run, or how many candidates a job is allowed to generate.

AutoMLJobObjective

data AutoMLJobObjective Source #

Specifies a metric to minimize or maximize as the objective of a job.

See: newAutoMLJobObjective smart constructor.

Constructors

AutoMLJobObjective' 

Fields

  • metricName :: AutoMLMetricEnum

    The name of the objective metric used to measure the predictive quality of a machine learning system. This metric is optimized during training to provide the best estimate for model parameter values from data.

    Here are the options:

    • MSE: The mean squared error (MSE) is the average of the squared differences between the predicted and actual values. It is used for regression. MSE values are always positive: the better a model is at predicting the actual values, the smaller the MSE value is. When the data contains outliers, they tend to dominate the MSE, which might cause subpar prediction performance.
    • Accuracy: The ratio of the number of correctly classified items to the total number of (correctly and incorrectly) classified items. It is used for binary and multiclass classification. It measures how close the predicted class values are to the actual values. Accuracy values vary between zero and one: one indicates perfect accuracy and zero indicates perfect inaccuracy.
    • F1: The F1 score is the harmonic mean of the precision and recall. It is used for binary classification into classes traditionally referred to as positive and negative. Predictions are said to be true when they match their actual (correct) class and false when they do not. Precision is the ratio of the true positive predictions to all positive predictions (including the false positives) in a data set and measures the quality of the prediction when it predicts the positive class. Recall (or sensitivity) is the ratio of the true positive predictions to all actual positive instances and measures how completely a model predicts the actual class members in a data set. The standard F1 score weighs precision and recall equally. But which metric is paramount typically depends on specific aspects of a problem. F1 scores vary between zero and one: one indicates the best possible performance and zero the worst.
    • AUC: The area under the curve (AUC) metric is used to compare and evaluate binary classification by algorithms such as logistic regression that return probabilities. A threshold is needed to map the probabilities into classifications. The relevant curve is the receiver operating characteristic curve that plots the true positive rate (TPR) of predictions (or recall) against the false positive rate (FPR) as a function of the threshold value, above which a prediction is considered positive. Increasing the threshold results in fewer false positives but more false negatives. AUC is the area under this receiver operating characteristic curve and so provides an aggregated measure of the model performance across all possible classification thresholds. The AUC score can also be interpreted as the probability that a randomly selected positive data point is more likely to be predicted positive than a randomly selected negative example. AUC scores vary between zero and one: a score of one indicates perfect accuracy and a score of one half indicates that the prediction is not better than a random classifier. Values under one half predict less accurately than a random predictor. But such consistently bad predictors can simply be inverted to obtain better than random predictors.
    • F1macro: The F1macro score applies F1 scoring to multiclass classification. In this context, you have multiple classes to predict. You just calculate the precision and recall for each class as you did for the positive class in binary classification. Then, use these values to calculate the F1 score for each class and average them to obtain the F1macro score. F1macro scores vary between zero and one: one indicates the best possible performance and zero the worst.

    If you do not specify a metric explicitly, the default behavior is to automatically use:

    • MSE: for regression.
    • F1: for binary classification
    • Accuracy: for multiclass classification.

Instances

Instances details
Eq AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Read AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Show AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Generic AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Associated Types

type Rep AutoMLJobObjective :: Type -> Type #

NFData AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

Methods

rnf :: AutoMLJobObjective -> () #

Hashable AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

ToJSON AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

FromJSON AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

type Rep AutoMLJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobObjective

type Rep AutoMLJobObjective = D1 ('MetaData "AutoMLJobObjective" "Amazonka.SageMaker.Types.AutoMLJobObjective" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLJobObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLMetricEnum)))

newAutoMLJobObjective Source #

Create a value of AutoMLJobObjective 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:metricName:AutoMLJobObjective', autoMLJobObjective_metricName - The name of the objective metric used to measure the predictive quality of a machine learning system. This metric is optimized during training to provide the best estimate for model parameter values from data.

Here are the options:

  • MSE: The mean squared error (MSE) is the average of the squared differences between the predicted and actual values. It is used for regression. MSE values are always positive: the better a model is at predicting the actual values, the smaller the MSE value is. When the data contains outliers, they tend to dominate the MSE, which might cause subpar prediction performance.
  • Accuracy: The ratio of the number of correctly classified items to the total number of (correctly and incorrectly) classified items. It is used for binary and multiclass classification. It measures how close the predicted class values are to the actual values. Accuracy values vary between zero and one: one indicates perfect accuracy and zero indicates perfect inaccuracy.
  • F1: The F1 score is the harmonic mean of the precision and recall. It is used for binary classification into classes traditionally referred to as positive and negative. Predictions are said to be true when they match their actual (correct) class and false when they do not. Precision is the ratio of the true positive predictions to all positive predictions (including the false positives) in a data set and measures the quality of the prediction when it predicts the positive class. Recall (or sensitivity) is the ratio of the true positive predictions to all actual positive instances and measures how completely a model predicts the actual class members in a data set. The standard F1 score weighs precision and recall equally. But which metric is paramount typically depends on specific aspects of a problem. F1 scores vary between zero and one: one indicates the best possible performance and zero the worst.
  • AUC: The area under the curve (AUC) metric is used to compare and evaluate binary classification by algorithms such as logistic regression that return probabilities. A threshold is needed to map the probabilities into classifications. The relevant curve is the receiver operating characteristic curve that plots the true positive rate (TPR) of predictions (or recall) against the false positive rate (FPR) as a function of the threshold value, above which a prediction is considered positive. Increasing the threshold results in fewer false positives but more false negatives. AUC is the area under this receiver operating characteristic curve and so provides an aggregated measure of the model performance across all possible classification thresholds. The AUC score can also be interpreted as the probability that a randomly selected positive data point is more likely to be predicted positive than a randomly selected negative example. AUC scores vary between zero and one: a score of one indicates perfect accuracy and a score of one half indicates that the prediction is not better than a random classifier. Values under one half predict less accurately than a random predictor. But such consistently bad predictors can simply be inverted to obtain better than random predictors.
  • F1macro: The F1macro score applies F1 scoring to multiclass classification. In this context, you have multiple classes to predict. You just calculate the precision and recall for each class as you did for the positive class in binary classification. Then, use these values to calculate the F1 score for each class and average them to obtain the F1macro score. F1macro scores vary between zero and one: one indicates the best possible performance and zero the worst.

If you do not specify a metric explicitly, the default behavior is to automatically use:

  • MSE: for regression.
  • F1: for binary classification
  • Accuracy: for multiclass classification.

autoMLJobObjective_metricName :: Lens' AutoMLJobObjective AutoMLMetricEnum Source #

The name of the objective metric used to measure the predictive quality of a machine learning system. This metric is optimized during training to provide the best estimate for model parameter values from data.

Here are the options:

  • MSE: The mean squared error (MSE) is the average of the squared differences between the predicted and actual values. It is used for regression. MSE values are always positive: the better a model is at predicting the actual values, the smaller the MSE value is. When the data contains outliers, they tend to dominate the MSE, which might cause subpar prediction performance.
  • Accuracy: The ratio of the number of correctly classified items to the total number of (correctly and incorrectly) classified items. It is used for binary and multiclass classification. It measures how close the predicted class values are to the actual values. Accuracy values vary between zero and one: one indicates perfect accuracy and zero indicates perfect inaccuracy.
  • F1: The F1 score is the harmonic mean of the precision and recall. It is used for binary classification into classes traditionally referred to as positive and negative. Predictions are said to be true when they match their actual (correct) class and false when they do not. Precision is the ratio of the true positive predictions to all positive predictions (including the false positives) in a data set and measures the quality of the prediction when it predicts the positive class. Recall (or sensitivity) is the ratio of the true positive predictions to all actual positive instances and measures how completely a model predicts the actual class members in a data set. The standard F1 score weighs precision and recall equally. But which metric is paramount typically depends on specific aspects of a problem. F1 scores vary between zero and one: one indicates the best possible performance and zero the worst.
  • AUC: The area under the curve (AUC) metric is used to compare and evaluate binary classification by algorithms such as logistic regression that return probabilities. A threshold is needed to map the probabilities into classifications. The relevant curve is the receiver operating characteristic curve that plots the true positive rate (TPR) of predictions (or recall) against the false positive rate (FPR) as a function of the threshold value, above which a prediction is considered positive. Increasing the threshold results in fewer false positives but more false negatives. AUC is the area under this receiver operating characteristic curve and so provides an aggregated measure of the model performance across all possible classification thresholds. The AUC score can also be interpreted as the probability that a randomly selected positive data point is more likely to be predicted positive than a randomly selected negative example. AUC scores vary between zero and one: a score of one indicates perfect accuracy and a score of one half indicates that the prediction is not better than a random classifier. Values under one half predict less accurately than a random predictor. But such consistently bad predictors can simply be inverted to obtain better than random predictors.
  • F1macro: The F1macro score applies F1 scoring to multiclass classification. In this context, you have multiple classes to predict. You just calculate the precision and recall for each class as you did for the positive class in binary classification. Then, use these values to calculate the F1 score for each class and average them to obtain the F1macro score. F1macro scores vary between zero and one: one indicates the best possible performance and zero the worst.

If you do not specify a metric explicitly, the default behavior is to automatically use:

  • MSE: for regression.
  • F1: for binary classification
  • Accuracy: for multiclass classification.

AutoMLJobSummary

data AutoMLJobSummary Source #

Provides a summary about an AutoML job.

See: newAutoMLJobSummary smart constructor.

Constructors

AutoMLJobSummary' 

Fields

Instances

Instances details
Eq AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Read AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Show AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Generic AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Associated Types

type Rep AutoMLJobSummary :: Type -> Type #

NFData AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

Methods

rnf :: AutoMLJobSummary -> () #

Hashable AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

FromJSON AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

type Rep AutoMLJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLJobSummary

newAutoMLJobSummary Source #

Create a value of AutoMLJobSummary 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:failureReason:AutoMLJobSummary', autoMLJobSummary_failureReason - The failure reason of an AutoML job.

$sel:partialFailureReasons:AutoMLJobSummary', autoMLJobSummary_partialFailureReasons - The list of reasons for partial failures within an AutoML job.

$sel:endTime:AutoMLJobSummary', autoMLJobSummary_endTime - The end time of an AutoML job.

$sel:autoMLJobName:AutoMLJobSummary', autoMLJobSummary_autoMLJobName - The name of the AutoML job you are requesting.

$sel:autoMLJobArn:AutoMLJobSummary', autoMLJobSummary_autoMLJobArn - The ARN of the AutoML job.

$sel:autoMLJobStatus:AutoMLJobSummary', autoMLJobSummary_autoMLJobStatus - The status of the AutoML job.

$sel:autoMLJobSecondaryStatus:AutoMLJobSummary', autoMLJobSummary_autoMLJobSecondaryStatus - The secondary status of the AutoML job.

$sel:creationTime:AutoMLJobSummary', autoMLJobSummary_creationTime - When the AutoML job was created.

$sel:lastModifiedTime:AutoMLJobSummary', autoMLJobSummary_lastModifiedTime - When the AutoML job was last modified.

autoMLJobSummary_failureReason :: Lens' AutoMLJobSummary (Maybe Text) Source #

The failure reason of an AutoML job.

autoMLJobSummary_partialFailureReasons :: Lens' AutoMLJobSummary (Maybe (NonEmpty AutoMLPartialFailureReason)) Source #

The list of reasons for partial failures within an AutoML job.

autoMLJobSummary_autoMLJobName :: Lens' AutoMLJobSummary Text Source #

The name of the AutoML job you are requesting.

autoMLJobSummary_lastModifiedTime :: Lens' AutoMLJobSummary UTCTime Source #

When the AutoML job was last modified.

AutoMLOutputDataConfig

data AutoMLOutputDataConfig Source #

The output data configuration.

See: newAutoMLOutputDataConfig smart constructor.

Constructors

AutoMLOutputDataConfig' 

Fields

Instances

Instances details
Eq AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Read AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Show AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Generic AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Associated Types

type Rep AutoMLOutputDataConfig :: Type -> Type #

NFData AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

Methods

rnf :: AutoMLOutputDataConfig -> () #

Hashable AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

ToJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

FromJSON AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLOutputDataConfig

type Rep AutoMLOutputDataConfig = D1 ('MetaData "AutoMLOutputDataConfig" "Amazonka.SageMaker.Types.AutoMLOutputDataConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLOutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLOutputDataConfig Source #

Create a value of AutoMLOutputDataConfig 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:kmsKeyId:AutoMLOutputDataConfig', autoMLOutputDataConfig_kmsKeyId - The Amazon Web Services KMS encryption key ID.

$sel:s3OutputPath:AutoMLOutputDataConfig', autoMLOutputDataConfig_s3OutputPath - The Amazon S3 output path. Must be 128 characters or less.

autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text) Source #

The Amazon Web Services KMS encryption key ID.

autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text Source #

The Amazon S3 output path. Must be 128 characters or less.

AutoMLPartialFailureReason

data AutoMLPartialFailureReason Source #

The reason for a partial failure of an AutoML job.

See: newAutoMLPartialFailureReason smart constructor.

Constructors

AutoMLPartialFailureReason' 

Fields

Instances

Instances details
Eq AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Read AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Show AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Generic AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Associated Types

type Rep AutoMLPartialFailureReason :: Type -> Type #

NFData AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

Hashable AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

FromJSON AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

type Rep AutoMLPartialFailureReason Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLPartialFailureReason

type Rep AutoMLPartialFailureReason = D1 ('MetaData "AutoMLPartialFailureReason" "Amazonka.SageMaker.Types.AutoMLPartialFailureReason" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLPartialFailureReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partialFailureMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoMLPartialFailureReason :: AutoMLPartialFailureReason Source #

Create a value of AutoMLPartialFailureReason 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:partialFailureMessage:AutoMLPartialFailureReason', autoMLPartialFailureReason_partialFailureMessage - The message containing the reason for a partial failure of an AutoML job.

autoMLPartialFailureReason_partialFailureMessage :: Lens' AutoMLPartialFailureReason (Maybe Text) Source #

The message containing the reason for a partial failure of an AutoML job.

AutoMLS3DataSource

data AutoMLS3DataSource Source #

The Amazon S3 data source.

See: newAutoMLS3DataSource smart constructor.

Constructors

AutoMLS3DataSource' 

Fields

Instances

Instances details
Eq AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Read AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Show AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Generic AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Associated Types

type Rep AutoMLS3DataSource :: Type -> Type #

NFData AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

Methods

rnf :: AutoMLS3DataSource -> () #

Hashable AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

ToJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

FromJSON AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLS3DataSource

type Rep AutoMLS3DataSource = D1 ('MetaData "AutoMLS3DataSource" "Amazonka.SageMaker.Types.AutoMLS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLS3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAutoMLS3DataSource Source #

Create a value of AutoMLS3DataSource 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:s3DataType:AutoMLS3DataSource', autoMLS3DataSource_s3DataType - The data type.

$sel:s3Uri:AutoMLS3DataSource', autoMLS3DataSource_s3Uri - The URL to the Amazon S3 data source.

autoMLS3DataSource_s3Uri :: Lens' AutoMLS3DataSource Text Source #

The URL to the Amazon S3 data source.

AutoMLSecurityConfig

data AutoMLSecurityConfig Source #

Security options.

See: newAutoMLSecurityConfig smart constructor.

Constructors

AutoMLSecurityConfig' 

Fields

Instances

Instances details
Eq AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Read AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Show AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Generic AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Associated Types

type Rep AutoMLSecurityConfig :: Type -> Type #

NFData AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Methods

rnf :: AutoMLSecurityConfig -> () #

Hashable AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

ToJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

FromJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig = D1 ('MetaData "AutoMLSecurityConfig" "Amazonka.SageMaker.Types.AutoMLSecurityConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLSecurityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newAutoMLSecurityConfig :: AutoMLSecurityConfig Source #

Create a value of AutoMLSecurityConfig 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:vpcConfig:AutoMLSecurityConfig', autoMLSecurityConfig_vpcConfig - The VPC configuration.

$sel:volumeKmsKeyId:AutoMLSecurityConfig', autoMLSecurityConfig_volumeKmsKeyId - The key used to encrypt stored data.

$sel:enableInterContainerTrafficEncryption:AutoMLSecurityConfig', autoMLSecurityConfig_enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.

autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool) Source #

Whether to use traffic encryption between the container layers.

AutoRollbackConfig

data AutoRollbackConfig Source #

Currently, the AutoRollbackConfig API is not supported.

See: newAutoRollbackConfig smart constructor.

Constructors

AutoRollbackConfig' 

Fields

Instances

Instances details
Eq AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Read AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Show AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Generic AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Associated Types

type Rep AutoRollbackConfig :: Type -> Type #

NFData AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

Methods

rnf :: AutoRollbackConfig -> () #

Hashable AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

ToJSON AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

FromJSON AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

type Rep AutoRollbackConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoRollbackConfig

type Rep AutoRollbackConfig = D1 ('MetaData "AutoRollbackConfig" "Amazonka.SageMaker.Types.AutoRollbackConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoRollbackConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alarms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Alarm)))))

newAutoRollbackConfig :: AutoRollbackConfig Source #

Create a value of AutoRollbackConfig 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:alarms:AutoRollbackConfig', autoRollbackConfig_alarms -

Bias

data Bias Source #

Contains bias metrics for a model.

See: newBias smart constructor.

Constructors

Bias' 

Fields

Instances

Instances details
Eq Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

(==) :: Bias -> Bias -> Bool #

(/=) :: Bias -> Bias -> Bool #

Read Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Show Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

showsPrec :: Int -> Bias -> ShowS #

show :: Bias -> String #

showList :: [Bias] -> ShowS #

Generic Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Associated Types

type Rep Bias :: Type -> Type #

Methods

from :: Bias -> Rep Bias x #

to :: Rep Bias x -> Bias #

NFData Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

rnf :: Bias -> () #

Hashable Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

Methods

hashWithSalt :: Int -> Bias -> Int #

hash :: Bias -> Int #

ToJSON Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

FromJSON Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

type Rep Bias Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Bias

type Rep Bias = D1 ('MetaData "Bias" "Amazonka.SageMaker.Types.Bias" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Bias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "report") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newBias :: Bias Source #

Create a value of Bias 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:report:Bias', bias_report - The bias report for a model

bias_report :: Lens' Bias (Maybe MetricsSource) Source #

The bias report for a model

BlueGreenUpdatePolicy

data BlueGreenUpdatePolicy Source #

Currently, the BlueGreenUpdatePolicy API is not supported.

See: newBlueGreenUpdatePolicy smart constructor.

Instances

Instances details
Eq BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Read BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Show BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Generic BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Associated Types

type Rep BlueGreenUpdatePolicy :: Type -> Type #

NFData BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

Methods

rnf :: BlueGreenUpdatePolicy -> () #

Hashable BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

ToJSON BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

FromJSON BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

type Rep BlueGreenUpdatePolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.BlueGreenUpdatePolicy

type Rep BlueGreenUpdatePolicy = D1 ('MetaData "BlueGreenUpdatePolicy" "Amazonka.SageMaker.Types.BlueGreenUpdatePolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "BlueGreenUpdatePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumExecutionTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "terminationWaitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "trafficRoutingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrafficRoutingConfig))))

CacheHitResult

data CacheHitResult Source #

Details on the cache hit of a pipeline execution step.

See: newCacheHitResult smart constructor.

Constructors

CacheHitResult' 

Fields

Instances

Instances details
Eq CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Read CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Show CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Generic CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Associated Types

type Rep CacheHitResult :: Type -> Type #

NFData CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

Methods

rnf :: CacheHitResult -> () #

Hashable CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

FromJSON CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CacheHitResult

type Rep CacheHitResult = D1 ('MetaData "CacheHitResult" "Amazonka.SageMaker.Types.CacheHitResult" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CacheHitResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourcePipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCacheHitResult :: CacheHitResult Source #

Create a value of CacheHitResult 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:sourcePipelineExecutionArn:CacheHitResult', cacheHitResult_sourcePipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

cacheHitResult_sourcePipelineExecutionArn :: Lens' CacheHitResult (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline execution.

CallbackStepMetadata

data CallbackStepMetadata Source #

Metadata about a callback step.

See: newCallbackStepMetadata smart constructor.

Constructors

CallbackStepMetadata' 

Fields

Instances

Instances details
Eq CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Read CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Show CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Generic CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Associated Types

type Rep CallbackStepMetadata :: Type -> Type #

NFData CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

Methods

rnf :: CallbackStepMetadata -> () #

Hashable CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

FromJSON CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CallbackStepMetadata

type Rep CallbackStepMetadata = D1 ('MetaData "CallbackStepMetadata" "Amazonka.SageMaker.Types.CallbackStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CallbackStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "callbackToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter])) :*: S1 ('MetaSel ('Just "sqsQueueUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCallbackStepMetadata :: CallbackStepMetadata Source #

Create a value of CallbackStepMetadata 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:callbackToken:CallbackStepMetadata', callbackStepMetadata_callbackToken - The pipeline generated token from the Amazon SQS queue.

$sel:outputParameters:CallbackStepMetadata', callbackStepMetadata_outputParameters - A list of the output parameters of the callback step.

$sel:sqsQueueUrl:CallbackStepMetadata', callbackStepMetadata_sqsQueueUrl - The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

callbackStepMetadata_callbackToken :: Lens' CallbackStepMetadata (Maybe Text) Source #

The pipeline generated token from the Amazon SQS queue.

callbackStepMetadata_outputParameters :: Lens' CallbackStepMetadata (Maybe [OutputParameter]) Source #

A list of the output parameters of the callback step.

callbackStepMetadata_sqsQueueUrl :: Lens' CallbackStepMetadata (Maybe Text) Source #

The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.

CandidateArtifactLocations

data CandidateArtifactLocations Source #

The location of artifacts for an AutoML candidate job.

See: newCandidateArtifactLocations smart constructor.

Constructors

CandidateArtifactLocations' 

Fields

  • explainability :: Text

    The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

Instances

Instances details
Eq CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Read CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Show CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Generic CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Associated Types

type Rep CandidateArtifactLocations :: Type -> Type #

NFData CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

Hashable CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

FromJSON CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

type Rep CandidateArtifactLocations Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateArtifactLocations

type Rep CandidateArtifactLocations = D1 ('MetaData "CandidateArtifactLocations" "Amazonka.SageMaker.Types.CandidateArtifactLocations" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CandidateArtifactLocations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "explainability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCandidateArtifactLocations Source #

Create a value of CandidateArtifactLocations 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:explainability:CandidateArtifactLocations', candidateArtifactLocations_explainability - The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

candidateArtifactLocations_explainability :: Lens' CandidateArtifactLocations Text Source #

The Amazon S3 prefix to the explainability artifacts generated for the AutoML candidate.

CandidateProperties

data CandidateProperties Source #

The properties of an AutoML candidate job.

See: newCandidateProperties smart constructor.

Constructors

CandidateProperties' 

Fields

Instances

Instances details
Eq CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Read CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Show CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Generic CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Associated Types

type Rep CandidateProperties :: Type -> Type #

NFData CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

Methods

rnf :: CandidateProperties -> () #

Hashable CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

FromJSON CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

type Rep CandidateProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CandidateProperties

type Rep CandidateProperties = D1 ('MetaData "CandidateProperties" "Amazonka.SageMaker.Types.CandidateProperties" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CandidateProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "candidateArtifactLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CandidateArtifactLocations)) :*: S1 ('MetaSel ('Just "candidateMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDatum]))))

newCandidateProperties :: CandidateProperties Source #

Create a value of CandidateProperties 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:candidateArtifactLocations:CandidateProperties', candidateProperties_candidateArtifactLocations - The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

$sel:candidateMetrics:CandidateProperties', candidateProperties_candidateMetrics - Information about the candidate metrics for an AutoML job.

candidateProperties_candidateArtifactLocations :: Lens' CandidateProperties (Maybe CandidateArtifactLocations) Source #

The Amazon S3 prefix to the artifacts generated for an AutoML candidate.

candidateProperties_candidateMetrics :: Lens' CandidateProperties (Maybe [MetricDatum]) Source #

Information about the candidate metrics for an AutoML job.

CapacitySize

data CapacitySize Source #

Currently, the CapacitySize API is not supported.

See: newCapacitySize smart constructor.

Constructors

CapacitySize' 

Fields

Instances

Instances details
Eq CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Read CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Show CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Generic CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Associated Types

type Rep CapacitySize :: Type -> Type #

NFData CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

Methods

rnf :: CapacitySize -> () #

Hashable CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

ToJSON CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

FromJSON CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

type Rep CapacitySize Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CapacitySize

type Rep CapacitySize = D1 ('MetaData "CapacitySize" "Amazonka.SageMaker.Types.CapacitySize" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CapacitySize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CapacitySizeType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newCapacitySize Source #

Create a value of CapacitySize 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:type':CapacitySize', capacitySize_type - This API is not supported.

$sel:value:CapacitySize', capacitySize_value -

CaptureContentTypeHeader

data CaptureContentTypeHeader Source #

See: newCaptureContentTypeHeader smart constructor.

Instances

Instances details
Eq CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Read CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Show CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Generic CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Associated Types

type Rep CaptureContentTypeHeader :: Type -> Type #

NFData CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

Hashable CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

ToJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

FromJSON CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureContentTypeHeader

type Rep CaptureContentTypeHeader = D1 ('MetaData "CaptureContentTypeHeader" "Amazonka.SageMaker.Types.CaptureContentTypeHeader" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureContentTypeHeader'" 'PrefixI 'True) (S1 ('MetaSel ('Just "csvContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "jsonContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))))

newCaptureContentTypeHeader :: CaptureContentTypeHeader Source #

Create a value of CaptureContentTypeHeader 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:csvContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_csvContentTypes -

$sel:jsonContentTypes:CaptureContentTypeHeader', captureContentTypeHeader_jsonContentTypes -

CaptureOption

data CaptureOption Source #

See: newCaptureOption smart constructor.

Constructors

CaptureOption' 

Instances

Instances details
Eq CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Read CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Show CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Generic CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Associated Types

type Rep CaptureOption :: Type -> Type #

NFData CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

Methods

rnf :: CaptureOption -> () #

Hashable CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

ToJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

FromJSON CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CaptureOption

type Rep CaptureOption = D1 ('MetaData "CaptureOption" "Amazonka.SageMaker.Types.CaptureOption" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CaptureOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "captureMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CaptureMode)))

newCaptureOption Source #

Create a value of CaptureOption 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:captureMode:CaptureOption', captureOption_captureMode -

CategoricalParameterRange

data CategoricalParameterRange Source #

A list of categorical hyperparameters to tune.

See: newCategoricalParameterRange smart constructor.

Constructors

CategoricalParameterRange' 

Fields

  • name :: Text

    The name of the categorical hyperparameter to tune.

  • values :: NonEmpty Text

    A list of the categories for the hyperparameter.

Instances

Instances details
Eq CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Read CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Show CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Generic CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Associated Types

type Rep CategoricalParameterRange :: Type -> Type #

NFData CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

Hashable CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

ToJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

FromJSON CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

type Rep CategoricalParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRange

type Rep CategoricalParameterRange = D1 ('MetaData "CategoricalParameterRange" "Amazonka.SageMaker.Types.CategoricalParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CategoricalParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCategoricalParameterRange Source #

Create a value of CategoricalParameterRange 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:name:CategoricalParameterRange', categoricalParameterRange_name - The name of the categorical hyperparameter to tune.

$sel:values:CategoricalParameterRange', categoricalParameterRange_values - A list of the categories for the hyperparameter.

categoricalParameterRange_name :: Lens' CategoricalParameterRange Text Source #

The name of the categorical hyperparameter to tune.

categoricalParameterRange_values :: Lens' CategoricalParameterRange (NonEmpty Text) Source #

A list of the categories for the hyperparameter.

CategoricalParameterRangeSpecification

data CategoricalParameterRangeSpecification Source #

Defines the possible values for a categorical hyperparameter.

See: newCategoricalParameterRangeSpecification smart constructor.

Constructors

CategoricalParameterRangeSpecification' 

Fields

Instances

Instances details
Eq CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Read CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Show CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Generic CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

NFData CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

Hashable CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

ToJSON CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

FromJSON CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

type Rep CategoricalParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification

type Rep CategoricalParameterRangeSpecification = D1 ('MetaData "CategoricalParameterRangeSpecification" "Amazonka.SageMaker.Types.CategoricalParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CategoricalParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCategoricalParameterRangeSpecification Source #

Create a value of CategoricalParameterRangeSpecification 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:values:CategoricalParameterRangeSpecification', categoricalParameterRangeSpecification_values - The allowed categories for the hyperparameter.

Channel

data Channel Source #

A channel is a named input source that training algorithms can consume.

See: newChannel smart constructor.

Constructors

Channel' 

Fields

  • shuffleConfig :: Maybe ShuffleConfig

    A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

    For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

  • recordWrapperType :: Maybe RecordWrapper

    Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.

    In File mode, leave this field unset or set it to None.

  • inputMode :: Maybe TrainingInputMode

    (Optional) The input mode to use for the data channel in a training job. If you don't set a value for InputMode, Amazon SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job's general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

    To use a model for incremental training, choose File input model.

  • compressionType :: Maybe CompressionType

    If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

  • contentType :: Maybe Text

    The MIME type of the data.

  • channelName :: Text

    The name of the channel.

  • dataSource :: DataSource

    The location of the channel data.

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

(==) :: Channel -> Channel -> Bool #

(/=) :: Channel -> Channel -> Bool #

Read Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Show Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

NFData Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

ToJSON Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

FromJSON Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

type Rep Channel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Channel

newChannel Source #

Create a value of Channel 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:shuffleConfig:Channel', channel_shuffleConfig - A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

$sel:recordWrapperType:Channel', channel_recordWrapperType - Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.

In File mode, leave this field unset or set it to None.

$sel:inputMode:Channel', channel_inputMode - (Optional) The input mode to use for the data channel in a training job. If you don't set a value for InputMode, Amazon SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job's general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

To use a model for incremental training, choose File input model.

$sel:compressionType:Channel', channel_compressionType - If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

$sel:contentType:Channel', channel_contentType - The MIME type of the data.

$sel:channelName:Channel', channel_channelName - The name of the channel.

$sel:dataSource:Channel', channel_dataSource - The location of the channel data.

channel_shuffleConfig :: Lens' Channel (Maybe ShuffleConfig) Source #

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix matches. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, shuffling is done at the start of every epoch. With large datasets this ensures that the order of the training data is different for each epoch, it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

channel_recordWrapperType :: Lens' Channel (Maybe RecordWrapper) Source #

Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format. In this case, Amazon SageMaker wraps each individual S3 object in a RecordIO record. If the input data is already in RecordIO format, you don't need to set this attribute. For more information, see Create a Dataset Using RecordIO.

In File mode, leave this field unset or set it to None.

channel_inputMode :: Lens' Channel (Maybe TrainingInputMode) Source #

(Optional) The input mode to use for the data channel in a training job. If you don't set a value for InputMode, Amazon SageMaker uses the value set for TrainingInputMode. Use this parameter to override the TrainingInputMode setting in a AlgorithmSpecification request when you have a channel that needs a different input mode from the training job's general setting. To download the data from Amazon Simple Storage Service (Amazon S3) to the provisioned ML storage volume, and mount the directory to a Docker volume, use File input mode. To stream data directly from Amazon S3 to the container, choose Pipe input mode.

To use a model for incremental training, choose File input model.

channel_compressionType :: Lens' Channel (Maybe CompressionType) Source #

If training data is compressed, the compression type. The default value is None. CompressionType is used only in Pipe input mode. In File mode, leave this field unset or set it to None.

channel_contentType :: Lens' Channel (Maybe Text) Source #

The MIME type of the data.

channel_channelName :: Lens' Channel Text Source #

The name of the channel.

channel_dataSource :: Lens' Channel DataSource Source #

The location of the channel data.

ChannelSpecification

data ChannelSpecification Source #

Defines a named input source, called a channel, to be used by an algorithm.

See: newChannelSpecification smart constructor.

Constructors

ChannelSpecification' 

Fields

Instances

Instances details
Eq ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Read ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Show ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Generic ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Associated Types

type Rep ChannelSpecification :: Type -> Type #

NFData ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

Methods

rnf :: ChannelSpecification -> () #

Hashable ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

ToJSON ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

FromJSON ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

type Rep ChannelSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ChannelSpecification

type Rep ChannelSpecification = D1 ('MetaData "ChannelSpecification" "Amazonka.SageMaker.Types.ChannelSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ChannelSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "supportedCompressionTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CompressionType])) :*: (S1 ('MetaSel ('Just "isRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "supportedContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "supportedInputModes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty TrainingInputMode))))))

newChannelSpecification Source #

Create a value of ChannelSpecification 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:supportedCompressionTypes:ChannelSpecification', channelSpecification_supportedCompressionTypes - The allowed compression types, if data compression is used.

$sel:isRequired:ChannelSpecification', channelSpecification_isRequired - Indicates whether the channel is required by the algorithm.

$sel:description:ChannelSpecification', channelSpecification_description - A brief description of the channel.

$sel:name:ChannelSpecification', channelSpecification_name - The name of the channel.

$sel:supportedContentTypes:ChannelSpecification', channelSpecification_supportedContentTypes - The supported MIME types for the data.

$sel:supportedInputModes:ChannelSpecification', channelSpecification_supportedInputModes - The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

channelSpecification_supportedCompressionTypes :: Lens' ChannelSpecification (Maybe [CompressionType]) Source #

The allowed compression types, if data compression is used.

channelSpecification_isRequired :: Lens' ChannelSpecification (Maybe Bool) Source #

Indicates whether the channel is required by the algorithm.

channelSpecification_supportedInputModes :: Lens' ChannelSpecification (NonEmpty TrainingInputMode) Source #

The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

CheckpointConfig

data CheckpointConfig Source #

Contains information about the output location for managed spot training checkpoint data.

See: newCheckpointConfig smart constructor.

Constructors

CheckpointConfig' 

Fields

  • localPath :: Maybe Text

    (Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

  • s3Uri :: Text

    Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

Instances

Instances details
Eq CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Read CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Show CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Generic CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Associated Types

type Rep CheckpointConfig :: Type -> Type #

NFData CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

Methods

rnf :: CheckpointConfig -> () #

Hashable CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

ToJSON CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

FromJSON CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

type Rep CheckpointConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CheckpointConfig

type Rep CheckpointConfig = D1 ('MetaData "CheckpointConfig" "Amazonka.SageMaker.Types.CheckpointConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CheckpointConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCheckpointConfig Source #

Create a value of CheckpointConfig 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:localPath:CheckpointConfig', checkpointConfig_localPath - (Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

$sel:s3Uri:CheckpointConfig', checkpointConfig_s3Uri - Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

checkpointConfig_localPath :: Lens' CheckpointConfig (Maybe Text) Source #

(Optional) The local directory where checkpoints are written. The default directory is /opt/ml/checkpoints/.

checkpointConfig_s3Uri :: Lens' CheckpointConfig Text Source #

Identifies the S3 path where you want Amazon SageMaker to store checkpoints. For example, s3://bucket-name/key-name-prefix.

CodeRepositorySummary

data CodeRepositorySummary Source #

Specifies summary information about a Git repository.

See: newCodeRepositorySummary smart constructor.

Constructors

CodeRepositorySummary' 

Fields

  • gitConfig :: Maybe GitConfig

    Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

  • codeRepositoryName :: Text

    The name of the Git repository.

  • codeRepositoryArn :: Text

    The Amazon Resource Name (ARN) of the Git repository.

  • creationTime :: POSIX

    The date and time that the Git repository was created.

  • lastModifiedTime :: POSIX

    The date and time that the Git repository was last modified.

Instances

Instances details
Eq CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Read CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Show CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Generic CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Associated Types

type Rep CodeRepositorySummary :: Type -> Type #

NFData CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

Methods

rnf :: CodeRepositorySummary -> () #

Hashable CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

FromJSON CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CodeRepositorySummary

type Rep CodeRepositorySummary = D1 ('MetaData "CodeRepositorySummary" "Amazonka.SageMaker.Types.CodeRepositorySummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CodeRepositorySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "gitConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitConfig)) :*: S1 ('MetaSel ('Just "codeRepositoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "codeRepositoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newCodeRepositorySummary Source #

Create a value of CodeRepositorySummary 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:gitConfig:CodeRepositorySummary', codeRepositorySummary_gitConfig - Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

$sel:codeRepositoryName:CodeRepositorySummary', codeRepositorySummary_codeRepositoryName - The name of the Git repository.

$sel:codeRepositoryArn:CodeRepositorySummary', codeRepositorySummary_codeRepositoryArn - The Amazon Resource Name (ARN) of the Git repository.

$sel:creationTime:CodeRepositorySummary', codeRepositorySummary_creationTime - The date and time that the Git repository was created.

$sel:lastModifiedTime:CodeRepositorySummary', codeRepositorySummary_lastModifiedTime - The date and time that the Git repository was last modified.

codeRepositorySummary_gitConfig :: Lens' CodeRepositorySummary (Maybe GitConfig) Source #

Configuration details for the Git repository, including the URL where it is located and the ARN of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the repository.

codeRepositorySummary_codeRepositoryArn :: Lens' CodeRepositorySummary Text Source #

The Amazon Resource Name (ARN) of the Git repository.

codeRepositorySummary_creationTime :: Lens' CodeRepositorySummary UTCTime Source #

The date and time that the Git repository was created.

codeRepositorySummary_lastModifiedTime :: Lens' CodeRepositorySummary UTCTime Source #

The date and time that the Git repository was last modified.

CognitoConfig

data CognitoConfig Source #

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

See: newCognitoConfig smart constructor.

Constructors

CognitoConfig' 

Fields

  • userPool :: Text

    A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

  • clientId :: Text

    The client ID for your Amazon Cognito user pool.

Instances

Instances details
Eq CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Read CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Show CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Generic CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Associated Types

type Rep CognitoConfig :: Type -> Type #

NFData CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

Methods

rnf :: CognitoConfig -> () #

Hashable CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

ToJSON CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

FromJSON CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

type Rep CognitoConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoConfig

type Rep CognitoConfig = D1 ('MetaData "CognitoConfig" "Amazonka.SageMaker.Types.CognitoConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CognitoConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCognitoConfig Source #

Create a value of CognitoConfig 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:userPool:CognitoConfig', cognitoConfig_userPool - A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

$sel:clientId:CognitoConfig', cognitoConfig_clientId - The client ID for your Amazon Cognito user pool.

cognitoConfig_userPool :: Lens' CognitoConfig Text Source #

A user pool is a user directory in Amazon Cognito. With a user pool, your users can sign in to your web or mobile app through Amazon Cognito. Your users can also sign in through social identity providers like Google, Facebook, Amazon, or Apple, and through SAML identity providers.

cognitoConfig_clientId :: Lens' CognitoConfig Text Source #

The client ID for your Amazon Cognito user pool.

CognitoMemberDefinition

data CognitoMemberDefinition Source #

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

See: newCognitoMemberDefinition smart constructor.

Constructors

CognitoMemberDefinition' 

Fields

  • userPool :: Text

    An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

  • userGroup :: Text

    An identifier for a user group.

  • clientId :: Text

    An identifier for an application client. You must create the app client ID using Amazon Cognito.

Instances

Instances details
Eq CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Read CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Show CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Generic CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Associated Types

type Rep CognitoMemberDefinition :: Type -> Type #

NFData CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

Methods

rnf :: CognitoMemberDefinition -> () #

Hashable CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

ToJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

FromJSON CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CognitoMemberDefinition

type Rep CognitoMemberDefinition = D1 ('MetaData "CognitoMemberDefinition" "Amazonka.SageMaker.Types.CognitoMemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CognitoMemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userPool") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCognitoMemberDefinition Source #

Create a value of CognitoMemberDefinition 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:userPool:CognitoMemberDefinition', cognitoMemberDefinition_userPool - An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

$sel:userGroup:CognitoMemberDefinition', cognitoMemberDefinition_userGroup - An identifier for a user group.

$sel:clientId:CognitoMemberDefinition', cognitoMemberDefinition_clientId - An identifier for an application client. You must create the app client ID using Amazon Cognito.

cognitoMemberDefinition_userPool :: Lens' CognitoMemberDefinition Text Source #

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

cognitoMemberDefinition_clientId :: Lens' CognitoMemberDefinition Text Source #

An identifier for an application client. You must create the app client ID using Amazon Cognito.

CollectionConfiguration

data CollectionConfiguration Source #

Configuration information for the Debugger output tensor collections.

See: newCollectionConfiguration smart constructor.

Constructors

CollectionConfiguration' 

Fields

  • collectionParameters :: Maybe (HashMap Text Text)

    Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

  • collectionName :: Maybe Text

    The name of the tensor collection. The name must be unique relative to other rule configuration names.

Instances

Instances details
Eq CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Read CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Show CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Generic CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Associated Types

type Rep CollectionConfiguration :: Type -> Type #

NFData CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

Methods

rnf :: CollectionConfiguration -> () #

Hashable CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

ToJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

FromJSON CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CollectionConfiguration

type Rep CollectionConfiguration = D1 ('MetaData "CollectionConfiguration" "Amazonka.SageMaker.Types.CollectionConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CollectionConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "collectionParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "collectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCollectionConfiguration :: CollectionConfiguration Source #

Create a value of CollectionConfiguration 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:collectionParameters:CollectionConfiguration', collectionConfiguration_collectionParameters - Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

$sel:collectionName:CollectionConfiguration', collectionConfiguration_collectionName - The name of the tensor collection. The name must be unique relative to other rule configuration names.

collectionConfiguration_collectionParameters :: Lens' CollectionConfiguration (Maybe (HashMap Text Text)) Source #

Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

collectionConfiguration_collectionName :: Lens' CollectionConfiguration (Maybe Text) Source #

The name of the tensor collection. The name must be unique relative to other rule configuration names.

CompilationJobSummary

data CompilationJobSummary Source #

A summary of a model compilation job.

See: newCompilationJobSummary smart constructor.

Constructors

CompilationJobSummary' 

Fields

Instances

Instances details
Eq CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Read CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Show CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Generic CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Associated Types

type Rep CompilationJobSummary :: Type -> Type #

NFData CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Methods

rnf :: CompilationJobSummary -> () #

Hashable CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

FromJSON CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

type Rep CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

type Rep CompilationJobSummary = D1 ('MetaData "CompilationJobSummary" "Amazonka.SageMaker.Types.CompilationJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CompilationJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compilationStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationTargetPlatformAccelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformAccelerator))) :*: (S1 ('MetaSel ('Just "compilationTargetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationTargetPlatformArch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformArch))))) :*: ((S1 ('MetaSel ('Just "compilationEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "compilationTargetPlatformOs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformOs)) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "compilationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "compilationJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CompilationJobStatus))))))

newCompilationJobSummary Source #

Create a value of CompilationJobSummary 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:compilationStartTime:CompilationJobSummary', compilationJobSummary_compilationStartTime - The time when the model compilation job started.

$sel:compilationTargetPlatformAccelerator:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformAccelerator - The type of accelerator that the model will run on after the compilation job has completed.

$sel:compilationTargetDevice:CompilationJobSummary', compilationJobSummary_compilationTargetDevice - The type of device that the model will run on after the compilation job has completed.

$sel:lastModifiedTime:CompilationJobSummary', compilationJobSummary_lastModifiedTime - The time when the model compilation job was last modified.

$sel:compilationTargetPlatformArch:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformArch - The type of architecture that the model will run on after the compilation job has completed.

$sel:compilationEndTime:CompilationJobSummary', compilationJobSummary_compilationEndTime - The time when the model compilation job completed.

$sel:compilationTargetPlatformOs:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformOs - The type of OS that the model will run on after the compilation job has completed.

$sel:compilationJobName:CompilationJobSummary', compilationJobSummary_compilationJobName - The name of the model compilation job that you want a summary for.

$sel:compilationJobArn:CompilationJobSummary', compilationJobSummary_compilationJobArn - The Amazon Resource Name (ARN) of the model compilation job.

$sel:creationTime:CompilationJobSummary', compilationJobSummary_creationTime - The time when the model compilation job was created.

$sel:compilationJobStatus:CompilationJobSummary', compilationJobSummary_compilationJobStatus - The status of the model compilation job.

compilationJobSummary_compilationStartTime :: Lens' CompilationJobSummary (Maybe UTCTime) Source #

The time when the model compilation job started.

compilationJobSummary_compilationTargetPlatformAccelerator :: Lens' CompilationJobSummary (Maybe TargetPlatformAccelerator) Source #

The type of accelerator that the model will run on after the compilation job has completed.

compilationJobSummary_compilationTargetDevice :: Lens' CompilationJobSummary (Maybe TargetDevice) Source #

The type of device that the model will run on after the compilation job has completed.

compilationJobSummary_lastModifiedTime :: Lens' CompilationJobSummary (Maybe UTCTime) Source #

The time when the model compilation job was last modified.

compilationJobSummary_compilationTargetPlatformArch :: Lens' CompilationJobSummary (Maybe TargetPlatformArch) Source #

The type of architecture that the model will run on after the compilation job has completed.

compilationJobSummary_compilationEndTime :: Lens' CompilationJobSummary (Maybe UTCTime) Source #

The time when the model compilation job completed.

compilationJobSummary_compilationTargetPlatformOs :: Lens' CompilationJobSummary (Maybe TargetPlatformOs) Source #

The type of OS that the model will run on after the compilation job has completed.

compilationJobSummary_compilationJobName :: Lens' CompilationJobSummary Text Source #

The name of the model compilation job that you want a summary for.

compilationJobSummary_compilationJobArn :: Lens' CompilationJobSummary Text Source #

The Amazon Resource Name (ARN) of the model compilation job.

compilationJobSummary_creationTime :: Lens' CompilationJobSummary UTCTime Source #

The time when the model compilation job was created.

ConditionStepMetadata

data ConditionStepMetadata Source #

Metadata for a Condition step.

See: newConditionStepMetadata smart constructor.

Constructors

ConditionStepMetadata' 

Fields

Instances

Instances details
Eq ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Read ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Show ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Generic ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Associated Types

type Rep ConditionStepMetadata :: Type -> Type #

NFData ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

Methods

rnf :: ConditionStepMetadata -> () #

Hashable ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

FromJSON ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

type Rep ConditionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ConditionStepMetadata

type Rep ConditionStepMetadata = D1 ('MetaData "ConditionStepMetadata" "Amazonka.SageMaker.Types.ConditionStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ConditionStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outcome") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConditionOutcome))))

newConditionStepMetadata :: ConditionStepMetadata Source #

Create a value of ConditionStepMetadata 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:outcome:ConditionStepMetadata', conditionStepMetadata_outcome - The outcome of the Condition step evaluation.

conditionStepMetadata_outcome :: Lens' ConditionStepMetadata (Maybe ConditionOutcome) Source #

The outcome of the Condition step evaluation.

ContainerDefinition

data ContainerDefinition Source #

Describes the container, as part of model definition.

See: newContainerDefinition smart constructor.

Constructors

ContainerDefinition' 

Fields

  • multiModelConfig :: Maybe MultiModelConfig

    Specifies additional configuration for multi-model endpoints.

  • modelDataUrl :: Maybe Text

    The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

    The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

    If you provide a value for this parameter, Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

    If you use a built-in algorithm to create a model, Amazon SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

  • image :: Maybe Text

    The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker

  • modelPackageName :: Maybe Text

    The name or Amazon Resource Name (ARN) of the model package to use to create the model.

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

  • imageConfig :: Maybe ImageConfig

    Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers

  • mode :: Maybe ContainerMode

    Whether the container hosts a single model or multiple models.

  • containerHostname :: Maybe Text

    This parameter is ignored for models that contain only a PrimaryContainer.

    When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see Use Logs and Metrics to Monitor an Inference Pipeline. If you don't specify a value for this parameter for a ContainerDefinition that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ContainerDefinition in the pipeline. If you specify a value for the ContainerHostName for any ContainerDefinition that is part of an inference pipeline, you must specify a value for the ContainerHostName parameter of every ContainerDefinition in that pipeline.

Instances

Instances details
Eq ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Read ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Show ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Generic ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Associated Types

type Rep ContainerDefinition :: Type -> Type #

NFData ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

Methods

rnf :: ContainerDefinition -> () #

Hashable ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

ToJSON ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

FromJSON ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

type Rep ContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContainerDefinition

type Rep ContainerDefinition = D1 ('MetaData "ContainerDefinition" "Amazonka.SageMaker.Types.ContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContainerDefinition'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "multiModelConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MultiModelConfig)) :*: S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "imageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageConfig))) :*: (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerMode)) :*: S1 ('MetaSel ('Just "containerHostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newContainerDefinition :: ContainerDefinition Source #

Create a value of ContainerDefinition 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:multiModelConfig:ContainerDefinition', containerDefinition_multiModelConfig - Specifies additional configuration for multi-model endpoints.

$sel:modelDataUrl:ContainerDefinition', containerDefinition_modelDataUrl - The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

If you provide a value for this parameter, Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

If you use a built-in algorithm to create a model, Amazon SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

$sel:image:ContainerDefinition', containerDefinition_image - The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker

$sel:modelPackageName:ContainerDefinition', containerDefinition_modelPackageName - The name or Amazon Resource Name (ARN) of the model package to use to create the model.

$sel:environment:ContainerDefinition', containerDefinition_environment - The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

$sel:imageConfig:ContainerDefinition', containerDefinition_imageConfig - Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers

$sel:mode:ContainerDefinition', containerDefinition_mode - Whether the container hosts a single model or multiple models.

$sel:containerHostname:ContainerDefinition', containerDefinition_containerHostname - This parameter is ignored for models that contain only a PrimaryContainer.

When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see Use Logs and Metrics to Monitor an Inference Pipeline. If you don't specify a value for this parameter for a ContainerDefinition that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ContainerDefinition in the pipeline. If you specify a value for the ContainerHostName for any ContainerDefinition that is part of an inference pipeline, you must specify a value for the ContainerHostName parameter of every ContainerDefinition in that pipeline.

containerDefinition_multiModelConfig :: Lens' ContainerDefinition (Maybe MultiModelConfig) Source #

Specifies additional configuration for multi-model endpoints.

containerDefinition_modelDataUrl :: Lens' ContainerDefinition (Maybe Text) Source #

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix). The S3 path is required for Amazon SageMaker built-in algorithms, but not if you use your own algorithms. For more information on built-in algorithms, see Common Parameters.

The model artifacts must be in an S3 bucket that is in the same region as the model or endpoint you are creating.

If you provide a value for this parameter, Amazon SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provide. Amazon Web Services STS is activated in your IAM user account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the Amazon Web Services Identity and Access Management User Guide.

If you use a built-in algorithm to create a model, Amazon SageMaker requires that you provide a S3 path to the model artifacts in ModelDataUrl.

containerDefinition_image :: Lens' ContainerDefinition (Maybe Text) Source #

The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker

containerDefinition_modelPackageName :: Lens' ContainerDefinition (Maybe Text) Source #

The name or Amazon Resource Name (ARN) of the model package to use to create the model.

containerDefinition_environment :: Lens' ContainerDefinition (Maybe (HashMap Text Text)) Source #

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

containerDefinition_imageConfig :: Lens' ContainerDefinition (Maybe ImageConfig) Source #

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see Use a Private Docker Registry for Real-Time Inference Containers

containerDefinition_mode :: Lens' ContainerDefinition (Maybe ContainerMode) Source #

Whether the container hosts a single model or multiple models.

containerDefinition_containerHostname :: Lens' ContainerDefinition (Maybe Text) Source #

This parameter is ignored for models that contain only a PrimaryContainer.

When a ContainerDefinition is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see Use Logs and Metrics to Monitor an Inference Pipeline. If you don't specify a value for this parameter for a ContainerDefinition that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ContainerDefinition in the pipeline. If you specify a value for the ContainerHostName for any ContainerDefinition that is part of an inference pipeline, you must specify a value for the ContainerHostName parameter of every ContainerDefinition in that pipeline.

ContextSource

data ContextSource Source #

A structure describing the source of a context.

See: newContextSource smart constructor.

Constructors

ContextSource' 

Fields

Instances

Instances details
Eq ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Read ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Show ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Generic ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Associated Types

type Rep ContextSource :: Type -> Type #

NFData ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

Methods

rnf :: ContextSource -> () #

Hashable ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

ToJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

FromJSON ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSource

type Rep ContextSource = D1 ('MetaData "ContextSource" "Amazonka.SageMaker.Types.ContextSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContextSource Source #

Create a value of ContextSource 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:sourceType:ContextSource', contextSource_sourceType - The type of the source.

$sel:sourceId:ContextSource', contextSource_sourceId - The ID of the source.

$sel:sourceUri:ContextSource', contextSource_sourceUri - The URI of the source.

ContextSummary

data ContextSummary Source #

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

See: newContextSummary smart constructor.

Constructors

ContextSummary' 

Fields

Instances

Instances details
Eq ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Read ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Show ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Generic ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Associated Types

type Rep ContextSummary :: Type -> Type #

NFData ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

Methods

rnf :: ContextSummary -> () #

Hashable ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

FromJSON ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContextSummary

type Rep ContextSummary = D1 ('MetaData "ContextSummary" "Amazonka.SageMaker.Types.ContextSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContextSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "contextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "contextArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContextSource)) :*: S1 ('MetaSel ('Just "contextName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newContextSummary :: ContextSummary Source #

Create a value of ContextSummary 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:creationTime:ContextSummary', contextSummary_creationTime - When the context was created.

$sel:lastModifiedTime:ContextSummary', contextSummary_lastModifiedTime - When the context was last modified.

$sel:contextType:ContextSummary', contextSummary_contextType - The type of the context.

$sel:contextArn:ContextSummary', contextSummary_contextArn - The Amazon Resource Name (ARN) of the context.

$sel:source:ContextSummary', contextSummary_source - The source of the context.

$sel:contextName:ContextSummary', contextSummary_contextName - The name of the context.

contextSummary_lastModifiedTime :: Lens' ContextSummary (Maybe UTCTime) Source #

When the context was last modified.

contextSummary_contextArn :: Lens' ContextSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the context.

ContinuousParameterRange

data ContinuousParameterRange Source #

A list of continuous hyperparameters to tune.

See: newContinuousParameterRange smart constructor.

Constructors

ContinuousParameterRange' 

Fields

  • scalingType :: Maybe HyperParameterScalingType

    The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

    Auto
    Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
    Linear
    Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
    Logarithmic
    Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

    Logarithmic scaling works only for ranges that have only values greater than 0.

    ReverseLogarithmic
    Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

    Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

  • name :: Text

    The name of the continuous hyperparameter to tune.

  • minValue :: Text

    The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

  • maxValue :: Text

    The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

Instances

Instances details
Eq ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Read ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Show ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Generic ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Associated Types

type Rep ContinuousParameterRange :: Type -> Type #

NFData ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

Hashable ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

ToJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

FromJSON ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

type Rep ContinuousParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRange

type Rep ContinuousParameterRange = D1 ('MetaData "ContinuousParameterRange" "Amazonka.SageMaker.Types.ContinuousParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContinuousParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContinuousParameterRange Source #

Create a value of ContinuousParameterRange 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:scalingType:ContinuousParameterRange', continuousParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

ReverseLogarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

$sel:name:ContinuousParameterRange', continuousParameterRange_name - The name of the continuous hyperparameter to tune.

$sel:minValue:ContinuousParameterRange', continuousParameterRange_minValue - The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

$sel:maxValue:ContinuousParameterRange', continuousParameterRange_maxValue - The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

continuousParameterRange_scalingType :: Lens' ContinuousParameterRange (Maybe HyperParameterScalingType) Source #

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

ReverseLogarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a reverse logarithmic scale.

Reverse logarithmic scaling works only for ranges that are entirely within the range 0<=x<1.0.

continuousParameterRange_name :: Lens' ContinuousParameterRange Text Source #

The name of the continuous hyperparameter to tune.

continuousParameterRange_minValue :: Lens' ContinuousParameterRange Text Source #

The minimum value for the hyperparameter. The tuning job uses floating-point values between this value and MaxValuefor tuning.

continuousParameterRange_maxValue :: Lens' ContinuousParameterRange Text Source #

The maximum value for the hyperparameter. The tuning job uses floating-point values between MinValue value and this value for tuning.

ContinuousParameterRangeSpecification

data ContinuousParameterRangeSpecification Source #

Defines the possible values for a continuous hyperparameter.

See: newContinuousParameterRangeSpecification smart constructor.

Constructors

ContinuousParameterRangeSpecification' 

Fields

Instances

Instances details
Eq ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Read ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Show ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Generic ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

NFData ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

Hashable ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

ToJSON ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

FromJSON ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

type Rep ContinuousParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification

type Rep ContinuousParameterRangeSpecification = D1 ('MetaData "ContinuousParameterRangeSpecification" "Amazonka.SageMaker.Types.ContinuousParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ContinuousParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newContinuousParameterRangeSpecification Source #

Create a value of ContinuousParameterRangeSpecification 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:minValue:ContinuousParameterRangeSpecification', continuousParameterRangeSpecification_minValue - The minimum floating-point value allowed.

$sel:maxValue:ContinuousParameterRangeSpecification', continuousParameterRangeSpecification_maxValue - The maximum floating-point value allowed.

CustomImage

data CustomImage Source #

A custom SageMaker image. For more information, see Bring your own SageMaker image.

See: newCustomImage smart constructor.

Constructors

CustomImage' 

Fields

Instances

Instances details
Eq CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Read CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Show CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Generic CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Associated Types

type Rep CustomImage :: Type -> Type #

NFData CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

Methods

rnf :: CustomImage -> () #

Hashable CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

ToJSON CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

FromJSON CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

type Rep CustomImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CustomImage

type Rep CustomImage = D1 ('MetaData "CustomImage" "Amazonka.SageMaker.Types.CustomImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CustomImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageVersionNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "imageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "appImageConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCustomImage Source #

Create a value of CustomImage 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:imageVersionNumber:CustomImage', customImage_imageVersionNumber - The version number of the CustomImage.

$sel:imageName:CustomImage', customImage_imageName - The name of the CustomImage. Must be unique to your account.

$sel:appImageConfigName:CustomImage', customImage_appImageConfigName - The name of the AppImageConfig.

customImage_imageVersionNumber :: Lens' CustomImage (Maybe Natural) Source #

The version number of the CustomImage.

customImage_imageName :: Lens' CustomImage Text Source #

The name of the CustomImage. Must be unique to your account.

customImage_appImageConfigName :: Lens' CustomImage Text Source #

The name of the AppImageConfig.

DataCaptureConfig

data DataCaptureConfig Source #

See: newDataCaptureConfig smart constructor.

Instances

Instances details
Eq DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Read DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Show DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Generic DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Associated Types

type Rep DataCaptureConfig :: Type -> Type #

NFData DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

Methods

rnf :: DataCaptureConfig -> () #

Hashable DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

ToJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

FromJSON DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfig

type Rep DataCaptureConfig = D1 ('MetaData "DataCaptureConfig" "Amazonka.SageMaker.Types.DataCaptureConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCaptureConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "captureContentTypeHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaptureContentTypeHeader)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableCapture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "initialSamplingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "captureOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CaptureOption))))))

DataCaptureConfigSummary

data DataCaptureConfigSummary Source #

See: newDataCaptureConfigSummary smart constructor.

Instances

Instances details
Eq DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Read DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Show DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Generic DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Associated Types

type Rep DataCaptureConfigSummary :: Type -> Type #

NFData DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

Hashable DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

FromJSON DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

type Rep DataCaptureConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCaptureConfigSummary

type Rep DataCaptureConfigSummary = D1 ('MetaData "DataCaptureConfigSummary" "Amazonka.SageMaker.Types.DataCaptureConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCaptureConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "enableCapture") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "captureStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CaptureStatus)) :*: (S1 ('MetaSel ('Just "currentSamplingPercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

DataCatalogConfig

data DataCatalogConfig Source #

The meta data of the Glue table which serves as data catalog for the OfflineStore.

See: newDataCatalogConfig smart constructor.

Constructors

DataCatalogConfig' 

Fields

Instances

Instances details
Eq DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Read DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Show DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Generic DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Associated Types

type Rep DataCatalogConfig :: Type -> Type #

NFData DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

Methods

rnf :: DataCatalogConfig -> () #

Hashable DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

ToJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

FromJSON DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataCatalogConfig

type Rep DataCatalogConfig = D1 ('MetaData "DataCatalogConfig" "Amazonka.SageMaker.Types.DataCatalogConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataCatalogConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "catalog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDataCatalogConfig Source #

Create a value of DataCatalogConfig 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:tableName:DataCatalogConfig', dataCatalogConfig_tableName - The name of the Glue table.

$sel:catalog:DataCatalogConfig', dataCatalogConfig_catalog - The name of the Glue table catalog.

$sel:database:DataCatalogConfig', dataCatalogConfig_database - The name of the Glue table database.

dataCatalogConfig_catalog :: Lens' DataCatalogConfig Text Source #

The name of the Glue table catalog.

dataCatalogConfig_database :: Lens' DataCatalogConfig Text Source #

The name of the Glue table database.

DataProcessing

data DataProcessing Source #

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records.

See: newDataProcessing smart constructor.

Constructors

DataProcessing' 

Fields

  • outputFilter :: Maybe Text

    A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want Amazon SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error.

    Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"

  • joinSource :: Maybe JoinSource

    Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

    For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

    For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

    For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

  • inputFilter :: Maybe Text

    A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

    Examples: "$", "$[1:]", "$.features"

Instances

Instances details
Eq DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Read DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Show DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Generic DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Associated Types

type Rep DataProcessing :: Type -> Type #

NFData DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

Methods

rnf :: DataProcessing -> () #

Hashable DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

ToJSON DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

FromJSON DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

type Rep DataProcessing Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataProcessing

type Rep DataProcessing = D1 ('MetaData "DataProcessing" "Amazonka.SageMaker.Types.DataProcessing" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataProcessing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "outputFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "joinSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JoinSource)) :*: S1 ('MetaSel ('Just "inputFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataProcessing :: DataProcessing Source #

Create a value of DataProcessing 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:outputFilter:DataProcessing', dataProcessing_outputFilter - A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want Amazon SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error.

Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"

$sel:joinSource:DataProcessing', dataProcessing_joinSource - Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

$sel:inputFilter:DataProcessing', dataProcessing_inputFilter - A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

Examples: "$", "$[1:]", "$.features"

dataProcessing_outputFilter :: Lens' DataProcessing (Maybe Text) Source #

A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want Amazon SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error.

Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"

dataProcessing_joinSource :: Lens' DataProcessing (Maybe JoinSource) Source #

Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file.

For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput.

For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file.

For information on how joining in applied, see Workflow for Associating Inferences with Input Records.

dataProcessing_inputFilter :: Lens' DataProcessing (Maybe Text) Source #

A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want Amazon SageMaker to pass the entire input dataset to the algorithm, accept the default value $.

Examples: "$", "$[1:]", "$.features"

DataQualityAppSpecification

data DataQualityAppSpecification Source #

Information about the container that a data quality monitoring job runs.

See: newDataQualityAppSpecification smart constructor.

Constructors

DataQualityAppSpecification' 

Fields

Instances

Instances details
Eq DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Read DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Show DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Generic DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Associated Types

type Rep DataQualityAppSpecification :: Type -> Type #

NFData DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

Hashable DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

ToJSON DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

FromJSON DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

type Rep DataQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityAppSpecification

type Rep DataQualityAppSpecification = D1 ('MetaData "DataQualityAppSpecification" "Amazonka.SageMaker.Types.DataQualityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataQualityAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDataQualityAppSpecification Source #

Create a value of DataQualityAppSpecification 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:containerArguments:DataQualityAppSpecification', dataQualityAppSpecification_containerArguments - The arguments to send to the container that the monitoring job runs.

$sel:recordPreprocessorSourceUri:DataQualityAppSpecification', dataQualityAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:environment:DataQualityAppSpecification', dataQualityAppSpecification_environment - Sets the environment variables in the container that the monitoring job runs.

$sel:containerEntrypoint:DataQualityAppSpecification', dataQualityAppSpecification_containerEntrypoint - The entrypoint for a container used to run a monitoring job.

$sel:postAnalyticsProcessorSourceUri:DataQualityAppSpecification', dataQualityAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:DataQualityAppSpecification', dataQualityAppSpecification_imageUri - The container image that the data quality monitoring job runs.

dataQualityAppSpecification_containerArguments :: Lens' DataQualityAppSpecification (Maybe (NonEmpty Text)) Source #

The arguments to send to the container that the monitoring job runs.

dataQualityAppSpecification_recordPreprocessorSourceUri :: Lens' DataQualityAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

dataQualityAppSpecification_environment :: Lens' DataQualityAppSpecification (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the container that the monitoring job runs.

dataQualityAppSpecification_containerEntrypoint :: Lens' DataQualityAppSpecification (Maybe (NonEmpty Text)) Source #

The entrypoint for a container used to run a monitoring job.

dataQualityAppSpecification_postAnalyticsProcessorSourceUri :: Lens' DataQualityAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

dataQualityAppSpecification_imageUri :: Lens' DataQualityAppSpecification Text Source #

The container image that the data quality monitoring job runs.

DataQualityBaselineConfig

data DataQualityBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newDataQualityBaselineConfig smart constructor.

Constructors

DataQualityBaselineConfig' 

Fields

Instances

Instances details
Eq DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Read DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Show DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Generic DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Associated Types

type Rep DataQualityBaselineConfig :: Type -> Type #

NFData DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

Hashable DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

ToJSON DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

FromJSON DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

type Rep DataQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityBaselineConfig

type Rep DataQualityBaselineConfig = D1 ('MetaData "DataQualityBaselineConfig" "Amazonka.SageMaker.Types.DataQualityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataQualityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: (S1 ('MetaSel ('Just "statisticsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStatisticsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDataQualityBaselineConfig :: DataQualityBaselineConfig Source #

Create a value of DataQualityBaselineConfig 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:constraintsResource:DataQualityBaselineConfig', dataQualityBaselineConfig_constraintsResource - Undocumented member.

$sel:statisticsResource:DataQualityBaselineConfig', dataQualityBaselineConfig_statisticsResource - Undocumented member.

$sel:baseliningJobName:DataQualityBaselineConfig', dataQualityBaselineConfig_baseliningJobName - The name of the job that performs baselining for the data quality monitoring job.

dataQualityBaselineConfig_baseliningJobName :: Lens' DataQualityBaselineConfig (Maybe Text) Source #

The name of the job that performs baselining for the data quality monitoring job.

DataQualityJobInput

data DataQualityJobInput Source #

The input for the data quality monitoring job. Currently endpoints are supported for input.

See: newDataQualityJobInput smart constructor.

Instances

Instances details
Eq DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Read DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Show DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Generic DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Associated Types

type Rep DataQualityJobInput :: Type -> Type #

NFData DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

Methods

rnf :: DataQualityJobInput -> () #

Hashable DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

ToJSON DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

FromJSON DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

type Rep DataQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataQualityJobInput

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

newDataQualityJobInput Source #

Create a value of DataQualityJobInput 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:DataQualityJobInput', dataQualityJobInput_endpointInput - Undocumented member.

DataSource

data DataSource Source #

Describes the location of the channel data.

See: newDataSource smart constructor.

Constructors

DataSource' 

Fields

Instances

Instances details
Eq DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Read DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Show DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Generic DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Associated Types

type Rep DataSource :: Type -> Type #

NFData DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

Methods

rnf :: DataSource -> () #

Hashable DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

ToJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

FromJSON DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DataSource

type Rep DataSource = D1 ('MetaData "DataSource" "Amazonka.SageMaker.Types.DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataSource)) :*: S1 ('MetaSel ('Just "fileSystemDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemDataSource))))

newDataSource :: DataSource Source #

Create a value of DataSource 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:s3DataSource:DataSource', dataSource_s3DataSource - The S3 location of the data source that is associated with a channel.

$sel:fileSystemDataSource:DataSource', dataSource_fileSystemDataSource - The file system that is associated with a channel.

dataSource_s3DataSource :: Lens' DataSource (Maybe S3DataSource) Source #

The S3 location of the data source that is associated with a channel.

dataSource_fileSystemDataSource :: Lens' DataSource (Maybe FileSystemDataSource) Source #

The file system that is associated with a channel.

DatasetDefinition

data DatasetDefinition Source #

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

See: newDatasetDefinition smart constructor.

Constructors

DatasetDefinition' 

Fields

Instances

Instances details
Eq DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Read DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Show DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Generic DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Associated Types

type Rep DatasetDefinition :: Type -> Type #

NFData DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

Methods

rnf :: DatasetDefinition -> () #

Hashable DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

ToJSON DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

FromJSON DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

type Rep DatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DatasetDefinition

type Rep DatasetDefinition = D1 ('MetaData "DatasetDefinition" "Amazonka.SageMaker.Types.DatasetDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DatasetDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "redshiftDatasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftDatasetDefinition)) :*: S1 ('MetaSel ('Just "athenaDatasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AthenaDatasetDefinition))) :*: (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "dataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataDistributionType)) :*: S1 ('MetaSel ('Just "inputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputMode))))))

newDatasetDefinition :: DatasetDefinition Source #

Create a value of DatasetDefinition 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:redshiftDatasetDefinition:DatasetDefinition', datasetDefinition_redshiftDatasetDefinition - Undocumented member.

$sel:athenaDatasetDefinition:DatasetDefinition', datasetDefinition_athenaDatasetDefinition - Undocumented member.

$sel:localPath:DatasetDefinition', datasetDefinition_localPath - The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

$sel:dataDistributionType:DatasetDefinition', datasetDefinition_dataDistributionType - Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

$sel:inputMode:DatasetDefinition', datasetDefinition_inputMode - Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

datasetDefinition_localPath :: Lens' DatasetDefinition (Maybe Text) Source #

The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).

datasetDefinition_dataDistributionType :: Lens' DatasetDefinition (Maybe DataDistributionType) Source #

Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).

datasetDefinition_inputMode :: Lens' DatasetDefinition (Maybe InputMode) Source #

Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

DebugHookConfig

data DebugHookConfig Source #

Configuration information for the Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

See: newDebugHookConfig smart constructor.

Constructors

DebugHookConfig' 

Fields

Instances

Instances details
Eq DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Read DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Show DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Generic DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Associated Types

type Rep DebugHookConfig :: Type -> Type #

NFData DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Methods

rnf :: DebugHookConfig -> () #

Hashable DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

ToJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

FromJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig = D1 ('MetaData "DebugHookConfig" "Amazonka.SageMaker.Types.DebugHookConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugHookConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "collectionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CollectionConfiguration]))) :*: (S1 ('MetaSel ('Just "hookParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDebugHookConfig Source #

Create a value of DebugHookConfig 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:localPath:DebugHookConfig', debugHookConfig_localPath - Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

$sel:collectionConfigurations:DebugHookConfig', debugHookConfig_collectionConfigurations - Configuration information for Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:hookParameters:DebugHookConfig', debugHookConfig_hookParameters - Configuration information for the Debugger hook parameters.

$sel:s3OutputPath:DebugHookConfig', debugHookConfig_s3OutputPath - Path to Amazon S3 storage location for metrics and tensors.

debugHookConfig_localPath :: Lens' DebugHookConfig (Maybe Text) Source #

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

debugHookConfig_collectionConfigurations :: Lens' DebugHookConfig (Maybe [CollectionConfiguration]) Source #

Configuration information for Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

debugHookConfig_hookParameters :: Lens' DebugHookConfig (Maybe (HashMap Text Text)) Source #

Configuration information for the Debugger hook parameters.

debugHookConfig_s3OutputPath :: Lens' DebugHookConfig Text Source #

Path to Amazon S3 storage location for metrics and tensors.

DebugRuleConfiguration

data DebugRuleConfiguration Source #

Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the DebugRuleConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

See: newDebugRuleConfiguration smart constructor.

Constructors

DebugRuleConfiguration' 

Fields

Instances

Instances details
Eq DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Read DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Show DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Generic DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Associated Types

type Rep DebugRuleConfiguration :: Type -> Type #

NFData DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

Methods

rnf :: DebugRuleConfiguration -> () #

Hashable DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

ToJSON DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

FromJSON DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

type Rep DebugRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleConfiguration

type Rep DebugRuleConfiguration = D1 ('MetaData "DebugRuleConfiguration" "Amazonka.SageMaker.Types.DebugRuleConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugRuleConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ruleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingInstanceType)) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ruleEvaluatorImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDebugRuleConfiguration Source #

Create a value of DebugRuleConfiguration 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:ruleParameters:DebugRuleConfiguration', debugRuleConfiguration_ruleParameters - Runtime configuration for rule container.

$sel:s3OutputPath:DebugRuleConfiguration', debugRuleConfiguration_s3OutputPath - Path to Amazon S3 storage location for rules.

$sel:localPath:DebugRuleConfiguration', debugRuleConfiguration_localPath - Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

$sel:instanceType:DebugRuleConfiguration', debugRuleConfiguration_instanceType - The instance type to deploy a Debugger custom rule for debugging a training job.

$sel:volumeSizeInGB:DebugRuleConfiguration', debugRuleConfiguration_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the processing instance.

$sel:ruleConfigurationName:DebugRuleConfiguration', debugRuleConfiguration_ruleConfigurationName - The name of the rule configuration. It must be unique relative to other rule configuration names.

$sel:ruleEvaluatorImage:DebugRuleConfiguration', debugRuleConfiguration_ruleEvaluatorImage - The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

debugRuleConfiguration_s3OutputPath :: Lens' DebugRuleConfiguration (Maybe Text) Source #

Path to Amazon S3 storage location for rules.

debugRuleConfiguration_localPath :: Lens' DebugRuleConfiguration (Maybe Text) Source #

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

debugRuleConfiguration_instanceType :: Lens' DebugRuleConfiguration (Maybe ProcessingInstanceType) Source #

The instance type to deploy a Debugger custom rule for debugging a training job.

debugRuleConfiguration_volumeSizeInGB :: Lens' DebugRuleConfiguration (Maybe Natural) Source #

The size, in GB, of the ML storage volume attached to the processing instance.

debugRuleConfiguration_ruleConfigurationName :: Lens' DebugRuleConfiguration Text Source #

The name of the rule configuration. It must be unique relative to other rule configuration names.

debugRuleConfiguration_ruleEvaluatorImage :: Lens' DebugRuleConfiguration Text Source #

The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

DebugRuleEvaluationStatus

data DebugRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newDebugRuleEvaluationStatus smart constructor.

Constructors

DebugRuleEvaluationStatus' 

Fields

Instances

Instances details
Eq DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Read DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Show DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Generic DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Associated Types

type Rep DebugRuleEvaluationStatus :: Type -> Type #

NFData DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

Hashable DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

FromJSON DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugRuleEvaluationStatus

type Rep DebugRuleEvaluationStatus = D1 ('MetaData "DebugRuleEvaluationStatus" "Amazonka.SageMaker.Types.DebugRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DebugRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus Source #

Create a value of DebugRuleEvaluationStatus 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:lastModifiedTime:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_lastModifiedTime - Timestamp when the rule evaluation status was last modified.

$sel:statusDetails:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

$sel:ruleEvaluationJobArn:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.

$sel:ruleConfigurationName:DebugRuleEvaluationStatus', debugRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime) Source #

Timestamp when the rule evaluation status was last modified.

debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the rule evaluation job.

DeployedImage

data DeployedImage Source #

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

See: newDeployedImage smart constructor.

Constructors

DeployedImage' 

Fields

Instances

Instances details
Eq DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Read DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Show DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Generic DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Associated Types

type Rep DeployedImage :: Type -> Type #

NFData DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Methods

rnf :: DeployedImage -> () #

Hashable DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

FromJSON DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage = D1 ('MetaData "DeployedImage" "Amazonka.SageMaker.Types.DeployedImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeployedImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "specifiedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDeployedImage :: DeployedImage Source #

Create a value of DeployedImage 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:resolvedImage:DeployedImage', deployedImage_resolvedImage - The specific digest path of the image hosted in this ProductionVariant.

$sel:specifiedImage:DeployedImage', deployedImage_specifiedImage - The image path you specified when you created the model.

$sel:resolutionTime:DeployedImage', deployedImage_resolutionTime - The date and time when the image path for the model resolved to the ResolvedImage

deployedImage_resolvedImage :: Lens' DeployedImage (Maybe Text) Source #

The specific digest path of the image hosted in this ProductionVariant.

deployedImage_specifiedImage :: Lens' DeployedImage (Maybe Text) Source #

The image path you specified when you created the model.

deployedImage_resolutionTime :: Lens' DeployedImage (Maybe UTCTime) Source #

The date and time when the image path for the model resolved to the ResolvedImage

DeploymentConfig

data DeploymentConfig Source #

Currently, the DeploymentConfig API is not supported.

See: newDeploymentConfig smart constructor.

Instances

Instances details
Eq DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Read DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Show DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Generic DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Associated Types

type Rep DeploymentConfig :: Type -> Type #

NFData DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

Methods

rnf :: DeploymentConfig -> () #

Hashable DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

ToJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

FromJSON DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeploymentConfig

type Rep DeploymentConfig = D1 ('MetaData "DeploymentConfig" "Amazonka.SageMaker.Types.DeploymentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeploymentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoRollbackConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoRollbackConfig)) :*: S1 ('MetaSel ('Just "blueGreenUpdatePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 BlueGreenUpdatePolicy)))

newDeploymentConfig Source #

Create a value of DeploymentConfig 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:autoRollbackConfiguration:DeploymentConfig', deploymentConfig_autoRollbackConfiguration -

$sel:blueGreenUpdatePolicy:DeploymentConfig', deploymentConfig_blueGreenUpdatePolicy -

DesiredWeightAndCapacity

data DesiredWeightAndCapacity Source #

Specifies weight and capacity values for a production variant.

See: newDesiredWeightAndCapacity smart constructor.

Constructors

DesiredWeightAndCapacity' 

Fields

Instances

Instances details
Eq DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Read DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Show DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Generic DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Associated Types

type Rep DesiredWeightAndCapacity :: Type -> Type #

NFData DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

Hashable DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

ToJSON DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

type Rep DesiredWeightAndCapacity Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DesiredWeightAndCapacity

type Rep DesiredWeightAndCapacity = D1 ('MetaData "DesiredWeightAndCapacity" "Amazonka.SageMaker.Types.DesiredWeightAndCapacity" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DesiredWeightAndCapacity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "desiredInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "desiredWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "variantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDesiredWeightAndCapacity Source #

Create a value of DesiredWeightAndCapacity 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:desiredInstanceCount:DesiredWeightAndCapacity', desiredWeightAndCapacity_desiredInstanceCount - The variant's capacity.

$sel:desiredWeight:DesiredWeightAndCapacity', desiredWeightAndCapacity_desiredWeight - The variant's weight.

$sel:variantName:DesiredWeightAndCapacity', desiredWeightAndCapacity_variantName - The name of the variant to update.

Device

data Device Source #

Information of a particular device.

See: newDevice smart constructor.

Constructors

Device' 

Fields

Instances

Instances details
Eq Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

(==) :: Device -> Device -> Bool #

(/=) :: Device -> Device -> Bool #

Read Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Show Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Generic Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Associated Types

type Rep Device :: Type -> Type #

Methods

from :: Device -> Rep Device x #

to :: Rep Device x -> Device #

NFData Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

rnf :: Device -> () #

Hashable Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

Methods

hashWithSalt :: Int -> Device -> Int #

hash :: Device -> Int #

ToJSON Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Device

type Rep Device = D1 ('MetaData "Device" "Amazonka.SageMaker.Types.Device" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Device'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDevice Source #

Create a value of Device 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:description:Device', device_description - Description of the device.

$sel:iotThingName:Device', device_iotThingName - Amazon Web Services Internet of Things (IoT) object name.

$sel:deviceName:Device', device_deviceName - The name of the device.

device_description :: Lens' Device (Maybe Text) Source #

Description of the device.

device_iotThingName :: Lens' Device (Maybe Text) Source #

Amazon Web Services Internet of Things (IoT) object name.

device_deviceName :: Lens' Device Text Source #

The name of the device.

DeviceFleetSummary

data DeviceFleetSummary Source #

Summary of the device fleet.

See: newDeviceFleetSummary smart constructor.

Constructors

DeviceFleetSummary' 

Fields

Instances

Instances details
Eq DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Read DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Show DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Generic DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Associated Types

type Rep DeviceFleetSummary :: Type -> Type #

NFData DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

Methods

rnf :: DeviceFleetSummary -> () #

Hashable DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

FromJSON DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

type Rep DeviceFleetSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceFleetSummary

type Rep DeviceFleetSummary = D1 ('MetaData "DeviceFleetSummary" "Amazonka.SageMaker.Types.DeviceFleetSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceFleetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "deviceFleetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDeviceFleetSummary Source #

Create a value of DeviceFleetSummary 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:creationTime:DeviceFleetSummary', deviceFleetSummary_creationTime - Timestamp of when the device fleet was created.

$sel:lastModifiedTime:DeviceFleetSummary', deviceFleetSummary_lastModifiedTime - Timestamp of when the device fleet was last updated.

$sel:deviceFleetArn:DeviceFleetSummary', deviceFleetSummary_deviceFleetArn - Amazon Resource Name (ARN) of the device fleet.

$sel:deviceFleetName:DeviceFleetSummary', deviceFleetSummary_deviceFleetName - Name of the device fleet.

deviceFleetSummary_creationTime :: Lens' DeviceFleetSummary (Maybe UTCTime) Source #

Timestamp of when the device fleet was created.

deviceFleetSummary_lastModifiedTime :: Lens' DeviceFleetSummary (Maybe UTCTime) Source #

Timestamp of when the device fleet was last updated.

deviceFleetSummary_deviceFleetArn :: Lens' DeviceFleetSummary Text Source #

Amazon Resource Name (ARN) of the device fleet.

DeviceStats

data DeviceStats Source #

Status of devices.

See: newDeviceStats smart constructor.

Constructors

DeviceStats' 

Fields

Instances

Instances details
Eq DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Read DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Show DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Generic DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Associated Types

type Rep DeviceStats :: Type -> Type #

NFData DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

Methods

rnf :: DeviceStats -> () #

Hashable DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

FromJSON DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceStats

type Rep DeviceStats = D1 ('MetaData "DeviceStats" "Amazonka.SageMaker.Types.DeviceStats" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "connectedDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "registeredDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newDeviceStats Source #

Create a value of DeviceStats 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:connectedDeviceCount:DeviceStats', deviceStats_connectedDeviceCount - The number of devices connected with a heartbeat.

$sel:registeredDeviceCount:DeviceStats', deviceStats_registeredDeviceCount - The number of registered devices.

deviceStats_connectedDeviceCount :: Lens' DeviceStats Integer Source #

The number of devices connected with a heartbeat.

DeviceSummary

data DeviceSummary Source #

Summary of the device.

See: newDeviceSummary smart constructor.

Constructors

DeviceSummary' 

Fields

Instances

Instances details
Eq DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Read DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Show DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Generic DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Associated Types

type Rep DeviceSummary :: Type -> Type #

NFData DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

Methods

rnf :: DeviceSummary -> () #

Hashable DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

FromJSON DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

type Rep DeviceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeviceSummary

type Rep DeviceSummary = D1 ('MetaData "DeviceSummary" "Amazonka.SageMaker.Types.DeviceSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeviceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "registrationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "models") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EdgeModelSummary]))) :*: (S1 ('MetaSel ('Just "latestHeartbeat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "iotThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "deviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "deviceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeviceSummary Source #

Create a value of DeviceSummary 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:registrationTime:DeviceSummary', deviceSummary_registrationTime - The timestamp of the last registration or de-reregistration.

$sel:models:DeviceSummary', deviceSummary_models - Models on the device.

$sel:latestHeartbeat:DeviceSummary', deviceSummary_latestHeartbeat - The last heartbeat received from the device.

$sel:description:DeviceSummary', deviceSummary_description - A description of the device.

$sel:deviceFleetName:DeviceSummary', deviceSummary_deviceFleetName - The name of the fleet the device belongs to.

$sel:iotThingName:DeviceSummary', deviceSummary_iotThingName - The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

$sel:deviceName:DeviceSummary', deviceSummary_deviceName - The unique identifier of the device.

$sel:deviceArn:DeviceSummary', deviceSummary_deviceArn - Amazon Resource Name (ARN) of the device.

deviceSummary_registrationTime :: Lens' DeviceSummary (Maybe UTCTime) Source #

The timestamp of the last registration or de-reregistration.

deviceSummary_latestHeartbeat :: Lens' DeviceSummary (Maybe UTCTime) Source #

The last heartbeat received from the device.

deviceSummary_deviceFleetName :: Lens' DeviceSummary (Maybe Text) Source #

The name of the fleet the device belongs to.

deviceSummary_iotThingName :: Lens' DeviceSummary (Maybe Text) Source #

The Amazon Web Services Internet of Things (IoT) object thing name associated with the device..

deviceSummary_deviceName :: Lens' DeviceSummary Text Source #

The unique identifier of the device.

deviceSummary_deviceArn :: Lens' DeviceSummary Text Source #

Amazon Resource Name (ARN) of the device.

DomainDetails

data DomainDetails Source #

The domain's details.

See: newDomainDetails smart constructor.

Constructors

DomainDetails' 

Fields

Instances

Instances details
Eq DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Read DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Show DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Generic DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Associated Types

type Rep DomainDetails :: Type -> Type #

NFData DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

Methods

rnf :: DomainDetails -> () #

Hashable DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

FromJSON DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

type Rep DomainDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DomainDetails

type Rep DomainDetails = D1 ('MetaData "DomainDetails" "Amazonka.SageMaker.Types.DomainDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DomainDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus)) :*: S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDomainDetails :: DomainDetails Source #

Create a value of DomainDetails 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:creationTime:DomainDetails', domainDetails_creationTime - The creation time.

$sel:status:DomainDetails', domainDetails_status - The status.

$sel:domainArn:DomainDetails', domainDetails_domainArn - The domain's Amazon Resource Name (ARN).

$sel:url:DomainDetails', domainDetails_url - The domain's URL.

$sel:lastModifiedTime:DomainDetails', domainDetails_lastModifiedTime - The last modified time.

$sel:domainName:DomainDetails', domainDetails_domainName - The domain name.

$sel:domainId:DomainDetails', domainDetails_domainId - The domain ID.

domainDetails_domainArn :: Lens' DomainDetails (Maybe Text) Source #

The domain's Amazon Resource Name (ARN).

EdgeModel

data EdgeModel Source #

The model on the edge device.

See: newEdgeModel smart constructor.

Constructors

EdgeModel' 

Fields

Instances

Instances details
Eq EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Read EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Show EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Generic EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Associated Types

type Rep EdgeModel :: Type -> Type #

NFData EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

Methods

rnf :: EdgeModel -> () #

Hashable EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

FromJSON EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModel

type Rep EdgeModel = D1 ('MetaData "EdgeModel" "Amazonka.SageMaker.Types.EdgeModel" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModel'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestInference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "latestSampleTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEdgeModel Source #

Create a value of EdgeModel 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:latestInference:EdgeModel', edgeModel_latestInference - The timestamp of the last inference that was made.

$sel:latestSampleTime:EdgeModel', edgeModel_latestSampleTime - The timestamp of the last data sample taken.

$sel:modelName:EdgeModel', edgeModel_modelName - The name of the model.

$sel:modelVersion:EdgeModel', edgeModel_modelVersion - The model version.

edgeModel_latestInference :: Lens' EdgeModel (Maybe UTCTime) Source #

The timestamp of the last inference that was made.

edgeModel_latestSampleTime :: Lens' EdgeModel (Maybe UTCTime) Source #

The timestamp of the last data sample taken.

edgeModel_modelName :: Lens' EdgeModel Text Source #

The name of the model.

EdgeModelStat

data EdgeModelStat Source #

Status of edge devices with this model.

See: newEdgeModelStat smart constructor.

Constructors

EdgeModelStat' 

Fields

Instances

Instances details
Eq EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Read EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Show EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Generic EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Associated Types

type Rep EdgeModelStat :: Type -> Type #

NFData EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

Methods

rnf :: EdgeModelStat -> () #

Hashable EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

FromJSON EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

type Rep EdgeModelStat Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelStat

type Rep EdgeModelStat = D1 ('MetaData "EdgeModelStat" "Amazonka.SageMaker.Types.EdgeModelStat" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModelStat'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "offlineDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))) :*: (S1 ('MetaSel ('Just "connectedDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: (S1 ('MetaSel ('Just "activeDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "samplingDeviceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))))

newEdgeModelStat Source #

Create a value of EdgeModelStat 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:modelName:EdgeModelStat', edgeModelStat_modelName - The name of the model.

$sel:modelVersion:EdgeModelStat', edgeModelStat_modelVersion - The model version.

$sel:offlineDeviceCount:EdgeModelStat', edgeModelStat_offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.

$sel:connectedDeviceCount:EdgeModelStat', edgeModelStat_connectedDeviceCount - The number of devices that have this model version and have a heart beat.

$sel:activeDeviceCount:EdgeModelStat', edgeModelStat_activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.

$sel:samplingDeviceCount:EdgeModelStat', edgeModelStat_samplingDeviceCount - The number of devices with this model version and are producing sample data.

edgeModelStat_offlineDeviceCount :: Lens' EdgeModelStat Integer Source #

The number of devices that have this model version and do not have a heart beat.

edgeModelStat_connectedDeviceCount :: Lens' EdgeModelStat Integer Source #

The number of devices that have this model version and have a heart beat.

edgeModelStat_activeDeviceCount :: Lens' EdgeModelStat Integer Source #

The number of devices that have this model version, a heart beat, and are currently running.

edgeModelStat_samplingDeviceCount :: Lens' EdgeModelStat Integer Source #

The number of devices with this model version and are producing sample data.

EdgeModelSummary

data EdgeModelSummary Source #

Summary of model on edge device.

See: newEdgeModelSummary smart constructor.

Constructors

EdgeModelSummary' 

Fields

Instances

Instances details
Eq EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Read EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Show EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Generic EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Associated Types

type Rep EdgeModelSummary :: Type -> Type #

NFData EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

Methods

rnf :: EdgeModelSummary -> () #

Hashable EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

FromJSON EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

type Rep EdgeModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeModelSummary

type Rep EdgeModelSummary = D1 ('MetaData "EdgeModelSummary" "Amazonka.SageMaker.Types.EdgeModelSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEdgeModelSummary Source #

Create a value of EdgeModelSummary 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:modelName:EdgeModelSummary', edgeModelSummary_modelName - The name of the model.

$sel:modelVersion:EdgeModelSummary', edgeModelSummary_modelVersion - The version model.

EdgeOutputConfig

data EdgeOutputConfig Source #

The output configuration.

See: newEdgeOutputConfig smart constructor.

Constructors

EdgeOutputConfig' 

Fields

  • presetDeploymentType :: Maybe EdgePresetDeploymentType

    The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

  • presetDeploymentConfig :: Maybe Text

    The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

    • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.
    • ComponentDescription (optional) - Description of the component.
    • ComponentVersion (optional) - The version of the component.

      Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

    • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.
    • PlatformArchitecture (optional) - The processor architecture for the platform.

      Supported architectures Windows include: Windows32_x86, Windows64_x64.

      Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

  • s3OutputLocation :: Text

    The Amazon Simple Storage (S3) bucker URI.

Instances

Instances details
Eq EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Read EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Show EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Generic EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Associated Types

type Rep EdgeOutputConfig :: Type -> Type #

NFData EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

Methods

rnf :: EdgeOutputConfig -> () #

Hashable EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

ToJSON EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

FromJSON EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

type Rep EdgeOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeOutputConfig

type Rep EdgeOutputConfig = D1 ('MetaData "EdgeOutputConfig" "Amazonka.SageMaker.Types.EdgeOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgeOutputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "presetDeploymentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentType)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "presetDeploymentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEdgeOutputConfig Source #

Create a value of EdgeOutputConfig 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:presetDeploymentType:EdgeOutputConfig', edgeOutputConfig_presetDeploymentType - The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

$sel:kmsKeyId:EdgeOutputConfig', edgeOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

$sel:presetDeploymentConfig:EdgeOutputConfig', edgeOutputConfig_presetDeploymentConfig - The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

  • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.
  • ComponentDescription (optional) - Description of the component.
  • ComponentVersion (optional) - The version of the component.

    Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

  • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.
  • PlatformArchitecture (optional) - The processor architecture for the platform.

    Supported architectures Windows include: Windows32_x86, Windows64_x64.

    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

$sel:s3OutputLocation:EdgeOutputConfig', edgeOutputConfig_s3OutputLocation - The Amazon Simple Storage (S3) bucker URI.

edgeOutputConfig_presetDeploymentType :: Lens' EdgeOutputConfig (Maybe EdgePresetDeploymentType) Source #

The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

edgeOutputConfig_kmsKeyId :: Lens' EdgeOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

edgeOutputConfig_presetDeploymentConfig :: Lens' EdgeOutputConfig (Maybe Text) Source #

The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

  • ComponentName (optional) - Name of the GreenGrass V2 component. If not specified, the default name generated consists of "SagemakerEdgeManager" and the name of your SageMaker Edge Manager packaging job.
  • ComponentDescription (optional) - Description of the component.
  • ComponentVersion (optional) - The version of the component.

    Amazon Web Services IoT Greengrass uses semantic versions for components. Semantic versions follow a major.minor.patch number system. For example, version 1.0.0 represents the first major release for a component. For more information, see the semantic version specification.

  • PlatformOS (optional) - The name of the operating system for the platform. Supported platforms include Windows and Linux.
  • PlatformArchitecture (optional) - The processor architecture for the platform.

    Supported architectures Windows include: Windows32_x86, Windows64_x64.

    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.

edgeOutputConfig_s3OutputLocation :: Lens' EdgeOutputConfig Text Source #

The Amazon Simple Storage (S3) bucker URI.

EdgePackagingJobSummary

data EdgePackagingJobSummary Source #

Summary of edge packaging job.

See: newEdgePackagingJobSummary smart constructor.

Constructors

EdgePackagingJobSummary' 

Fields

Instances

Instances details
Eq EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Read EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Show EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Generic EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Associated Types

type Rep EdgePackagingJobSummary :: Type -> Type #

NFData EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

Methods

rnf :: EdgePackagingJobSummary -> () #

Hashable EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

FromJSON EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

type Rep EdgePackagingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePackagingJobSummary

type Rep EdgePackagingJobSummary = D1 ('MetaData "EdgePackagingJobSummary" "Amazonka.SageMaker.Types.EdgePackagingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgePackagingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "edgePackagingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "edgePackagingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgePackagingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePackagingJobStatus)))))

newEdgePackagingJobSummary Source #

Create a value of EdgePackagingJobSummary 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:creationTime:EdgePackagingJobSummary', edgePackagingJobSummary_creationTime - The timestamp of when the job was created.

$sel:modelName:EdgePackagingJobSummary', edgePackagingJobSummary_modelName - The name of the model.

$sel:lastModifiedTime:EdgePackagingJobSummary', edgePackagingJobSummary_lastModifiedTime - The timestamp of when the edge packaging job was last updated.

$sel:compilationJobName:EdgePackagingJobSummary', edgePackagingJobSummary_compilationJobName - The name of the SageMaker Neo compilation job.

$sel:modelVersion:EdgePackagingJobSummary', edgePackagingJobSummary_modelVersion - The version of the model.

$sel:edgePackagingJobArn:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.

$sel:edgePackagingJobName:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobName - The name of the edge packaging job.

$sel:edgePackagingJobStatus:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobStatus - The status of the edge packaging job.

edgePackagingJobSummary_lastModifiedTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime) Source #

The timestamp of when the edge packaging job was last updated.

edgePackagingJobSummary_edgePackagingJobArn :: Lens' EdgePackagingJobSummary Text Source #

The Amazon Resource Name (ARN) of the edge packaging job.

EdgePresetDeploymentOutput

data EdgePresetDeploymentOutput Source #

The output of a SageMaker Edge Manager deployable resource.

See: newEdgePresetDeploymentOutput smart constructor.

Constructors

EdgePresetDeploymentOutput' 

Fields

Instances

Instances details
Eq EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Read EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Show EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Generic EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Associated Types

type Rep EdgePresetDeploymentOutput :: Type -> Type #

NFData EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Hashable EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

FromJSON EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput = D1 ('MetaData "EdgePresetDeploymentOutput" "Amazonka.SageMaker.Types.EdgePresetDeploymentOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgePresetDeploymentOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentStatus)) :*: S1 ('MetaSel ('Just "artifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePresetDeploymentType))))

newEdgePresetDeploymentOutput Source #

Create a value of EdgePresetDeploymentOutput 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:status:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_status - The status of the deployable resource.

$sel:artifact:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_artifact - The Amazon Resource Name (ARN) of the generated deployable resource.

$sel:statusMessage:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_statusMessage - Returns a message describing the status of the deployed resource.

$sel:type':EdgePresetDeploymentOutput', edgePresetDeploymentOutput_type - The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) of the generated deployable resource.

edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #

Returns a message describing the status of the deployed resource.

edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType Source #

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

Endpoint

data Endpoint Source #

A hosted endpoint for real-time inference.

See: newEndpoint smart constructor.

Constructors

Endpoint' 

Fields

Instances

Instances details
Eq Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Read Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Show Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Generic Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Associated Types

type Rep Endpoint :: Type -> Type #

Methods

from :: Endpoint -> Rep Endpoint x #

to :: Rep Endpoint x -> Endpoint #

NFData Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

rnf :: Endpoint -> () #

Hashable Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

Methods

hashWithSalt :: Int -> Endpoint -> Int #

hash :: Endpoint -> Int #

FromJSON Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Endpoint

type Rep Endpoint = D1 ('MetaData "Endpoint" "Amazonka.SageMaker.Types.Endpoint" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Endpoint'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ProductionVariantSummary)))) :*: (S1 ('MetaSel ('Just "monitoringSchedules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MonitoringSchedule])) :*: (S1 ('MetaSel ('Just "dataCaptureConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCaptureConfigSummary)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))) :*: ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))))

newEndpoint Source #

Create a value of Endpoint 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:failureReason:Endpoint', endpoint_failureReason - If the endpoint failed, the reason it failed.

$sel:productionVariants:Endpoint', endpoint_productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.

$sel:monitoringSchedules:Endpoint', endpoint_monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

$sel:dataCaptureConfig:Endpoint', endpoint_dataCaptureConfig - Undocumented member.

$sel:tags:Endpoint', endpoint_tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:endpointName:Endpoint', endpoint_endpointName - The name of the endpoint.

$sel:endpointArn:Endpoint', endpoint_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:endpointConfigName:Endpoint', endpoint_endpointConfigName - The endpoint configuration associated with the endpoint.

$sel:endpointStatus:Endpoint', endpoint_endpointStatus - The status of the endpoint.

$sel:creationTime:Endpoint', endpoint_creationTime - The time that the endpoint was created.

$sel:lastModifiedTime:Endpoint', endpoint_lastModifiedTime - The last time the endpoint was modified.

endpoint_failureReason :: Lens' Endpoint (Maybe Text) Source #

If the endpoint failed, the reason it failed.

endpoint_productionVariants :: Lens' Endpoint (Maybe (NonEmpty ProductionVariantSummary)) Source #

A list of the production variants hosted on the endpoint. Each production variant is a model.

endpoint_monitoringSchedules :: Lens' Endpoint (Maybe [MonitoringSchedule]) Source #

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

endpoint_tags :: Lens' Endpoint (Maybe [Tag]) Source #

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

endpoint_endpointName :: Lens' Endpoint Text Source #

The name of the endpoint.

endpoint_endpointArn :: Lens' Endpoint Text Source #

The Amazon Resource Name (ARN) of the endpoint.

endpoint_endpointConfigName :: Lens' Endpoint Text Source #

The endpoint configuration associated with the endpoint.

endpoint_creationTime :: Lens' Endpoint UTCTime Source #

The time that the endpoint was created.

endpoint_lastModifiedTime :: Lens' Endpoint UTCTime Source #

The last time the endpoint was modified.

EndpointConfigSummary

data EndpointConfigSummary Source #

Provides summary information for an endpoint configuration.

See: newEndpointConfigSummary smart constructor.

Constructors

EndpointConfigSummary' 

Fields

Instances

Instances details
Eq EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Read EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Show EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Generic EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Associated Types

type Rep EndpointConfigSummary :: Type -> Type #

NFData EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

Methods

rnf :: EndpointConfigSummary -> () #

Hashable EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

FromJSON EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointConfigSummary

type Rep EndpointConfigSummary = D1 ('MetaData "EndpointConfigSummary" "Amazonka.SageMaker.Types.EndpointConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointConfigSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "endpointConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newEndpointConfigSummary Source #

Create a value of EndpointConfigSummary 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:endpointConfigName:EndpointConfigSummary', endpointConfigSummary_endpointConfigName - The name of the endpoint configuration.

$sel:endpointConfigArn:EndpointConfigSummary', endpointConfigSummary_endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.

$sel:creationTime:EndpointConfigSummary', endpointConfigSummary_creationTime - A timestamp that shows when the endpoint configuration was created.

endpointConfigSummary_endpointConfigArn :: Lens' EndpointConfigSummary Text Source #

The Amazon Resource Name (ARN) of the endpoint configuration.

endpointConfigSummary_creationTime :: Lens' EndpointConfigSummary UTCTime Source #

A timestamp that shows when the endpoint configuration was created.

EndpointInput

data EndpointInput Source #

Input object for the endpoint

See: newEndpointInput smart constructor.

Constructors

EndpointInput' 

Fields

Instances

Instances details
Eq EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Read EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Show EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Generic EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Associated Types

type Rep EndpointInput :: Type -> Type #

NFData EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

Methods

rnf :: EndpointInput -> () #

Hashable EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

ToJSON EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

FromJSON EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

type Rep EndpointInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointInput

type Rep EndpointInput = D1 ('MetaData "EndpointInput" "Amazonka.SageMaker.Types.EndpointInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointInput'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "inferenceAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3DataDistributionType))) :*: (S1 ('MetaSel ('Just "s3InputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3InputMode)) :*: (S1 ('MetaSel ('Just "startTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featuresAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "endTimeOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "probabilityThresholdAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))) :*: (S1 ('MetaSel ('Just "probabilityAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newEndpointInput Source #

Create a value of EndpointInput 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:inferenceAttribute:EndpointInput', endpointInput_inferenceAttribute - The attribute of the input data that represents the ground truth label.

$sel:s3DataDistributionType:EndpointInput', endpointInput_s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

$sel:s3InputMode:EndpointInput', endpointInput_s3InputMode - Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

$sel:startTimeOffset:EndpointInput', endpointInput_startTimeOffset - If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

$sel:featuresAttribute:EndpointInput', endpointInput_featuresAttribute - The attributes of the input data that are the input features.

$sel:endTimeOffset:EndpointInput', endpointInput_endTimeOffset - If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

$sel:probabilityThresholdAttribute:EndpointInput', endpointInput_probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.

$sel:probabilityAttribute:EndpointInput', endpointInput_probabilityAttribute - In a classification problem, the attribute that represents the class probability.

$sel:endpointName:EndpointInput', endpointInput_endpointName - An endpoint in customer's account which has enabled DataCaptureConfig enabled.

$sel:localPath:EndpointInput', endpointInput_localPath - Path to the filesystem where the endpoint data is available to the container.

endpointInput_inferenceAttribute :: Lens' EndpointInput (Maybe Text) Source #

The attribute of the input data that represents the ground truth label.

endpointInput_s3DataDistributionType :: Lens' EndpointInput (Maybe ProcessingS3DataDistributionType) Source #

Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated

endpointInput_s3InputMode :: Lens' EndpointInput (Maybe ProcessingS3InputMode) Source #

Whether the Pipe or File is used as the input mode for transferring data for the monitoring job. Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File.

endpointInput_startTimeOffset :: Lens' EndpointInput (Maybe Text) Source #

If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

endpointInput_featuresAttribute :: Lens' EndpointInput (Maybe Text) Source #

The attributes of the input data that are the input features.

endpointInput_endTimeOffset :: Lens' EndpointInput (Maybe Text) Source #

If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs.

endpointInput_probabilityThresholdAttribute :: Lens' EndpointInput (Maybe Double) Source #

The threshold for the class probability to be evaluated as a positive result.

endpointInput_probabilityAttribute :: Lens' EndpointInput (Maybe Text) Source #

In a classification problem, the attribute that represents the class probability.

endpointInput_endpointName :: Lens' EndpointInput Text Source #

An endpoint in customer's account which has enabled DataCaptureConfig enabled.

endpointInput_localPath :: Lens' EndpointInput Text Source #

Path to the filesystem where the endpoint data is available to the container.

EndpointSummary

data EndpointSummary Source #

Provides summary information for an endpoint.

See: newEndpointSummary smart constructor.

Constructors

EndpointSummary' 

Fields

  • endpointName :: Text

    The name of the endpoint.

  • endpointArn :: Text

    The Amazon Resource Name (ARN) of the endpoint.

  • creationTime :: POSIX

    A timestamp that shows when the endpoint was created.

  • lastModifiedTime :: POSIX

    A timestamp that shows when the endpoint was last modified.

  • endpointStatus :: EndpointStatus

    The status of the endpoint.

    • OutOfService: Endpoint is not available to take incoming requests.
    • Creating: CreateEndpoint is executing.
    • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
    • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.
    • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
    • InService: Endpoint is available to process incoming requests.
    • Deleting: DeleteEndpoint is executing.
    • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

    To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.

Instances

Instances details
Eq EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Read EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Show EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Generic EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Associated Types

type Rep EndpointSummary :: Type -> Type #

NFData EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

Methods

rnf :: EndpointSummary -> () #

Hashable EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

FromJSON EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

type Rep EndpointSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EndpointSummary

type Rep EndpointSummary = D1 ('MetaData "EndpointSummary" "Amazonka.SageMaker.Types.EndpointSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EndpointSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endpointStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointStatus)))))

newEndpointSummary Source #

Create a value of EndpointSummary 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:endpointName:EndpointSummary', endpointSummary_endpointName - The name of the endpoint.

$sel:endpointArn:EndpointSummary', endpointSummary_endpointArn - The Amazon Resource Name (ARN) of the endpoint.

$sel:creationTime:EndpointSummary', endpointSummary_creationTime - A timestamp that shows when the endpoint was created.

$sel:lastModifiedTime:EndpointSummary', endpointSummary_lastModifiedTime - A timestamp that shows when the endpoint was last modified.

$sel:endpointStatus:EndpointSummary', endpointSummary_endpointStatus - The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.
  • Creating: CreateEndpoint is executing.
  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.
  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
  • InService: Endpoint is available to process incoming requests.
  • Deleting: DeleteEndpoint is executing.
  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.

endpointSummary_endpointArn :: Lens' EndpointSummary Text Source #

The Amazon Resource Name (ARN) of the endpoint.

endpointSummary_creationTime :: Lens' EndpointSummary UTCTime Source #

A timestamp that shows when the endpoint was created.

endpointSummary_lastModifiedTime :: Lens' EndpointSummary UTCTime Source #

A timestamp that shows when the endpoint was last modified.

endpointSummary_endpointStatus :: Lens' EndpointSummary EndpointStatus Source #

The status of the endpoint.

  • OutOfService: Endpoint is not available to take incoming requests.
  • Creating: CreateEndpoint is executing.
  • Updating: UpdateEndpoint or UpdateEndpointWeightsAndCapacities is executing.
  • SystemUpdating: Endpoint is undergoing maintenance and cannot be updated or deleted or re-scaled until it has completed. This maintenance operation does not change any customer-specified values such as VPC config, KMS encryption, model, instance type, or instance count.
  • RollingBack: Endpoint fails to scale up or down or change its variant weight and is in the process of rolling back to its previous configuration. Once the rollback completes, endpoint returns to an InService status. This transitional status only applies to an endpoint that has autoscaling enabled and is undergoing variant weight or capacity changes as part of an UpdateEndpointWeightsAndCapacities call or when the UpdateEndpointWeightsAndCapacities operation is called explicitly.
  • InService: Endpoint is available to process incoming requests.
  • Deleting: DeleteEndpoint is executing.
  • Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason for information about the failure. DeleteEndpoint is the only operation that can be performed on a failed endpoint.

To get a list of endpoints with a specified status, use the ListEndpointsInput$StatusEquals filter.

Experiment

data Experiment Source #

The properties of an experiment as returned by the Search API.

See: newExperiment smart constructor.

Constructors

Experiment' 

Fields

Instances

Instances details
Eq Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Read Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Show Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Generic Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Associated Types

type Rep Experiment :: Type -> Type #

NFData Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

Methods

rnf :: Experiment -> () #

Hashable Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

FromJSON Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

type Rep Experiment Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Experiment

newExperiment :: Experiment Source #

Create a value of Experiment 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:creationTime:Experiment', experiment_creationTime - When the experiment was created.

$sel:createdBy:Experiment', experiment_createdBy - Who created the experiment.

$sel:lastModifiedTime:Experiment', experiment_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:Experiment', experiment_experimentName - The name of the experiment.

$sel:experimentArn:Experiment', experiment_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:source:Experiment', experiment_source - Undocumented member.

$sel:displayName:Experiment', experiment_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

$sel:lastModifiedBy:Experiment', experiment_lastModifiedBy - Undocumented member.

$sel:description:Experiment', experiment_description - The description of the experiment.

$sel:tags:Experiment', experiment_tags - The list of tags that are associated with the experiment. You can use Search API to search on the tags.

experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #

When the experiment was created.

experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime) Source #

When the experiment was last modified.

experiment_experimentName :: Lens' Experiment (Maybe Text) Source #

The name of the experiment.

experiment_experimentArn :: Lens' Experiment (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.

experiment_displayName :: Lens' Experiment (Maybe Text) Source #

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

experiment_description :: Lens' Experiment (Maybe Text) Source #

The description of the experiment.

experiment_tags :: Lens' Experiment (Maybe [Tag]) Source #

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

ExperimentConfig

data ExperimentConfig Source #

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

  • CreateProcessingJob
  • CreateTrainingJob
  • CreateTransformJob

See: newExperimentConfig smart constructor.

Constructors

ExperimentConfig' 

Fields

  • trialComponentDisplayName :: Maybe Text

    The display name for the trial component. If this key isn't specified, the display name is the trial component name.

  • experimentName :: Maybe Text

    The name of an existing experiment to associate the trial component with.

  • trialName :: Maybe Text

    The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

Instances

Instances details
Eq ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Read ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Show ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Generic ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Associated Types

type Rep ExperimentConfig :: Type -> Type #

NFData ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

Methods

rnf :: ExperimentConfig -> () #

Hashable ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

ToJSON ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

FromJSON ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

type Rep ExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentConfig

type Rep ExperimentConfig = D1 ('MetaData "ExperimentConfig" "Amazonka.SageMaker.Types.ExperimentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExperimentConfig :: ExperimentConfig Source #

Create a value of ExperimentConfig 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:trialComponentDisplayName:ExperimentConfig', experimentConfig_trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial component name.

$sel:experimentName:ExperimentConfig', experimentConfig_experimentName - The name of an existing experiment to associate the trial component with.

$sel:trialName:ExperimentConfig', experimentConfig_trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

experimentConfig_trialComponentDisplayName :: Lens' ExperimentConfig (Maybe Text) Source #

The display name for the trial component. If this key isn't specified, the display name is the trial component name.

experimentConfig_experimentName :: Lens' ExperimentConfig (Maybe Text) Source #

The name of an existing experiment to associate the trial component with.

experimentConfig_trialName :: Lens' ExperimentConfig (Maybe Text) Source #

The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

ExperimentSource

data ExperimentSource Source #

The source of the experiment.

See: newExperimentSource smart constructor.

Constructors

ExperimentSource' 

Fields

Instances

Instances details
Eq ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Read ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Show ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Generic ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Associated Types

type Rep ExperimentSource :: Type -> Type #

NFData ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

Methods

rnf :: ExperimentSource -> () #

Hashable ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

FromJSON ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

type Rep ExperimentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSource

type Rep ExperimentSource = D1 ('MetaData "ExperimentSource" "Amazonka.SageMaker.Types.ExperimentSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newExperimentSource Source #

Create a value of ExperimentSource 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:sourceType:ExperimentSource', experimentSource_sourceType - The source type.

$sel:sourceArn:ExperimentSource', experimentSource_sourceArn - The Amazon Resource Name (ARN) of the source.

experimentSource_sourceArn :: Lens' ExperimentSource Text Source #

The Amazon Resource Name (ARN) of the source.

ExperimentSummary

data ExperimentSummary Source #

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment API and provide the ExperimentName.

See: newExperimentSummary smart constructor.

Constructors

ExperimentSummary' 

Fields

Instances

Instances details
Eq ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Read ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Show ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Generic ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Associated Types

type Rep ExperimentSummary :: Type -> Type #

NFData ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

Methods

rnf :: ExperimentSummary -> () #

Hashable ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

FromJSON ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ExperimentSummary

type Rep ExperimentSummary = D1 ('MetaData "ExperimentSummary" "Amazonka.SageMaker.Types.ExperimentSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ExperimentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "experimentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentSource)) :*: (S1 ('MetaSel ('Just "experimentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newExperimentSummary :: ExperimentSummary Source #

Create a value of ExperimentSummary 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:creationTime:ExperimentSummary', experimentSummary_creationTime - When the experiment was created.

$sel:lastModifiedTime:ExperimentSummary', experimentSummary_lastModifiedTime - When the experiment was last modified.

$sel:experimentName:ExperimentSummary', experimentSummary_experimentName - The name of the experiment.

$sel:experimentSource:ExperimentSummary', experimentSummary_experimentSource - Undocumented member.

$sel:experimentArn:ExperimentSummary', experimentSummary_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:displayName:ExperimentSummary', experimentSummary_displayName - The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

experimentSummary_experimentArn :: Lens' ExperimentSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.

experimentSummary_displayName :: Lens' ExperimentSummary (Maybe Text) Source #

The name of the experiment as displayed. If DisplayName isn't specified, ExperimentName is displayed.

Explainability

data Explainability Source #

Contains explainability metrics for a model.

See: newExplainability smart constructor.

Constructors

Explainability' 

Fields

Instances

Instances details
Eq Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Read Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Show Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Generic Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Associated Types

type Rep Explainability :: Type -> Type #

NFData Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

Methods

rnf :: Explainability -> () #

Hashable Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

ToJSON Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

FromJSON Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

type Rep Explainability Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Explainability

type Rep Explainability = D1 ('MetaData "Explainability" "Amazonka.SageMaker.Types.Explainability" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Explainability'" 'PrefixI 'True) (S1 ('MetaSel ('Just "report") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newExplainability :: Explainability Source #

Create a value of Explainability 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:report:Explainability', explainability_report - The explainability report for a model.

explainability_report :: Lens' Explainability (Maybe MetricsSource) Source #

The explainability report for a model.

FeatureDefinition

data FeatureDefinition Source #

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

See: newFeatureDefinition smart constructor.

Constructors

FeatureDefinition' 

Fields

  • featureType :: Maybe FeatureType

    The value type of a feature. Valid values are Integral, Fractional, or String.

  • featureName :: Maybe Text

    The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

Instances

Instances details
Eq FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Read FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Show FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Generic FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Associated Types

type Rep FeatureDefinition :: Type -> Type #

NFData FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

Methods

rnf :: FeatureDefinition -> () #

Hashable FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

ToJSON FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

FromJSON FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

type Rep FeatureDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureDefinition

type Rep FeatureDefinition = D1 ('MetaData "FeatureDefinition" "Amazonka.SageMaker.Types.FeatureDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureType)) :*: S1 ('MetaSel ('Just "featureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newFeatureDefinition :: FeatureDefinition Source #

Create a value of FeatureDefinition 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:featureType:FeatureDefinition', featureDefinition_featureType - The value type of a feature. Valid values are Integral, Fractional, or String.

$sel:featureName:FeatureDefinition', featureDefinition_featureName - The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

featureDefinition_featureType :: Lens' FeatureDefinition (Maybe FeatureType) Source #

The value type of a feature. Valid values are Integral, Fractional, or String.

featureDefinition_featureName :: Lens' FeatureDefinition (Maybe Text) Source #

The name of a feature. The type must be a string. FeatureName cannot be any of the following: is_deleted, write_time, api_invocation_time.

FeatureGroup

data FeatureGroup Source #

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

See: newFeatureGroup smart constructor.

Constructors

FeatureGroup' 

Fields

Instances

Instances details
Eq FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Read FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Show FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Generic FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Associated Types

type Rep FeatureGroup :: Type -> Type #

NFData FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

Methods

rnf :: FeatureGroup -> () #

Hashable FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

FromJSON FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

type Rep FeatureGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroup

type Rep FeatureGroup = D1 ('MetaData "FeatureGroup" "Amazonka.SageMaker.Types.FeatureGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureGroup'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "offlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreConfig)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "featureDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty FeatureDefinition)))) :*: (S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus)) :*: S1 ('MetaSel ('Just "onlineStoreConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreConfig))))) :*: ((S1 ('MetaSel ('Just "eventTimeFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "recordIdentifierFeatureName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newFeatureGroup :: FeatureGroup Source #

Create a value of FeatureGroup 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:creationTime:FeatureGroup', featureGroup_creationTime - The time a FeatureGroup was created.

$sel:offlineStoreConfig:FeatureGroup', featureGroup_offlineStoreConfig - Undocumented member.

$sel:failureReason:FeatureGroup', featureGroup_failureReason - The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

$sel:featureGroupStatus:FeatureGroup', featureGroup_featureGroupStatus - A FeatureGroup status.

$sel:featureDefinitions:FeatureGroup', featureGroup_featureDefinitions - A list of Features. Each Feature must include a FeatureName and a FeatureType.

Valid FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

$sel:offlineStoreStatus:FeatureGroup', featureGroup_offlineStoreStatus - Undocumented member.

$sel:onlineStoreConfig:FeatureGroup', featureGroup_onlineStoreConfig - Undocumented member.

$sel:eventTimeFeatureName:FeatureGroup', featureGroup_eventTimeFeatureName - The name of the feature that stores the EventTime of a Record in a FeatureGroup.

A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

$sel:recordIdentifierFeatureName:FeatureGroup', featureGroup_recordIdentifierFeatureName - The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup FeatureDefinitions.

$sel:featureGroupArn:FeatureGroup', featureGroup_featureGroupArn - The Amazon Resource Name (ARN) of a FeatureGroup.

$sel:featureGroupName:FeatureGroup', featureGroup_featureGroupName - The name of the FeatureGroup.

$sel:description:FeatureGroup', featureGroup_description - A free form description of a FeatureGroup.

$sel:tags:FeatureGroup', featureGroup_tags - Tags used to define a FeatureGroup.

$sel:roleArn:FeatureGroup', featureGroup_roleArn - The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

featureGroup_creationTime :: Lens' FeatureGroup (Maybe UTCTime) Source #

The time a FeatureGroup was created.

featureGroup_failureReason :: Lens' FeatureGroup (Maybe Text) Source #

The reason that the FeatureGroup failed to be replicated in the OfflineStore. This is failure may be due to a failure to create a FeatureGroup in or delete a FeatureGroup from the OfflineStore.

featureGroup_featureDefinitions :: Lens' FeatureGroup (Maybe (NonEmpty FeatureDefinition)) Source #

A list of Features. Each Feature must include a FeatureName and a FeatureType.

Valid FeatureTypes are Integral, Fractional and String.

FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.

You can create up to 2,500 FeatureDefinitions per FeatureGroup.

featureGroup_eventTimeFeatureName :: Lens' FeatureGroup (Maybe Text) Source #

The name of the feature that stores the EventTime of a Record in a FeatureGroup.

A EventTime is point in time when a new event occurs that corresponds to the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup must have a corresponding EventTime.

featureGroup_recordIdentifierFeatureName :: Lens' FeatureGroup (Maybe Text) Source #

The name of the Feature whose value uniquely identifies a Record defined in the FeatureGroup FeatureDefinitions.

featureGroup_featureGroupArn :: Lens' FeatureGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of a FeatureGroup.

featureGroup_description :: Lens' FeatureGroup (Maybe Text) Source #

A free form description of a FeatureGroup.

featureGroup_tags :: Lens' FeatureGroup (Maybe [Tag]) Source #

Tags used to define a FeatureGroup.

featureGroup_roleArn :: Lens' FeatureGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.

FeatureGroupSummary

data FeatureGroupSummary Source #

The name, Arn, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

See: newFeatureGroupSummary smart constructor.

Constructors

FeatureGroupSummary' 

Fields

Instances

Instances details
Eq FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Read FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Show FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Generic FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Associated Types

type Rep FeatureGroupSummary :: Type -> Type #

NFData FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

Methods

rnf :: FeatureGroupSummary -> () #

Hashable FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

FromJSON FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FeatureGroupSummary

type Rep FeatureGroupSummary = D1 ('MetaData "FeatureGroupSummary" "Amazonka.SageMaker.Types.FeatureGroupSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FeatureGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroupStatus)) :*: S1 ('MetaSel ('Just "offlineStoreStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OfflineStoreStatus))) :*: (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "featureGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFeatureGroupSummary Source #

Create a value of FeatureGroupSummary 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:featureGroupStatus:FeatureGroupSummary', featureGroupSummary_featureGroupStatus - The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

$sel:offlineStoreStatus:FeatureGroupSummary', featureGroupSummary_offlineStoreStatus - Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

$sel:featureGroupName:FeatureGroupSummary', featureGroupSummary_featureGroupName - The name of FeatureGroup.

$sel:featureGroupArn:FeatureGroupSummary', featureGroupSummary_featureGroupArn - Unique identifier for the FeatureGroup.

$sel:creationTime:FeatureGroupSummary', featureGroupSummary_creationTime - A timestamp indicating the time of creation time of the FeatureGroup.

featureGroupSummary_featureGroupStatus :: Lens' FeatureGroupSummary (Maybe FeatureGroupStatus) Source #

The status of a FeatureGroup. The status can be any of the following: Creating, Created, CreateFail, Deleting or DetailFail.

featureGroupSummary_offlineStoreStatus :: Lens' FeatureGroupSummary (Maybe OfflineStoreStatus) Source #

Notifies you if replicating data into the OfflineStore has failed. Returns either: Active or Blocked.

featureGroupSummary_featureGroupArn :: Lens' FeatureGroupSummary Text Source #

Unique identifier for the FeatureGroup.

featureGroupSummary_creationTime :: Lens' FeatureGroupSummary UTCTime Source #

A timestamp indicating the time of creation time of the FeatureGroup.

FileSystemConfig

data FileSystemConfig Source #

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

See: newFileSystemConfig smart constructor.

Constructors

FileSystemConfig' 

Fields

  • defaultGid :: Maybe Natural

    The default POSIX group ID (GID). If not specified, defaults to 100.

  • mountPath :: Maybe Text

    The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

  • defaultUid :: Maybe Natural

    The default POSIX user ID (UID). If not specified, defaults to 1000.

Instances

Instances details
Eq FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Read FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Show FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Generic FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Associated Types

type Rep FileSystemConfig :: Type -> Type #

NFData FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

Methods

rnf :: FileSystemConfig -> () #

Hashable FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

ToJSON FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

FromJSON FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

type Rep FileSystemConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemConfig

type Rep FileSystemConfig = D1 ('MetaData "FileSystemConfig" "Amazonka.SageMaker.Types.FileSystemConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FileSystemConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultGid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "mountPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultUid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newFileSystemConfig :: FileSystemConfig Source #

Create a value of FileSystemConfig 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:defaultGid:FileSystemConfig', fileSystemConfig_defaultGid - The default POSIX group ID (GID). If not specified, defaults to 100.

$sel:mountPath:FileSystemConfig', fileSystemConfig_mountPath - The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

$sel:defaultUid:FileSystemConfig', fileSystemConfig_defaultUid - The default POSIX user ID (UID). If not specified, defaults to 1000.

fileSystemConfig_defaultGid :: Lens' FileSystemConfig (Maybe Natural) Source #

The default POSIX group ID (GID). If not specified, defaults to 100.

fileSystemConfig_mountPath :: Lens' FileSystemConfig (Maybe Text) Source #

The path within the image to mount the user's EFS home directory. The directory should be empty. If not specified, defaults to /home/sagemaker-user.

fileSystemConfig_defaultUid :: Lens' FileSystemConfig (Maybe Natural) Source #

The default POSIX user ID (UID). If not specified, defaults to 1000.

FileSystemDataSource

data FileSystemDataSource Source #

Specifies a file system data source for a channel.

See: newFileSystemDataSource smart constructor.

Constructors

FileSystemDataSource' 

Fields

Instances

Instances details
Eq FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Read FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Show FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Generic FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Associated Types

type Rep FileSystemDataSource :: Type -> Type #

NFData FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

Methods

rnf :: FileSystemDataSource -> () #

Hashable FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

ToJSON FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

FromJSON FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

type Rep FileSystemDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FileSystemDataSource

type Rep FileSystemDataSource = D1 ('MetaData "FileSystemDataSource" "Amazonka.SageMaker.Types.FileSystemDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FileSystemDataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileSystemAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystemAccessMode)) :*: (S1 ('MetaSel ('Just "fileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileSystemType) :*: S1 ('MetaSel ('Just "directoryPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFileSystemDataSource Source #

Create a value of FileSystemDataSource 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:fileSystemId:FileSystemDataSource', fileSystemDataSource_fileSystemId - The file system id.

$sel:fileSystemAccessMode:FileSystemDataSource', fileSystemDataSource_fileSystemAccessMode - The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

$sel:fileSystemType:FileSystemDataSource', fileSystemDataSource_fileSystemType - The file system type.

$sel:directoryPath:FileSystemDataSource', fileSystemDataSource_directoryPath - The full path to the directory to associate with the channel.

fileSystemDataSource_fileSystemAccessMode :: Lens' FileSystemDataSource FileSystemAccessMode Source #

The access mode of the mount of the directory associated with the channel. A directory can be mounted either in ro (read-only) or rw (read-write) mode.

fileSystemDataSource_directoryPath :: Lens' FileSystemDataSource Text Source #

The full path to the directory to associate with the channel.

Filter

data Filter Source #

A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search API.

If you specify a Value, but not an Operator, Amazon SageMaker uses the equals operator.

In search, there are several property types:

Metrics
To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9":
{
"Name": "Metrics.accuracy",
"Operator": "GreaterThan",
"Value": "0.9"
}
HyperParameters
To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5":
 {
 "Name": "HyperParameters.learning_rate",
 "Operator": "LessThan",
 "Value": "0.5"
 }
Tags
To define a tag filter, enter a value with the form Tags.<key>.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • operator :: Maybe Operator

    A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

    Equals
    The value of Name equals Value.
    NotEquals
    The value of Name doesn't equal Value.
    Exists
    The Name property exists.
    NotExists
    The Name property does not exist.
    GreaterThan
    The value of Name is greater than Value. Not supported for text properties.
    GreaterThanOrEqualTo
    The value of Name is greater than or equal to Value. Not supported for text properties.
    LessThan
    The value of Name is less than Value. Not supported for text properties.
    LessThanOrEqualTo
    The value of Name is less than or equal to Value. Not supported for text properties.
    In
    The value of Name is one of the comma delimited strings in Value. Only supported for text properties.
    Contains
    The value of Name contains the string Value. Only supported for text properties.

    A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

    • Experiment.DisplayName
    • Experiment.ExperimentName
    • Experiment.Tags
    • Trial.DisplayName
    • Trial.TrialName
    • Trial.Tags
    • TrialComponent.DisplayName
    • TrialComponent.TrialComponentName
    • TrialComponent.Tags
    • TrialComponent.InputArtifacts
    • TrialComponent.OutputArtifacts

    A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "'CONTAINS' operator usage limit of 1 exceeded."

  • value :: Maybe Text

    A value used with Name and Operator to determine which resources satisfy the filter's condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd'T'HH:MM:SS.

  • name :: Text

    A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

Instances

Instances details
Eq Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Read Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

NFData Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

rnf :: Filter -> () #

Hashable Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

ToJSON Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

type Rep Filter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.SageMaker.Types.Filter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operator)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newFilter Source #

Create a value of Filter 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:operator:Filter', filter_operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

Equals
The value of Name equals Value.
NotEquals
The value of Name doesn't equal Value.
Exists
The Name property exists.
NotExists
The Name property does not exist.
GreaterThan
The value of Name is greater than Value. Not supported for text properties.
GreaterThanOrEqualTo
The value of Name is greater than or equal to Value. Not supported for text properties.
LessThan
The value of Name is less than Value. Not supported for text properties.
LessThanOrEqualTo
The value of Name is less than or equal to Value. Not supported for text properties.
In
The value of Name is one of the comma delimited strings in Value. Only supported for text properties.
Contains
The value of Name contains the string Value. Only supported for text properties.

A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

  • Experiment.DisplayName
  • Experiment.ExperimentName
  • Experiment.Tags
  • Trial.DisplayName
  • Trial.TrialName
  • Trial.Tags
  • TrialComponent.DisplayName
  • TrialComponent.TrialComponentName
  • TrialComponent.Tags
  • TrialComponent.InputArtifacts
  • TrialComponent.OutputArtifacts

A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "'CONTAINS' operator usage limit of 1 exceeded."

$sel:value:Filter', filter_value - A value used with Name and Operator to determine which resources satisfy the filter's condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd'T'HH:MM:SS.

$sel:name:Filter', filter_name - A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

filter_operator :: Lens' Filter (Maybe Operator) Source #

A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:

Equals
The value of Name equals Value.
NotEquals
The value of Name doesn't equal Value.
Exists
The Name property exists.
NotExists
The Name property does not exist.
GreaterThan
The value of Name is greater than Value. Not supported for text properties.
GreaterThanOrEqualTo
The value of Name is greater than or equal to Value. Not supported for text properties.
LessThan
The value of Name is less than Value. Not supported for text properties.
LessThanOrEqualTo
The value of Name is less than or equal to Value. Not supported for text properties.
In
The value of Name is one of the comma delimited strings in Value. Only supported for text properties.
Contains
The value of Name contains the string Value. Only supported for text properties.

A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following:

  • Experiment.DisplayName
  • Experiment.ExperimentName
  • Experiment.Tags
  • Trial.DisplayName
  • Trial.TrialName
  • Trial.Tags
  • TrialComponent.DisplayName
  • TrialComponent.TrialComponentName
  • TrialComponent.Tags
  • TrialComponent.InputArtifacts
  • TrialComponent.OutputArtifacts

A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "'CONTAINS' operator usage limit of 1 exceeded."

filter_value :: Lens' Filter (Maybe Text) Source #

A value used with Name and Operator to determine which resources satisfy the filter's condition. For numerical properties, Value must be an integer or floating-point decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following format: YYYY-mm-dd'T'HH:MM:SS.

filter_name :: Lens' Filter Text Source #

A resource property name. For example, TrainingJobName. For valid property names, see SearchRecord. You must specify a valid property for the resource.

FinalAutoMLJobObjectiveMetric

data FinalAutoMLJobObjectiveMetric Source #

The best candidate result from an AutoML training job.

See: newFinalAutoMLJobObjectiveMetric smart constructor.

Constructors

FinalAutoMLJobObjectiveMetric' 

Fields

Instances

Instances details
Eq FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Read FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Show FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Generic FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Associated Types

type Rep FinalAutoMLJobObjectiveMetric :: Type -> Type #

NFData FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

Hashable FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

FromJSON FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric

type Rep FinalAutoMLJobObjectiveMetric = D1 ('MetaData "FinalAutoMLJobObjectiveMetric" "Amazonka.SageMaker.Types.FinalAutoMLJobObjectiveMetric" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FinalAutoMLJobObjectiveMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjectiveType)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AutoMLMetricEnum) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

newFinalAutoMLJobObjectiveMetric Source #

Create a value of FinalAutoMLJobObjectiveMetric 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:type':FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_type - The type of metric with the best result.

$sel:metricName:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_metricName - The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

$sel:value:FinalAutoMLJobObjectiveMetric', finalAutoMLJobObjectiveMetric_value - The value of the metric with the best result.

finalAutoMLJobObjectiveMetric_metricName :: Lens' FinalAutoMLJobObjectiveMetric AutoMLMetricEnum Source #

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

FinalHyperParameterTuningJobObjectiveMetric

data FinalHyperParameterTuningJobObjectiveMetric Source #

Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

See: newFinalHyperParameterTuningJobObjectiveMetric smart constructor.

Constructors

FinalHyperParameterTuningJobObjectiveMetric' 

Fields

Instances

Instances details
Eq FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Read FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Show FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Generic FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

NFData FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

Hashable FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

FromJSON FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

type Rep FinalHyperParameterTuningJobObjectiveMetric Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric

type Rep FinalHyperParameterTuningJobObjectiveMetric = D1 ('MetaData "FinalHyperParameterTuningJobObjectiveMetric" "Amazonka.SageMaker.Types.FinalHyperParameterTuningJobObjectiveMetric" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FinalHyperParameterTuningJobObjectiveMetric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjectiveType)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double))))

finalHyperParameterTuningJobObjectiveMetric_type :: Lens' FinalHyperParameterTuningJobObjectiveMetric (Maybe HyperParameterTuningJobObjectiveType) Source #

Whether to minimize or maximize the objective metric. Valid values are Minimize and Maximize.

FlowDefinitionOutputConfig

data FlowDefinitionOutputConfig Source #

Contains information about where human output will be stored.

See: newFlowDefinitionOutputConfig smart constructor.

Constructors

FlowDefinitionOutputConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Key Management Service (KMS) key ID for server-side encryption.

  • s3OutputPath :: Text

    The Amazon S3 path where the object containing human output will be made available.

    To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

Instances

Instances details
Eq FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Read FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Show FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Generic FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Associated Types

type Rep FlowDefinitionOutputConfig :: Type -> Type #

NFData FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

Hashable FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

ToJSON FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

FromJSON FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

type Rep FlowDefinitionOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionOutputConfig

type Rep FlowDefinitionOutputConfig = D1 ('MetaData "FlowDefinitionOutputConfig" "Amazonka.SageMaker.Types.FlowDefinitionOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FlowDefinitionOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newFlowDefinitionOutputConfig Source #

Create a value of FlowDefinitionOutputConfig 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:kmsKeyId:FlowDefinitionOutputConfig', flowDefinitionOutputConfig_kmsKeyId - The Amazon Key Management Service (KMS) key ID for server-side encryption.

$sel:s3OutputPath:FlowDefinitionOutputConfig', flowDefinitionOutputConfig_s3OutputPath - The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

flowDefinitionOutputConfig_kmsKeyId :: Lens' FlowDefinitionOutputConfig (Maybe Text) Source #

The Amazon Key Management Service (KMS) key ID for server-side encryption.

flowDefinitionOutputConfig_s3OutputPath :: Lens' FlowDefinitionOutputConfig Text Source #

The Amazon S3 path where the object containing human output will be made available.

To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.

FlowDefinitionSummary

data FlowDefinitionSummary Source #

Contains summary information about the flow definition.

See: newFlowDefinitionSummary smart constructor.

Constructors

FlowDefinitionSummary' 

Fields

Instances

Instances details
Eq FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Read FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Show FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Generic FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Associated Types

type Rep FlowDefinitionSummary :: Type -> Type #

NFData FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Methods

rnf :: FlowDefinitionSummary -> () #

Hashable FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

FromJSON FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary = D1 ('MetaData "FlowDefinitionSummary" "Amazonka.SageMaker.Types.FlowDefinitionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FlowDefinitionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "flowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFlowDefinitionSummary Source #

Create a value of FlowDefinitionSummary 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:failureReason:FlowDefinitionSummary', flowDefinitionSummary_failureReason - The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

$sel:flowDefinitionName:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionName - The name of the flow definition.

$sel:flowDefinitionArn:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.

$sel:flowDefinitionStatus:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionStatus - The status of the flow definition. Valid values:

$sel:creationTime:FlowDefinitionSummary', flowDefinitionSummary_creationTime - The timestamp when SageMaker created the flow definition.

flowDefinitionSummary_failureReason :: Lens' FlowDefinitionSummary (Maybe Text) Source #

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

flowDefinitionSummary_flowDefinitionArn :: Lens' FlowDefinitionSummary Text Source #

The Amazon Resource Name (ARN) of the flow definition.

flowDefinitionSummary_creationTime :: Lens' FlowDefinitionSummary UTCTime Source #

The timestamp when SageMaker created the flow definition.

GitConfig

data GitConfig Source #

Specifies configuration details for a Git repository in your Amazon Web Services account.

See: newGitConfig smart constructor.

Constructors

GitConfig' 

Fields

  • branch :: Maybe Text

    The default branch for the Git repository.

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

    {"username": UserName, "password": Password}
  • repositoryUrl :: Text

    The URL where the Git repository is located.

Instances

Instances details
Eq GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Read GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Show GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Generic GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Associated Types

type Rep GitConfig :: Type -> Type #

NFData GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

Methods

rnf :: GitConfig -> () #

Hashable GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

ToJSON GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

FromJSON GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

type Rep GitConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfig

type Rep GitConfig = D1 ('MetaData "GitConfig" "Amazonka.SageMaker.Types.GitConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GitConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGitConfig Source #

Create a value of GitConfig 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:branch:GitConfig', gitConfig_branch - The default branch for the Git repository.

$sel:secretArn:GitConfig', gitConfig_secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

$sel:repositoryUrl:GitConfig', gitConfig_repositoryUrl - The URL where the Git repository is located.

gitConfig_branch :: Lens' GitConfig (Maybe Text) Source #

The default branch for the Git repository.

gitConfig_secretArn :: Lens' GitConfig (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

gitConfig_repositoryUrl :: Lens' GitConfig Text Source #

The URL where the Git repository is located.

GitConfigForUpdate

data GitConfigForUpdate Source #

Specifies configuration details for a Git repository when the repository is updated.

See: newGitConfigForUpdate smart constructor.

Constructors

GitConfigForUpdate' 

Fields

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

    {"username": UserName, "password": Password}

Instances

Instances details
Eq GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Read GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Show GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Generic GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Associated Types

type Rep GitConfigForUpdate :: Type -> Type #

NFData GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

Methods

rnf :: GitConfigForUpdate -> () #

Hashable GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

ToJSON GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.GitConfigForUpdate

type Rep GitConfigForUpdate = D1 ('MetaData "GitConfigForUpdate" "Amazonka.SageMaker.Types.GitConfigForUpdate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "GitConfigForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGitConfigForUpdate :: GitConfigForUpdate Source #

Create a value of GitConfigForUpdate 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:secretArn:GitConfigForUpdate', gitConfigForUpdate_secretArn - The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

gitConfigForUpdate_secretArn :: Lens' GitConfigForUpdate (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials used to access the git repository. The secret must have a staging label of AWSCURRENT and must be in the following format:

{"username": UserName, "password": Password}

HumanLoopActivationConditionsConfig

data HumanLoopActivationConditionsConfig Source #

Defines under what conditions SageMaker creates a human loop. Used within . See for the required format of activation conditions.

See: newHumanLoopActivationConditionsConfig smart constructor.

Constructors

HumanLoopActivationConditionsConfig' 

Fields

Instances

Instances details
Eq HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Read HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Show HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Generic HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

NFData HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

Hashable HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

ToJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

FromJSON HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

type Rep HumanLoopActivationConditionsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig

type Rep HumanLoopActivationConditionsConfig = D1 ('MetaData "HumanLoopActivationConditionsConfig" "Amazonka.SageMaker.Types.HumanLoopActivationConditionsConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopActivationConditionsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopActivationConditions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHumanLoopActivationConditionsConfig Source #

Create a value of HumanLoopActivationConditionsConfig 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:humanLoopActivationConditions:HumanLoopActivationConditionsConfig', humanLoopActivationConditionsConfig_humanLoopActivationConditions - JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

humanLoopActivationConditionsConfig_humanLoopActivationConditions :: Lens' HumanLoopActivationConditionsConfig Text Source #

JSON expressing use-case specific conditions declaratively. If any condition is matched, atomic tasks are created against the configured work team. The set of conditions is different for Rekognition and Textract. For more information about how to structure the JSON, see JSON Schema for Human Loop Activation Conditions in Amazon Augmented AI in the Amazon SageMaker Developer Guide.

HumanLoopActivationConfig

data HumanLoopActivationConfig Source #

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

See: newHumanLoopActivationConfig smart constructor.

Constructors

HumanLoopActivationConfig' 

Fields

Instances

Instances details
Eq HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Read HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Show HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Generic HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Associated Types

type Rep HumanLoopActivationConfig :: Type -> Type #

NFData HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

Hashable HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

ToJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

FromJSON HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopActivationConfig

type Rep HumanLoopActivationConfig = D1 ('MetaData "HumanLoopActivationConfig" "Amazonka.SageMaker.Types.HumanLoopActivationConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopActivationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanLoopActivationConditionsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HumanLoopActivationConditionsConfig)))

newHumanLoopActivationConfig Source #

Create a value of HumanLoopActivationConfig 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:humanLoopActivationConditionsConfig:HumanLoopActivationConfig', humanLoopActivationConfig_humanLoopActivationConditionsConfig - Container structure for defining under what conditions SageMaker creates a human loop.

humanLoopActivationConfig_humanLoopActivationConditionsConfig :: Lens' HumanLoopActivationConfig HumanLoopActivationConditionsConfig Source #

Container structure for defining under what conditions SageMaker creates a human loop.

HumanLoopConfig

data HumanLoopConfig Source #

Describes the work to be performed by human workers.

See: newHumanLoopConfig smart constructor.

Constructors

HumanLoopConfig' 

Fields

Instances

Instances details
Eq HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Read HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Show HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Generic HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Associated Types

type Rep HumanLoopConfig :: Type -> Type #

NFData HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

Methods

rnf :: HumanLoopConfig -> () #

Hashable HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

ToJSON HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

FromJSON HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

type Rep HumanLoopConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopConfig

type Rep HumanLoopConfig = D1 ('MetaData "HumanLoopConfig" "Amazonka.SageMaker.Types.HumanLoopConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "taskKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "publicWorkforceTaskPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicWorkforceTaskPrice))) :*: (S1 ('MetaSel ('Just "taskTimeLimitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "taskAvailabilityLifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "taskTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))))

newHumanLoopConfig Source #

Create a value of HumanLoopConfig 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:taskKeywords:HumanLoopConfig', humanLoopConfig_taskKeywords - Keywords used to describe the task so that workers can discover the task.

$sel:publicWorkforceTaskPrice:HumanLoopConfig', humanLoopConfig_publicWorkforceTaskPrice - Undocumented member.

$sel:taskTimeLimitInSeconds:HumanLoopConfig', humanLoopConfig_taskTimeLimitInSeconds - The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

$sel:taskAvailabilityLifetimeInSeconds:HumanLoopConfig', humanLoopConfig_taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for review by human workers.

$sel:workteamArn:HumanLoopConfig', humanLoopConfig_workteamArn - Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

$sel:humanTaskUiArn:HumanLoopConfig', humanLoopConfig_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

$sel:taskTitle:HumanLoopConfig', humanLoopConfig_taskTitle - A title for the human worker task.

$sel:taskDescription:HumanLoopConfig', humanLoopConfig_taskDescription - A description for the human worker task.

$sel:taskCount:HumanLoopConfig', humanLoopConfig_taskCount - The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

humanLoopConfig_taskKeywords :: Lens' HumanLoopConfig (Maybe (NonEmpty Text)) Source #

Keywords used to describe the task so that workers can discover the task.

humanLoopConfig_taskTimeLimitInSeconds :: Lens' HumanLoopConfig (Maybe Natural) Source #

The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

humanLoopConfig_taskAvailabilityLifetimeInSeconds :: Lens' HumanLoopConfig (Maybe Natural) Source #

The length of time that a task remains available for review by human workers.

humanLoopConfig_workteamArn :: Lens' HumanLoopConfig Text Source #

Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

humanLoopConfig_humanTaskUiArn :: Lens' HumanLoopConfig Text Source #

The Amazon Resource Name (ARN) of the human task user interface.

You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

To learn how to create a custom HTML template, see Create Custom Worker Task Template.

To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

humanLoopConfig_taskTitle :: Lens' HumanLoopConfig Text Source #

A title for the human worker task.

humanLoopConfig_taskDescription :: Lens' HumanLoopConfig Text Source #

A description for the human worker task.

humanLoopConfig_taskCount :: Lens' HumanLoopConfig Natural Source #

The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

HumanLoopRequestSource

data HumanLoopRequestSource Source #

Container for configuring the source of human task requests.

See: newHumanLoopRequestSource smart constructor.

Constructors

HumanLoopRequestSource' 

Fields

Instances

Instances details
Eq HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Read HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Show HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Generic HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Associated Types

type Rep HumanLoopRequestSource :: Type -> Type #

NFData HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

Methods

rnf :: HumanLoopRequestSource -> () #

Hashable HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

ToJSON HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

FromJSON HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

type Rep HumanLoopRequestSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanLoopRequestSource

type Rep HumanLoopRequestSource = D1 ('MetaData "HumanLoopRequestSource" "Amazonka.SageMaker.Types.HumanLoopRequestSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanLoopRequestSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsManagedHumanLoopRequestSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AwsManagedHumanLoopRequestSource)))

newHumanLoopRequestSource Source #

Create a value of HumanLoopRequestSource 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:awsManagedHumanLoopRequestSource:HumanLoopRequestSource', humanLoopRequestSource_awsManagedHumanLoopRequestSource - Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

humanLoopRequestSource_awsManagedHumanLoopRequestSource :: Lens' HumanLoopRequestSource AwsManagedHumanLoopRequestSource Source #

Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:

HumanTaskConfig

data HumanTaskConfig Source #

Information required for human workers to complete a labeling task.

See: newHumanTaskConfig smart constructor.

Constructors

HumanTaskConfig' 

Fields

  • taskKeywords :: Maybe (NonEmpty Text)

    Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

  • publicWorkforceTaskPrice :: Maybe PublicWorkforceTaskPrice

    The price that you pay for each task performed by an Amazon Mechanical Turk worker.

  • taskAvailabilityLifetimeInSeconds :: Maybe Natural

    The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

    • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).
    • If you choose a private or vendor workforce, the default value is 10 days (864,000 seconds). For most users, the maximum is also 10 days. If you want to change this limit, contact Amazon Web Services Support.
  • maxConcurrentTaskCount :: Maybe Natural

    Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.

  • workteamArn :: Text

    The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

  • uiConfig :: UiConfig

    Information about the user interface that workers use to complete the labeling task.

  • preHumanTaskLambdaArn :: Text

    The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

    For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

    Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

    Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

    Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

    Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

    Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

    Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

    Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

    Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

    Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

    Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

    3D Point Cloud Modalities

    Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

    3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

    3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

    3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

    Use the following ARNs for Label Verification and Adjustment Jobs

    Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

    Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

    Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

    Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

    Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

    Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

    Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

    3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

    3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

    3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

    • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation
    • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • taskTitle :: Text

    A title for the task for your human workers.

  • taskDescription :: Text

    A description of the task for your human workers.

  • numberOfHumanWorkersPerDataObject :: Natural

    The number of human workers that will label an object.

  • taskTimeLimitInSeconds :: Natural

    The amount of time that a worker has to complete a task.

    If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

    If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

    • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).
    • For 3D point cloud and video frame labeling jobs, the maximum is 7 days (604,800 seconds). If you want to change these limits, contact Amazon Web Services Support.
  • annotationConsolidationConfig :: AnnotationConsolidationConfig

    Configures how labels are consolidated across human workers.

Instances

Instances details
Eq HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Read HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Show HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Generic HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Associated Types

type Rep HumanTaskConfig :: Type -> Type #

NFData HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

Methods

rnf :: HumanTaskConfig -> () #

Hashable HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

ToJSON HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

FromJSON HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

type Rep HumanTaskConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskConfig

type Rep HumanTaskConfig = D1 ('MetaData "HumanTaskConfig" "Amazonka.SageMaker.Types.HumanTaskConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanTaskConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "taskKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "publicWorkforceTaskPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PublicWorkforceTaskPrice)) :*: S1 ('MetaSel ('Just "taskAvailabilityLifetimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "maxConcurrentTaskCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uiConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 UiConfig)))) :*: ((S1 ('MetaSel ('Just "preHumanTaskLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "taskTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "numberOfHumanWorkersPerDataObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "taskTimeLimitInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "annotationConsolidationConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnnotationConsolidationConfig))))))

newHumanTaskConfig Source #

Create a value of HumanTaskConfig 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:taskKeywords:HumanTaskConfig', humanTaskConfig_taskKeywords - Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

$sel:publicWorkforceTaskPrice:HumanTaskConfig', humanTaskConfig_publicWorkforceTaskPrice - The price that you pay for each task performed by an Amazon Mechanical Turk worker.

$sel:taskAvailabilityLifetimeInSeconds:HumanTaskConfig', humanTaskConfig_taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

  • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).
  • If you choose a private or vendor workforce, the default value is 10 days (864,000 seconds). For most users, the maximum is also 10 days. If you want to change this limit, contact Amazon Web Services Support.

$sel:maxConcurrentTaskCount:HumanTaskConfig', humanTaskConfig_maxConcurrentTaskCount - Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.

$sel:workteamArn:HumanTaskConfig', humanTaskConfig_workteamArn - The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

$sel:uiConfig:HumanTaskConfig', humanTaskConfig_uiConfig - Information about the user interface that workers use to complete the labeling task.

$sel:preHumanTaskLambdaArn:HumanTaskConfig', humanTaskConfig_preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

3D Point Cloud Modalities

Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation

$sel:taskTitle:HumanTaskConfig', humanTaskConfig_taskTitle - A title for the task for your human workers.

$sel:taskDescription:HumanTaskConfig', humanTaskConfig_taskDescription - A description of the task for your human workers.

$sel:numberOfHumanWorkersPerDataObject:HumanTaskConfig', humanTaskConfig_numberOfHumanWorkersPerDataObject - The number of human workers that will label an object.

$sel:taskTimeLimitInSeconds:HumanTaskConfig', humanTaskConfig_taskTimeLimitInSeconds - The amount of time that a worker has to complete a task.

If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

  • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).
  • For 3D point cloud and video frame labeling jobs, the maximum is 7 days (604,800 seconds). If you want to change these limits, contact Amazon Web Services Support.

$sel:annotationConsolidationConfig:HumanTaskConfig', humanTaskConfig_annotationConsolidationConfig - Configures how labels are consolidated across human workers.

humanTaskConfig_taskKeywords :: Lens' HumanTaskConfig (Maybe (NonEmpty Text)) Source #

Keywords used to describe the task so that workers on Amazon Mechanical Turk can discover the task.

humanTaskConfig_publicWorkforceTaskPrice :: Lens' HumanTaskConfig (Maybe PublicWorkforceTaskPrice) Source #

The price that you pay for each task performed by an Amazon Mechanical Turk worker.

humanTaskConfig_taskAvailabilityLifetimeInSeconds :: Lens' HumanTaskConfig (Maybe Natural) Source #

The length of time that a task remains available for labeling by human workers. The default and maximum values for this parameter depend on the type of workforce you use.

  • If you choose the Amazon Mechanical Turk workforce, the maximum is 12 hours (43,200 seconds). The default is 6 hours (21,600 seconds).
  • If you choose a private or vendor workforce, the default value is 10 days (864,000 seconds). For most users, the maximum is also 10 days. If you want to change this limit, contact Amazon Web Services Support.

humanTaskConfig_maxConcurrentTaskCount :: Lens' HumanTaskConfig (Maybe Natural) Source #

Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.

humanTaskConfig_workteamArn :: Lens' HumanTaskConfig Text Source #

The Amazon Resource Name (ARN) of the work team assigned to complete the tasks.

humanTaskConfig_uiConfig :: Lens' HumanTaskConfig UiConfig Source #

Information about the user interface that workers use to complete the labeling task.

humanTaskConfig_preHumanTaskLambdaArn :: Lens' HumanTaskConfig Text Source #

The Amazon Resource Name (ARN) of a Lambda function that is run before a data object is sent to a human worker. Use this function to provide input to a custom labeling job.

For built-in task types, use one of the following Amazon SageMaker Ground Truth Lambda function ARNs for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation Lambda.

Bounding box - Finds the most similar boxes from different workers based on the Jaccard index of the boxes.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox

Image classification - Uses a variant of the Expectation Maximization approach to estimate the true class of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass

Multi-label image classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of an image based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel

Semantic segmentation - Treats each pixel in an image as a multi-class classification and treats pixel annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation

Text classification - Uses a variant of the Expectation Maximization approach to estimate the true class of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass

Multi-label text classification - Uses a variant of the Expectation Maximization approach to estimate the true classes of text based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel

Named entity recognition - Groups similar selections and calculates aggregate boundaries, resolving to most-assigned label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition

Video Classification - Use this task type when you need workers to classify videos using predefined labels that you specify. Workers are shown videos and are asked to choose one label for each video.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass

Video Frame Object Detection - Use this task type to have workers identify and locate objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to identify and localize various objects in a series of video frames, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection

Video Frame Object Tracking - Use this task type to have workers track the movement of objects in a sequence of video frames (images extracted from a video) using bounding boxes. For example, you can use this task to ask workers to track the movement of objects, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking

3D Point Cloud Modalities

Use the following pre-annotation lambdas for 3D point cloud labeling modality tasks. See 3D Point Cloud Task types to learn more.

3D Point Cloud Object Detection - Use this task type when you want workers to classify objects in a 3D point cloud by drawing 3D cuboids around objects. For example, you can use this task type to ask workers to identify different types of objects in a point cloud, such as cars, bikes, and pedestrians.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection

3D Point Cloud Object Tracking - Use this task type when you want workers to draw 3D cuboids around objects that appear in a sequence of 3D point cloud frames. For example, you can use this task type to ask workers to track the movement of vehicles across multiple point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking

3D Point Cloud Semantic Segmentation - Use this task type when you want workers to create a point-level semantic segmentation masks by painting objects in a 3D point cloud using different colors where each color is assigned to one of the classes you specify.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation

Use the following ARNs for Label Verification and Adjustment Jobs

Use label verification and adjustment jobs to review and adjust labels. To learn more, see Verify and Adjust Labels .

Bounding box verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgement for bounding box labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox

Bounding box adjustment - Finds the most similar boxes from different workers based on the Jaccard index of the adjusted annotations.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox

Semantic segmentation verification - Uses a variant of the Expectation Maximization approach to estimate the true class of verification judgment for semantic segmentation labels based on annotations from individual workers.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation

Semantic segmentation adjustment - Treats each pixel in an image as a multi-class classification and treats pixel adjusted annotations from workers as "votes" for the correct label.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation

Video Frame Object Detection Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to classify and localize objects in a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection

Video Frame Object Tracking Adjustment - Use this task type when you want workers to adjust bounding boxes that workers have added to video frames to track object movement across a sequence of video frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking

3D point cloud object detection adjustment - Adjust 3D cuboids in a point cloud frame.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection

3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence of point cloud frames.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking

3D point cloud semantic segmentation adjustment - Adjust semantic segmentation masks in a 3D point cloud.

  • arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation
  • arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation

humanTaskConfig_taskTitle :: Lens' HumanTaskConfig Text Source #

A title for the task for your human workers.

humanTaskConfig_taskDescription :: Lens' HumanTaskConfig Text Source #

A description of the task for your human workers.

humanTaskConfig_numberOfHumanWorkersPerDataObject :: Lens' HumanTaskConfig Natural Source #

The number of human workers that will label an object.

humanTaskConfig_taskTimeLimitInSeconds :: Lens' HumanTaskConfig Natural Source #

The amount of time that a worker has to complete a task.

If you create a custom labeling job, the maximum value for this parameter is 8 hours (28,800 seconds).

If you create a labeling job using a built-in task type the maximum for this parameter depends on the task type you use:

  • For image and text labeling jobs, the maximum is 8 hours (28,800 seconds).
  • For 3D point cloud and video frame labeling jobs, the maximum is 7 days (604,800 seconds). If you want to change these limits, contact Amazon Web Services Support.

humanTaskConfig_annotationConsolidationConfig :: Lens' HumanTaskConfig AnnotationConsolidationConfig Source #

Configures how labels are consolidated across human workers.

HumanTaskUiSummary

data HumanTaskUiSummary Source #

Container for human task user interface information.

See: newHumanTaskUiSummary smart constructor.

Constructors

HumanTaskUiSummary' 

Fields

Instances

Instances details
Eq HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Read HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Show HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Generic HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Associated Types

type Rep HumanTaskUiSummary :: Type -> Type #

NFData HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

Methods

rnf :: HumanTaskUiSummary -> () #

Hashable HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

FromJSON HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

type Rep HumanTaskUiSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HumanTaskUiSummary

type Rep HumanTaskUiSummary = D1 ('MetaData "HumanTaskUiSummary" "Amazonka.SageMaker.Types.HumanTaskUiSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HumanTaskUiSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "humanTaskUiName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newHumanTaskUiSummary Source #

Create a value of HumanTaskUiSummary 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:humanTaskUiName:HumanTaskUiSummary', humanTaskUiSummary_humanTaskUiName - The name of the human task user interface.

$sel:humanTaskUiArn:HumanTaskUiSummary', humanTaskUiSummary_humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

$sel:creationTime:HumanTaskUiSummary', humanTaskUiSummary_creationTime - A timestamp when SageMaker created the human task user interface.

humanTaskUiSummary_humanTaskUiName :: Lens' HumanTaskUiSummary Text Source #

The name of the human task user interface.

humanTaskUiSummary_humanTaskUiArn :: Lens' HumanTaskUiSummary Text Source #

The Amazon Resource Name (ARN) of the human task user interface.

humanTaskUiSummary_creationTime :: Lens' HumanTaskUiSummary UTCTime Source #

A timestamp when SageMaker created the human task user interface.

HyperParameterAlgorithmSpecification

data HyperParameterAlgorithmSpecification Source #

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

See: newHyperParameterAlgorithmSpecification smart constructor.

Constructors

HyperParameterAlgorithmSpecification' 

Fields

Instances

Instances details
Eq HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Read HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Show HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Generic HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

NFData HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

Hashable HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

ToJSON HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

FromJSON HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

type Rep HyperParameterAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification

type Rep HyperParameterAlgorithmSpecification = D1 ('MetaData "HyperParameterAlgorithmSpecification" "Amazonka.SageMaker.Types.HyperParameterAlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterAlgorithmSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode))))

newHyperParameterAlgorithmSpecification Source #

Create a value of HyperParameterAlgorithmSpecification 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:algorithmName:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_algorithmName - The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

$sel:trainingImage:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_trainingImage - The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

$sel:metricDefinitions:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_metricDefinitions - An array of MetricDefinition objects that specify the metrics that the algorithm emits.

$sel:trainingInputMode:HyperParameterAlgorithmSpecification', hyperParameterAlgorithmSpecification_trainingInputMode - Undocumented member.

hyperParameterAlgorithmSpecification_algorithmName :: Lens' HyperParameterAlgorithmSpecification (Maybe Text) Source #

The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

hyperParameterAlgorithmSpecification_trainingImage :: Lens' HyperParameterAlgorithmSpecification (Maybe Text) Source #

The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

hyperParameterAlgorithmSpecification_metricDefinitions :: Lens' HyperParameterAlgorithmSpecification (Maybe [MetricDefinition]) Source #

An array of MetricDefinition objects that specify the metrics that the algorithm emits.

HyperParameterSpecification

data HyperParameterSpecification Source #

Defines a hyperparameter to be used by an algorithm.

See: newHyperParameterSpecification smart constructor.

Constructors

HyperParameterSpecification' 

Fields

  • isTunable :: Maybe Bool

    Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

  • range :: Maybe ParameterRange

    The allowed range for this hyperparameter.

  • defaultValue :: Maybe Text

    The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

  • isRequired :: Maybe Bool

    Indicates whether this hyperparameter is required.

  • description :: Maybe Text

    A brief description of the hyperparameter.

  • name :: Text

    The name of this hyperparameter. The name must be unique.

  • type' :: ParameterType

    The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

Instances

Instances details
Eq HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Read HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Show HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Generic HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Associated Types

type Rep HyperParameterSpecification :: Type -> Type #

NFData HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

Hashable HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

ToJSON HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

FromJSON HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

type Rep HyperParameterSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterSpecification

type Rep HyperParameterSpecification = D1 ('MetaData "HyperParameterSpecification" "Amazonka.SageMaker.Types.HyperParameterSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "isTunable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "range") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRange)) :*: S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "isRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParameterType)))))

newHyperParameterSpecification Source #

Create a value of HyperParameterSpecification 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:isTunable:HyperParameterSpecification', hyperParameterSpecification_isTunable - Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

$sel:range:HyperParameterSpecification', hyperParameterSpecification_range - The allowed range for this hyperparameter.

$sel:defaultValue:HyperParameterSpecification', hyperParameterSpecification_defaultValue - The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

$sel:isRequired:HyperParameterSpecification', hyperParameterSpecification_isRequired - Indicates whether this hyperparameter is required.

$sel:description:HyperParameterSpecification', hyperParameterSpecification_description - A brief description of the hyperparameter.

$sel:name:HyperParameterSpecification', hyperParameterSpecification_name - The name of this hyperparameter. The name must be unique.

$sel:type':HyperParameterSpecification', hyperParameterSpecification_type - The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

hyperParameterSpecification_isTunable :: Lens' HyperParameterSpecification (Maybe Bool) Source #

Indicates whether this hyperparameter is tunable in a hyperparameter tuning job.

hyperParameterSpecification_defaultValue :: Lens' HyperParameterSpecification (Maybe Text) Source #

The default value for this hyperparameter. If a default value is specified, a hyperparameter cannot be required.

hyperParameterSpecification_isRequired :: Lens' HyperParameterSpecification (Maybe Bool) Source #

Indicates whether this hyperparameter is required.

hyperParameterSpecification_name :: Lens' HyperParameterSpecification Text Source #

The name of this hyperparameter. The name must be unique.

hyperParameterSpecification_type :: Lens' HyperParameterSpecification ParameterType Source #

The type of this hyperparameter. The valid types are Integer, Continuous, Categorical, and FreeText.

HyperParameterTrainingJobDefinition

data HyperParameterTrainingJobDefinition Source #

Defines the training jobs launched by a hyperparameter tuning job.

See: newHyperParameterTrainingJobDefinition smart constructor.

Constructors

HyperParameterTrainingJobDefinition' 

Fields

  • tuningObjective :: Maybe HyperParameterTuningJobObjective
     
  • checkpointConfig :: Maybe CheckpointConfig
     
  • hyperParameterRanges :: Maybe ParameterRanges
     
  • retryStrategy :: Maybe RetryStrategy

    The number of times to retry the job when the job fails due to an InternalServerError.

  • enableNetworkIsolation :: Maybe Bool

    Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

  • staticHyperParameters :: Maybe (HashMap Text Text)

    Specifies the values of hyperparameters that do not change for the tuning job.

  • enableManagedSpotTraining :: Maybe Bool

    A Boolean indicating whether managed spot training is enabled (True) or not (False).

  • inputDataConfig :: Maybe (NonEmpty Channel)

    An array of Channel objects that specify the input for the training jobs that the tuning job launches.

  • vpcConfig :: Maybe VpcConfig

    The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

  • definitionName :: Maybe Text

    The job definition name.

  • enableInterContainerTrafficEncryption :: Maybe Bool

    To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

  • algorithmSpecification :: HyperParameterAlgorithmSpecification

    The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

  • roleArn :: Text

    The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

  • outputDataConfig :: OutputDataConfig

    Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

  • resourceConfig :: ResourceConfig

    The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

    Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

  • stoppingCondition :: StoppingCondition

    Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

Instances

Instances details
Eq HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Read HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Show HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Generic HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

NFData HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

Hashable HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

ToJSON HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

FromJSON HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

type Rep HyperParameterTrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition

type Rep HyperParameterTrainingJobDefinition = D1 ('MetaData "HyperParameterTrainingJobDefinition" "Amazonka.SageMaker.Types.HyperParameterTrainingJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTrainingJobDefinition'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "tuningObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjective)) :*: S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig))) :*: (S1 ('MetaSel ('Just "hyperParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRanges)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy)))) :*: ((S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "staticHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel)))))) :*: (((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "definitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterAlgorithmSpecification))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig)) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition))))))

newHyperParameterTrainingJobDefinition Source #

Create a value of HyperParameterTrainingJobDefinition 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:tuningObjective:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_tuningObjective - Undocumented member.

$sel:checkpointConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_checkpointConfig - Undocumented member.

$sel:hyperParameterRanges:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_hyperParameterRanges - Undocumented member.

$sel:retryStrategy:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:enableNetworkIsolation:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableNetworkIsolation - Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

$sel:staticHyperParameters:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_staticHyperParameters - Specifies the values of hyperparameters that do not change for the tuning job.

$sel:enableManagedSpotTraining:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableManagedSpotTraining - A Boolean indicating whether managed spot training is enabled (True) or not (False).

$sel:inputDataConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_inputDataConfig - An array of Channel objects that specify the input for the training jobs that the tuning job launches.

$sel:vpcConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_vpcConfig - The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:definitionName:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_definitionName - The job definition name.

$sel:enableInterContainerTrafficEncryption:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

$sel:algorithmSpecification:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_algorithmSpecification - The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

$sel:roleArn:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_roleArn - The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

$sel:outputDataConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_outputDataConfig - Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

$sel:resourceConfig:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_resourceConfig - The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

$sel:stoppingCondition:HyperParameterTrainingJobDefinition', hyperParameterTrainingJobDefinition_stoppingCondition - Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

hyperParameterTrainingJobDefinition_retryStrategy :: Lens' HyperParameterTrainingJobDefinition (Maybe RetryStrategy) Source #

The number of times to retry the job when the job fails due to an InternalServerError.

hyperParameterTrainingJobDefinition_enableNetworkIsolation :: Lens' HyperParameterTrainingJobDefinition (Maybe Bool) Source #

Isolates the training container. No inbound or outbound network calls can be made, except for calls between peers within a training cluster for distributed training. If network isolation is used for training jobs that are configured to use a VPC, Amazon SageMaker downloads and uploads customer data and model artifacts through the specified VPC, but the training container does not have network access.

hyperParameterTrainingJobDefinition_staticHyperParameters :: Lens' HyperParameterTrainingJobDefinition (Maybe (HashMap Text Text)) Source #

Specifies the values of hyperparameters that do not change for the tuning job.

hyperParameterTrainingJobDefinition_enableManagedSpotTraining :: Lens' HyperParameterTrainingJobDefinition (Maybe Bool) Source #

A Boolean indicating whether managed spot training is enabled (True) or not (False).

hyperParameterTrainingJobDefinition_inputDataConfig :: Lens' HyperParameterTrainingJobDefinition (Maybe (NonEmpty Channel)) Source #

An array of Channel objects that specify the input for the training jobs that the tuning job launches.

hyperParameterTrainingJobDefinition_vpcConfig :: Lens' HyperParameterTrainingJobDefinition (Maybe VpcConfig) Source #

The VpcConfig object that specifies the VPC that you want the training jobs that this hyperparameter tuning job launches to connect to. Control access to and from your training container by configuring the VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

hyperParameterTrainingJobDefinition_enableInterContainerTrafficEncryption :: Lens' HyperParameterTrainingJobDefinition (Maybe Bool) Source #

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

hyperParameterTrainingJobDefinition_algorithmSpecification :: Lens' HyperParameterTrainingJobDefinition HyperParameterAlgorithmSpecification Source #

The HyperParameterAlgorithmSpecification object that specifies the resource algorithm to use for the training jobs that the tuning job launches.

hyperParameterTrainingJobDefinition_roleArn :: Lens' HyperParameterTrainingJobDefinition Text Source #

The Amazon Resource Name (ARN) of the IAM role associated with the training jobs that the tuning job launches.

hyperParameterTrainingJobDefinition_outputDataConfig :: Lens' HyperParameterTrainingJobDefinition OutputDataConfig Source #

Specifies the path to the Amazon S3 bucket where you store model artifacts from the training jobs that the tuning job launches.

hyperParameterTrainingJobDefinition_resourceConfig :: Lens' HyperParameterTrainingJobDefinition ResourceConfig Source #

The resources, including the compute instances and storage volumes, to use for the training jobs that the tuning job launches.

Storage volumes store model artifacts and incremental states. Training algorithms might also use storage volumes for scratch space. If you want Amazon SageMaker to use the storage volume to store the training data, choose File as the TrainingInputMode in the algorithm specification. For distributed training algorithms, specify an instance count greater than 1.

hyperParameterTrainingJobDefinition_stoppingCondition :: Lens' HyperParameterTrainingJobDefinition StoppingCondition Source #

Specifies a limit to how long a model hyperparameter training job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

HyperParameterTrainingJobSummary

data HyperParameterTrainingJobSummary Source #

Specifies summary information about a training job.

See: newHyperParameterTrainingJobSummary smart constructor.

Constructors

HyperParameterTrainingJobSummary' 

Fields

Instances

Instances details
Eq HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Read HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Show HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Generic HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Associated Types

type Rep HyperParameterTrainingJobSummary :: Type -> Type #

NFData HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

Hashable HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

FromJSON HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

type Rep HyperParameterTrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary

type Rep HyperParameterTrainingJobSummary = D1 ('MetaData "HyperParameterTrainingJobSummary" "Amazonka.SageMaker.Types.HyperParameterTrainingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTrainingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "objectiveStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectiveStatus)) :*: (S1 ('MetaSel ('Just "trainingJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trainingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "finalHyperParameterTuningJobObjectiveMetric") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FinalHyperParameterTuningJobObjectiveMetric)) :*: (S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatus) :*: S1 ('MetaSel ('Just "tunedHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text)))))))

newHyperParameterTrainingJobSummary Source #

Create a value of HyperParameterTrainingJobSummary 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:failureReason:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_failureReason - The reason that the training job failed.

$sel:tuningJobName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_tuningJobName - The HyperParameter tuning job that launched the training job.

$sel:trainingEndTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingEndTime - Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

$sel:objectiveStatus:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_objectiveStatus - The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
  • Pending: The training job is in progress and evaluation of its final objective metric is pending.
  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

$sel:trainingJobDefinitionName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobDefinitionName - The training job definition name.

$sel:trainingStartTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingStartTime - The date and time that the training job started.

$sel:finalHyperParameterTuningJobObjectiveMetric:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric - The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

$sel:trainingJobName:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobName - The name of the training job.

$sel:trainingJobArn:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:creationTime:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_creationTime - The date and time that the training job was created.

$sel:trainingJobStatus:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_trainingJobStatus - The status of the training job.

$sel:tunedHyperParameters:HyperParameterTrainingJobSummary', hyperParameterTrainingJobSummary_tunedHyperParameters - A list of the hyperparameters for which you specified ranges to search.

hyperParameterTrainingJobSummary_tuningJobName :: Lens' HyperParameterTrainingJobSummary (Maybe Text) Source #

The HyperParameter tuning job that launched the training job.

hyperParameterTrainingJobSummary_trainingEndTime :: Lens' HyperParameterTrainingJobSummary (Maybe UTCTime) Source #

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

hyperParameterTrainingJobSummary_objectiveStatus :: Lens' HyperParameterTrainingJobSummary (Maybe ObjectiveStatus) Source #

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
  • Pending: The training job is in progress and evaluation of its final objective metric is pending.
  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

hyperParameterTrainingJobSummary_finalHyperParameterTuningJobObjectiveMetric :: Lens' HyperParameterTrainingJobSummary (Maybe FinalHyperParameterTuningJobObjectiveMetric) Source #

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

hyperParameterTrainingJobSummary_tunedHyperParameters :: Lens' HyperParameterTrainingJobSummary (HashMap Text Text) Source #

A list of the hyperparameters for which you specified ranges to search.

HyperParameterTuningJobConfig

data HyperParameterTuningJobConfig Source #

Configures a hyperparameter tuning job.

See: newHyperParameterTuningJobConfig smart constructor.

Constructors

HyperParameterTuningJobConfig' 

Fields

Instances

Instances details
Eq HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Read HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Show HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Generic HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Associated Types

type Rep HyperParameterTuningJobConfig :: Type -> Type #

NFData HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

Hashable HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

ToJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

FromJSON HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobConfig

type Rep HyperParameterTuningJobConfig = D1 ('MetaData "HyperParameterTuningJobConfig" "Amazonka.SageMaker.Types.HyperParameterTuningJobConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tuningJobCompletionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TuningJobCompletionCriteria)) :*: (S1 ('MetaSel ('Just "parameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParameterRanges)) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterTuningJobObjective)))) :*: (S1 ('MetaSel ('Just "trainingJobEarlyStoppingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobEarlyStoppingType)) :*: (S1 ('MetaSel ('Just "strategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStrategyType) :*: S1 ('MetaSel ('Just "resourceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceLimits)))))

newHyperParameterTuningJobConfig Source #

Create a value of HyperParameterTuningJobConfig 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:tuningJobCompletionCriteria:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_tuningJobCompletionCriteria - The tuning job's completion criteria.

$sel:parameterRanges:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_parameterRanges - The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.

$sel:hyperParameterTuningJobObjective:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_hyperParameterTuningJobObjective - The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.

$sel:trainingJobEarlyStoppingType:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_trainingJobEarlyStoppingType - Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is OFF):

OFF
Training jobs launched by the hyperparameter tuning job do not use early stopping.
AUTO
Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

$sel:strategy:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_strategy - Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. To use the Bayesian search strategy, set this to Bayesian. To randomly search, set it to Random. For information about search strategies, see How Hyperparameter Tuning Works.

$sel:resourceLimits:HyperParameterTuningJobConfig', hyperParameterTuningJobConfig_resourceLimits - The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.

hyperParameterTuningJobConfig_parameterRanges :: Lens' HyperParameterTuningJobConfig (Maybe ParameterRanges) Source #

The ParameterRanges object that specifies the ranges of hyperparameters that this tuning job searches.

hyperParameterTuningJobConfig_hyperParameterTuningJobObjective :: Lens' HyperParameterTuningJobConfig (Maybe HyperParameterTuningJobObjective) Source #

The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.

hyperParameterTuningJobConfig_trainingJobEarlyStoppingType :: Lens' HyperParameterTuningJobConfig (Maybe TrainingJobEarlyStoppingType) Source #

Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can be one of the following values (the default value is OFF):

OFF
Training jobs launched by the hyperparameter tuning job do not use early stopping.
AUTO
Amazon SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.

hyperParameterTuningJobConfig_strategy :: Lens' HyperParameterTuningJobConfig HyperParameterTuningJobStrategyType Source #

Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. To use the Bayesian search strategy, set this to Bayesian. To randomly search, set it to Random. For information about search strategies, see How Hyperparameter Tuning Works.

hyperParameterTuningJobConfig_resourceLimits :: Lens' HyperParameterTuningJobConfig ResourceLimits Source #

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.

HyperParameterTuningJobObjective

data HyperParameterTuningJobObjective Source #

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

See: newHyperParameterTuningJobObjective smart constructor.

Constructors

HyperParameterTuningJobObjective' 

Fields

Instances

Instances details
Eq HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Read HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Show HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Generic HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Associated Types

type Rep HyperParameterTuningJobObjective :: Type -> Type #

NFData HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

Hashable HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

ToJSON HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

FromJSON HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

type Rep HyperParameterTuningJobObjective Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobObjective

type Rep HyperParameterTuningJobObjective = D1 ('MetaData "HyperParameterTuningJobObjective" "Amazonka.SageMaker.Types.HyperParameterTuningJobObjective" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobObjective'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobObjectiveType) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHyperParameterTuningJobObjective Source #

Create a value of HyperParameterTuningJobObjective 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:type':HyperParameterTuningJobObjective', hyperParameterTuningJobObjective_type - Whether to minimize or maximize the objective metric.

$sel:metricName:HyperParameterTuningJobObjective', hyperParameterTuningJobObjective_metricName - The name of the metric to use for the objective metric.

hyperParameterTuningJobObjective_metricName :: Lens' HyperParameterTuningJobObjective Text Source #

The name of the metric to use for the objective metric.

HyperParameterTuningJobSummary

data HyperParameterTuningJobSummary Source #

Provides summary information about a hyperparameter tuning job.

See: newHyperParameterTuningJobSummary smart constructor.

Constructors

HyperParameterTuningJobSummary' 

Fields

Instances

Instances details
Eq HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Read HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Show HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Generic HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Associated Types

type Rep HyperParameterTuningJobSummary :: Type -> Type #

NFData HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

Hashable HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

FromJSON HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

type Rep HyperParameterTuningJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobSummary

type Rep HyperParameterTuningJobSummary = D1 ('MetaData "HyperParameterTuningJobSummary" "Amazonka.SageMaker.Types.HyperParameterTuningJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "resourceLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceLimits)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "hyperParameterTuningEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hyperParameterTuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "hyperParameterTuningJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStatus) :*: S1 ('MetaSel ('Just "strategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobStrategyType)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "trainingJobStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatusCounters) :*: S1 ('MetaSel ('Just "objectiveStatusCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectiveStatusCounters))))))

newHyperParameterTuningJobSummary Source #

Create a value of HyperParameterTuningJobSummary 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:resourceLimits:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_resourceLimits - The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

$sel:lastModifiedTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_lastModifiedTime - The date and time that the tuning job was modified.

$sel:hyperParameterTuningEndTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningEndTime - The date and time that the tuning job ended.

$sel:hyperParameterTuningJobName:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobName - The name of the tuning job.

$sel:hyperParameterTuningJobArn:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job.

$sel:hyperParameterTuningJobStatus:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_hyperParameterTuningJobStatus - The status of the tuning job.

$sel:strategy:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_strategy - Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.

$sel:creationTime:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_creationTime - The date and time that the tuning job was created.

$sel:trainingJobStatusCounters:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_trainingJobStatusCounters - The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

$sel:objectiveStatusCounters:HyperParameterTuningJobSummary', hyperParameterTuningJobSummary_objectiveStatusCounters - The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

hyperParameterTuningJobSummary_resourceLimits :: Lens' HyperParameterTuningJobSummary (Maybe ResourceLimits) Source #

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

hyperParameterTuningJobSummary_strategy :: Lens' HyperParameterTuningJobSummary HyperParameterTuningJobStrategyType Source #

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to use for each iteration. Currently, the only valid value is Bayesian.

hyperParameterTuningJobSummary_trainingJobStatusCounters :: Lens' HyperParameterTuningJobSummary TrainingJobStatusCounters Source #

The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

hyperParameterTuningJobSummary_objectiveStatusCounters :: Lens' HyperParameterTuningJobSummary ObjectiveStatusCounters Source #

The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

HyperParameterTuningJobWarmStartConfig

data HyperParameterTuningJobWarmStartConfig Source #

Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

See: newHyperParameterTuningJobWarmStartConfig smart constructor.

Constructors

HyperParameterTuningJobWarmStartConfig' 

Fields

  • parentHyperParameterTuningJobs :: NonEmpty ParentHyperParameterTuningJob

    An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

    Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

  • warmStartType :: HyperParameterTuningJobWarmStartType

    Specifies one of the following:

    IDENTICAL_DATA_AND_ALGORITHM
    The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.
    TRANSFER_LEARNING
    The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

Instances

Instances details
Eq HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Read HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Show HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Generic HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

NFData HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

Hashable HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

ToJSON HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

FromJSON HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

type Rep HyperParameterTuningJobWarmStartConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig

type Rep HyperParameterTuningJobWarmStartConfig = D1 ('MetaData "HyperParameterTuningJobWarmStartConfig" "Amazonka.SageMaker.Types.HyperParameterTuningJobWarmStartConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "HyperParameterTuningJobWarmStartConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parentHyperParameterTuningJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ParentHyperParameterTuningJob)) :*: S1 ('MetaSel ('Just "warmStartType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HyperParameterTuningJobWarmStartType)))

newHyperParameterTuningJobWarmStartConfig Source #

Create a value of HyperParameterTuningJobWarmStartConfig 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:parentHyperParameterTuningJobs:HyperParameterTuningJobWarmStartConfig', hyperParameterTuningJobWarmStartConfig_parentHyperParameterTuningJobs - An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

$sel:warmStartType:HyperParameterTuningJobWarmStartConfig', hyperParameterTuningJobWarmStartConfig_warmStartType - Specifies one of the following:

IDENTICAL_DATA_AND_ALGORITHM
The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.
TRANSFER_LEARNING
The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

hyperParameterTuningJobWarmStartConfig_parentHyperParameterTuningJobs :: Lens' HyperParameterTuningJobWarmStartConfig (NonEmpty ParentHyperParameterTuningJob) Source #

An array of hyperparameter tuning jobs that are used as the starting point for the new hyperparameter tuning job. For more information about warm starting a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job as a Starting Point.

Hyperparameter tuning jobs created before October 1, 2018 cannot be used as parent jobs for warm start tuning jobs.

hyperParameterTuningJobWarmStartConfig_warmStartType :: Lens' HyperParameterTuningJobWarmStartConfig HyperParameterTuningJobWarmStartType Source #

Specifies one of the following:

IDENTICAL_DATA_AND_ALGORITHM
The new hyperparameter tuning job uses the same input data and training image as the parent tuning jobs. You can change the hyperparameter ranges to search and the maximum number of training jobs that the hyperparameter tuning job launches. You cannot use a new version of the training algorithm, unless the changes in the new version do not affect the algorithm itself. For example, changes that improve logging or adding support for a different data format are allowed. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.
TRANSFER_LEARNING
The new hyperparameter tuning job can include input data, hyperparameter ranges, maximum number of concurrent training jobs, and maximum number of training jobs that are different than those of its parent hyperparameter tuning jobs. The training image can also be a different version from the version used in the parent hyperparameter tuning job. You can also change hyperparameters from tunable to static, and from static to tunable, but the total number of static plus tunable hyperparameters must remain the same as it is in all parent jobs. The objective metric for the new tuning job must be the same as for all parent jobs.

Image

data Image Source #

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

See: newImage smart constructor.

Constructors

Image' 

Fields

Instances

Instances details
Eq Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

(==) :: Image -> Image -> Bool #

(/=) :: Image -> Image -> Bool #

Read Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Show Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Generic Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Associated Types

type Rep Image :: Type -> Type #

Methods

from :: Image -> Rep Image x #

to :: Rep Image x -> Image #

NFData Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

rnf :: Image -> () #

Hashable Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

hashWithSalt :: Int -> Image -> Int #

hash :: Image -> Int #

FromJSON Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

type Rep Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

newImage Source #

Create a value of Image 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:failureReason:Image', image_failureReason - When a create, update, or delete operation fails, the reason for the failure.

$sel:displayName:Image', image_displayName - The name of the image as displayed.

$sel:description:Image', image_description - The description of the image.

$sel:creationTime:Image', image_creationTime - When the image was created.

$sel:imageArn:Image', image_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:imageName:Image', image_imageName - The name of the image.

$sel:imageStatus:Image', image_imageStatus - The status of the image.

$sel:lastModifiedTime:Image', image_lastModifiedTime - When the image was last modified.

image_failureReason :: Lens' Image (Maybe Text) Source #

When a create, update, or delete operation fails, the reason for the failure.

image_displayName :: Lens' Image (Maybe Text) Source #

The name of the image as displayed.

image_description :: Lens' Image (Maybe Text) Source #

The description of the image.

image_creationTime :: Lens' Image UTCTime Source #

When the image was created.

image_imageArn :: Lens' Image Text Source #

The Amazon Resource Name (ARN) of the image.

image_imageName :: Lens' Image Text Source #

The name of the image.

image_imageStatus :: Lens' Image ImageStatus Source #

The status of the image.

image_lastModifiedTime :: Lens' Image UTCTime Source #

When the image was last modified.

ImageConfig

data ImageConfig Source #

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

See: newImageConfig smart constructor.

Constructors

ImageConfig' 

Fields

  • repositoryAuthConfig :: Maybe RepositoryAuthConfig

    (Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

  • repositoryAccessMode :: RepositoryAccessMode

    Set this to one of the following values:

    • Platform - The model image is hosted in Amazon ECR.
    • Vpc - The model image is hosted in a private Docker registry in your VPC.

Instances

Instances details
Eq ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Read ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Show ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Generic ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Associated Types

type Rep ImageConfig :: Type -> Type #

NFData ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

Methods

rnf :: ImageConfig -> () #

Hashable ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

ToJSON ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

FromJSON ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

type Rep ImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageConfig

type Rep ImageConfig = D1 ('MetaData "ImageConfig" "Amazonka.SageMaker.Types.ImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryAuthConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepositoryAuthConfig)) :*: S1 ('MetaSel ('Just "repositoryAccessMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RepositoryAccessMode)))

newImageConfig Source #

Create a value of ImageConfig 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:repositoryAuthConfig:ImageConfig', imageConfig_repositoryAuthConfig - (Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

$sel:repositoryAccessMode:ImageConfig', imageConfig_repositoryAccessMode - Set this to one of the following values:

  • Platform - The model image is hosted in Amazon ECR.
  • Vpc - The model image is hosted in a private Docker registry in your VPC.

imageConfig_repositoryAuthConfig :: Lens' ImageConfig (Maybe RepositoryAuthConfig) Source #

(Optional) Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field, and the private Docker registry where the model image is hosted requires authentication.

imageConfig_repositoryAccessMode :: Lens' ImageConfig RepositoryAccessMode Source #

Set this to one of the following values:

  • Platform - The model image is hosted in Amazon ECR.
  • Vpc - The model image is hosted in a private Docker registry in your VPC.

ImageVersion

data ImageVersion Source #

A version of a SageMaker Image. A version represents an existing container image.

See: newImageVersion smart constructor.

Constructors

ImageVersion' 

Fields

Instances

Instances details
Eq ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Read ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Show ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Generic ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Associated Types

type Rep ImageVersion :: Type -> Type #

NFData ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

Methods

rnf :: ImageVersion -> () #

Hashable ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

FromJSON ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

type Rep ImageVersion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ImageVersion

type Rep ImageVersion = D1 ('MetaData "ImageVersion" "Amazonka.SageMaker.Types.ImageVersion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ImageVersion'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "imageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "imageVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "imageVersionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ImageVersionStatus)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newImageVersion Source #

Create a value of ImageVersion 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:failureReason:ImageVersion', imageVersion_failureReason - When a create or delete operation fails, the reason for the failure.

$sel:creationTime:ImageVersion', imageVersion_creationTime - When the version was created.

$sel:imageArn:ImageVersion', imageVersion_imageArn - The Amazon Resource Name (ARN) of the image the version is based on.

$sel:imageVersionArn:ImageVersion', imageVersion_imageVersionArn - The ARN of the version.

$sel:imageVersionStatus:ImageVersion', imageVersion_imageVersionStatus - The status of the version.

$sel:lastModifiedTime:ImageVersion', imageVersion_lastModifiedTime - When the version was last modified.

$sel:version:ImageVersion', imageVersion_version - The version number.

imageVersion_failureReason :: Lens' ImageVersion (Maybe Text) Source #

When a create or delete operation fails, the reason for the failure.

imageVersion_imageArn :: Lens' ImageVersion Text Source #

The Amazon Resource Name (ARN) of the image the version is based on.

imageVersion_lastModifiedTime :: Lens' ImageVersion UTCTime Source #

When the version was last modified.

InferenceExecutionConfig

data InferenceExecutionConfig Source #

Specifies details about how containers in a multi-container endpoint are run.

See: newInferenceExecutionConfig smart constructor.

Constructors

InferenceExecutionConfig' 

Fields

  • mode :: InferenceExecutionMode

    How containers in a multi-container are run. The following values are valid.

    • SERIAL - Containers run as a serial pipeline.
    • DIRECT - Only the individual container that you specify is run.

Instances

Instances details
Eq InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Read InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Show InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Generic InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Associated Types

type Rep InferenceExecutionConfig :: Type -> Type #

NFData InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

Hashable InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

ToJSON InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

FromJSON InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

type Rep InferenceExecutionConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExecutionConfig

type Rep InferenceExecutionConfig = D1 ('MetaData "InferenceExecutionConfig" "Amazonka.SageMaker.Types.InferenceExecutionConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InferenceExecutionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InferenceExecutionMode)))

newInferenceExecutionConfig Source #

Create a value of InferenceExecutionConfig 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:mode:InferenceExecutionConfig', inferenceExecutionConfig_mode - How containers in a multi-container are run. The following values are valid.

  • SERIAL - Containers run as a serial pipeline.
  • DIRECT - Only the individual container that you specify is run.

inferenceExecutionConfig_mode :: Lens' InferenceExecutionConfig InferenceExecutionMode Source #

How containers in a multi-container are run. The following values are valid.

  • SERIAL - Containers run as a serial pipeline.
  • DIRECT - Only the individual container that you specify is run.

InferenceSpecification

data InferenceSpecification Source #

Defines how to perform inference generation after a training job is run.

See: newInferenceSpecification smart constructor.

Constructors

InferenceSpecification' 

Fields

Instances

Instances details
Eq InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Read InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Show InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Generic InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Associated Types

type Rep InferenceSpecification :: Type -> Type #

NFData InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

Methods

rnf :: InferenceSpecification -> () #

Hashable InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

ToJSON InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

FromJSON InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

type Rep InferenceSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceSpecification

type Rep InferenceSpecification = D1 ('MetaData "InferenceSpecification" "Amazonka.SageMaker.Types.InferenceSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InferenceSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "supportedRealtimeInferenceInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProductionVariantInstanceType])) :*: S1 ('MetaSel ('Just "supportedTransformInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty TransformInstanceType)))) :*: (S1 ('MetaSel ('Just "containers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ModelPackageContainerDefinition)) :*: (S1 ('MetaSel ('Just "supportedContentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "supportedResponseMIMETypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))

newInferenceSpecification Source #

Create a value of InferenceSpecification 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:supportedRealtimeInferenceInstanceTypes:InferenceSpecification', inferenceSpecification_supportedRealtimeInferenceInstanceTypes - A list of the instance types that are used to generate inferences in real-time.

This parameter is required for unversioned models, and optional for versioned models.

$sel:supportedTransformInstanceTypes:InferenceSpecification', inferenceSpecification_supportedTransformInstanceTypes - A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

This parameter is required for unversioned models, and optional for versioned models.

$sel:containers:InferenceSpecification', inferenceSpecification_containers - The Amazon ECR registry path of the Docker image that contains the inference code.

$sel:supportedContentTypes:InferenceSpecification', inferenceSpecification_supportedContentTypes - The supported MIME types for the input data.

$sel:supportedResponseMIMETypes:InferenceSpecification', inferenceSpecification_supportedResponseMIMETypes - The supported MIME types for the output data.

inferenceSpecification_supportedRealtimeInferenceInstanceTypes :: Lens' InferenceSpecification (Maybe [ProductionVariantInstanceType]) Source #

A list of the instance types that are used to generate inferences in real-time.

This parameter is required for unversioned models, and optional for versioned models.

inferenceSpecification_supportedTransformInstanceTypes :: Lens' InferenceSpecification (Maybe (NonEmpty TransformInstanceType)) Source #

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

This parameter is required for unversioned models, and optional for versioned models.

inferenceSpecification_containers :: Lens' InferenceSpecification (NonEmpty ModelPackageContainerDefinition) Source #

The Amazon ECR registry path of the Docker image that contains the inference code.

InputConfig

data InputConfig Source #

Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

See: newInputConfig smart constructor.

Constructors

InputConfig' 

Fields

  • frameworkVersion :: Maybe Text

    Specifies the framework version to use.

    This API field is only supported for PyTorch framework versions 1.4, 1.5, and 1.6 for cloud instance target devices: ml_c4, ml_c5, ml_m4, ml_m5, ml_p2, ml_p3, and ml_g4dn.

  • s3Uri :: Text

    The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

  • dataInputConfig :: Text

    Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are InputConfig$Framework specific.

    • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

      • Examples for one input:

        • If using the console, {"input":[1,1024,1024,3]}
        • If using the CLI, {\"input\":[1,1024,1024,3]}
      • Examples for two inputs:

        • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}
        • If using the CLI, {\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}
    • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

      • Examples for one input:

        • If using the console, {"input_1":[1,3,224,224]}
        • If using the CLI, {\"input_1\":[1,3,224,224]}
      • Examples for two inputs:

        • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}
        • If using the CLI, {\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}
    • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

      • Examples for one input:

        • If using the console, {"data":[1,3,1024,1024]}
        • If using the CLI, {\"data\":[1,3,1024,1024]}
      • Examples for two inputs:

        • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}
        • If using the CLI, {\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}
    • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

      • Examples for one input in dictionary format:

        • If using the console, {"input0":[1,3,224,224]}
        • If using the CLI, {\"input0\":[1,3,224,224]}
      • Example for one input in list format: [[1,3,224,224]]
      • Examples for two inputs in dictionary format:

        • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}
        • If using the CLI, {\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}
      • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]
    • XGBOOST: input data name and shape are not needed.

    DataInputConfig supports the following parameters for CoreML OutputConfig$TargetDevice (ML Model format):

    • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

      • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}
      • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}
    • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}
    • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.
    • bias: If the input type is an Image, you need to provide the bias vector.
    • scale: If the input type is an Image, you need to provide a scale factor.

    CoreML ClassifierConfig parameters can be specified using OutputConfig$CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

    • Tensor type input:

      • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}
    • Tensor type input without input name (PyTorch):

      • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]
    • Image type input:

      • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}
      • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}
    • Image type input without input name (PyTorch):

      • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]
      • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

    Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

    • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow's default signature def key. For example:

      • "DataInputConfig": {"inputs": [1, 224, 224, 3]}
      • "CompilerOptions": {"signature_def_key": "serving_custom"}
    • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

      • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}
      • "CompilerOptions": {"output_names": ["output_tensor:0"]}
  • framework :: Framework

    Identifies the framework in which the model was trained. For example: TENSORFLOW.

Instances

Instances details
Eq InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Read InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Show InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Generic InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Associated Types

type Rep InputConfig :: Type -> Type #

NFData InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

Methods

rnf :: InputConfig -> () #

Hashable InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

ToJSON InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

FromJSON InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

type Rep InputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InputConfig

type Rep InputConfig = D1 ('MetaData "InputConfig" "Amazonka.SageMaker.Types.InputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "InputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "frameworkVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "dataInputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Framework))))

newInputConfig Source #

Create a value of InputConfig 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:frameworkVersion:InputConfig', inputConfig_frameworkVersion - Specifies the framework version to use.

This API field is only supported for PyTorch framework versions 1.4, 1.5, and 1.6 for cloud instance target devices: ml_c4, ml_c5, ml_m4, ml_m5, ml_p2, ml_p3, and ml_g4dn.

$sel:s3Uri:InputConfig', inputConfig_s3Uri - The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

$sel:dataInputConfig:InputConfig', inputConfig_dataInputConfig - Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are InputConfig$Framework specific.

  • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input":[1,1024,1024,3]}
      • If using the CLI, {\"input\":[1,1024,1024,3]}
    • Examples for two inputs:

      • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}
      • If using the CLI, {\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}
  • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input_1":[1,3,224,224]}
      • If using the CLI, {\"input_1\":[1,3,224,224]}
    • Examples for two inputs:

      • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}
      • If using the CLI, {\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}
  • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"data":[1,3,1024,1024]}
      • If using the CLI, {\"data\":[1,3,1024,1024]}
    • Examples for two inputs:

      • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}
      • If using the CLI, {\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}
  • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

    • Examples for one input in dictionary format:

      • If using the console, {"input0":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224]}
    • Example for one input in list format: [[1,3,224,224]]
    • Examples for two inputs in dictionary format:

      • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}
    • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]
  • XGBOOST: input data name and shape are not needed.

DataInputConfig supports the following parameters for CoreML OutputConfig$TargetDevice (ML Model format):

  • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

    • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}
    • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}
  • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}
  • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.
  • bias: If the input type is an Image, you need to provide the bias vector.
  • scale: If the input type is an Image, you need to provide a scale factor.

CoreML ClassifierConfig parameters can be specified using OutputConfig$CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

  • Tensor type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}
  • Tensor type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]
  • Image type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}
  • Image type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

  • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow's default signature def key. For example:

    • "DataInputConfig": {"inputs": [1, 224, 224, 3]}
    • "CompilerOptions": {"signature_def_key": "serving_custom"}
  • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

    • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}
    • "CompilerOptions": {"output_names": ["output_tensor:0"]}

$sel:framework:InputConfig', inputConfig_framework - Identifies the framework in which the model was trained. For example: TENSORFLOW.

inputConfig_frameworkVersion :: Lens' InputConfig (Maybe Text) Source #

Specifies the framework version to use.

This API field is only supported for PyTorch framework versions 1.4, 1.5, and 1.6 for cloud instance target devices: ml_c4, ml_c5, ml_m4, ml_m5, ml_p2, ml_p3, and ml_g4dn.

inputConfig_s3Uri :: Lens' InputConfig Text Source #

The S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

inputConfig_dataInputConfig :: Lens' InputConfig Text Source #

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. The data inputs are InputConfig$Framework specific.

  • TensorFlow: You must specify the name and shape (NHWC format) of the expected data inputs using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input":[1,1024,1024,3]}
      • If using the CLI, {\"input\":[1,1024,1024,3]}
    • Examples for two inputs:

      • If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]}
      • If using the CLI, {\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}
  • KERAS: You must specify the name and shape (NCHW format) of expected data inputs using a dictionary format for your trained model. Note that while Keras model artifacts should be uploaded in NHWC (channel-last) format, DataInputConfig should be specified in NCHW (channel-first) format. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"input_1":[1,3,224,224]}
      • If using the CLI, {\"input_1\":[1,3,224,224]}
    • Examples for two inputs:

      • If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}
      • If using the CLI, {\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}
  • MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format) of the expected data inputs in order using a dictionary format for your trained model. The dictionary formats required for the console and CLI are different.

    • Examples for one input:

      • If using the console, {"data":[1,3,1024,1024]}
      • If using the CLI, {\"data\":[1,3,1024,1024]}
    • Examples for two inputs:

      • If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]}
      • If using the CLI, {\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}
  • PyTorch: You can either specify the name and shape (NCHW format) of expected data inputs in order using a dictionary format for your trained model or you can specify the shape only using a list format. The dictionary formats required for the console and CLI are different. The list formats for the console and CLI are the same.

    • Examples for one input in dictionary format:

      • If using the console, {"input0":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224]}
    • Example for one input in list format: [[1,3,224,224]]
    • Examples for two inputs in dictionary format:

      • If using the console, {"input0":[1,3,224,224], "input1":[1,3,224,224]}
      • If using the CLI, {\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}
    • Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]
  • XGBOOST: input data name and shape are not needed.

DataInputConfig supports the following parameters for CoreML OutputConfig$TargetDevice (ML Model format):

  • shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}. In addition to static input shapes, CoreML converter supports Flexible input shapes:

    • Range Dimension. You can use the Range Dimension feature if you know the input shape will be within some specific interval in that dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}
    • Enumerated shapes. Sometimes, the models are trained to work only on a select set of inputs. You can enumerate all supported input shapes, for example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}
  • default_shape: Default input shape. You can set a default shape during conversion for both Range Dimension and Enumerated Shapes. For example {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224, 224, 3]}}
  • type: Input type. Allowed values: Image and Tensor. By default, the converter generates an ML Model with inputs of type Tensor (MultiArray). User can set input type to be Image. Image input type requires additional input parameters such as bias and scale.
  • bias: If the input type is an Image, you need to provide the bias vector.
  • scale: If the input type is an Image, you need to provide a scale factor.

CoreML ClassifierConfig parameters can be specified using OutputConfig$CompilerOptions. CoreML converter supports Tensorflow and PyTorch models. CoreML conversion examples:

  • Tensor type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3]}}
  • Tensor type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]
  • Image type input:

    • "DataInputConfig": {"input_1": {"shape": [[1,224,224,3], [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}}
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}
  • Image type input without input name (PyTorch):

    • "DataInputConfig": [{"shape": [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type": "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}]
    • "CompilerOptions": {"class_labels": "imagenet_labels_1000.txt"}

Depending on the model format, DataInputConfig requires the following parameters for ml_eia2 OutputConfig:TargetDevice.

  • For TensorFlow models saved in the SavedModel format, specify the input names from signature_def_key and the input model shapes for DataInputConfig. Specify the signature_def_key in OutputConfig:CompilerOptions if the model does not use TensorFlow's default signature def key. For example:

    • "DataInputConfig": {"inputs": [1, 224, 224, 3]}
    • "CompilerOptions": {"signature_def_key": "serving_custom"}
  • For TensorFlow models saved as a frozen graph, specify the input tensor names and shapes in DataInputConfig and the output tensor names for output_names in OutputConfig:CompilerOptions . For example:

    • "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]}
    • "CompilerOptions": {"output_names": ["output_tensor:0"]}

inputConfig_framework :: Lens' InputConfig Framework Source #

Identifies the framework in which the model was trained. For example: TENSORFLOW.

IntegerParameterRange

data IntegerParameterRange Source #

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

See: newIntegerParameterRange smart constructor.

Constructors

IntegerParameterRange' 

Fields

  • scalingType :: Maybe HyperParameterScalingType

    The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

    Auto
    Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
    Linear
    Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
    Logarithmic
    Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

    Logarithmic scaling works only for ranges that have only values greater than 0.

  • name :: Text

    The name of the hyperparameter to search.

  • minValue :: Text

    The minimum value of the hyperparameter to search.

  • maxValue :: Text

    The maximum value of the hyperparameter to search.

Instances

Instances details
Eq IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Read IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Show IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Generic IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Associated Types

type Rep IntegerParameterRange :: Type -> Type #

NFData IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

Methods

rnf :: IntegerParameterRange -> () #

Hashable IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

ToJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

FromJSON IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

type Rep IntegerParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRange

type Rep IntegerParameterRange = D1 ('MetaData "IntegerParameterRange" "Amazonka.SageMaker.Types.IntegerParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "IntegerParameterRange'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scalingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HyperParameterScalingType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newIntegerParameterRange Source #

Create a value of IntegerParameterRange 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:scalingType:IntegerParameterRange', integerParameterRange_scalingType - The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

$sel:name:IntegerParameterRange', integerParameterRange_name - The name of the hyperparameter to search.

$sel:minValue:IntegerParameterRange', integerParameterRange_minValue - The minimum value of the hyperparameter to search.

$sel:maxValue:IntegerParameterRange', integerParameterRange_maxValue - The maximum value of the hyperparameter to search.

integerParameterRange_scalingType :: Lens' IntegerParameterRange (Maybe HyperParameterScalingType) Source #

The scale that hyperparameter tuning uses to search the hyperparameter range. For information about choosing a hyperparameter scale, see Hyperparameter Scaling. One of the following values:

Auto
Amazon SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
Linear
Hyperparameter tuning searches the values in the hyperparameter range by using a linear scale.
Logarithmic
Hyperparameter tuning searches the values in the hyperparameter range by using a logarithmic scale.

Logarithmic scaling works only for ranges that have only values greater than 0.

integerParameterRange_name :: Lens' IntegerParameterRange Text Source #

The name of the hyperparameter to search.

integerParameterRange_minValue :: Lens' IntegerParameterRange Text Source #

The minimum value of the hyperparameter to search.

integerParameterRange_maxValue :: Lens' IntegerParameterRange Text Source #

The maximum value of the hyperparameter to search.

IntegerParameterRangeSpecification

data IntegerParameterRangeSpecification Source #

Defines the possible values for an integer hyperparameter.

See: newIntegerParameterRangeSpecification smart constructor.

Constructors

IntegerParameterRangeSpecification' 

Fields

Instances

Instances details
Eq IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Read IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Show IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Generic IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Associated Types

type Rep IntegerParameterRangeSpecification :: Type -> Type #

NFData IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

Hashable IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

ToJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

FromJSON IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.IntegerParameterRangeSpecification

type Rep IntegerParameterRangeSpecification = D1 ('MetaData "IntegerParameterRangeSpecification" "Amazonka.SageMaker.Types.IntegerParameterRangeSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "IntegerParameterRangeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "maxValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newIntegerParameterRangeSpecification Source #

Create a value of IntegerParameterRangeSpecification 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:minValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_minValue - The minimum integer value allowed.

$sel:maxValue:IntegerParameterRangeSpecification', integerParameterRangeSpecification_maxValue - The maximum integer value allowed.

JupyterServerAppSettings

data JupyterServerAppSettings Source #

The JupyterServer app settings.

See: newJupyterServerAppSettings smart constructor.

Constructors

JupyterServerAppSettings' 

Fields

Instances

Instances details
Eq JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Read JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Show JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Generic JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Associated Types

type Rep JupyterServerAppSettings :: Type -> Type #

NFData JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

Hashable JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

ToJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

FromJSON JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.JupyterServerAppSettings

type Rep JupyterServerAppSettings = D1 ('MetaData "JupyterServerAppSettings" "Amazonka.SageMaker.Types.JupyterServerAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "JupyterServerAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newJupyterServerAppSettings :: JupyterServerAppSettings Source #

Create a value of JupyterServerAppSettings 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:defaultResourceSpec:JupyterServerAppSettings', jupyterServerAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

$sel:lifecycleConfigArns:JupyterServerAppSettings', jupyterServerAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.

jupyterServerAppSettings_defaultResourceSpec :: Lens' JupyterServerAppSettings (Maybe ResourceSpec) Source #

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.

jupyterServerAppSettings_lifecycleConfigArns :: Lens' JupyterServerAppSettings (Maybe [Text]) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.

KernelGatewayAppSettings

data KernelGatewayAppSettings Source #

The KernelGateway app settings.

See: newKernelGatewayAppSettings smart constructor.

Constructors

KernelGatewayAppSettings' 

Fields

Instances

Instances details
Eq KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Read KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Show KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Generic KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Associated Types

type Rep KernelGatewayAppSettings :: Type -> Type #

NFData KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

Hashable KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

ToJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

FromJSON KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayAppSettings

type Rep KernelGatewayAppSettings = D1 ('MetaData "KernelGatewayAppSettings" "Amazonka.SageMaker.Types.KernelGatewayAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelGatewayAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec)) :*: (S1 ('MetaSel ('Just "customImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomImage])) :*: S1 ('MetaSel ('Just "lifecycleConfigArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newKernelGatewayAppSettings :: KernelGatewayAppSettings Source #

Create a value of KernelGatewayAppSettings 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:defaultResourceSpec:KernelGatewayAppSettings', kernelGatewayAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

$sel:customImages:KernelGatewayAppSettings', kernelGatewayAppSettings_customImages - A list of custom SageMaker images that are configured to run as a KernelGateway app.

$sel:lifecycleConfigArns:KernelGatewayAppSettings', kernelGatewayAppSettings_lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

kernelGatewayAppSettings_defaultResourceSpec :: Lens' KernelGatewayAppSettings (Maybe ResourceSpec) Source #

The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

kernelGatewayAppSettings_customImages :: Lens' KernelGatewayAppSettings (Maybe [CustomImage]) Source #

A list of custom SageMaker images that are configured to run as a KernelGateway app.

kernelGatewayAppSettings_lifecycleConfigArns :: Lens' KernelGatewayAppSettings (Maybe [Text]) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the the user profile or domain.

KernelGatewayImageConfig

data KernelGatewayImageConfig Source #

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

See: newKernelGatewayImageConfig smart constructor.

Constructors

KernelGatewayImageConfig' 

Fields

Instances

Instances details
Eq KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Read KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Show KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Generic KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Associated Types

type Rep KernelGatewayImageConfig :: Type -> Type #

NFData KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

Hashable KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

ToJSON KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

FromJSON KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

type Rep KernelGatewayImageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelGatewayImageConfig

type Rep KernelGatewayImageConfig = D1 ('MetaData "KernelGatewayImageConfig" "Amazonka.SageMaker.Types.KernelGatewayImageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelGatewayImageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemConfig)) :*: S1 ('MetaSel ('Just "kernelSpecs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty KernelSpec))))

newKernelGatewayImageConfig Source #

Create a value of KernelGatewayImageConfig 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:fileSystemConfig:KernelGatewayImageConfig', kernelGatewayImageConfig_fileSystemConfig - The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

$sel:kernelSpecs:KernelGatewayImageConfig', kernelGatewayImageConfig_kernelSpecs - The specification of the Jupyter kernels in the image.

kernelGatewayImageConfig_fileSystemConfig :: Lens' KernelGatewayImageConfig (Maybe FileSystemConfig) Source #

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

kernelGatewayImageConfig_kernelSpecs :: Lens' KernelGatewayImageConfig (NonEmpty KernelSpec) Source #

The specification of the Jupyter kernels in the image.

KernelSpec

data KernelSpec Source #

The specification of a Jupyter kernel.

See: newKernelSpec smart constructor.

Constructors

KernelSpec' 

Fields

  • displayName :: Maybe Text

    The display name of the kernel.

  • name :: Text

    The name of the Jupyter kernel in the image. This value is case sensitive.

Instances

Instances details
Eq KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Read KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Show KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Generic KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Associated Types

type Rep KernelSpec :: Type -> Type #

NFData KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

Methods

rnf :: KernelSpec -> () #

Hashable KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

ToJSON KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

FromJSON KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

type Rep KernelSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.KernelSpec

type Rep KernelSpec = D1 ('MetaData "KernelSpec" "Amazonka.SageMaker.Types.KernelSpec" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "KernelSpec'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newKernelSpec Source #

Create a value of KernelSpec 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:displayName:KernelSpec', kernelSpec_displayName - The display name of the kernel.

$sel:name:KernelSpec', kernelSpec_name - The name of the Jupyter kernel in the image. This value is case sensitive.

kernelSpec_displayName :: Lens' KernelSpec (Maybe Text) Source #

The display name of the kernel.

kernelSpec_name :: Lens' KernelSpec Text Source #

The name of the Jupyter kernel in the image. This value is case sensitive.

LabelCounters

data LabelCounters Source #

Provides a breakdown of the number of objects labeled.

See: newLabelCounters smart constructor.

Constructors

LabelCounters' 

Fields

Instances

Instances details
Eq LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Read LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Show LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Generic LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Associated Types

type Rep LabelCounters :: Type -> Type #

NFData LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

Methods

rnf :: LabelCounters -> () #

Hashable LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

FromJSON LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCounters

type Rep LabelCounters = D1 ('MetaData "LabelCounters" "Amazonka.SageMaker.Types.LabelCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "machineLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "totalLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "failedNonRetryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "unlabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "humanLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newLabelCounters :: LabelCounters Source #

Create a value of LabelCounters 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:machineLabeled:LabelCounters', labelCounters_machineLabeled - The total number of objects labeled by automated data labeling.

$sel:totalLabeled:LabelCounters', labelCounters_totalLabeled - The total number of objects labeled.

$sel:failedNonRetryableError:LabelCounters', labelCounters_failedNonRetryableError - The total number of objects that could not be labeled due to an error.

$sel:unlabeled:LabelCounters', labelCounters_unlabeled - The total number of objects not yet labeled.

$sel:humanLabeled:LabelCounters', labelCounters_humanLabeled - The total number of objects labeled by a human worker.

labelCounters_machineLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled by automated data labeling.

labelCounters_totalLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled.

labelCounters_failedNonRetryableError :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects that could not be labeled due to an error.

labelCounters_unlabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects not yet labeled.

labelCounters_humanLabeled :: Lens' LabelCounters (Maybe Natural) Source #

The total number of objects labeled by a human worker.

LabelCountersForWorkteam

data LabelCountersForWorkteam Source #

Provides counts for human-labeled tasks in the labeling job.

See: newLabelCountersForWorkteam smart constructor.

Constructors

LabelCountersForWorkteam' 

Fields

Instances

Instances details
Eq LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Read LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Show LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Generic LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Associated Types

type Rep LabelCountersForWorkteam :: Type -> Type #

NFData LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

Hashable LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

FromJSON LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

type Rep LabelCountersForWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelCountersForWorkteam

type Rep LabelCountersForWorkteam = D1 ('MetaData "LabelCountersForWorkteam" "Amazonka.SageMaker.Types.LabelCountersForWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelCountersForWorkteam'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pendingHuman") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "humanLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newLabelCountersForWorkteam :: LabelCountersForWorkteam Source #

Create a value of LabelCountersForWorkteam 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:pendingHuman:LabelCountersForWorkteam', labelCountersForWorkteam_pendingHuman - The total number of data objects that need to be labeled by a human worker.

$sel:total:LabelCountersForWorkteam', labelCountersForWorkteam_total - The total number of tasks in the labeling job.

$sel:humanLabeled:LabelCountersForWorkteam', labelCountersForWorkteam_humanLabeled - The total number of data objects labeled by a human worker.

labelCountersForWorkteam_pendingHuman :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of data objects that need to be labeled by a human worker.

labelCountersForWorkteam_total :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of tasks in the labeling job.

labelCountersForWorkteam_humanLabeled :: Lens' LabelCountersForWorkteam (Maybe Natural) Source #

The total number of data objects labeled by a human worker.

LabelingJobAlgorithmsConfig

data LabelingJobAlgorithmsConfig Source #

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

See: newLabelingJobAlgorithmsConfig smart constructor.

Constructors

LabelingJobAlgorithmsConfig' 

Fields

  • labelingJobResourceConfig :: Maybe LabelingJobResourceConfig

    Provides configuration information for a labeling job.

  • initialActiveLearningModelArn :: Maybe Text

    At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

  • labelingJobAlgorithmSpecificationArn :: Text

    Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

    • Image classification

      arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
    • Text classification

      arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
    • Object detection

      arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
    • Semantic Segmentation

      arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

Instances

Instances details
Eq LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Read LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Show LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Generic LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Associated Types

type Rep LabelingJobAlgorithmsConfig :: Type -> Type #

NFData LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

Hashable LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

ToJSON LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

FromJSON LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

type Rep LabelingJobAlgorithmsConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig

type Rep LabelingJobAlgorithmsConfig = D1 ('MetaData "LabelingJobAlgorithmsConfig" "Amazonka.SageMaker.Types.LabelingJobAlgorithmsConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobAlgorithmsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labelingJobResourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobResourceConfig)) :*: (S1 ('MetaSel ('Just "initialActiveLearningModelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "labelingJobAlgorithmSpecificationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLabelingJobAlgorithmsConfig Source #

Create a value of LabelingJobAlgorithmsConfig 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:labelingJobResourceConfig:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_labelingJobResourceConfig - Provides configuration information for a labeling job.

$sel:initialActiveLearningModelArn:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_initialActiveLearningModelArn - At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

$sel:labelingJobAlgorithmSpecificationArn:LabelingJobAlgorithmsConfig', labelingJobAlgorithmsConfig_labelingJobAlgorithmSpecificationArn - Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

  • Image classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
  • Text classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
  • Object detection

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
  • Semantic Segmentation

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

labelingJobAlgorithmsConfig_initialActiveLearningModelArn :: Lens' LabelingJobAlgorithmsConfig (Maybe Text) Source #

At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling. You can use this model as the starting point for subsequent similar jobs by providing the ARN of the model here.

labelingJobAlgorithmsConfig_labelingJobAlgorithmSpecificationArn :: Lens' LabelingJobAlgorithmsConfig Text Source #

Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling. You must select one of the following ARNs:

  • Image classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
  • Text classification

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
  • Object detection

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
  • Semantic Segmentation

    arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation

LabelingJobDataAttributes

data LabelingJobDataAttributes Source #

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

See: newLabelingJobDataAttributes smart constructor.

Constructors

LabelingJobDataAttributes' 

Fields

  • contentClassifiers :: Maybe [ContentClassifier]

    Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

Instances

Instances details
Eq LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Read LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Show LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Generic LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Associated Types

type Rep LabelingJobDataAttributes :: Type -> Type #

NFData LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

Hashable LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

ToJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

FromJSON LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataAttributes

type Rep LabelingJobDataAttributes = D1 ('MetaData "LabelingJobDataAttributes" "Amazonka.SageMaker.Types.LabelingJobDataAttributes" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobDataAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentClassifiers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContentClassifier]))))

newLabelingJobDataAttributes :: LabelingJobDataAttributes Source #

Create a value of LabelingJobDataAttributes 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:contentClassifiers:LabelingJobDataAttributes', labelingJobDataAttributes_contentClassifiers - Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

labelingJobDataAttributes_contentClassifiers :: Lens' LabelingJobDataAttributes (Maybe [ContentClassifier]) Source #

Declares that your content is free of personally identifiable information or adult content. Amazon SageMaker may restrict the Amazon Mechanical Turk workers that can view your task based on this information.

LabelingJobDataSource

data LabelingJobDataSource Source #

Provides information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

See: newLabelingJobDataSource smart constructor.

Constructors

LabelingJobDataSource' 

Fields

Instances

Instances details
Eq LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Read LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Show LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Generic LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Associated Types

type Rep LabelingJobDataSource :: Type -> Type #

NFData LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

Methods

rnf :: LabelingJobDataSource -> () #

Hashable LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

ToJSON LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

FromJSON LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

type Rep LabelingJobDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobDataSource

type Rep LabelingJobDataSource = D1 ('MetaData "LabelingJobDataSource" "Amazonka.SageMaker.Types.LabelingJobDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobS3DataSource)) :*: S1 ('MetaSel ('Just "snsDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobSnsDataSource))))

newLabelingJobDataSource :: LabelingJobDataSource Source #

Create a value of LabelingJobDataSource 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:s3DataSource:LabelingJobDataSource', labelingJobDataSource_s3DataSource - The Amazon S3 location of the input data objects.

$sel:snsDataSource:LabelingJobDataSource', labelingJobDataSource_snsDataSource - An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming Labeling Job.

labelingJobDataSource_snsDataSource :: Lens' LabelingJobDataSource (Maybe LabelingJobSnsDataSource) Source #

An Amazon SNS data source used for streaming labeling jobs. To learn more, see Send Data to a Streaming Labeling Job.

LabelingJobForWorkteamSummary

data LabelingJobForWorkteamSummary Source #

Provides summary information for a work team.

See: newLabelingJobForWorkteamSummary smart constructor.

Constructors

LabelingJobForWorkteamSummary' 

Fields

Instances

Instances details
Eq LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Read LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Show LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Generic LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Associated Types

type Rep LabelingJobForWorkteamSummary :: Type -> Type #

NFData LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

Hashable LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

FromJSON LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary

type Rep LabelingJobForWorkteamSummary = D1 ('MetaData "LabelingJobForWorkteamSummary" "Amazonka.SageMaker.Types.LabelingJobForWorkteamSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobForWorkteamSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "numberOfHumanWorkersPerDataObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelCountersForWorkteam)) :*: S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "jobReferenceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "workRequesterAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newLabelingJobForWorkteamSummary Source #

Create a value of LabelingJobForWorkteamSummary 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:numberOfHumanWorkersPerDataObject:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_numberOfHumanWorkersPerDataObject - The configured number of workers per data object.

$sel:labelCounters:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelCounters - Provides information about the progress of a labeling job.

$sel:labelingJobName:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_labelingJobName - The name of the labeling job that the work team is assigned to.

$sel:jobReferenceCode:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_jobReferenceCode - A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

$sel:workRequesterAccountId:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_workRequesterAccountId - The Amazon Web Services account ID of the account used to start the labeling job.

$sel:creationTime:LabelingJobForWorkteamSummary', labelingJobForWorkteamSummary_creationTime - The date and time that the labeling job was created.

labelingJobForWorkteamSummary_labelingJobName :: Lens' LabelingJobForWorkteamSummary (Maybe Text) Source #

The name of the labeling job that the work team is assigned to.

labelingJobForWorkteamSummary_jobReferenceCode :: Lens' LabelingJobForWorkteamSummary Text Source #

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

labelingJobForWorkteamSummary_workRequesterAccountId :: Lens' LabelingJobForWorkteamSummary Text Source #

The Amazon Web Services account ID of the account used to start the labeling job.

labelingJobForWorkteamSummary_creationTime :: Lens' LabelingJobForWorkteamSummary UTCTime Source #

The date and time that the labeling job was created.

LabelingJobInputConfig

data LabelingJobInputConfig Source #

Input configuration information for a labeling job.

See: newLabelingJobInputConfig smart constructor.

Constructors

LabelingJobInputConfig' 

Fields

Instances

Instances details
Eq LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Read LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Show LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Generic LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Associated Types

type Rep LabelingJobInputConfig :: Type -> Type #

NFData LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

Methods

rnf :: LabelingJobInputConfig -> () #

Hashable LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

ToJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

FromJSON LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobInputConfig

type Rep LabelingJobInputConfig = D1 ('MetaData "LabelingJobInputConfig" "Amazonka.SageMaker.Types.LabelingJobInputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobInputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobDataAttributes)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobDataSource)))

newLabelingJobInputConfig Source #

Create a value of LabelingJobInputConfig 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:dataAttributes:LabelingJobInputConfig', labelingJobInputConfig_dataAttributes - Attributes of the data specified by the customer.

$sel:dataSource:LabelingJobInputConfig', labelingJobInputConfig_dataSource - The location of the input data.

LabelingJobOutput

data LabelingJobOutput Source #

Specifies the location of the output produced by the labeling job.

See: newLabelingJobOutput smart constructor.

Constructors

LabelingJobOutput' 

Fields

Instances

Instances details
Eq LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Read LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Show LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Generic LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Associated Types

type Rep LabelingJobOutput :: Type -> Type #

NFData LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

Methods

rnf :: LabelingJobOutput -> () #

Hashable LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

FromJSON LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutput

type Rep LabelingJobOutput = D1 ('MetaData "LabelingJobOutput" "Amazonka.SageMaker.Types.LabelingJobOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finalActiveLearningModelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputDatasetS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobOutput Source #

Create a value of LabelingJobOutput 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:finalActiveLearningModelArn:LabelingJobOutput', labelingJobOutput_finalActiveLearningModelArn - The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.

$sel:outputDatasetS3Uri:LabelingJobOutput', labelingJobOutput_outputDatasetS3Uri - The Amazon S3 bucket location of the manifest file for labeled data.

labelingJobOutput_finalActiveLearningModelArn :: Lens' LabelingJobOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) for the most recent Amazon SageMaker model trained as part of automated data labeling.

labelingJobOutput_outputDatasetS3Uri :: Lens' LabelingJobOutput Text Source #

The Amazon S3 bucket location of the manifest file for labeled data.

LabelingJobOutputConfig

data LabelingJobOutputConfig Source #

Output configuration information for a labeling job.

See: newLabelingJobOutputConfig smart constructor.

Constructors

LabelingJobOutputConfig' 

Fields

  • snsTopicArn :: Maybe Text

    An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

    If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

    To learn more, see Receive Output Data from a Streaming Labeling Job.

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

    If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

    If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role's account to encrypt your output data.

    If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

  • s3OutputPath :: Text

    The Amazon S3 location to write output data.

Instances

Instances details
Eq LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Read LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Show LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Generic LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Associated Types

type Rep LabelingJobOutputConfig :: Type -> Type #

NFData LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

Methods

rnf :: LabelingJobOutputConfig -> () #

Hashable LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

ToJSON LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

FromJSON LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

type Rep LabelingJobOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobOutputConfig

type Rep LabelingJobOutputConfig = D1 ('MetaData "LabelingJobOutputConfig" "Amazonka.SageMaker.Types.LabelingJobOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newLabelingJobOutputConfig Source #

Create a value of LabelingJobOutputConfig 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:snsTopicArn:LabelingJobOutputConfig', labelingJobOutputConfig_snsTopicArn - An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

To learn more, see Receive Output Data from a Streaming Labeling Job.

$sel:kmsKeyId:LabelingJobOutputConfig', labelingJobOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role's account to encrypt your output data.

If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

$sel:s3OutputPath:LabelingJobOutputConfig', labelingJobOutputConfig_s3OutputPath - The Amazon S3 location to write output data.

labelingJobOutputConfig_snsTopicArn :: Lens' LabelingJobOutputConfig (Maybe Text) Source #

An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide a SnsTopicArn if you want to do real time chaining to another streaming job and receive an Amazon SNS notifications each time a data object is submitted by a worker.

If you provide an SnsTopicArn in OutputConfig, when workers complete labeling tasks, Ground Truth will send labeling task output data to the SNS output topic you specify here.

To learn more, see Receive Output Data from a Streaming Labeling Job.

labelingJobOutputConfig_kmsKeyId :: Lens' LabelingJobOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service ID of the key used to encrypt the output data, if any.

If you provide your own KMS key ID, you must add the required permissions to your KMS key described in Encrypt Output Data and Storage Volume with Amazon Web Services KMS.

If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon Web Services KMS key for Amazon S3 for your role's account to encrypt your output data.

If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

labelingJobOutputConfig_s3OutputPath :: Lens' LabelingJobOutputConfig Text Source #

The Amazon S3 location to write output data.

LabelingJobResourceConfig

data LabelingJobResourceConfig Source #

Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.

See: newLabelingJobResourceConfig smart constructor.

Constructors

LabelingJobResourceConfig' 

Fields

  • volumeKmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

    You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

    The VolumeKmsKeyId can be any of the following formats:

    • KMS Key ID

      "1234abcd-12ab-34cd-56ef-1234567890ab"
    • Amazon Resource Name (ARN) of a KMS Key

      "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

Instances

Instances details
Eq LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Read LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Show LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Generic LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Associated Types

type Rep LabelingJobResourceConfig :: Type -> Type #

NFData LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

Hashable LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

ToJSON LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

FromJSON LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

type Rep LabelingJobResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobResourceConfig

type Rep LabelingJobResourceConfig = D1 ('MetaData "LabelingJobResourceConfig" "Amazonka.SageMaker.Types.LabelingJobResourceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobResourceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLabelingJobResourceConfig :: LabelingJobResourceConfig Source #

Create a value of LabelingJobResourceConfig 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:volumeKmsKeyId:LabelingJobResourceConfig', labelingJobResourceConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

The VolumeKmsKeyId can be any of the following formats:

  • KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

labelingJobResourceConfig_volumeKmsKeyId :: Lens' LabelingJobResourceConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.

You can only specify a VolumeKmsKeyId when you create a labeling job with automated data labeling enabled using the API operation CreateLabelingJob. You cannot specify an Amazon Web Services KMS key to encrypt the storage volume used for automated data labeling model training and inference when you create a labeling job using the console. To learn more, see Output Data and Storage Volume Encryption.

The VolumeKmsKeyId can be any of the following formats:

  • KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

LabelingJobS3DataSource

data LabelingJobS3DataSource Source #

The Amazon S3 location of the input data objects.

See: newLabelingJobS3DataSource smart constructor.

Constructors

LabelingJobS3DataSource' 

Fields

  • manifestS3Uri :: Text

    The Amazon S3 location of the manifest file that describes the input data objects.

    The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

    • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
    • source: The source of the object is the value. Use this value when the object is a text value.

    If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

Instances

Instances details
Eq LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Read LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Show LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Generic LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Associated Types

type Rep LabelingJobS3DataSource :: Type -> Type #

NFData LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

Methods

rnf :: LabelingJobS3DataSource -> () #

Hashable LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

ToJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

FromJSON LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobS3DataSource

type Rep LabelingJobS3DataSource = D1 ('MetaData "LabelingJobS3DataSource" "Amazonka.SageMaker.Types.LabelingJobS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobS3DataSource Source #

Create a value of LabelingJobS3DataSource 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:manifestS3Uri:LabelingJobS3DataSource', labelingJobS3DataSource_manifestS3Uri - The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

labelingJobS3DataSource_manifestS3Uri :: Lens' LabelingJobS3DataSource Text Source #

The Amazon S3 location of the manifest file that describes the input data objects.

The input manifest file referenced in ManifestS3Uri must contain one of the following keys: source-ref or source. The value of the keys are interpreted as follows:

  • source-ref: The source of the object is the Amazon S3 object specified in the value. Use this value when the object is a binary object, such as an image.
  • source: The source of the object is the value. Use this value when the object is a text value.

If you are a new user of Ground Truth, it is recommended you review Use an Input Manifest File in the Amazon SageMaker Developer Guide to learn how to create an input manifest file.

LabelingJobSnsDataSource

data LabelingJobSnsDataSource Source #

An Amazon SNS data source used for streaming labeling jobs.

See: newLabelingJobSnsDataSource smart constructor.

Constructors

LabelingJobSnsDataSource' 

Fields

  • snsTopicArn :: Text

    The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

Instances

Instances details
Eq LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Read LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Show LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Generic LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Associated Types

type Rep LabelingJobSnsDataSource :: Type -> Type #

NFData LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

Hashable LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

ToJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

FromJSON LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSnsDataSource

type Rep LabelingJobSnsDataSource = D1 ('MetaData "LabelingJobSnsDataSource" "Amazonka.SageMaker.Types.LabelingJobSnsDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSnsDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLabelingJobSnsDataSource Source #

Create a value of LabelingJobSnsDataSource 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:snsTopicArn:LabelingJobSnsDataSource', labelingJobSnsDataSource_snsTopicArn - The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

labelingJobSnsDataSource_snsTopicArn :: Lens' LabelingJobSnsDataSource Text Source #

The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of the input topic you will use to send new data objects to a streaming labeling job.

LabelingJobStoppingConditions

data LabelingJobStoppingConditions Source #

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

See: newLabelingJobStoppingConditions smart constructor.

Constructors

LabelingJobStoppingConditions' 

Fields

Instances

Instances details
Eq LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Read LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Show LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Generic LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Associated Types

type Rep LabelingJobStoppingConditions :: Type -> Type #

NFData LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

Hashable LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

ToJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

FromJSON LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobStoppingConditions

type Rep LabelingJobStoppingConditions = D1 ('MetaData "LabelingJobStoppingConditions" "Amazonka.SageMaker.Types.LabelingJobStoppingConditions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobStoppingConditions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxHumanLabeledObjectCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxPercentageOfInputDatasetLabeled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newLabelingJobStoppingConditions :: LabelingJobStoppingConditions Source #

Create a value of LabelingJobStoppingConditions 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:maxHumanLabeledObjectCount:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxHumanLabeledObjectCount - The maximum number of objects that can be labeled by human workers.

$sel:maxPercentageOfInputDatasetLabeled:LabelingJobStoppingConditions', labelingJobStoppingConditions_maxPercentageOfInputDatasetLabeled - The maximum number of input data objects that should be labeled.

labelingJobStoppingConditions_maxHumanLabeledObjectCount :: Lens' LabelingJobStoppingConditions (Maybe Natural) Source #

The maximum number of objects that can be labeled by human workers.

LabelingJobSummary

data LabelingJobSummary Source #

Provides summary information about a labeling job.

See: newLabelingJobSummary smart constructor.

Constructors

LabelingJobSummary' 

Fields

Instances

Instances details
Eq LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Read LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Show LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Generic LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Associated Types

type Rep LabelingJobSummary :: Type -> Type #

NFData LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

Methods

rnf :: LabelingJobSummary -> () #

Hashable LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

FromJSON LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LabelingJobSummary

type Rep LabelingJobSummary = D1 ('MetaData "LabelingJobSummary" "Amazonka.SageMaker.Types.LabelingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LabelingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "annotationConsolidationLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobInputConfig)))) :*: (S1 ('MetaSel ('Just "labelingJobOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LabelingJobOutput)) :*: (S1 ('MetaSel ('Just "labelingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "labelingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelingJobStatus))) :*: (S1 ('MetaSel ('Just "labelCounters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LabelCounters) :*: (S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "preHumanTaskLambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newLabelingJobSummary Source #

Create a value of LabelingJobSummary 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:failureReason:LabelingJobSummary', labelingJobSummary_failureReason - If the LabelingJobStatus field is Failed, this field contains a description of the error.

$sel:annotationConsolidationLambdaArn:LabelingJobSummary', labelingJobSummary_annotationConsolidationLambdaArn - The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

$sel:inputConfig:LabelingJobSummary', labelingJobSummary_inputConfig - Input configuration for the labeling job.

$sel:labelingJobOutput:LabelingJobSummary', labelingJobSummary_labelingJobOutput - The location of the output produced by the labeling job.

$sel:labelingJobName:LabelingJobSummary', labelingJobSummary_labelingJobName - The name of the labeling job.

$sel:labelingJobArn:LabelingJobSummary', labelingJobSummary_labelingJobArn - The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

$sel:creationTime:LabelingJobSummary', labelingJobSummary_creationTime - The date and time that the job was created (timestamp).

$sel:lastModifiedTime:LabelingJobSummary', labelingJobSummary_lastModifiedTime - The date and time that the job was last modified (timestamp).

$sel:labelingJobStatus:LabelingJobSummary', labelingJobSummary_labelingJobStatus - The current status of the labeling job.

$sel:labelCounters:LabelingJobSummary', labelingJobSummary_labelCounters - Counts showing the progress of the labeling job.

$sel:workteamArn:LabelingJobSummary', labelingJobSummary_workteamArn - The Amazon Resource Name (ARN) of the work team assigned to the job.

$sel:preHumanTaskLambdaArn:LabelingJobSummary', labelingJobSummary_preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

labelingJobSummary_failureReason :: Lens' LabelingJobSummary (Maybe Text) Source #

If the LabelingJobStatus field is Failed, this field contains a description of the error.

labelingJobSummary_annotationConsolidationLambdaArn :: Lens' LabelingJobSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.

labelingJobSummary_labelingJobOutput :: Lens' LabelingJobSummary (Maybe LabelingJobOutput) Source #

The location of the output produced by the labeling job.

labelingJobSummary_labelingJobArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) assigned to the labeling job when it was created.

labelingJobSummary_creationTime :: Lens' LabelingJobSummary UTCTime Source #

The date and time that the job was created (timestamp).

labelingJobSummary_lastModifiedTime :: Lens' LabelingJobSummary UTCTime Source #

The date and time that the job was last modified (timestamp).

labelingJobSummary_labelCounters :: Lens' LabelingJobSummary LabelCounters Source #

Counts showing the progress of the labeling job.

labelingJobSummary_workteamArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) of the work team assigned to the job.

labelingJobSummary_preHumanTaskLambdaArn :: Lens' LabelingJobSummary Text Source #

The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.

LambdaStepMetadata

data LambdaStepMetadata Source #

Metadata for a Lambda step.

See: newLambdaStepMetadata smart constructor.

Constructors

LambdaStepMetadata' 

Fields

Instances

Instances details
Eq LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Read LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Show LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Generic LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Associated Types

type Rep LambdaStepMetadata :: Type -> Type #

NFData LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

Methods

rnf :: LambdaStepMetadata -> () #

Hashable LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

FromJSON LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.LambdaStepMetadata

type Rep LambdaStepMetadata = D1 ('MetaData "LambdaStepMetadata" "Amazonka.SageMaker.Types.LambdaStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "LambdaStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputParameter]))))

newLambdaStepMetadata :: LambdaStepMetadata Source #

Create a value of LambdaStepMetadata 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:arn:LambdaStepMetadata', lambdaStepMetadata_arn - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

$sel:outputParameters:LambdaStepMetadata', lambdaStepMetadata_outputParameters - A list of the output parameters of the Lambda step.

lambdaStepMetadata_arn :: Lens' LambdaStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

lambdaStepMetadata_outputParameters :: Lens' LambdaStepMetadata (Maybe [OutputParameter]) Source #

A list of the output parameters of the Lambda step.

MemberDefinition

data MemberDefinition Source #

Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.

See: newMemberDefinition smart constructor.

Constructors

MemberDefinition' 

Fields

  • oidcMemberDefinition :: Maybe OidcMemberDefinition

    A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

  • cognitoMemberDefinition :: Maybe CognitoMemberDefinition

    The Amazon Cognito user group that is part of the work team.

Instances

Instances details
Eq MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Read MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Show MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Generic MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Associated Types

type Rep MemberDefinition :: Type -> Type #

NFData MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

Methods

rnf :: MemberDefinition -> () #

Hashable MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

ToJSON MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

FromJSON MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

type Rep MemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MemberDefinition

type Rep MemberDefinition = D1 ('MetaData "MemberDefinition" "Amazonka.SageMaker.Types.MemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "oidcMemberDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OidcMemberDefinition)) :*: S1 ('MetaSel ('Just "cognitoMemberDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CognitoMemberDefinition))))

newMemberDefinition :: MemberDefinition Source #

Create a value of MemberDefinition 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:oidcMemberDefinition:MemberDefinition', memberDefinition_oidcMemberDefinition - A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

$sel:cognitoMemberDefinition:MemberDefinition', memberDefinition_cognitoMemberDefinition - The Amazon Cognito user group that is part of the work team.

memberDefinition_oidcMemberDefinition :: Lens' MemberDefinition (Maybe OidcMemberDefinition) Source #

A list user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

memberDefinition_cognitoMemberDefinition :: Lens' MemberDefinition (Maybe CognitoMemberDefinition) Source #

The Amazon Cognito user group that is part of the work team.

MetadataProperties

data MetadataProperties Source #

Metadata properties of the tracking entity, trial, or trial component.

See: newMetadataProperties smart constructor.

Constructors

MetadataProperties' 

Fields

Instances

Instances details
Eq MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Read MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Show MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Generic MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Associated Types

type Rep MetadataProperties :: Type -> Type #

NFData MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

Methods

rnf :: MetadataProperties -> () #

Hashable MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

ToJSON MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

FromJSON MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

type Rep MetadataProperties Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetadataProperties

type Rep MetadataProperties = D1 ('MetaData "MetadataProperties" "Amazonka.SageMaker.Types.MetadataProperties" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetadataProperties'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "generatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMetadataProperties :: MetadataProperties Source #

Create a value of MetadataProperties 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:commitId:MetadataProperties', metadataProperties_commitId - The commit ID.

$sel:repository:MetadataProperties', metadataProperties_repository - The repository.

$sel:generatedBy:MetadataProperties', metadataProperties_generatedBy - The entity this entity was generated by.

$sel:projectId:MetadataProperties', metadataProperties_projectId - The project ID.

metadataProperties_generatedBy :: Lens' MetadataProperties (Maybe Text) Source #

The entity this entity was generated by.

MetricData

data MetricData Source #

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

See: newMetricData smart constructor.

Constructors

MetricData' 

Fields

Instances

Instances details
Eq MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Read MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Show MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Generic MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Associated Types

type Rep MetricData :: Type -> Type #

NFData MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

Methods

rnf :: MetricData -> () #

Hashable MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

FromJSON MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

type Rep MetricData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricData

type Rep MetricData = D1 ('MetaData "MetricData" "Amazonka.SageMaker.Types.MetricData" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newMetricData :: MetricData Source #

Create a value of MetricData 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:metricName:MetricData', metricData_metricName - The name of the metric.

$sel:value:MetricData', metricData_value - The value of the metric.

$sel:timestamp:MetricData', metricData_timestamp - The date and time that the algorithm emitted the metric.

metricData_value :: Lens' MetricData (Maybe Double) Source #

The value of the metric.

metricData_timestamp :: Lens' MetricData (Maybe UTCTime) Source #

The date and time that the algorithm emitted the metric.

MetricDatum

data MetricDatum Source #

Information about the metric for a candidate produced by an AutoML job.

See: newMetricDatum smart constructor.

Constructors

MetricDatum' 

Fields

Instances

Instances details
Eq MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Read MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Show MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Generic MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Associated Types

type Rep MetricDatum :: Type -> Type #

NFData MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

Methods

rnf :: MetricDatum -> () #

Hashable MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

FromJSON MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

type Rep MetricDatum Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDatum

type Rep MetricDatum = D1 ('MetaData "MetricDatum" "Amazonka.SageMaker.Types.MetricDatum" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricDatum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "set") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricSetSource)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLMetricEnum)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newMetricDatum :: MetricDatum Source #

Create a value of MetricDatum 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:set:MetricDatum', metricDatum_set - The dataset split from which the AutoML job produced the metric.

$sel:metricName:MetricDatum', metricDatum_metricName - The name of the metric.

$sel:value:MetricDatum', metricDatum_value - The value of the metric.

metricDatum_set :: Lens' MetricDatum (Maybe MetricSetSource) Source #

The dataset split from which the AutoML job produced the metric.

metricDatum_value :: Lens' MetricDatum (Maybe Double) Source #

The value of the metric.

MetricDefinition

data MetricDefinition Source #

Specifies a metric that the training algorithm writes to stderr or stdout. Amazon SageMakerhyperparameter tuning captures all defined metrics. You specify one metric that a hyperparameter tuning job uses as its objective metric to choose the best training job.

See: newMetricDefinition smart constructor.

Constructors

MetricDefinition' 

Fields

  • name :: Text

    The name of the metric.

  • regex :: Text

    A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.

Instances

Instances details
Eq MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Read MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Show MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Generic MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Associated Types

type Rep MetricDefinition :: Type -> Type #

NFData MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

Methods

rnf :: MetricDefinition -> () #

Hashable MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

ToJSON MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

FromJSON MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

type Rep MetricDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricDefinition

type Rep MetricDefinition = D1 ('MetaData "MetricDefinition" "Amazonka.SageMaker.Types.MetricDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "regex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newMetricDefinition Source #

Create a value of MetricDefinition 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:name:MetricDefinition', metricDefinition_name - The name of the metric.

$sel:regex:MetricDefinition', metricDefinition_regex - A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.

metricDefinition_regex :: Lens' MetricDefinition Text Source #

A regular expression that searches the output of a training job and gets the value of the metric. For more information about using regular expressions to define metrics, see Defining Objective Metrics.

MetricsSource

data MetricsSource Source #

See: newMetricsSource smart constructor.

Instances

Instances details
Eq MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Read MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Show MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Generic MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Associated Types

type Rep MetricsSource :: Type -> Type #

NFData MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

Methods

rnf :: MetricsSource -> () #

Hashable MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

ToJSON MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

FromJSON MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

type Rep MetricsSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MetricsSource

type Rep MetricsSource = D1 ('MetaData "MetricsSource" "Amazonka.SageMaker.Types.MetricsSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MetricsSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contentDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMetricsSource Source #

Create a value of MetricsSource 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:contentDigest:MetricsSource', metricsSource_contentDigest -

$sel:contentType:MetricsSource', metricsSource_contentType -

$sel:s3Uri:MetricsSource', metricsSource_s3Uri -

ModelArtifacts

data ModelArtifacts Source #

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

See: newModelArtifacts smart constructor.

Constructors

ModelArtifacts' 

Fields

  • s3ModelArtifacts :: Text

    The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

Instances

Instances details
Eq ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Read ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Show ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Generic ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Associated Types

type Rep ModelArtifacts :: Type -> Type #

NFData ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

Methods

rnf :: ModelArtifacts -> () #

Hashable ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

FromJSON ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelArtifacts

type Rep ModelArtifacts = D1 ('MetaData "ModelArtifacts" "Amazonka.SageMaker.Types.ModelArtifacts" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelArtifacts'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ModelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newModelArtifacts Source #

Create a value of ModelArtifacts 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:s3ModelArtifacts:ModelArtifacts', modelArtifacts_s3ModelArtifacts - The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

modelArtifacts_s3ModelArtifacts :: Lens' ModelArtifacts Text Source #

The path of the S3 object that contains the model artifacts. For example, s3://bucket-name/keynameprefix/model.tar.gz.

ModelBiasAppSpecification

data ModelBiasAppSpecification Source #

Docker container image configuration object for the model bias job.

See: newModelBiasAppSpecification smart constructor.

Constructors

ModelBiasAppSpecification' 

Fields

Instances

Instances details
Eq ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Read ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Show ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Generic ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Associated Types

type Rep ModelBiasAppSpecification :: Type -> Type #

NFData ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

Hashable ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

ToJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

FromJSON ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasAppSpecification

type Rep ModelBiasAppSpecification = D1 ('MetaData "ModelBiasAppSpecification" "Amazonka.SageMaker.Types.ModelBiasAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasAppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModelBiasAppSpecification Source #

Create a value of ModelBiasAppSpecification 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:environment:ModelBiasAppSpecification', modelBiasAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelBiasAppSpecification', modelBiasAppSpecification_imageUri - The container image to be run by the model bias job.

$sel:configUri:ModelBiasAppSpecification', modelBiasAppSpecification_configUri - JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

modelBiasAppSpecification_environment :: Lens' ModelBiasAppSpecification (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the Docker container.

modelBiasAppSpecification_imageUri :: Lens' ModelBiasAppSpecification Text Source #

The container image to be run by the model bias job.

modelBiasAppSpecification_configUri :: Lens' ModelBiasAppSpecification Text Source #

JSON formatted S3 file that defines bias parameters. For more information on this JSON configuration file, see Configure bias parameters.

ModelBiasBaselineConfig

data ModelBiasBaselineConfig Source #

The configuration for a baseline model bias job.

See: newModelBiasBaselineConfig smart constructor.

Constructors

ModelBiasBaselineConfig' 

Fields

Instances

Instances details
Eq ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Read ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Show ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Generic ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Associated Types

type Rep ModelBiasBaselineConfig :: Type -> Type #

NFData ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

Methods

rnf :: ModelBiasBaselineConfig -> () #

Hashable ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

ToJSON ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

FromJSON ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

type Rep ModelBiasBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelBiasBaselineConfig

type Rep ModelBiasBaselineConfig = D1 ('MetaData "ModelBiasBaselineConfig" "Amazonka.SageMaker.Types.ModelBiasBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelBiasBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelBiasBaselineConfig :: ModelBiasBaselineConfig Source #

Create a value of ModelBiasBaselineConfig 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:constraintsResource:ModelBiasBaselineConfig', modelBiasBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelBiasBaselineConfig', modelBiasBaselineConfig_baseliningJobName - The name of the baseline model bias job.

ModelBiasJobInput

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.

ModelClientConfig

data ModelClientConfig Source #

Configures the timeout and maximum number of retries for processing a transform job invocation.

See: newModelClientConfig smart constructor.

Constructors

ModelClientConfig' 

Fields

Instances

Instances details
Eq ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Read ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Show ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Generic ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Associated Types

type Rep ModelClientConfig :: Type -> Type #

NFData ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

Methods

rnf :: ModelClientConfig -> () #

Hashable ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

ToJSON ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

FromJSON ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

type Rep ModelClientConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelClientConfig

type Rep ModelClientConfig = D1 ('MetaData "ModelClientConfig" "Amazonka.SageMaker.Types.ModelClientConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelClientConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invocationsTimeoutInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "invocationsMaxRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newModelClientConfig :: ModelClientConfig Source #

Create a value of ModelClientConfig 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:invocationsTimeoutInSeconds:ModelClientConfig', modelClientConfig_invocationsTimeoutInSeconds - The timeout value in seconds for an invocation request.

$sel:invocationsMaxRetries:ModelClientConfig', modelClientConfig_invocationsMaxRetries - The maximum number of retries when invocation requests are failing.

modelClientConfig_invocationsTimeoutInSeconds :: Lens' ModelClientConfig (Maybe Natural) Source #

The timeout value in seconds for an invocation request.

modelClientConfig_invocationsMaxRetries :: Lens' ModelClientConfig (Maybe Natural) Source #

The maximum number of retries when invocation requests are failing.

ModelDataQuality

data ModelDataQuality Source #

Data quality constraints and statistics for a model.

See: newModelDataQuality smart constructor.

Constructors

ModelDataQuality' 

Fields

Instances

Instances details
Eq ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Read ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Show ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Generic ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Associated Types

type Rep ModelDataQuality :: Type -> Type #

NFData ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

Methods

rnf :: ModelDataQuality -> () #

Hashable ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

ToJSON ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

FromJSON ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

type Rep ModelDataQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDataQuality

type Rep ModelDataQuality = D1 ('MetaData "ModelDataQuality" "Amazonka.SageMaker.Types.ModelDataQuality" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDataQuality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource)) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newModelDataQuality :: ModelDataQuality Source #

Create a value of ModelDataQuality 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:constraints:ModelDataQuality', modelDataQuality_constraints - Data quality constraints for a model.

$sel:statistics:ModelDataQuality', modelDataQuality_statistics - Data quality statistics for a model.

ModelDeployConfig

data ModelDeployConfig Source #

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

See: newModelDeployConfig smart constructor.

Constructors

ModelDeployConfig' 

Fields

  • endpointName :: Maybe Text

    Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

    Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

  • autoGenerateEndpointName :: Maybe Bool

    Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

    If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

Instances

Instances details
Eq ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Read ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Show ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Generic ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Associated Types

type Rep ModelDeployConfig :: Type -> Type #

NFData ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

Methods

rnf :: ModelDeployConfig -> () #

Hashable ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

ToJSON ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

FromJSON ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

type Rep ModelDeployConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployConfig

type Rep ModelDeployConfig = D1 ('MetaData "ModelDeployConfig" "Amazonka.SageMaker.Types.ModelDeployConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDeployConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "autoGenerateEndpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newModelDeployConfig :: ModelDeployConfig Source #

Create a value of ModelDeployConfig 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:endpointName:ModelDeployConfig', modelDeployConfig_endpointName - Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

$sel:autoGenerateEndpointName:ModelDeployConfig', modelDeployConfig_autoGenerateEndpointName - Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

modelDeployConfig_endpointName :: Lens' ModelDeployConfig (Maybe Text) Source #

Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.

Specify the EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

modelDeployConfig_autoGenerateEndpointName :: Lens' ModelDeployConfig (Maybe Bool) Source #

Set to True to automatically generate an endpoint name for a one-click Autopilot model deployment; set to False otherwise. The default value is False.

If you set AutoGenerateEndpointName to True, do not specify the EndpointName; otherwise a 400 error is thrown.

ModelDeployResult

data ModelDeployResult Source #

Provides information about the endpoint of the model deployment.

See: newModelDeployResult smart constructor.

Constructors

ModelDeployResult' 

Fields

  • endpointName :: Maybe Text

    The name of the endpoint to which the model has been deployed.

    If model deployment fails, this field is omitted from the response.

Instances

Instances details
Eq ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Read ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Show ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Generic ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Associated Types

type Rep ModelDeployResult :: Type -> Type #

NFData ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

Methods

rnf :: ModelDeployResult -> () #

Hashable ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

FromJSON ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDeployResult

type Rep ModelDeployResult = D1 ('MetaData "ModelDeployResult" "Amazonka.SageMaker.Types.ModelDeployResult" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDeployResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelDeployResult :: ModelDeployResult Source #

Create a value of ModelDeployResult 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:endpointName:ModelDeployResult', modelDeployResult_endpointName - The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

modelDeployResult_endpointName :: Lens' ModelDeployResult (Maybe Text) Source #

The name of the endpoint to which the model has been deployed.

If model deployment fails, this field is omitted from the response.

ModelDigests

data ModelDigests Source #

Provides information to verify the integrity of stored model artifacts.

See: newModelDigests smart constructor.

Constructors

ModelDigests' 

Fields

Instances

Instances details
Eq ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Read ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Show ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Generic ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Associated Types

type Rep ModelDigests :: Type -> Type #

NFData ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

Methods

rnf :: ModelDigests -> () #

Hashable ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

FromJSON ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

type Rep ModelDigests Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDigests

type Rep ModelDigests = D1 ('MetaData "ModelDigests" "Amazonka.SageMaker.Types.ModelDigests" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelDigests'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelDigests :: ModelDigests Source #

Create a value of ModelDigests 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:artifactDigest:ModelDigests', modelDigests_artifactDigest - Provides a hash value that uniquely identifies the stored model artifacts.

modelDigests_artifactDigest :: Lens' ModelDigests (Maybe Text) Source #

Provides a hash value that uniquely identifies the stored model artifacts.

ModelExplainabilityAppSpecification

data ModelExplainabilityAppSpecification Source #

Docker container image configuration object for the model explainability job.

See: newModelExplainabilityAppSpecification smart constructor.

Constructors

ModelExplainabilityAppSpecification' 

Fields

Instances

Instances details
Eq ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Read ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Show ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Generic ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

NFData ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

Hashable ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

ToJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

FromJSON ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification

type Rep ModelExplainabilityAppSpecification = D1 ('MetaData "ModelExplainabilityAppSpecification" "Amazonka.SageMaker.Types.ModelExplainabilityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityAppSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "configUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newModelExplainabilityAppSpecification Source #

Create a value of ModelExplainabilityAppSpecification 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:environment:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_environment - Sets the environment variables in the Docker container.

$sel:imageUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_imageUri - The container image to be run by the model explainability job.

$sel:configUri:ModelExplainabilityAppSpecification', modelExplainabilityAppSpecification_configUri - JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

modelExplainabilityAppSpecification_imageUri :: Lens' ModelExplainabilityAppSpecification Text Source #

The container image to be run by the model explainability job.

modelExplainabilityAppSpecification_configUri :: Lens' ModelExplainabilityAppSpecification Text Source #

JSON formatted S3 file that defines explainability parameters. For more information on this JSON configuration file, see Configure model explainability parameters.

ModelExplainabilityBaselineConfig

data ModelExplainabilityBaselineConfig Source #

The configuration for a baseline model explainability job.

See: newModelExplainabilityBaselineConfig smart constructor.

Constructors

ModelExplainabilityBaselineConfig' 

Fields

Instances

Instances details
Eq ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Read ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Show ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Generic ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Associated Types

type Rep ModelExplainabilityBaselineConfig :: Type -> Type #

NFData ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

Hashable ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

ToJSON ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

FromJSON ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

type Rep ModelExplainabilityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig

type Rep ModelExplainabilityBaselineConfig = D1 ('MetaData "ModelExplainabilityBaselineConfig" "Amazonka.SageMaker.Types.ModelExplainabilityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelExplainabilityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelExplainabilityBaselineConfig :: ModelExplainabilityBaselineConfig Source #

Create a value of ModelExplainabilityBaselineConfig 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:constraintsResource:ModelExplainabilityBaselineConfig', modelExplainabilityBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelExplainabilityBaselineConfig', modelExplainabilityBaselineConfig_baseliningJobName - The name of the baseline model explainability job.

ModelExplainabilityJobInput

data ModelExplainabilityJobInput Source #

Inputs for the model explainability job.

See: newModelExplainabilityJobInput smart constructor.

Instances

Instances details
Eq ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Read ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Show ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Generic ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Associated Types

type Rep ModelExplainabilityJobInput :: Type -> Type #

NFData ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

Hashable ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

ToJSON ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

FromJSON ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

type Rep ModelExplainabilityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelExplainabilityJobInput

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

newModelExplainabilityJobInput Source #

Create a value of ModelExplainabilityJobInput 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:ModelExplainabilityJobInput', modelExplainabilityJobInput_endpointInput - Undocumented member.

ModelMetrics

data ModelMetrics Source #

Contains metrics captured from a model.

See: newModelMetrics smart constructor.

Constructors

ModelMetrics' 

Fields

Instances

Instances details
Eq ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Read ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Show ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Generic ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Associated Types

type Rep ModelMetrics :: Type -> Type #

NFData ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

Methods

rnf :: ModelMetrics -> () #

Hashable ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

ToJSON ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

FromJSON ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

type Rep ModelMetrics Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetrics

type Rep ModelMetrics = D1 ('MetaData "ModelMetrics" "Amazonka.SageMaker.Types.ModelMetrics" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelMetrics'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bias)) :*: S1 ('MetaSel ('Just "modelDataQuality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelDataQuality))) :*: (S1 ('MetaSel ('Just "modelQuality") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelQuality)) :*: S1 ('MetaSel ('Just "explainability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Explainability)))))

newModelMetrics :: ModelMetrics Source #

Create a value of ModelMetrics 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:bias:ModelMetrics', modelMetrics_bias - Metrics that measure bais in a model.

$sel:modelDataQuality:ModelMetrics', modelMetrics_modelDataQuality - Metrics that measure the quality of the input data for a model.

$sel:modelQuality:ModelMetrics', modelMetrics_modelQuality - Metrics that measure the quality of a model.

$sel:explainability:ModelMetrics', modelMetrics_explainability - Metrics that help explain a model.

modelMetrics_bias :: Lens' ModelMetrics (Maybe Bias) Source #

Metrics that measure bais in a model.

modelMetrics_modelDataQuality :: Lens' ModelMetrics (Maybe ModelDataQuality) Source #

Metrics that measure the quality of the input data for a model.

modelMetrics_modelQuality :: Lens' ModelMetrics (Maybe ModelQuality) Source #

Metrics that measure the quality of a model.

ModelPackage

data ModelPackage Source #

A versioned model that can be deployed for SageMaker inference.

See: newModelPackage smart constructor.

Constructors

ModelPackage' 

Fields

Instances

Instances details
Eq ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Read ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Show ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Generic ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Associated Types

type Rep ModelPackage :: Type -> Type #

NFData ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

Methods

rnf :: ModelPackage -> () #

Hashable ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

FromJSON ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

type Rep ModelPackage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackage

type Rep ModelPackage = D1 ('MetaData "ModelPackage" "Amazonka.SageMaker.Types.ModelPackage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackage'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: (S1 ('MetaSel ('Just "sourceAlgorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAlgorithmSpecification)) :*: S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelMetrics))) :*: (S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "validationSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageValidationSpecification)) :*: S1 ('MetaSel ('Just "inferenceSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InferenceSpecification))) :*: (S1 ('MetaSel ('Just "approvalDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "certifyForMarketplace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "modelPackageStatusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageStatusDetails)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageStatus))))))))

newModelPackage :: ModelPackage Source #

Create a value of ModelPackage 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:creationTime:ModelPackage', modelPackage_creationTime - The time that the model package was created.

$sel:metadataProperties:ModelPackage', modelPackage_metadataProperties - Undocumented member.

$sel:modelApprovalStatus:ModelPackage', modelPackage_modelApprovalStatus - The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

$sel:sourceAlgorithmSpecification:ModelPackage', modelPackage_sourceAlgorithmSpecification - Undocumented member.

$sel:modelPackageName:ModelPackage', modelPackage_modelPackageName - The name of the model.

$sel:modelPackageArn:ModelPackage', modelPackage_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:modelMetrics:ModelPackage', modelPackage_modelMetrics - Metrics for the model.

$sel:modelPackageDescription:ModelPackage', modelPackage_modelPackageDescription - The description of the model package.

$sel:createdBy:ModelPackage', modelPackage_createdBy - Undocumented member.

$sel:lastModifiedTime:ModelPackage', modelPackage_lastModifiedTime - The last time the model package was modified.

$sel:validationSpecification:ModelPackage', modelPackage_validationSpecification - Undocumented member.

$sel:inferenceSpecification:ModelPackage', modelPackage_inferenceSpecification - Undocumented member.

$sel:approvalDescription:ModelPackage', modelPackage_approvalDescription - A description provided when the model approval is set.

$sel:modelPackageVersion:ModelPackage', modelPackage_modelPackageVersion - The version number of a versioned model.

$sel:certifyForMarketplace:ModelPackage', modelPackage_certifyForMarketplace - Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

$sel:modelPackageGroupName:ModelPackage', modelPackage_modelPackageGroupName - The model group to which the model belongs.

$sel:lastModifiedBy:ModelPackage', modelPackage_lastModifiedBy - Undocumented member.

$sel:modelPackageStatusDetails:ModelPackage', modelPackage_modelPackageStatusDetails - Undocumented member.

$sel:tags:ModelPackage', modelPackage_tags - A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

$sel:modelPackageStatus:ModelPackage', modelPackage_modelPackageStatus - The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.
  • IN_PROGRESS - The model package is in the process of being created.
  • COMPLETED - The model package was successfully created.
  • FAILED - The model package failed.
  • DELETING - The model package is in the process of being deleted.

modelPackage_creationTime :: Lens' ModelPackage (Maybe UTCTime) Source #

The time that the model package was created.

modelPackage_modelApprovalStatus :: Lens' ModelPackage (Maybe ModelApprovalStatus) Source #

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

modelPackage_modelPackageArn :: Lens' ModelPackage (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model package.

modelPackage_modelPackageDescription :: Lens' ModelPackage (Maybe Text) Source #

The description of the model package.

modelPackage_lastModifiedTime :: Lens' ModelPackage (Maybe UTCTime) Source #

The last time the model package was modified.

modelPackage_approvalDescription :: Lens' ModelPackage (Maybe Text) Source #

A description provided when the model approval is set.

modelPackage_modelPackageVersion :: Lens' ModelPackage (Maybe Natural) Source #

The version number of a versioned model.

modelPackage_certifyForMarketplace :: Lens' ModelPackage (Maybe Bool) Source #

Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

modelPackage_modelPackageGroupName :: Lens' ModelPackage (Maybe Text) Source #

The model group to which the model belongs.

modelPackage_tags :: Lens' ModelPackage (Maybe [Tag]) Source #

A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

modelPackage_modelPackageStatus :: Lens' ModelPackage (Maybe ModelPackageStatus) Source #

The status of the model package. This can be one of the following values.

  • PENDING - The model package is pending being created.
  • IN_PROGRESS - The model package is in the process of being created.
  • COMPLETED - The model package was successfully created.
  • FAILED - The model package failed.
  • DELETING - The model package is in the process of being deleted.

ModelPackageContainerDefinition

data ModelPackageContainerDefinition Source #

Describes the Docker container for the model package.

See: newModelPackageContainerDefinition smart constructor.

Constructors

ModelPackageContainerDefinition' 

Fields

  • modelDataUrl :: Maybe Text

    The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

    The model artifacts must be in an S3 bucket that is in the same region as the model package.

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

  • imageDigest :: Maybe Text

    An MD5 hash of the training algorithm that identifies the Docker image used for training.

  • containerHostname :: Maybe Text

    The DNS host name for the Docker container.

  • productId :: Maybe Text

    The Amazon Web Services Marketplace product ID of the model package.

  • image :: Text

    The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

    If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

Instances

Instances details
Eq ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Read ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Show ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Generic ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Associated Types

type Rep ModelPackageContainerDefinition :: Type -> Type #

NFData ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

Hashable ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

ToJSON ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

FromJSON ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

type Rep ModelPackageContainerDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageContainerDefinition

type Rep ModelPackageContainerDefinition = D1 ('MetaData "ModelPackageContainerDefinition" "Amazonka.SageMaker.Types.ModelPackageContainerDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageContainerDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "imageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "containerHostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "image") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModelPackageContainerDefinition Source #

Create a value of ModelPackageContainerDefinition 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:modelDataUrl:ModelPackageContainerDefinition', modelPackageContainerDefinition_modelDataUrl - The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the model package.

$sel:environment:ModelPackageContainerDefinition', modelPackageContainerDefinition_environment - The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

$sel:imageDigest:ModelPackageContainerDefinition', modelPackageContainerDefinition_imageDigest - An MD5 hash of the training algorithm that identifies the Docker image used for training.

$sel:containerHostname:ModelPackageContainerDefinition', modelPackageContainerDefinition_containerHostname - The DNS host name for the Docker container.

$sel:productId:ModelPackageContainerDefinition', modelPackageContainerDefinition_productId - The Amazon Web Services Marketplace product ID of the model package.

$sel:image:ModelPackageContainerDefinition', modelPackageContainerDefinition_image - The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

modelPackageContainerDefinition_modelDataUrl :: Lens' ModelPackageContainerDefinition (Maybe Text) Source #

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the model package.

modelPackageContainerDefinition_environment :: Lens' ModelPackageContainerDefinition (Maybe (HashMap Text Text)) Source #

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

modelPackageContainerDefinition_imageDigest :: Lens' ModelPackageContainerDefinition (Maybe Text) Source #

An MD5 hash of the training algorithm that identifies the Docker image used for training.

modelPackageContainerDefinition_productId :: Lens' ModelPackageContainerDefinition (Maybe Text) Source #

The Amazon Web Services Marketplace product ID of the model package.

modelPackageContainerDefinition_image :: Lens' ModelPackageContainerDefinition Text Source #

The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.

If you are using your own custom algorithm instead of an algorithm provided by Amazon SageMaker, the inference code must meet Amazon SageMaker requirements. Amazon SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

ModelPackageGroup

data ModelPackageGroup Source #

A group of versioned models in the model registry.

See: newModelPackageGroup smart constructor.

Constructors

ModelPackageGroup' 

Fields

Instances

Instances details
Eq ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Read ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Show ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Generic ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Associated Types

type Rep ModelPackageGroup :: Type -> Type #

NFData ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

Methods

rnf :: ModelPackageGroup -> () #

Hashable ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

FromJSON ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroup

type Rep ModelPackageGroup = D1 ('MetaData "ModelPackageGroup" "Amazonka.SageMaker.Types.ModelPackageGroup" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroupStatus)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

newModelPackageGroup :: ModelPackageGroup Source #

Create a value of ModelPackageGroup 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:creationTime:ModelPackageGroup', modelPackageGroup_creationTime - The time that the model group was created.

$sel:modelPackageGroupDescription:ModelPackageGroup', modelPackageGroup_modelPackageGroupDescription - The description for the model group.

$sel:modelPackageGroupArn:ModelPackageGroup', modelPackageGroup_modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.

$sel:createdBy:ModelPackageGroup', modelPackageGroup_createdBy - Undocumented member.

$sel:modelPackageGroupName:ModelPackageGroup', modelPackageGroup_modelPackageGroupName - The name of the model group.

$sel:modelPackageGroupStatus:ModelPackageGroup', modelPackageGroup_modelPackageGroupStatus - The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.

$sel:tags:ModelPackageGroup', modelPackageGroup_tags - A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

modelPackageGroup_creationTime :: Lens' ModelPackageGroup (Maybe UTCTime) Source #

The time that the model group was created.

modelPackageGroup_modelPackageGroupArn :: Lens' ModelPackageGroup (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model group.

modelPackageGroup_modelPackageGroupStatus :: Lens' ModelPackageGroup (Maybe ModelPackageGroupStatus) Source #

The status of the model group. This can be one of the following values.

  • PENDING - The model group is pending being created.
  • IN_PROGRESS - The model group is in the process of being created.
  • COMPLETED - The model group was successfully created.
  • FAILED - The model group failed.
  • DELETING - The model group is in the process of being deleted.
  • DELETE_FAILED - SageMaker failed to delete the model group.

modelPackageGroup_tags :: Lens' ModelPackageGroup (Maybe [Tag]) Source #

A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

ModelPackageGroupSummary

data ModelPackageGroupSummary Source #

Summary information about a model group.

See: newModelPackageGroupSummary smart constructor.

Constructors

ModelPackageGroupSummary' 

Fields

Instances

Instances details
Eq ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Read ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Show ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Generic ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Associated Types

type Rep ModelPackageGroupSummary :: Type -> Type #

NFData ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Hashable ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

FromJSON ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary = D1 ('MetaData "ModelPackageGroupSummary" "Amazonka.SageMaker.Types.ModelPackageGroupSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageGroupStatus)))))

modelPackageGroupSummary_modelPackageGroupArn :: Lens' ModelPackageGroupSummary Text Source #

The Amazon Resource Name (ARN) of the model group.

ModelPackageStatusDetails

data ModelPackageStatusDetails Source #

Specifies the validation and image scan statuses of the model package.

See: newModelPackageStatusDetails smart constructor.

Constructors

ModelPackageStatusDetails' 

Fields

Instances

Instances details
Eq ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Read ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Show ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Generic ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Associated Types

type Rep ModelPackageStatusDetails :: Type -> Type #

NFData ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

Hashable ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

FromJSON ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusDetails

type Rep ModelPackageStatusDetails = D1 ('MetaData "ModelPackageStatusDetails" "Amazonka.SageMaker.Types.ModelPackageStatusDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageScanStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ModelPackageStatusItem])) :*: S1 ('MetaSel ('Just "validationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ModelPackageStatusItem])))

newModelPackageStatusDetails :: ModelPackageStatusDetails Source #

Create a value of ModelPackageStatusDetails 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:imageScanStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_imageScanStatuses - The status of the scan of the Docker image container for the model package.

$sel:validationStatuses:ModelPackageStatusDetails', modelPackageStatusDetails_validationStatuses - The validation status of the model package.

modelPackageStatusDetails_imageScanStatuses :: Lens' ModelPackageStatusDetails (Maybe [ModelPackageStatusItem]) Source #

The status of the scan of the Docker image container for the model package.

ModelPackageStatusItem

data ModelPackageStatusItem Source #

Represents the overall status of a model package.

See: newModelPackageStatusItem smart constructor.

Constructors

ModelPackageStatusItem' 

Fields

Instances

Instances details
Eq ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Read ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Show ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Generic ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Associated Types

type Rep ModelPackageStatusItem :: Type -> Type #

NFData ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

Methods

rnf :: ModelPackageStatusItem -> () #

Hashable ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

FromJSON ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageStatusItem

type Rep ModelPackageStatusItem = D1 ('MetaData "ModelPackageStatusItem" "Amazonka.SageMaker.Types.ModelPackageStatusItem" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageStatusItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DetailedModelPackageStatus))))

newModelPackageStatusItem Source #

Create a value of ModelPackageStatusItem 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:failureReason:ModelPackageStatusItem', modelPackageStatusItem_failureReason - if the overall status is Failed, the reason for the failure.

$sel:name:ModelPackageStatusItem', modelPackageStatusItem_name - The name of the model package for which the overall status is being reported.

$sel:status:ModelPackageStatusItem', modelPackageStatusItem_status - The current status.

modelPackageStatusItem_failureReason :: Lens' ModelPackageStatusItem (Maybe Text) Source #

if the overall status is Failed, the reason for the failure.

modelPackageStatusItem_name :: Lens' ModelPackageStatusItem Text Source #

The name of the model package for which the overall status is being reported.

ModelPackageSummary

data ModelPackageSummary Source #

Provides summary information about a model package.

See: newModelPackageSummary smart constructor.

Constructors

ModelPackageSummary' 

Fields

Instances

Instances details
Eq ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Read ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Show ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Generic ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Associated Types

type Rep ModelPackageSummary :: Type -> Type #

NFData ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

Methods

rnf :: ModelPackageSummary -> () #

Hashable ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

FromJSON ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageSummary

type Rep ModelPackageSummary = D1 ('MetaData "ModelPackageSummary" "Amazonka.SageMaker.Types.ModelPackageSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "modelApprovalStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelApprovalStatus)) :*: S1 ('MetaSel ('Just "modelPackageDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "modelPackageVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "modelPackageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelPackageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageStatus)))))

newModelPackageSummary Source #

Create a value of ModelPackageSummary 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:modelApprovalStatus:ModelPackageSummary', modelPackageSummary_modelApprovalStatus - The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

$sel:modelPackageDescription:ModelPackageSummary', modelPackageSummary_modelPackageDescription - A brief description of the model package.

$sel:modelPackageVersion:ModelPackageSummary', modelPackageSummary_modelPackageVersion - If the model package is a versioned model, the version of the model.

$sel:modelPackageGroupName:ModelPackageSummary', modelPackageSummary_modelPackageGroupName - If the model package is a versioned model, the model group that the versioned model belongs to.

$sel:modelPackageName:ModelPackageSummary', modelPackageSummary_modelPackageName - The name of the model package.

$sel:modelPackageArn:ModelPackageSummary', modelPackageSummary_modelPackageArn - The Amazon Resource Name (ARN) of the model package.

$sel:creationTime:ModelPackageSummary', modelPackageSummary_creationTime - A timestamp that shows when the model package was created.

$sel:modelPackageStatus:ModelPackageSummary', modelPackageSummary_modelPackageStatus - The overall status of the model package.

modelPackageSummary_modelApprovalStatus :: Lens' ModelPackageSummary (Maybe ModelApprovalStatus) Source #

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

modelPackageSummary_modelPackageVersion :: Lens' ModelPackageSummary (Maybe Natural) Source #

If the model package is a versioned model, the version of the model.

modelPackageSummary_modelPackageGroupName :: Lens' ModelPackageSummary (Maybe Text) Source #

If the model package is a versioned model, the model group that the versioned model belongs to.

modelPackageSummary_modelPackageArn :: Lens' ModelPackageSummary Text Source #

The Amazon Resource Name (ARN) of the model package.

modelPackageSummary_creationTime :: Lens' ModelPackageSummary UTCTime Source #

A timestamp that shows when the model package was created.

ModelPackageValidationProfile

data ModelPackageValidationProfile Source #

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

See: newModelPackageValidationProfile smart constructor.

Constructors

ModelPackageValidationProfile' 

Fields

Instances

Instances details
Eq ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Read ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Show ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Generic ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Associated Types

type Rep ModelPackageValidationProfile :: Type -> Type #

NFData ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

Hashable ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

ToJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

FromJSON ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationProfile

type Rep ModelPackageValidationProfile = D1 ('MetaData "ModelPackageValidationProfile" "Amazonka.SageMaker.Types.ModelPackageValidationProfile" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageValidationProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobDefinition)))

newModelPackageValidationProfile Source #

Create a value of ModelPackageValidationProfile 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:profileName:ModelPackageValidationProfile', modelPackageValidationProfile_profileName - The name of the profile for the model package.

$sel:transformJobDefinition:ModelPackageValidationProfile', modelPackageValidationProfile_transformJobDefinition - The TransformJobDefinition object that describes the transform job used for the validation of the model package.

modelPackageValidationProfile_transformJobDefinition :: Lens' ModelPackageValidationProfile TransformJobDefinition Source #

The TransformJobDefinition object that describes the transform job used for the validation of the model package.

ModelPackageValidationSpecification

data ModelPackageValidationSpecification Source #

Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.

See: newModelPackageValidationSpecification smart constructor.

Constructors

ModelPackageValidationSpecification' 

Fields

Instances

Instances details
Eq ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Read ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Show ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Generic ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

NFData ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

Hashable ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

ToJSON ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

FromJSON ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

type Rep ModelPackageValidationSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageValidationSpecification

type Rep ModelPackageValidationSpecification = D1 ('MetaData "ModelPackageValidationSpecification" "Amazonka.SageMaker.Types.ModelPackageValidationSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelPackageValidationSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "validationRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "validationProfiles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ModelPackageValidationProfile))))

newModelPackageValidationSpecification Source #

Create a value of ModelPackageValidationSpecification 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:validationRole:ModelPackageValidationSpecification', modelPackageValidationSpecification_validationRole - The IAM roles to be used for the validation of the model package.

$sel:validationProfiles:ModelPackageValidationSpecification', modelPackageValidationSpecification_validationProfiles - An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that Amazon SageMaker runs to validate your model package.

modelPackageValidationSpecification_validationRole :: Lens' ModelPackageValidationSpecification Text Source #

The IAM roles to be used for the validation of the model package.

modelPackageValidationSpecification_validationProfiles :: Lens' ModelPackageValidationSpecification (NonEmpty ModelPackageValidationProfile) Source #

An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that Amazon SageMaker runs to validate your model package.

ModelQuality

data ModelQuality Source #

Model quality statistics and constraints.

See: newModelQuality smart constructor.

Constructors

ModelQuality' 

Fields

Instances

Instances details
Eq ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Read ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Show ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Generic ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Associated Types

type Rep ModelQuality :: Type -> Type #

NFData ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

Methods

rnf :: ModelQuality -> () #

Hashable ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

ToJSON ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

FromJSON ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

type Rep ModelQuality Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQuality

type Rep ModelQuality = D1 ('MetaData "ModelQuality" "Amazonka.SageMaker.Types.ModelQuality" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQuality'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource)) :*: S1 ('MetaSel ('Just "statistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricsSource))))

newModelQuality :: ModelQuality Source #

Create a value of ModelQuality 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:constraints:ModelQuality', modelQuality_constraints - Model quality constraints.

$sel:statistics:ModelQuality', modelQuality_statistics - Model quality statistics.

ModelQualityAppSpecification

data ModelQualityAppSpecification Source #

Container image configuration object for the monitoring job.

See: newModelQualityAppSpecification smart constructor.

Constructors

ModelQualityAppSpecification' 

Fields

Instances

Instances details
Eq ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Read ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Show ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Generic ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Associated Types

type Rep ModelQualityAppSpecification :: Type -> Type #

NFData ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

Hashable ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

ToJSON ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

FromJSON ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

type Rep ModelQualityAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityAppSpecification

type Rep ModelQualityAppSpecification = D1 ('MetaData "ModelQualityAppSpecification" "Amazonka.SageMaker.Types.ModelQualityAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQualityAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "problemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringProblemType)) :*: S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModelQualityAppSpecification Source #

Create a value of ModelQualityAppSpecification 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:containerArguments:ModelQualityAppSpecification', modelQualityAppSpecification_containerArguments - An array of arguments for the container used to run the monitoring job.

$sel:recordPreprocessorSourceUri:ModelQualityAppSpecification', modelQualityAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:environment:ModelQualityAppSpecification', modelQualityAppSpecification_environment - Sets the environment variables in the container that the monitoring job runs.

$sel:problemType:ModelQualityAppSpecification', modelQualityAppSpecification_problemType - The machine learning problem type of the model that the monitoring job monitors.

$sel:containerEntrypoint:ModelQualityAppSpecification', modelQualityAppSpecification_containerEntrypoint - Specifies the entrypoint for a container that the monitoring job runs.

$sel:postAnalyticsProcessorSourceUri:ModelQualityAppSpecification', modelQualityAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:ModelQualityAppSpecification', modelQualityAppSpecification_imageUri - The address of the container image that the monitoring job runs.

modelQualityAppSpecification_containerArguments :: Lens' ModelQualityAppSpecification (Maybe (NonEmpty Text)) Source #

An array of arguments for the container used to run the monitoring job.

modelQualityAppSpecification_recordPreprocessorSourceUri :: Lens' ModelQualityAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

modelQualityAppSpecification_environment :: Lens' ModelQualityAppSpecification (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the container that the monitoring job runs.

modelQualityAppSpecification_problemType :: Lens' ModelQualityAppSpecification (Maybe MonitoringProblemType) Source #

The machine learning problem type of the model that the monitoring job monitors.

modelQualityAppSpecification_containerEntrypoint :: Lens' ModelQualityAppSpecification (Maybe (NonEmpty Text)) Source #

Specifies the entrypoint for a container that the monitoring job runs.

modelQualityAppSpecification_postAnalyticsProcessorSourceUri :: Lens' ModelQualityAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

modelQualityAppSpecification_imageUri :: Lens' ModelQualityAppSpecification Text Source #

The address of the container image that the monitoring job runs.

ModelQualityBaselineConfig

data ModelQualityBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newModelQualityBaselineConfig smart constructor.

Constructors

ModelQualityBaselineConfig' 

Fields

Instances

Instances details
Eq ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Read ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Show ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Generic ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Associated Types

type Rep ModelQualityBaselineConfig :: Type -> Type #

NFData ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

Hashable ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

ToJSON ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

FromJSON ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

type Rep ModelQualityBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityBaselineConfig

type Rep ModelQualityBaselineConfig = D1 ('MetaData "ModelQualityBaselineConfig" "Amazonka.SageMaker.Types.ModelQualityBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelQualityBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelQualityBaselineConfig :: ModelQualityBaselineConfig Source #

Create a value of ModelQualityBaselineConfig 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:constraintsResource:ModelQualityBaselineConfig', modelQualityBaselineConfig_constraintsResource - Undocumented member.

$sel:baseliningJobName:ModelQualityBaselineConfig', modelQualityBaselineConfig_baseliningJobName - The name of the job that performs baselining for the monitoring job.

modelQualityBaselineConfig_baseliningJobName :: Lens' ModelQualityBaselineConfig (Maybe Text) Source #

The name of the job that performs baselining for the monitoring job.

ModelQualityJobInput

data ModelQualityJobInput Source #

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

See: newModelQualityJobInput smart constructor.

Constructors

ModelQualityJobInput' 

Fields

Instances

Instances details
Eq ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Read ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Show ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Generic ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Associated Types

type Rep ModelQualityJobInput :: Type -> Type #

NFData ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

Methods

rnf :: ModelQualityJobInput -> () #

Hashable ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

ToJSON ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

FromJSON ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

type Rep ModelQualityJobInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelQualityJobInput

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

newModelQualityJobInput Source #

Create a value of ModelQualityJobInput 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:ModelQualityJobInput', modelQualityJobInput_endpointInput - Undocumented member.

$sel:groundTruthS3Input:ModelQualityJobInput', modelQualityJobInput_groundTruthS3Input - The ground truth label provided for the model.

ModelStepMetadata

data ModelStepMetadata Source #

Metadata for Model steps.

See: newModelStepMetadata smart constructor.

Constructors

ModelStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the created model.

Instances

Instances details
Eq ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Read ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Show ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Generic ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Associated Types

type Rep ModelStepMetadata :: Type -> Type #

NFData ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

Methods

rnf :: ModelStepMetadata -> () #

Hashable ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

FromJSON ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

type Rep ModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelStepMetadata

type Rep ModelStepMetadata = D1 ('MetaData "ModelStepMetadata" "Amazonka.SageMaker.Types.ModelStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelStepMetadata :: ModelStepMetadata Source #

Create a value of ModelStepMetadata 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:arn:ModelStepMetadata', modelStepMetadata_arn - The Amazon Resource Name (ARN) of the created model.

modelStepMetadata_arn :: Lens' ModelStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the created model.

ModelSummary

data ModelSummary Source #

Provides summary information about a model.

See: newModelSummary smart constructor.

Constructors

ModelSummary' 

Fields

Instances

Instances details
Eq ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Read ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Generic ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Associated Types

type Rep ModelSummary :: Type -> Type #

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Hashable ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

FromJSON ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary = D1 ('MetaData "ModelSummary" "Amazonka.SageMaker.Types.ModelSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newModelSummary Source #

Create a value of ModelSummary 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:modelName:ModelSummary', modelSummary_modelName - The name of the model that you want a summary for.

$sel:modelArn:ModelSummary', modelSummary_modelArn - The Amazon Resource Name (ARN) of the model.

$sel:creationTime:ModelSummary', modelSummary_creationTime - A timestamp that indicates when the model was created.

modelSummary_modelName :: Lens' ModelSummary Text Source #

The name of the model that you want a summary for.

modelSummary_modelArn :: Lens' ModelSummary Text Source #

The Amazon Resource Name (ARN) of the model.

modelSummary_creationTime :: Lens' ModelSummary UTCTime Source #

A timestamp that indicates when the model was created.

MonitoringAppSpecification

data MonitoringAppSpecification Source #

Container image configuration object for the monitoring job.

See: newMonitoringAppSpecification smart constructor.

Constructors

MonitoringAppSpecification' 

Fields

Instances

Instances details
Eq MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Read MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Show MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Generic MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Associated Types

type Rep MonitoringAppSpecification :: Type -> Type #

NFData MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

Hashable MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

ToJSON MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

FromJSON MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

type Rep MonitoringAppSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringAppSpecification

type Rep MonitoringAppSpecification = D1 ('MetaData "MonitoringAppSpecification" "Amazonka.SageMaker.Types.MonitoringAppSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringAppSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "containerArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "recordPreprocessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "containerEntrypoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "postAnalyticsProcessorSourceUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newMonitoringAppSpecification Source #

Create a value of MonitoringAppSpecification 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:containerArguments:MonitoringAppSpecification', monitoringAppSpecification_containerArguments - An array of arguments for the container used to run the monitoring job.

$sel:recordPreprocessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_recordPreprocessorSourceUri - An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

$sel:containerEntrypoint:MonitoringAppSpecification', monitoringAppSpecification_containerEntrypoint - Specifies the entrypoint for a container used to run the monitoring job.

$sel:postAnalyticsProcessorSourceUri:MonitoringAppSpecification', monitoringAppSpecification_postAnalyticsProcessorSourceUri - An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

$sel:imageUri:MonitoringAppSpecification', monitoringAppSpecification_imageUri - The container image to be run by the monitoring job.

monitoringAppSpecification_containerArguments :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #

An array of arguments for the container used to run the monitoring job.

monitoringAppSpecification_recordPreprocessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called per row prior to running analysis. It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.

monitoringAppSpecification_containerEntrypoint :: Lens' MonitoringAppSpecification (Maybe (NonEmpty Text)) Source #

Specifies the entrypoint for a container used to run the monitoring job.

monitoringAppSpecification_postAnalyticsProcessorSourceUri :: Lens' MonitoringAppSpecification (Maybe Text) Source #

An Amazon S3 URI to a script that is called after analysis has been performed. Applicable only for the built-in (first party) containers.

monitoringAppSpecification_imageUri :: Lens' MonitoringAppSpecification Text Source #

The container image to be run by the monitoring job.

MonitoringBaselineConfig

data MonitoringBaselineConfig Source #

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

See: newMonitoringBaselineConfig smart constructor.

Constructors

MonitoringBaselineConfig' 

Fields

Instances

Instances details
Eq MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Read MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Show MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Generic MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Associated Types

type Rep MonitoringBaselineConfig :: Type -> Type #

NFData MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

Hashable MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

ToJSON MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

FromJSON MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

type Rep MonitoringBaselineConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringBaselineConfig

type Rep MonitoringBaselineConfig = D1 ('MetaData "MonitoringBaselineConfig" "Amazonka.SageMaker.Types.MonitoringBaselineConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringBaselineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraintsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringConstraintsResource)) :*: (S1 ('MetaSel ('Just "statisticsResource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringStatisticsResource)) :*: S1 ('MetaSel ('Just "baseliningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitoringBaselineConfig :: MonitoringBaselineConfig Source #

Create a value of MonitoringBaselineConfig 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:constraintsResource:MonitoringBaselineConfig', monitoringBaselineConfig_constraintsResource - The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

$sel:statisticsResource:MonitoringBaselineConfig', monitoringBaselineConfig_statisticsResource - The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

$sel:baseliningJobName:MonitoringBaselineConfig', monitoringBaselineConfig_baseliningJobName - The name of the job that performs baselining for the monitoring job.

monitoringBaselineConfig_constraintsResource :: Lens' MonitoringBaselineConfig (Maybe MonitoringConstraintsResource) Source #

The baseline constraint file in Amazon S3 that the current monitoring job should validated against.

monitoringBaselineConfig_statisticsResource :: Lens' MonitoringBaselineConfig (Maybe MonitoringStatisticsResource) Source #

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.

monitoringBaselineConfig_baseliningJobName :: Lens' MonitoringBaselineConfig (Maybe Text) Source #

The name of the job that performs baselining for the monitoring job.

MonitoringClusterConfig

data MonitoringClusterConfig Source #

Configuration for the cluster used to run model monitoring jobs.

See: newMonitoringClusterConfig smart constructor.

Constructors

MonitoringClusterConfig' 

Fields

  • volumeKmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

  • instanceCount :: Natural

    The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

  • instanceType :: ProcessingInstanceType

    The ML compute instance type for the processing job.

  • volumeSizeInGB :: Natural

    The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

Instances

Instances details
Eq MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Read MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Show MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Generic MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Associated Types

type Rep MonitoringClusterConfig :: Type -> Type #

NFData MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

Methods

rnf :: MonitoringClusterConfig -> () #

Hashable MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

ToJSON MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

FromJSON MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

type Rep MonitoringClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringClusterConfig

type Rep MonitoringClusterConfig = D1 ('MetaData "MonitoringClusterConfig" "Amazonka.SageMaker.Types.MonitoringClusterConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringClusterConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingInstanceType) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newMonitoringClusterConfig Source #

Create a value of MonitoringClusterConfig 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:volumeKmsKeyId:MonitoringClusterConfig', monitoringClusterConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

$sel:instanceCount:MonitoringClusterConfig', monitoringClusterConfig_instanceCount - The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

$sel:instanceType:MonitoringClusterConfig', monitoringClusterConfig_instanceType - The ML compute instance type for the processing job.

$sel:volumeSizeInGB:MonitoringClusterConfig', monitoringClusterConfig_volumeSizeInGB - The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

monitoringClusterConfig_volumeKmsKeyId :: Lens' MonitoringClusterConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.

monitoringClusterConfig_instanceCount :: Lens' MonitoringClusterConfig Natural Source #

The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

monitoringClusterConfig_volumeSizeInGB :: Lens' MonitoringClusterConfig Natural Source #

The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.

MonitoringConstraintsResource

data MonitoringConstraintsResource Source #

The constraints resource for a monitoring job.

See: newMonitoringConstraintsResource smart constructor.

Constructors

MonitoringConstraintsResource' 

Fields

Instances

Instances details
Eq MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Read MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Show MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Generic MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Associated Types

type Rep MonitoringConstraintsResource :: Type -> Type #

NFData MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

Hashable MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

ToJSON MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

FromJSON MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

type Rep MonitoringConstraintsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringConstraintsResource

type Rep MonitoringConstraintsResource = D1 ('MetaData "MonitoringConstraintsResource" "Amazonka.SageMaker.Types.MonitoringConstraintsResource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringConstraintsResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringConstraintsResource :: MonitoringConstraintsResource Source #

Create a value of MonitoringConstraintsResource 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:s3Uri:MonitoringConstraintsResource', monitoringConstraintsResource_s3Uri - The Amazon S3 URI for the constraints resource.

monitoringConstraintsResource_s3Uri :: Lens' MonitoringConstraintsResource (Maybe Text) Source #

The Amazon S3 URI for the constraints resource.

MonitoringExecutionSummary

data MonitoringExecutionSummary Source #

Summary of information about the last monitoring job to run.

See: newMonitoringExecutionSummary smart constructor.

Constructors

MonitoringExecutionSummary' 

Fields

Instances

Instances details
Eq MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Read MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Show MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Generic MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Associated Types

type Rep MonitoringExecutionSummary :: Type -> Type #

NFData MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Hashable MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

FromJSON MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary = D1 ('MetaData "MonitoringExecutionSummary" "Amazonka.SageMaker.Types.MonitoringExecutionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringExecutionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scheduledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExecutionStatus))))))

newMonitoringExecutionSummary Source #

Create a value of MonitoringExecutionSummary 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:monitoringType:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringType - The type of the monitoring job.

$sel:failureReason:MonitoringExecutionSummary', monitoringExecutionSummary_failureReason - Contains the reason a monitoring job failed, if it failed.

$sel:endpointName:MonitoringExecutionSummary', monitoringExecutionSummary_endpointName - The name of the endpoint used to run the monitoring job.

$sel:processingJobArn:MonitoringExecutionSummary', monitoringExecutionSummary_processingJobArn - The Amazon Resource Name (ARN) of the monitoring job.

$sel:monitoringJobDefinitionName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringJobDefinitionName - The name of the monitoring job.

$sel:monitoringScheduleName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringScheduleName - The name of the monitoring schedule.

$sel:scheduledTime:MonitoringExecutionSummary', monitoringExecutionSummary_scheduledTime - The time the monitoring job was scheduled.

$sel:creationTime:MonitoringExecutionSummary', monitoringExecutionSummary_creationTime - The time at which the monitoring job was created.

$sel:lastModifiedTime:MonitoringExecutionSummary', monitoringExecutionSummary_lastModifiedTime - A timestamp that indicates the last time the monitoring job was modified.

$sel:monitoringExecutionStatus:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringExecutionStatus - The status of the monitoring job.

monitoringExecutionSummary_failureReason :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

Contains the reason a monitoring job failed, if it failed.

monitoringExecutionSummary_endpointName :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

The name of the endpoint used to run the monitoring job.

monitoringExecutionSummary_processingJobArn :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the monitoring job.

monitoringExecutionSummary_creationTime :: Lens' MonitoringExecutionSummary UTCTime Source #

The time at which the monitoring job was created.

monitoringExecutionSummary_lastModifiedTime :: Lens' MonitoringExecutionSummary UTCTime Source #

A timestamp that indicates the last time the monitoring job was modified.

MonitoringGroundTruthS3Input

data MonitoringGroundTruthS3Input Source #

The ground truth labels for the dataset used for the monitoring job.

See: newMonitoringGroundTruthS3Input smart constructor.

Constructors

MonitoringGroundTruthS3Input' 

Fields

  • s3Uri :: Maybe Text

    The address of the Amazon S3 location of the ground truth labels.

Instances

Instances details
Eq MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Read MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Show MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Generic MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Associated Types

type Rep MonitoringGroundTruthS3Input :: Type -> Type #

NFData MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

Hashable MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

ToJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

FromJSON MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

type Rep MonitoringGroundTruthS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input

type Rep MonitoringGroundTruthS3Input = D1 ('MetaData "MonitoringGroundTruthS3Input" "Amazonka.SageMaker.Types.MonitoringGroundTruthS3Input" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringGroundTruthS3Input'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringGroundTruthS3Input :: MonitoringGroundTruthS3Input Source #

Create a value of MonitoringGroundTruthS3Input 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:s3Uri:MonitoringGroundTruthS3Input', monitoringGroundTruthS3Input_s3Uri - The address of the Amazon S3 location of the ground truth labels.

monitoringGroundTruthS3Input_s3Uri :: Lens' MonitoringGroundTruthS3Input (Maybe Text) Source #

The address of the Amazon S3 location of the ground truth labels.

MonitoringInput

data MonitoringInput Source #

The inputs for a monitoring job.

See: newMonitoringInput smart constructor.

Constructors

MonitoringInput' 

Fields

Instances

Instances details
Eq MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Read MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Show MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Generic MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Associated Types

type Rep MonitoringInput :: Type -> Type #

NFData MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

Methods

rnf :: MonitoringInput -> () #

Hashable MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

ToJSON MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

FromJSON MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

type Rep MonitoringInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringInput

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

newMonitoringInput Source #

Create a value of MonitoringInput 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:MonitoringInput', monitoringInput_endpointInput - The endpoint for a monitoring job.

MonitoringJobDefinition

data MonitoringJobDefinition Source #

Defines the monitoring job.

See: newMonitoringJobDefinition smart constructor.

Constructors

MonitoringJobDefinition' 

Fields

Instances

Instances details
Eq MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Read MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Show MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Generic MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Associated Types

type Rep MonitoringJobDefinition :: Type -> Type #

NFData MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

Methods

rnf :: MonitoringJobDefinition -> () #

Hashable MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

ToJSON MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

FromJSON MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

type Rep MonitoringJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinition

newMonitoringJobDefinition Source #

Create a value of MonitoringJobDefinition 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:environment:MonitoringJobDefinition', monitoringJobDefinition_environment - Sets the environment variables in the Docker container.

$sel:stoppingCondition:MonitoringJobDefinition', monitoringJobDefinition_stoppingCondition - Specifies a time limit for how long the monitoring job is allowed to run.

$sel:networkConfig:MonitoringJobDefinition', monitoringJobDefinition_networkConfig - Specifies networking options for an monitoring job.

$sel:baselineConfig:MonitoringJobDefinition', monitoringJobDefinition_baselineConfig - Baseline configuration used to validate that the data conforms to the specified constraints and statistics

$sel:monitoringInputs:MonitoringJobDefinition', monitoringJobDefinition_monitoringInputs - The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.

$sel:monitoringOutputConfig:MonitoringJobDefinition', monitoringJobDefinition_monitoringOutputConfig - The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).

$sel:monitoringResources:MonitoringJobDefinition', monitoringJobDefinition_monitoringResources - Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.

$sel:monitoringAppSpecification:MonitoringJobDefinition', monitoringJobDefinition_monitoringAppSpecification - Configures the monitoring job to run a specified Docker container image.

$sel:roleArn:MonitoringJobDefinition', monitoringJobDefinition_roleArn - The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

monitoringJobDefinition_environment :: Lens' MonitoringJobDefinition (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the Docker container.

monitoringJobDefinition_stoppingCondition :: Lens' MonitoringJobDefinition (Maybe MonitoringStoppingCondition) Source #

Specifies a time limit for how long the monitoring job is allowed to run.

monitoringJobDefinition_networkConfig :: Lens' MonitoringJobDefinition (Maybe NetworkConfig) Source #

Specifies networking options for an monitoring job.

monitoringJobDefinition_baselineConfig :: Lens' MonitoringJobDefinition (Maybe MonitoringBaselineConfig) Source #

Baseline configuration used to validate that the data conforms to the specified constraints and statistics

monitoringJobDefinition_monitoringInputs :: Lens' MonitoringJobDefinition (NonEmpty MonitoringInput) Source #

The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker Endpoint.

monitoringJobDefinition_monitoringOutputConfig :: Lens' MonitoringJobDefinition MonitoringOutputConfig Source #

The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).

monitoringJobDefinition_monitoringResources :: Lens' MonitoringJobDefinition MonitoringResources Source #

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. In distributed processing, you specify more than one instance.

monitoringJobDefinition_monitoringAppSpecification :: Lens' MonitoringJobDefinition MonitoringAppSpecification Source #

Configures the monitoring job to run a specified Docker container image.

monitoringJobDefinition_roleArn :: Lens' MonitoringJobDefinition Text Source #

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

MonitoringJobDefinitionSummary

data MonitoringJobDefinitionSummary Source #

Summary information about a monitoring job.

See: newMonitoringJobDefinitionSummary smart constructor.

Constructors

MonitoringJobDefinitionSummary' 

Fields

Instances

Instances details
Eq MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Read MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Show MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Generic MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Associated Types

type Rep MonitoringJobDefinitionSummary :: Type -> Type #

NFData MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

Hashable MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

FromJSON MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

type Rep MonitoringJobDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary

type Rep MonitoringJobDefinitionSummary = D1 ('MetaData "MonitoringJobDefinitionSummary" "Amazonka.SageMaker.Types.MonitoringJobDefinitionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringJobDefinitionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

MonitoringNetworkConfig

data MonitoringNetworkConfig Source #

The networking configuration for the monitoring job.

See: newMonitoringNetworkConfig smart constructor.

Constructors

MonitoringNetworkConfig' 

Fields

Instances

Instances details
Eq MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Read MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Show MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Generic MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Associated Types

type Rep MonitoringNetworkConfig :: Type -> Type #

NFData MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

Methods

rnf :: MonitoringNetworkConfig -> () #

Hashable MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

ToJSON MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

FromJSON MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

type Rep MonitoringNetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringNetworkConfig

type Rep MonitoringNetworkConfig = D1 ('MetaData "MonitoringNetworkConfig" "Amazonka.SageMaker.Types.MonitoringNetworkConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringNetworkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newMonitoringNetworkConfig :: MonitoringNetworkConfig Source #

Create a value of MonitoringNetworkConfig 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:enableNetworkIsolation:MonitoringNetworkConfig', monitoringNetworkConfig_enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

$sel:vpcConfig:MonitoringNetworkConfig', monitoringNetworkConfig_vpcConfig - Undocumented member.

$sel:enableInterContainerTrafficEncryption:MonitoringNetworkConfig', monitoringNetworkConfig_enableInterContainerTrafficEncryption - Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

monitoringNetworkConfig_enableNetworkIsolation :: Lens' MonitoringNetworkConfig (Maybe Bool) Source #

Whether to allow inbound and outbound network calls to and from the containers used for the monitoring job.

monitoringNetworkConfig_enableInterContainerTrafficEncryption :: Lens' MonitoringNetworkConfig (Maybe Bool) Source #

Whether to encrypt all communications between the instances used for the monitoring jobs. Choose True to encrypt communications. Encryption provides greater security for distributed jobs, but the processing might take longer.

MonitoringOutput

data MonitoringOutput Source #

The output object for a monitoring job.

See: newMonitoringOutput smart constructor.

Constructors

MonitoringOutput' 

Fields

Instances

Instances details
Eq MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Read MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Show MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Generic MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Associated Types

type Rep MonitoringOutput :: Type -> Type #

NFData MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

Methods

rnf :: MonitoringOutput -> () #

Hashable MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

ToJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

FromJSON MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

type Rep MonitoringOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutput

type Rep MonitoringOutput = D1 ('MetaData "MonitoringOutput" "Amazonka.SageMaker.Types.MonitoringOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringS3Output)))

newMonitoringOutput Source #

Create a value of MonitoringOutput 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:s3Output:MonitoringOutput', monitoringOutput_s3Output - The Amazon S3 storage location where the results of a monitoring job are saved.

monitoringOutput_s3Output :: Lens' MonitoringOutput MonitoringS3Output Source #

The Amazon S3 storage location where the results of a monitoring job are saved.

MonitoringOutputConfig

data MonitoringOutputConfig Source #

The output configuration for monitoring jobs.

See: newMonitoringOutputConfig smart constructor.

Constructors

MonitoringOutputConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

  • monitoringOutputs :: NonEmpty MonitoringOutput

    Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

Instances

Instances details
Eq MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Read MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Show MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Generic MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Associated Types

type Rep MonitoringOutputConfig :: Type -> Type #

NFData MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

Methods

rnf :: MonitoringOutputConfig -> () #

Hashable MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

ToJSON MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

FromJSON MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

type Rep MonitoringOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringOutputConfig

type Rep MonitoringOutputConfig = D1 ('MetaData "MonitoringOutputConfig" "Amazonka.SageMaker.Types.MonitoringOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringOutputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty MonitoringOutput))))

newMonitoringOutputConfig Source #

Create a value of MonitoringOutputConfig 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:kmsKeyId:MonitoringOutputConfig', monitoringOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

$sel:monitoringOutputs:MonitoringOutputConfig', monitoringOutputConfig_monitoringOutputs - Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

monitoringOutputConfig_kmsKeyId :: Lens' MonitoringOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.

monitoringOutputConfig_monitoringOutputs :: Lens' MonitoringOutputConfig (NonEmpty MonitoringOutput) Source #

Monitoring outputs for monitoring jobs. This is where the output of the periodic monitoring jobs is uploaded.

MonitoringResources

data MonitoringResources Source #

Identifies the resources to deploy for a monitoring job.

See: newMonitoringResources smart constructor.

Constructors

MonitoringResources' 

Fields

Instances

Instances details
Eq MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Read MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Show MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Generic MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Associated Types

type Rep MonitoringResources :: Type -> Type #

NFData MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

Methods

rnf :: MonitoringResources -> () #

Hashable MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

ToJSON MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

FromJSON MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

type Rep MonitoringResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringResources

type Rep MonitoringResources = D1 ('MetaData "MonitoringResources" "Amazonka.SageMaker.Types.MonitoringResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringClusterConfig)))

newMonitoringResources Source #

Create a value of MonitoringResources 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:clusterConfig:MonitoringResources', monitoringResources_clusterConfig - The configuration for the cluster resources used to run the processing job.

monitoringResources_clusterConfig :: Lens' MonitoringResources MonitoringClusterConfig Source #

The configuration for the cluster resources used to run the processing job.

MonitoringS3Output

data MonitoringS3Output Source #

Information about where and how you want to store the results of a monitoring job.

See: newMonitoringS3Output smart constructor.

Constructors

MonitoringS3Output' 

Fields

  • s3UploadMode :: Maybe ProcessingS3UploadMode

    Whether to upload the results of the monitoring job continuously or after the job completes.

  • s3Uri :: Text

    A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

  • localPath :: Text

    The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

Instances

Instances details
Eq MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Read MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Show MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Generic MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Associated Types

type Rep MonitoringS3Output :: Type -> Type #

NFData MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

Methods

rnf :: MonitoringS3Output -> () #

Hashable MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

ToJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

FromJSON MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

type Rep MonitoringS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringS3Output

type Rep MonitoringS3Output = D1 ('MetaData "MonitoringS3Output" "Amazonka.SageMaker.Types.MonitoringS3Output" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringS3Output'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3UploadMode)) :*: (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newMonitoringS3Output Source #

Create a value of MonitoringS3Output 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:s3UploadMode:MonitoringS3Output', monitoringS3Output_s3UploadMode - Whether to upload the results of the monitoring job continuously or after the job completes.

$sel:s3Uri:MonitoringS3Output', monitoringS3Output_s3Uri - A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

$sel:localPath:MonitoringS3Output', monitoringS3Output_localPath - The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

monitoringS3Output_s3UploadMode :: Lens' MonitoringS3Output (Maybe ProcessingS3UploadMode) Source #

Whether to upload the results of the monitoring job continuously or after the job completes.

monitoringS3Output_s3Uri :: Lens' MonitoringS3Output Text Source #

A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job.

monitoringS3Output_localPath :: Lens' MonitoringS3Output Text Source #

The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a monitoring job. LocalPath is an absolute path for the output data.

MonitoringSchedule

data MonitoringSchedule Source #

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.

See: newMonitoringSchedule smart constructor.

Constructors

MonitoringSchedule' 

Fields

Instances

Instances details
Eq MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Read MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Show MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Generic MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Associated Types

type Rep MonitoringSchedule :: Type -> Type #

NFData MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

Methods

rnf :: MonitoringSchedule -> () #

Hashable MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

FromJSON MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

type Rep MonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringSchedule

type Rep MonitoringSchedule = D1 ('MetaData "MonitoringSchedule" "Amazonka.SageMaker.Types.MonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringSchedule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleStatus)) :*: S1 ('MetaSel ('Just "lastMonitoringExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSummary)))) :*: (S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringScheduleConfig)) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newMonitoringSchedule :: MonitoringSchedule Source #

Create a value of MonitoringSchedule 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:creationTime:MonitoringSchedule', monitoringSchedule_creationTime - The time that the monitoring schedule was created.

$sel:monitoringType:MonitoringSchedule', monitoringSchedule_monitoringType - The type of the monitoring job definition to schedule.

$sel:failureReason:MonitoringSchedule', monitoringSchedule_failureReason - If the monitoring schedule failed, the reason it failed.

$sel:monitoringScheduleArn:MonitoringSchedule', monitoringSchedule_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

$sel:endpointName:MonitoringSchedule', monitoringSchedule_endpointName - The endpoint that hosts the model being monitored.

$sel:lastModifiedTime:MonitoringSchedule', monitoringSchedule_lastModifiedTime - The last time the monitoring schedule was changed.

$sel:monitoringScheduleStatus:MonitoringSchedule', monitoringSchedule_monitoringScheduleStatus - The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.
  • FAILED - The schedule failed.
  • SCHEDULED - The schedule was successfully created.
  • STOPPED - The schedule was stopped.

$sel:lastMonitoringExecutionSummary:MonitoringSchedule', monitoringSchedule_lastMonitoringExecutionSummary - Undocumented member.

$sel:monitoringScheduleConfig:MonitoringSchedule', monitoringSchedule_monitoringScheduleConfig - Undocumented member.

$sel:monitoringScheduleName:MonitoringSchedule', monitoringSchedule_monitoringScheduleName - The name of the monitoring schedule.

$sel:tags:MonitoringSchedule', monitoringSchedule_tags - A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

monitoringSchedule_creationTime :: Lens' MonitoringSchedule (Maybe UTCTime) Source #

The time that the monitoring schedule was created.

monitoringSchedule_monitoringType :: Lens' MonitoringSchedule (Maybe MonitoringType) Source #

The type of the monitoring job definition to schedule.

monitoringSchedule_failureReason :: Lens' MonitoringSchedule (Maybe Text) Source #

If the monitoring schedule failed, the reason it failed.

monitoringSchedule_monitoringScheduleArn :: Lens' MonitoringSchedule (Maybe Text) Source #

The Amazon Resource Name (ARN) of the monitoring schedule.

monitoringSchedule_endpointName :: Lens' MonitoringSchedule (Maybe Text) Source #

The endpoint that hosts the model being monitored.

monitoringSchedule_lastModifiedTime :: Lens' MonitoringSchedule (Maybe UTCTime) Source #

The last time the monitoring schedule was changed.

monitoringSchedule_monitoringScheduleStatus :: Lens' MonitoringSchedule (Maybe ScheduleStatus) Source #

The status of the monitoring schedule. This can be one of the following values.

  • PENDING - The schedule is pending being created.
  • FAILED - The schedule failed.
  • SCHEDULED - The schedule was successfully created.
  • STOPPED - The schedule was stopped.

monitoringSchedule_tags :: Lens' MonitoringSchedule (Maybe [Tag]) Source #

A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

MonitoringScheduleConfig

data MonitoringScheduleConfig Source #

Configures the monitoring schedule and defines the monitoring job.

See: newMonitoringScheduleConfig smart constructor.

Constructors

MonitoringScheduleConfig' 

Fields

Instances

Instances details
Eq MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Read MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Show MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Generic MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Associated Types

type Rep MonitoringScheduleConfig :: Type -> Type #

NFData MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

Hashable MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

ToJSON MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

FromJSON MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

type Rep MonitoringScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleConfig

type Rep MonitoringScheduleConfig = D1 ('MetaData "MonitoringScheduleConfig" "Amazonka.SageMaker.Types.MonitoringScheduleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringScheduleConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "scheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleConfig))) :*: (S1 ('MetaSel ('Just "monitoringJobDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinition)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMonitoringScheduleConfig :: MonitoringScheduleConfig Source #

Create a value of MonitoringScheduleConfig 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:monitoringType:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringType - The type of the monitoring job definition to schedule.

$sel:scheduleConfig:MonitoringScheduleConfig', monitoringScheduleConfig_scheduleConfig - Configures the monitoring schedule.

$sel:monitoringJobDefinition:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringJobDefinition - Defines the monitoring job.

$sel:monitoringJobDefinitionName:MonitoringScheduleConfig', monitoringScheduleConfig_monitoringJobDefinitionName - The name of the monitoring job definition to schedule.

monitoringScheduleConfig_monitoringType :: Lens' MonitoringScheduleConfig (Maybe MonitoringType) Source #

The type of the monitoring job definition to schedule.

monitoringScheduleConfig_monitoringJobDefinitionName :: Lens' MonitoringScheduleConfig (Maybe Text) Source #

The name of the monitoring job definition to schedule.

MonitoringScheduleSummary

data MonitoringScheduleSummary Source #

Summarizes the monitoring schedule.

See: newMonitoringScheduleSummary smart constructor.

Constructors

MonitoringScheduleSummary' 

Fields

Instances

Instances details
Eq MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Read MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Show MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Generic MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Associated Types

type Rep MonitoringScheduleSummary :: Type -> Type #

NFData MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Hashable MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

FromJSON MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary = D1 ('MetaData "MonitoringScheduleSummary" "Amazonka.SageMaker.Types.MonitoringScheduleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringScheduleSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleStatus)))))

newMonitoringScheduleSummary Source #

Create a value of MonitoringScheduleSummary 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:monitoringType:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringType - The type of the monitoring job definition that the schedule is for.

$sel:endpointName:MonitoringScheduleSummary', monitoringScheduleSummary_endpointName - The name of the endpoint using the monitoring schedule.

$sel:monitoringJobDefinitionName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringJobDefinitionName - The name of the monitoring job definition that the schedule is for.

$sel:monitoringScheduleName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleName - The name of the monitoring schedule.

$sel:monitoringScheduleArn:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

$sel:creationTime:MonitoringScheduleSummary', monitoringScheduleSummary_creationTime - The creation time of the monitoring schedule.

$sel:lastModifiedTime:MonitoringScheduleSummary', monitoringScheduleSummary_lastModifiedTime - The last time the monitoring schedule was modified.

$sel:monitoringScheduleStatus:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleStatus - The status of the monitoring schedule.

monitoringScheduleSummary_monitoringType :: Lens' MonitoringScheduleSummary (Maybe MonitoringType) Source #

The type of the monitoring job definition that the schedule is for.

monitoringScheduleSummary_endpointName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #

The name of the endpoint using the monitoring schedule.

monitoringScheduleSummary_monitoringJobDefinitionName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #

The name of the monitoring job definition that the schedule is for.

monitoringScheduleSummary_monitoringScheduleArn :: Lens' MonitoringScheduleSummary Text Source #

The Amazon Resource Name (ARN) of the monitoring schedule.

monitoringScheduleSummary_lastModifiedTime :: Lens' MonitoringScheduleSummary UTCTime Source #

The last time the monitoring schedule was modified.

MonitoringStatisticsResource

data MonitoringStatisticsResource Source #

The statistics resource for a monitoring job.

See: newMonitoringStatisticsResource smart constructor.

Constructors

MonitoringStatisticsResource' 

Fields

Instances

Instances details
Eq MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Read MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Show MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Generic MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Associated Types

type Rep MonitoringStatisticsResource :: Type -> Type #

NFData MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

Hashable MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

ToJSON MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

FromJSON MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

type Rep MonitoringStatisticsResource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStatisticsResource

type Rep MonitoringStatisticsResource = D1 ('MetaData "MonitoringStatisticsResource" "Amazonka.SageMaker.Types.MonitoringStatisticsResource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringStatisticsResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMonitoringStatisticsResource :: MonitoringStatisticsResource Source #

Create a value of MonitoringStatisticsResource 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:s3Uri:MonitoringStatisticsResource', monitoringStatisticsResource_s3Uri - The Amazon S3 URI for the statistics resource.

monitoringStatisticsResource_s3Uri :: Lens' MonitoringStatisticsResource (Maybe Text) Source #

The Amazon S3 URI for the statistics resource.

MonitoringStoppingCondition

data MonitoringStoppingCondition Source #

A time limit for how long the monitoring job is allowed to run before stopping.

See: newMonitoringStoppingCondition smart constructor.

Constructors

MonitoringStoppingCondition' 

Fields

  • maxRuntimeInSeconds :: Natural

    The maximum runtime allowed in seconds.

    The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

Instances

Instances details
Eq MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Read MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Show MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Generic MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Associated Types

type Rep MonitoringStoppingCondition :: Type -> Type #

NFData MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

Hashable MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

ToJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

FromJSON MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

type Rep MonitoringStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringStoppingCondition

type Rep MonitoringStoppingCondition = D1 ('MetaData "MonitoringStoppingCondition" "Amazonka.SageMaker.Types.MonitoringStoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringStoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newMonitoringStoppingCondition Source #

Create a value of MonitoringStoppingCondition 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:maxRuntimeInSeconds:MonitoringStoppingCondition', monitoringStoppingCondition_maxRuntimeInSeconds - The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

monitoringStoppingCondition_maxRuntimeInSeconds :: Lens' MonitoringStoppingCondition Natural Source #

The maximum runtime allowed in seconds.

The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data quality and model explainability, this can be up to 3600 seconds for an hourly schedule. For model bias and model quality hourly schedules, this can be up to 1800 seconds.

MultiModelConfig

data MultiModelConfig Source #

Specifies additional configuration for hosting multi-model endpoints.

See: newMultiModelConfig smart constructor.

Constructors

MultiModelConfig' 

Fields

  • modelCacheSetting :: Maybe ModelCacheSetting

    Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

Instances

Instances details
Eq MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Read MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Show MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Generic MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Associated Types

type Rep MultiModelConfig :: Type -> Type #

NFData MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

Methods

rnf :: MultiModelConfig -> () #

Hashable MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

ToJSON MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

FromJSON MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

type Rep MultiModelConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MultiModelConfig

type Rep MultiModelConfig = D1 ('MetaData "MultiModelConfig" "Amazonka.SageMaker.Types.MultiModelConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MultiModelConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelCacheSetting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCacheSetting))))

newMultiModelConfig :: MultiModelConfig Source #

Create a value of MultiModelConfig 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:modelCacheSetting:MultiModelConfig', multiModelConfig_modelCacheSetting - Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

multiModelConfig_modelCacheSetting :: Lens' MultiModelConfig (Maybe ModelCacheSetting) Source #

Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

NeoVpcConfig

data NeoVpcConfig Source #

The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.

See: newNeoVpcConfig smart constructor.

Constructors

NeoVpcConfig' 

Fields

  • securityGroupIds :: NonEmpty Text

    The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

  • subnets :: NonEmpty Text

    The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

Instances

Instances details
Eq NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Read NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Show NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Generic NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Associated Types

type Rep NeoVpcConfig :: Type -> Type #

NFData NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

Methods

rnf :: NeoVpcConfig -> () #

Hashable NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

ToJSON NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

FromJSON NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

type Rep NeoVpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NeoVpcConfig

type Rep NeoVpcConfig = D1 ('MetaData "NeoVpcConfig" "Amazonka.SageMaker.Types.NeoVpcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NeoVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newNeoVpcConfig Source #

Create a value of NeoVpcConfig 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:securityGroupIds:NeoVpcConfig', neoVpcConfig_securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

$sel:subnets:NeoVpcConfig', neoVpcConfig_subnets - The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

neoVpcConfig_securityGroupIds :: Lens' NeoVpcConfig (NonEmpty Text) Source #

The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

neoVpcConfig_subnets :: Lens' NeoVpcConfig (NonEmpty Text) Source #

The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.

NestedFilters

data NestedFilters Source #

A list of nested Filter objects. A resource must satisfy the conditions of all filters to be included in the results returned from the Search API.

For example, to filter on a training job's InputDataConfig property with a specific channel name and S3Uri prefix, define the following filters:

  • '{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}',
  • '{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"}'

See: newNestedFilters smart constructor.

Constructors

NestedFilters' 

Fields

  • nestedPropertyName :: Text

    The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

  • filters :: NonEmpty Filter

    A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

Instances

Instances details
Eq NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Read NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Show NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Generic NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Associated Types

type Rep NestedFilters :: Type -> Type #

NFData NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

Methods

rnf :: NestedFilters -> () #

Hashable NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

ToJSON NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

type Rep NestedFilters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NestedFilters

type Rep NestedFilters = D1 ('MetaData "NestedFilters" "Amazonka.SageMaker.Types.NestedFilters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NestedFilters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nestedPropertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Filter))))

newNestedFilters Source #

Create a value of NestedFilters 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:nestedPropertyName:NestedFilters', nestedFilters_nestedPropertyName - The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

$sel:filters:NestedFilters', nestedFilters_filters - A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

nestedFilters_nestedPropertyName :: Lens' NestedFilters Text Source #

The name of the property to use in the nested filters. The value must match a listed property name, such as InputDataConfig.

nestedFilters_filters :: Lens' NestedFilters (NonEmpty Filter) Source #

A list of filters. Each filter acts on a property. Filters must contain at least one Filters value. For example, a NestedFilters call might include a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.

NetworkConfig

data NetworkConfig Source #

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

See: newNetworkConfig smart constructor.

Constructors

NetworkConfig' 

Fields

Instances

Instances details
Eq NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Read NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Show NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Generic NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Associated Types

type Rep NetworkConfig :: Type -> Type #

NFData NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

Methods

rnf :: NetworkConfig -> () #

Hashable NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

ToJSON NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

FromJSON NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

type Rep NetworkConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NetworkConfig

type Rep NetworkConfig = D1 ('MetaData "NetworkConfig" "Amazonka.SageMaker.Types.NetworkConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NetworkConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newNetworkConfig :: NetworkConfig Source #

Create a value of NetworkConfig 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:enableNetworkIsolation:NetworkConfig', networkConfig_enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing job.

$sel:vpcConfig:NetworkConfig', networkConfig_vpcConfig - Undocumented member.

$sel:enableInterContainerTrafficEncryption:NetworkConfig', networkConfig_enableInterContainerTrafficEncryption - Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.

networkConfig_enableNetworkIsolation :: Lens' NetworkConfig (Maybe Bool) Source #

Whether to allow inbound and outbound network calls to and from the containers used for the processing job.

networkConfig_enableInterContainerTrafficEncryption :: Lens' NetworkConfig (Maybe Bool) Source #

Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.

NotebookInstanceLifecycleConfigSummary

data NotebookInstanceLifecycleConfigSummary Source #

Provides a summary of a notebook instance lifecycle configuration.

See: newNotebookInstanceLifecycleConfigSummary smart constructor.

Constructors

NotebookInstanceLifecycleConfigSummary' 

Fields

Instances

Instances details
Eq NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Read NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Show NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Generic NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

NFData NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

Hashable NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

FromJSON NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

type Rep NotebookInstanceLifecycleConfigSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary

type Rep NotebookInstanceLifecycleConfigSummary = D1 ('MetaData "NotebookInstanceLifecycleConfigSummary" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleConfigSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceLifecycleConfigSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

notebookInstanceLifecycleConfigSummary_creationTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime) Source #

A timestamp that tells when the lifecycle configuration was created.

notebookInstanceLifecycleConfigSummary_lastModifiedTime :: Lens' NotebookInstanceLifecycleConfigSummary (Maybe UTCTime) Source #

A timestamp that tells when the lifecycle configuration was last modified.

NotebookInstanceLifecycleHook

data NotebookInstanceLifecycleHook Source #

Contains the notebook instance lifecycle configuration script.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

See: newNotebookInstanceLifecycleHook smart constructor.

Constructors

NotebookInstanceLifecycleHook' 

Fields

  • content :: Maybe Text

    A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

Instances

Instances details
Eq NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Read NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Show NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Generic NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Associated Types

type Rep NotebookInstanceLifecycleHook :: Type -> Type #

NFData NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

Hashable NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

ToJSON NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

FromJSON NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

type Rep NotebookInstanceLifecycleHook Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook

type Rep NotebookInstanceLifecycleHook = D1 ('MetaData "NotebookInstanceLifecycleHook" "Amazonka.SageMaker.Types.NotebookInstanceLifecycleHook" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceLifecycleHook'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotebookInstanceLifecycleHook :: NotebookInstanceLifecycleHook Source #

Create a value of NotebookInstanceLifecycleHook 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:content:NotebookInstanceLifecycleHook', notebookInstanceLifecycleHook_content - A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

notebookInstanceLifecycleHook_content :: Lens' NotebookInstanceLifecycleHook (Maybe Text) Source #

A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.

NotebookInstanceSummary

data NotebookInstanceSummary Source #

Provides summary information for an Amazon SageMaker notebook instance.

See: newNotebookInstanceSummary smart constructor.

Constructors

NotebookInstanceSummary' 

Fields

Instances

Instances details
Eq NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Read NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Show NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Generic NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Associated Types

type Rep NotebookInstanceSummary :: Type -> Type #

NFData NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

Methods

rnf :: NotebookInstanceSummary -> () #

Hashable NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

FromJSON NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotebookInstanceSummary

type Rep NotebookInstanceSummary = D1 ('MetaData "NotebookInstanceSummary" "Amazonka.SageMaker.Types.NotebookInstanceSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotebookInstanceSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "additionalCodeRepositories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceType))))) :*: ((S1 ('MetaSel ('Just "notebookInstanceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookInstanceStatus)) :*: S1 ('MetaSel ('Just "defaultCodeRepository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "notebookInstanceLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookInstanceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "notebookInstanceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newNotebookInstanceSummary Source #

Create a value of NotebookInstanceSummary 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:creationTime:NotebookInstanceSummary', notebookInstanceSummary_creationTime - A timestamp that shows when the notebook instance was created.

$sel:additionalCodeRepositories:NotebookInstanceSummary', notebookInstanceSummary_additionalCodeRepositories - An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:url:NotebookInstanceSummary', notebookInstanceSummary_url - The URL that you use to connect to the Jupyter instance running in your notebook instance.

$sel:lastModifiedTime:NotebookInstanceSummary', notebookInstanceSummary_lastModifiedTime - A timestamp that shows when the notebook instance was last modified.

$sel:instanceType:NotebookInstanceSummary', notebookInstanceSummary_instanceType - The type of ML compute instance that the notebook instance is running on.

$sel:notebookInstanceStatus:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceStatus - The status of the notebook instance.

$sel:defaultCodeRepository:NotebookInstanceSummary', notebookInstanceSummary_defaultCodeRepository - The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

$sel:notebookInstanceLifecycleConfigName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceLifecycleConfigName - The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

$sel:notebookInstanceName:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceName - The name of the notebook instance that you want a summary for.

$sel:notebookInstanceArn:NotebookInstanceSummary', notebookInstanceSummary_notebookInstanceArn - The Amazon Resource Name (ARN) of the notebook instance.

notebookInstanceSummary_creationTime :: Lens' NotebookInstanceSummary (Maybe UTCTime) Source #

A timestamp that shows when the notebook instance was created.

notebookInstanceSummary_additionalCodeRepositories :: Lens' NotebookInstanceSummary (Maybe [Text]) Source #

An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in Amazon Web Services CodeCommit or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

notebookInstanceSummary_url :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The URL that you use to connect to the Jupyter instance running in your notebook instance.

notebookInstanceSummary_lastModifiedTime :: Lens' NotebookInstanceSummary (Maybe UTCTime) Source #

A timestamp that shows when the notebook instance was last modified.

notebookInstanceSummary_instanceType :: Lens' NotebookInstanceSummary (Maybe InstanceType) Source #

The type of ML compute instance that the notebook instance is running on.

notebookInstanceSummary_defaultCodeRepository :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in Amazon Web Services CodeCommit or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see Associating Git Repositories with Amazon SageMaker Notebook Instances.

notebookInstanceSummary_notebookInstanceLifecycleConfigName :: Lens' NotebookInstanceSummary (Maybe Text) Source #

The name of a notebook instance lifecycle configuration associated with this notebook instance.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance.

notebookInstanceSummary_notebookInstanceName :: Lens' NotebookInstanceSummary Text Source #

The name of the notebook instance that you want a summary for.

notebookInstanceSummary_notebookInstanceArn :: Lens' NotebookInstanceSummary Text Source #

The Amazon Resource Name (ARN) of the notebook instance.

NotificationConfiguration

data NotificationConfiguration Source #

Configures Amazon SNS notifications of available or expiring work items for work teams.

See: newNotificationConfiguration smart constructor.

Constructors

NotificationConfiguration' 

Fields

Instances

Instances details
Eq NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Read NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Show NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Generic NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Associated Types

type Rep NotificationConfiguration :: Type -> Type #

NFData NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

Hashable NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

ToJSON NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

FromJSON NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

type Rep NotificationConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.NotificationConfiguration

type Rep NotificationConfiguration = D1 ('MetaData "NotificationConfiguration" "Amazonka.SageMaker.Types.NotificationConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "NotificationConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notificationTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNotificationConfiguration :: NotificationConfiguration Source #

Create a value of NotificationConfiguration 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:notificationTopicArn:NotificationConfiguration', notificationConfiguration_notificationTopicArn - The ARN for the Amazon SNS topic to which notifications should be published.

notificationConfiguration_notificationTopicArn :: Lens' NotificationConfiguration (Maybe Text) Source #

The ARN for the Amazon SNS topic to which notifications should be published.

ObjectiveStatusCounters

data ObjectiveStatusCounters Source #

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

See: newObjectiveStatusCounters smart constructor.

Constructors

ObjectiveStatusCounters' 

Fields

  • pending :: Maybe Natural

    The number of training jobs that are in progress and pending evaluation of their final objective metric.

  • succeeded :: Maybe Natural

    The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • failed :: Maybe Natural

    The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

Instances

Instances details
Eq ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Read ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Show ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Generic ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Associated Types

type Rep ObjectiveStatusCounters :: Type -> Type #

NFData ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

Methods

rnf :: ObjectiveStatusCounters -> () #

Hashable ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

FromJSON ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

type Rep ObjectiveStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ObjectiveStatusCounters

type Rep ObjectiveStatusCounters = D1 ('MetaData "ObjectiveStatusCounters" "Amazonka.SageMaker.Types.ObjectiveStatusCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ObjectiveStatusCounters'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "succeeded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "failed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newObjectiveStatusCounters :: ObjectiveStatusCounters Source #

Create a value of ObjectiveStatusCounters 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:pending:ObjectiveStatusCounters', objectiveStatusCounters_pending - The number of training jobs that are in progress and pending evaluation of their final objective metric.

$sel:succeeded:ObjectiveStatusCounters', objectiveStatusCounters_succeeded - The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

$sel:failed:ObjectiveStatusCounters', objectiveStatusCounters_failed - The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

objectiveStatusCounters_pending :: Lens' ObjectiveStatusCounters (Maybe Natural) Source #

The number of training jobs that are in progress and pending evaluation of their final objective metric.

objectiveStatusCounters_succeeded :: Lens' ObjectiveStatusCounters (Maybe Natural) Source #

The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

objectiveStatusCounters_failed :: Lens' ObjectiveStatusCounters (Maybe Natural) Source #

The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

OfflineStoreConfig

data OfflineStoreConfig Source #

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

See: newOfflineStoreConfig smart constructor.

Constructors

OfflineStoreConfig' 

Fields

Instances

Instances details
Eq OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Read OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Show OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Generic OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Associated Types

type Rep OfflineStoreConfig :: Type -> Type #

NFData OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

Methods

rnf :: OfflineStoreConfig -> () #

Hashable OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

ToJSON OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

FromJSON OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

type Rep OfflineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreConfig

type Rep OfflineStoreConfig = D1 ('MetaData "OfflineStoreConfig" "Amazonka.SageMaker.Types.OfflineStoreConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OfflineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "disableGlueTableCreation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "dataCatalogConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataCatalogConfig)) :*: S1 ('MetaSel ('Just "s3StorageConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3StorageConfig))))

newOfflineStoreConfig Source #

Create a value of OfflineStoreConfig 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:disableGlueTableCreation:OfflineStoreConfig', offlineStoreConfig_disableGlueTableCreation - Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore.

$sel:dataCatalogConfig:OfflineStoreConfig', offlineStoreConfig_dataCatalogConfig - The meta data of the Glue table that is autogenerated when an OfflineStore is created.

$sel:s3StorageConfig:OfflineStoreConfig', offlineStoreConfig_s3StorageConfig - The Amazon Simple Storage (Amazon S3) location of OfflineStore.

offlineStoreConfig_disableGlueTableCreation :: Lens' OfflineStoreConfig (Maybe Bool) Source #

Set to True to disable the automatic creation of an Amazon Web Services Glue table when configuring an OfflineStore.

offlineStoreConfig_dataCatalogConfig :: Lens' OfflineStoreConfig (Maybe DataCatalogConfig) Source #

The meta data of the Glue table that is autogenerated when an OfflineStore is created.

offlineStoreConfig_s3StorageConfig :: Lens' OfflineStoreConfig S3StorageConfig Source #

The Amazon Simple Storage (Amazon S3) location of OfflineStore.

OfflineStoreStatus

data OfflineStoreStatus Source #

The status of OfflineStore.

See: newOfflineStoreStatus smart constructor.

Constructors

OfflineStoreStatus' 

Fields

Instances

Instances details
Eq OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Read OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Show OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Generic OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Associated Types

type Rep OfflineStoreStatus :: Type -> Type #

NFData OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

Methods

rnf :: OfflineStoreStatus -> () #

Hashable OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

FromJSON OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

type Rep OfflineStoreStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OfflineStoreStatus

type Rep OfflineStoreStatus = D1 ('MetaData "OfflineStoreStatus" "Amazonka.SageMaker.Types.OfflineStoreStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OfflineStoreStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockedReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OfflineStoreStatusValue)))

newOfflineStoreStatus Source #

Create a value of OfflineStoreStatus 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:blockedReason:OfflineStoreStatus', offlineStoreStatus_blockedReason - The justification for why the OfflineStoreStatus is Blocked (if applicable).

$sel:status:OfflineStoreStatus', offlineStoreStatus_status - An OfflineStore status.

offlineStoreStatus_blockedReason :: Lens' OfflineStoreStatus (Maybe Text) Source #

The justification for why the OfflineStoreStatus is Blocked (if applicable).

OidcConfig

data OidcConfig Source #

Use this parameter to configure your OIDC Identity Provider (IdP).

See: newOidcConfig smart constructor.

Constructors

OidcConfig' 

Fields

  • clientId :: Text

    The OIDC IdP client ID used to configure your private workforce.

  • clientSecret :: Sensitive Text

    The OIDC IdP client secret used to configure your private workforce.

  • issuer :: Text

    The OIDC IdP issuer used to configure your private workforce.

  • authorizationEndpoint :: Text

    The OIDC IdP authorization endpoint used to configure your private workforce.

  • tokenEndpoint :: Text

    The OIDC IdP token endpoint used to configure your private workforce.

  • userInfoEndpoint :: Text

    The OIDC IdP user information endpoint used to configure your private workforce.

  • logoutEndpoint :: Text

    The OIDC IdP logout endpoint used to configure your private workforce.

  • jwksUri :: Text

    The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

Instances

Instances details
Eq OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Show OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Generic OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Associated Types

type Rep OidcConfig :: Type -> Type #

NFData OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

Methods

rnf :: OidcConfig -> () #

Hashable OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

ToJSON OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

type Rep OidcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfig

type Rep OidcConfig = D1 ('MetaData "OidcConfig" "Amazonka.SageMaker.Types.OidcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "tokenEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "userInfoEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "logoutEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jwksUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOidcConfig Source #

Create a value of OidcConfig 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:clientId:OidcConfig', oidcConfig_clientId - The OIDC IdP client ID used to configure your private workforce.

$sel:clientSecret:OidcConfig', oidcConfig_clientSecret - The OIDC IdP client secret used to configure your private workforce.

$sel:issuer:OidcConfig', oidcConfig_issuer - The OIDC IdP issuer used to configure your private workforce.

$sel:authorizationEndpoint:OidcConfig', oidcConfig_authorizationEndpoint - The OIDC IdP authorization endpoint used to configure your private workforce.

$sel:tokenEndpoint:OidcConfig', oidcConfig_tokenEndpoint - The OIDC IdP token endpoint used to configure your private workforce.

$sel:userInfoEndpoint:OidcConfig', oidcConfig_userInfoEndpoint - The OIDC IdP user information endpoint used to configure your private workforce.

$sel:logoutEndpoint:OidcConfig', oidcConfig_logoutEndpoint - The OIDC IdP logout endpoint used to configure your private workforce.

$sel:jwksUri:OidcConfig', oidcConfig_jwksUri - The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

oidcConfig_clientId :: Lens' OidcConfig Text Source #

The OIDC IdP client ID used to configure your private workforce.

oidcConfig_clientSecret :: Lens' OidcConfig Text Source #

The OIDC IdP client secret used to configure your private workforce.

oidcConfig_issuer :: Lens' OidcConfig Text Source #

The OIDC IdP issuer used to configure your private workforce.

oidcConfig_authorizationEndpoint :: Lens' OidcConfig Text Source #

The OIDC IdP authorization endpoint used to configure your private workforce.

oidcConfig_tokenEndpoint :: Lens' OidcConfig Text Source #

The OIDC IdP token endpoint used to configure your private workforce.

oidcConfig_userInfoEndpoint :: Lens' OidcConfig Text Source #

The OIDC IdP user information endpoint used to configure your private workforce.

oidcConfig_logoutEndpoint :: Lens' OidcConfig Text Source #

The OIDC IdP logout endpoint used to configure your private workforce.

oidcConfig_jwksUri :: Lens' OidcConfig Text Source #

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

OidcConfigForResponse

data OidcConfigForResponse Source #

Your OIDC IdP workforce configuration.

See: newOidcConfigForResponse smart constructor.

Constructors

OidcConfigForResponse' 

Fields

Instances

Instances details
Eq OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Read OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Show OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Generic OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Associated Types

type Rep OidcConfigForResponse :: Type -> Type #

NFData OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

Methods

rnf :: OidcConfigForResponse -> () #

Hashable OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

FromJSON OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

type Rep OidcConfigForResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcConfigForResponse

type Rep OidcConfigForResponse = D1 ('MetaData "OidcConfigForResponse" "Amazonka.SageMaker.Types.OidcConfigForResponse" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcConfigForResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jwksUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userInfoEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "authorizationEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tokenEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "issuer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logoutEndpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newOidcConfigForResponse :: OidcConfigForResponse Source #

Create a value of OidcConfigForResponse 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:clientId:OidcConfigForResponse', oidcConfigForResponse_clientId - The OIDC IdP client ID used to configure your private workforce.

$sel:jwksUri:OidcConfigForResponse', oidcConfigForResponse_jwksUri - The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

$sel:userInfoEndpoint:OidcConfigForResponse', oidcConfigForResponse_userInfoEndpoint - The OIDC IdP user information endpoint used to configure your private workforce.

$sel:authorizationEndpoint:OidcConfigForResponse', oidcConfigForResponse_authorizationEndpoint - The OIDC IdP authorization endpoint used to configure your private workforce.

$sel:tokenEndpoint:OidcConfigForResponse', oidcConfigForResponse_tokenEndpoint - The OIDC IdP token endpoint used to configure your private workforce.

$sel:issuer:OidcConfigForResponse', oidcConfigForResponse_issuer - The OIDC IdP issuer used to configure your private workforce.

$sel:logoutEndpoint:OidcConfigForResponse', oidcConfigForResponse_logoutEndpoint - The OIDC IdP logout endpoint used to configure your private workforce.

oidcConfigForResponse_clientId :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP client ID used to configure your private workforce.

oidcConfigForResponse_jwksUri :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.

oidcConfigForResponse_userInfoEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP user information endpoint used to configure your private workforce.

oidcConfigForResponse_authorizationEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP authorization endpoint used to configure your private workforce.

oidcConfigForResponse_tokenEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP token endpoint used to configure your private workforce.

oidcConfigForResponse_issuer :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP issuer used to configure your private workforce.

oidcConfigForResponse_logoutEndpoint :: Lens' OidcConfigForResponse (Maybe Text) Source #

The OIDC IdP logout endpoint used to configure your private workforce.

OidcMemberDefinition

data OidcMemberDefinition Source #

A list of user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

See: newOidcMemberDefinition smart constructor.

Constructors

OidcMemberDefinition' 

Fields

  • groups :: NonEmpty Text

    A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

Instances

Instances details
Eq OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Read OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Show OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Generic OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Associated Types

type Rep OidcMemberDefinition :: Type -> Type #

NFData OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

Methods

rnf :: OidcMemberDefinition -> () #

Hashable OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

ToJSON OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

FromJSON OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

type Rep OidcMemberDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OidcMemberDefinition

type Rep OidcMemberDefinition = D1 ('MetaData "OidcMemberDefinition" "Amazonka.SageMaker.Types.OidcMemberDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OidcMemberDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOidcMemberDefinition Source #

Create a value of OidcMemberDefinition 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:groups:OidcMemberDefinition', oidcMemberDefinition_groups - A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

oidcMemberDefinition_groups :: Lens' OidcMemberDefinition (NonEmpty Text) Source #

A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.

OnlineStoreConfig

data OnlineStoreConfig Source #

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly; the default value is False.

See: newOnlineStoreConfig smart constructor.

Constructors

OnlineStoreConfig' 

Fields

Instances

Instances details
Eq OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Read OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Show OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Generic OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Associated Types

type Rep OnlineStoreConfig :: Type -> Type #

NFData OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

Methods

rnf :: OnlineStoreConfig -> () #

Hashable OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

ToJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

FromJSON OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreConfig

type Rep OnlineStoreConfig = D1 ('MetaData "OnlineStoreConfig" "Amazonka.SageMaker.Types.OnlineStoreConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OnlineStoreConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnlineStoreSecurityConfig)) :*: S1 ('MetaSel ('Just "enableOnlineStore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newOnlineStoreConfig :: OnlineStoreConfig Source #

Create a value of OnlineStoreConfig 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:securityConfig:OnlineStoreConfig', onlineStoreConfig_securityConfig - Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

$sel:enableOnlineStore:OnlineStoreConfig', onlineStoreConfig_enableOnlineStore - Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

The default value is False.

onlineStoreConfig_securityConfig :: Lens' OnlineStoreConfig (Maybe OnlineStoreSecurityConfig) Source #

Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.

onlineStoreConfig_enableOnlineStore :: Lens' OnlineStoreConfig (Maybe Bool) Source #

Turn OnlineStore off by specifying False for the EnableOnlineStore flag. Turn OnlineStore on by specifying True for the EnableOnlineStore flag.

The default value is False.

OnlineStoreSecurityConfig

data OnlineStoreSecurityConfig Source #

The security configuration for OnlineStore.

See: newOnlineStoreSecurityConfig smart constructor.

Constructors

OnlineStoreSecurityConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

    The caller (either IAM user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

    • "kms:Encrypt"
    • "kms:Decrypt"
    • "kms:DescribeKey"
    • "kms:CreateGrant"
    • "kms:RetireGrant"
    • "kms:ReEncryptFrom"
    • "kms:ReEncryptTo"
    • "kms:GenerateDataKey"
    • "kms:ListAliases"
    • "kms:ListGrants"
    • "kms:RevokeGrant"

    The caller (either IAM user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

    • "kms:Decrypt"

Instances

Instances details
Eq OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Read OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Show OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Generic OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Associated Types

type Rep OnlineStoreSecurityConfig :: Type -> Type #

NFData OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

Hashable OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

ToJSON OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

FromJSON OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

type Rep OnlineStoreSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OnlineStoreSecurityConfig

type Rep OnlineStoreSecurityConfig = D1 ('MetaData "OnlineStoreSecurityConfig" "Amazonka.SageMaker.Types.OnlineStoreSecurityConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OnlineStoreSecurityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newOnlineStoreSecurityConfig :: OnlineStoreSecurityConfig Source #

Create a value of OnlineStoreSecurityConfig 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:kmsKeyId:OnlineStoreSecurityConfig', onlineStoreSecurityConfig_kmsKeyId - The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

The caller (either IAM user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

  • "kms:Encrypt"
  • "kms:Decrypt"
  • "kms:DescribeKey"
  • "kms:CreateGrant"
  • "kms:RetireGrant"
  • "kms:ReEncryptFrom"
  • "kms:ReEncryptTo"
  • "kms:GenerateDataKey"
  • "kms:ListAliases"
  • "kms:ListGrants"
  • "kms:RevokeGrant"

The caller (either IAM user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

  • "kms:Decrypt"

onlineStoreSecurityConfig_kmsKeyId :: Lens' OnlineStoreSecurityConfig (Maybe Text) Source #

The ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.

The caller (either IAM user or IAM role) of CreateFeatureGroup must have below permissions to the OnlineStore KmsKeyId:

  • "kms:Encrypt"
  • "kms:Decrypt"
  • "kms:DescribeKey"
  • "kms:CreateGrant"
  • "kms:RetireGrant"
  • "kms:ReEncryptFrom"
  • "kms:ReEncryptTo"
  • "kms:GenerateDataKey"
  • "kms:ListAliases"
  • "kms:ListGrants"
  • "kms:RevokeGrant"

The caller (either IAM user or IAM role) to all DataPlane operations (PutRecord, GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:

  • "kms:Decrypt"

OutputConfig

data OutputConfig Source #

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

See: newOutputConfig smart constructor.

Constructors

OutputConfig' 

Fields

  • targetPlatform :: Maybe TargetPlatform

    Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

    The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

    • Raspberry Pi 3 Model B+

      "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},
       "CompilerOptions": {'mattr': ['+neon']}
    • Jetson TX2

      "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},
       "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1', 'cuda-ver': '10.0'}
    • EC2 m5.2xlarge instance OS

      "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},
       "CompilerOptions": {'mcpu': 'skylake-avx512'}
    • RK3399

      "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}
    • ARMv7 phone (CPU)

      "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},
       "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr': ['+neon']}
    • ARMv8 phone (CPU)

      "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},
       "CompilerOptions": {'ANDROID_PLATFORM': 29}
  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

    The KmsKeyId can be any of the following formats:

    • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
    • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
    • Alias name: alias/ExampleAlias
    • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
  • compilerOptions :: Maybe Text

    Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

    • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model's input. "float32" is used if "DTYPE" is not specified. Options for data type are:

      • float32: Use either "float" or "float32".
      • int64: Use either "int64" or "long".

      For example, {"dtype" : "float32"}.

    • CPU: Compilation for CPU supports the following compiler options.

      • mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
      • mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
    • ARM: Details of ARM CPU compilations.

      • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

        For example, add {'mattr': ['+neon']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

    • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

      • gpu_code: Specifies the targeted architecture.
      • trt-ver: Specifies the TensorRT versions in x.y.z. format.
      • cuda-ver: Specifies the CUDA version in x.y format.

      For example, {'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver': '10.1'}

    • ANDROID: Compilation for the Android OS supports the following compiler options:

      • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {'ANDROID_PLATFORM': 28}.
      • mattr: Add {'mattr': ['+neon']} to compiler options if compiling for ARM 32-bit platform with NEON support.
    • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\"--verbose 1 --num-neuroncores 2 -O2\"".

      For information about supported compiler options, see Neuron Compiler CLI.

    • CoreML: Compilation for the CoreML OutputConfig$TargetDevice supports the following compiler options:

      • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.
    • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

      • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".
      • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow's default signature def key.
      • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

      For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

  • targetDevice :: Maybe TargetDevice

    Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

  • s3OutputLocation :: Text

    Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

Instances

Instances details
Eq OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Read OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Show OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Generic OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Associated Types

type Rep OutputConfig :: Type -> Type #

NFData OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

Methods

rnf :: OutputConfig -> () #

Hashable OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

ToJSON OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

FromJSON OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

type Rep OutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputConfig

type Rep OutputConfig = D1 ('MetaData "OutputConfig" "Amazonka.SageMaker.Types.OutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetPlatform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatform)) :*: S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "compilerOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: S1 ('MetaSel ('Just "s3OutputLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newOutputConfig Source #

Create a value of OutputConfig 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:targetPlatform:OutputConfig', outputConfig_targetPlatform - Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

  • Raspberry Pi 3 Model B+

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},
     "CompilerOptions": {'mattr': ['+neon']}
  • Jetson TX2

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1', 'cuda-ver': '10.0'}
  • EC2 m5.2xlarge instance OS

    "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'mcpu': 'skylake-avx512'}
  • RK3399

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}
  • ARMv7 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},
     "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr': ['+neon']}
  • ARMv8 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},
     "CompilerOptions": {'ANDROID_PLATFORM': 29}

$sel:kmsKeyId:OutputConfig', outputConfig_kmsKeyId - The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

$sel:compilerOptions:OutputConfig', outputConfig_compilerOptions - Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

  • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model's input. "float32" is used if "DTYPE" is not specified. Options for data type are:

    • float32: Use either "float" or "float32".
    • int64: Use either "int64" or "long".

    For example, {"dtype" : "float32"}.

  • CPU: Compilation for CPU supports the following compiler options.

    • mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
    • mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
  • ARM: Details of ARM CPU compilations.

    • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

      For example, add {'mattr': ['+neon']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

  • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

    • gpu_code: Specifies the targeted architecture.
    • trt-ver: Specifies the TensorRT versions in x.y.z. format.
    • cuda-ver: Specifies the CUDA version in x.y format.

    For example, {'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver': '10.1'}

  • ANDROID: Compilation for the Android OS supports the following compiler options:

    • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {'ANDROID_PLATFORM': 28}.
    • mattr: Add {'mattr': ['+neon']} to compiler options if compiling for ARM 32-bit platform with NEON support.
  • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\"--verbose 1 --num-neuroncores 2 -O2\"".

    For information about supported compiler options, see Neuron Compiler CLI.

  • CoreML: Compilation for the CoreML OutputConfig$TargetDevice supports the following compiler options:

    • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.
  • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

    • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".
    • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow's default signature def key.
    • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

$sel:targetDevice:OutputConfig', outputConfig_targetDevice - Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

$sel:s3OutputLocation:OutputConfig', outputConfig_s3OutputLocation - Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

outputConfig_targetPlatform :: Lens' OutputConfig (Maybe TargetPlatform) Source #

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

The following examples show how to configure the TargetPlatform and CompilerOptions JSON strings for popular target platforms:

  • Raspberry Pi 3 Model B+

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},
     "CompilerOptions": {'mattr': ['+neon']}
  • Jetson TX2

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1', 'cuda-ver': '10.0'}
  • EC2 m5.2xlarge instance OS

    "TargetPlatform": {"Os": "LINUX", "Arch": "X86_64", "Accelerator": "NVIDIA"},
     "CompilerOptions": {'mcpu': 'skylake-avx512'}
  • RK3399

    "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator": "MALI"}
  • ARMv7 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},
     "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr': ['+neon']}
  • ARMv8 phone (CPU)

    "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},
     "CompilerOptions": {'ANDROID_PLATFORM': 29}

outputConfig_kmsKeyId :: Lens' OutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service key (Amazon Web Services KMS) that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side encryption after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

outputConfig_compilerOptions :: Lens' OutputConfig (Maybe Text) Source #

Specifies additional parameters for compiler options in JSON format. The compiler options are TargetPlatform specific. It is required for NVIDIA accelerators and highly recommended for CPU compilations. For any other cases, it is optional to specify CompilerOptions.

  • DTYPE: Specifies the data type for the input. When compiling for ml_* (except for ml_inf) instances using PyTorch framework, provide the data type (dtype) of the model's input. "float32" is used if "DTYPE" is not specified. Options for data type are:

    • float32: Use either "float" or "float32".
    • int64: Use either "int64" or "long".

    For example, {"dtype" : "float32"}.

  • CPU: Compilation for CPU supports the following compiler options.

    • mcpu: CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'}
    • mattr: CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
  • ARM: Details of ARM CPU compilations.

    • NEON: NEON is an implementation of the Advanced SIMD extension used in ARMv7 processors.

      For example, add {'mattr': ['+neon']} to the compiler options if compiling for ARM 32-bit platform with the NEON support.

  • NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.

    • gpu_code: Specifies the targeted architecture.
    • trt-ver: Specifies the TensorRT versions in x.y.z. format.
    • cuda-ver: Specifies the CUDA version in x.y format.

    For example, {'gpu-code': 'sm_72', 'trt-ver': '6.0.1', 'cuda-ver': '10.1'}

  • ANDROID: Compilation for the Android OS supports the following compiler options:

    • ANDROID_PLATFORM: Specifies the Android API levels. Available levels range from 21 to 29. For example, {'ANDROID_PLATFORM': 28}.
    • mattr: Add {'mattr': ['+neon']} to compiler options if compiling for ARM 32-bit platform with NEON support.
  • INFERENTIA: Compilation for target ml_inf1 uses compiler options passed in as a JSON string. For example, "CompilerOptions": "\"--verbose 1 --num-neuroncores 2 -O2\"".

    For information about supported compiler options, see Neuron Compiler CLI.

  • CoreML: Compilation for the CoreML OutputConfig$TargetDevice supports the following compiler options:

    • class_labels: Specifies the classification labels file name inside input tar.gz file. For example, {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file should be separated by newlines.
  • EIA: Compilation for the Elastic Inference Accelerator supports the following compiler options:

    • precision_mode: Specifies the precision of compiled artifacts. Supported values are "FP16" and "FP32". Default is "FP32".
    • signature_def_key: Specifies the signature to use for models in SavedModel format. Defaults is TensorFlow's default signature def key.
    • output_names: Specifies a list of output tensor names for models in FrozenGraph format. Set at most one API field, either: signature_def_key or output_names.

    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}

outputConfig_targetDevice :: Lens' OutputConfig (Maybe TargetDevice) Source #

Identifies the target device or the machine learning instance that you want to run your model on after the compilation has completed. Alternatively, you can specify OS, architecture, and accelerator using TargetPlatform fields. It can be used instead of TargetPlatform.

outputConfig_s3OutputLocation :: Lens' OutputConfig Text Source #

Identifies the S3 bucket where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

OutputDataConfig

data OutputDataConfig Source #

Provides information about how to store model training results (model artifacts).

See: newOutputDataConfig smart constructor.

Constructors

OutputDataConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

    • // KMS Key ID

      "1234abcd-12ab-34cd-56ef-1234567890ab"
    • // Amazon Resource Name (ARN) of a KMS Key

      "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
    • // KMS Key Alias

      "alias/ExampleAlias"
    • // Amazon Resource Name (ARN) of a KMS Key Alias

      "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

    If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

    The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

  • s3OutputPath :: Text

    Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

Instances

Instances details
Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Generic OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Associated Types

type Rep OutputDataConfig :: Type -> Type #

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Hashable OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

ToJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

type Rep OutputDataConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputDataConfig

type Rep OutputDataConfig = D1 ('MetaData "OutputDataConfig" "Amazonka.SageMaker.Types.OutputDataConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputDataConfig Source #

Create a value of OutputDataConfig 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:kmsKeyId:OutputDataConfig', outputDataConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:s3OutputPath:OutputDataConfig', outputDataConfig_s3OutputPath - Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

outputDataConfig_kmsKeyId :: Lens' OutputDataConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

outputDataConfig_s3OutputPath :: Lens' OutputDataConfig Text Source #

Identifies the S3 path where you want Amazon SageMaker to store the model artifacts. For example, s3://bucket-name/key-name-prefix.

OutputParameter

data OutputParameter Source #

An output parameter of a pipeline step.

See: newOutputParameter smart constructor.

Constructors

OutputParameter' 

Fields

  • name :: Text

    The name of the output parameter.

  • value :: Text

    The value of the output parameter.

Instances

Instances details
Eq OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Read OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Show OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Generic OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Associated Types

type Rep OutputParameter :: Type -> Type #

NFData OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

Methods

rnf :: OutputParameter -> () #

Hashable OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

ToJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

FromJSON OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

type Rep OutputParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.OutputParameter

type Rep OutputParameter = D1 ('MetaData "OutputParameter" "Amazonka.SageMaker.Types.OutputParameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "OutputParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputParameter Source #

Create a value of OutputParameter 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:name:OutputParameter', outputParameter_name - The name of the output parameter.

$sel:value:OutputParameter', outputParameter_value - The value of the output parameter.

outputParameter_name :: Lens' OutputParameter Text Source #

The name of the output parameter.

outputParameter_value :: Lens' OutputParameter Text Source #

The value of the output parameter.

Parameter

data Parameter Source #

Assigns a value to a named Pipeline parameter.

See: newParameter smart constructor.

Constructors

Parameter' 

Fields

  • name :: Text

    The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

  • value :: Text

    The literal value for the parameter.

Instances

Instances details
Eq Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Read Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Show Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Generic Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Associated Types

type Rep Parameter :: Type -> Type #

NFData Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

Methods

rnf :: Parameter -> () #

Hashable Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

ToJSON Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

FromJSON Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

type Rep Parameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parameter

type Rep Parameter = D1 ('MetaData "Parameter" "Amazonka.SageMaker.Types.Parameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Parameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newParameter Source #

Create a value of Parameter 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:name:Parameter', parameter_name - The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

$sel:value:Parameter', parameter_value - The literal value for the parameter.

parameter_name :: Lens' Parameter Text Source #

The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.

parameter_value :: Lens' Parameter Text Source #

The literal value for the parameter.

ParameterRange

data ParameterRange Source #

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

See: newParameterRange smart constructor.

Constructors

ParameterRange' 

Fields

Instances

Instances details
Eq ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Read ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Show ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Generic ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Associated Types

type Rep ParameterRange :: Type -> Type #

NFData ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

Methods

rnf :: ParameterRange -> () #

Hashable ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

ToJSON ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

FromJSON ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

type Rep ParameterRange Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRange

type Rep ParameterRange = D1 ('MetaData "ParameterRange" "Amazonka.SageMaker.Types.ParameterRange" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParameterRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CategoricalParameterRangeSpecification)) :*: (S1 ('MetaSel ('Just "integerParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IntegerParameterRangeSpecification)) :*: S1 ('MetaSel ('Just "continuousParameterRangeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContinuousParameterRangeSpecification)))))

newParameterRange :: ParameterRange Source #

Create a value of ParameterRange 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:categoricalParameterRangeSpecification:ParameterRange', parameterRange_categoricalParameterRangeSpecification - A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.

$sel:integerParameterRangeSpecification:ParameterRange', parameterRange_integerParameterRangeSpecification - A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.

$sel:continuousParameterRangeSpecification:ParameterRange', parameterRange_continuousParameterRangeSpecification - A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.

parameterRange_categoricalParameterRangeSpecification :: Lens' ParameterRange (Maybe CategoricalParameterRangeSpecification) Source #

A CategoricalParameterRangeSpecification object that defines the possible values for a categorical hyperparameter.

parameterRange_integerParameterRangeSpecification :: Lens' ParameterRange (Maybe IntegerParameterRangeSpecification) Source #

A IntegerParameterRangeSpecification object that defines the possible values for an integer hyperparameter.

parameterRange_continuousParameterRangeSpecification :: Lens' ParameterRange (Maybe ContinuousParameterRangeSpecification) Source #

A ContinuousParameterRangeSpecification object that defines the possible values for a continuous hyperparameter.

ParameterRanges

data ParameterRanges Source #

Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

You can specify a maximum of 20 hyperparameters that a hyperparameter tuning job can search over. Every possible value of a categorical parameter range counts against this limit.

See: newParameterRanges smart constructor.

Constructors

ParameterRanges' 

Fields

Instances

Instances details
Eq ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Read ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Show ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Generic ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Associated Types

type Rep ParameterRanges :: Type -> Type #

NFData ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

Methods

rnf :: ParameterRanges -> () #

Hashable ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

ToJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

FromJSON ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

type Rep ParameterRanges Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParameterRanges

type Rep ParameterRanges = D1 ('MetaData "ParameterRanges" "Amazonka.SageMaker.Types.ParameterRanges" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParameterRanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoricalParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CategoricalParameterRange])) :*: (S1 ('MetaSel ('Just "integerParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IntegerParameterRange])) :*: S1 ('MetaSel ('Just "continuousParameterRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ContinuousParameterRange])))))

newParameterRanges :: ParameterRanges Source #

Create a value of ParameterRanges 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:categoricalParameterRanges:ParameterRanges', parameterRanges_categoricalParameterRanges - The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.

$sel:integerParameterRanges:ParameterRanges', parameterRanges_integerParameterRanges - The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.

$sel:continuousParameterRanges:ParameterRanges', parameterRanges_continuousParameterRanges - The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.

parameterRanges_categoricalParameterRanges :: Lens' ParameterRanges (Maybe [CategoricalParameterRange]) Source #

The array of CategoricalParameterRange objects that specify ranges of categorical hyperparameters that a hyperparameter tuning job searches.

parameterRanges_integerParameterRanges :: Lens' ParameterRanges (Maybe [IntegerParameterRange]) Source #

The array of IntegerParameterRange objects that specify ranges of integer hyperparameters that a hyperparameter tuning job searches.

parameterRanges_continuousParameterRanges :: Lens' ParameterRanges (Maybe [ContinuousParameterRange]) Source #

The array of ContinuousParameterRange objects that specify ranges of continuous hyperparameters that a hyperparameter tuning job searches.

Parent

data Parent Source #

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

See: newParent smart constructor.

Constructors

Parent' 

Fields

Instances

Instances details
Eq Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

(==) :: Parent -> Parent -> Bool #

(/=) :: Parent -> Parent -> Bool #

Read Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Show Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Generic Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Associated Types

type Rep Parent :: Type -> Type #

Methods

from :: Parent -> Rep Parent x #

to :: Rep Parent x -> Parent #

NFData Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

rnf :: Parent -> () #

Hashable Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

Methods

hashWithSalt :: Int -> Parent -> Int #

hash :: Parent -> Int #

FromJSON Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

type Rep Parent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Parent

type Rep Parent = D1 ('MetaData "Parent" "Amazonka.SageMaker.Types.Parent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Parent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParent :: Parent Source #

Create a value of Parent 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:experimentName:Parent', parent_experimentName - The name of the experiment.

$sel:trialName:Parent', parent_trialName - The name of the trial.

parent_experimentName :: Lens' Parent (Maybe Text) Source #

The name of the experiment.

parent_trialName :: Lens' Parent (Maybe Text) Source #

The name of the trial.

ParentHyperParameterTuningJob

data ParentHyperParameterTuningJob Source #

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

See: newParentHyperParameterTuningJob smart constructor.

Constructors

ParentHyperParameterTuningJob' 

Fields

Instances

Instances details
Eq ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Read ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Show ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Generic ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Associated Types

type Rep ParentHyperParameterTuningJob :: Type -> Type #

NFData ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

Hashable ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

ToJSON ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

FromJSON ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

type Rep ParentHyperParameterTuningJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ParentHyperParameterTuningJob

type Rep ParentHyperParameterTuningJob = D1 ('MetaData "ParentHyperParameterTuningJob" "Amazonka.SageMaker.Types.ParentHyperParameterTuningJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ParentHyperParameterTuningJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperParameterTuningJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newParentHyperParameterTuningJob :: ParentHyperParameterTuningJob Source #

Create a value of ParentHyperParameterTuningJob 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:hyperParameterTuningJobName:ParentHyperParameterTuningJob', parentHyperParameterTuningJob_hyperParameterTuningJobName - The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

parentHyperParameterTuningJob_hyperParameterTuningJobName :: Lens' ParentHyperParameterTuningJob (Maybe Text) Source #

The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

Pipeline

data Pipeline Source #

A SageMaker Model Building Pipeline instance.

See: newPipeline smart constructor.

Constructors

Pipeline' 

Fields

Instances

Instances details
Eq Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Read Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Show Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Generic Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Associated Types

type Rep Pipeline :: Type -> Type #

Methods

from :: Pipeline -> Rep Pipeline x #

to :: Rep Pipeline x -> Pipeline #

NFData Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

rnf :: Pipeline -> () #

Hashable Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

Methods

hashWithSalt :: Int -> Pipeline -> Int #

hash :: Pipeline -> Int #

FromJSON Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Pipeline

type Rep Pipeline = D1 ('MetaData "Pipeline" "Amazonka.SageMaker.Types.Pipeline" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Pipeline'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastRunTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "pipelineStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineStatus)) :*: (S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newPipeline :: Pipeline Source #

Create a value of Pipeline 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:creationTime:Pipeline', pipeline_creationTime - The creation time of the pipeline.

$sel:pipelineDisplayName:Pipeline', pipeline_pipelineDisplayName - The display name of the pipeline.

$sel:pipelineName:Pipeline', pipeline_pipelineName - The name of the pipeline.

$sel:createdBy:Pipeline', pipeline_createdBy - Undocumented member.

$sel:lastRunTime:Pipeline', pipeline_lastRunTime - The time when the pipeline was last run.

$sel:lastModifiedTime:Pipeline', pipeline_lastModifiedTime - The time that the pipeline was last modified.

$sel:pipelineStatus:Pipeline', pipeline_pipelineStatus - The status of the pipeline.

$sel:pipelineDescription:Pipeline', pipeline_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:Pipeline', pipeline_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:lastModifiedBy:Pipeline', pipeline_lastModifiedBy - Undocumented member.

$sel:tags:Pipeline', pipeline_tags - A list of tags that apply to the pipeline.

$sel:roleArn:Pipeline', pipeline_roleArn - The Amazon Resource Name (ARN) of the role that created the pipeline.

pipeline_creationTime :: Lens' Pipeline (Maybe UTCTime) Source #

The creation time of the pipeline.

pipeline_pipelineDisplayName :: Lens' Pipeline (Maybe Text) Source #

The display name of the pipeline.

pipeline_pipelineName :: Lens' Pipeline (Maybe Text) Source #

The name of the pipeline.

pipeline_lastRunTime :: Lens' Pipeline (Maybe UTCTime) Source #

The time when the pipeline was last run.

pipeline_lastModifiedTime :: Lens' Pipeline (Maybe UTCTime) Source #

The time that the pipeline was last modified.

pipeline_pipelineDescription :: Lens' Pipeline (Maybe Text) Source #

The description of the pipeline.

pipeline_pipelineArn :: Lens' Pipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline.

pipeline_tags :: Lens' Pipeline (Maybe [Tag]) Source #

A list of tags that apply to the pipeline.

pipeline_roleArn :: Lens' Pipeline (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role that created the pipeline.

PipelineExecution

data PipelineExecution Source #

An execution of a pipeline.

See: newPipelineExecution smart constructor.

Constructors

PipelineExecution' 

Fields

Instances

Instances details
Eq PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Read PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Show PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Generic PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Associated Types

type Rep PipelineExecution :: Type -> Type #

NFData PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

Methods

rnf :: PipelineExecution -> () #

Hashable PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

FromJSON PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecution

type Rep PipelineExecution = D1 ('MetaData "PipelineExecution" "Amazonka.SageMaker.Types.PipelineExecution" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parameter])) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExperimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExperimentConfig)))))))

newPipelineExecution :: PipelineExecution Source #

Create a value of PipelineExecution 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:creationTime:PipelineExecution', pipelineExecution_creationTime - The creation time of the pipeline execution.

$sel:pipelineExecutionStatus:PipelineExecution', pipelineExecution_pipelineExecutionStatus - The status of the pipeline status.

$sel:failureReason:PipelineExecution', pipelineExecution_failureReason - If the execution failed, a message describing why.

$sel:pipelineExecutionArn:PipelineExecution', pipelineExecution_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:pipelineParameters:PipelineExecution', pipelineExecution_pipelineParameters - Contains a list of pipeline parameters. This list can be empty.

$sel:createdBy:PipelineExecution', pipelineExecution_createdBy - Undocumented member.

$sel:lastModifiedTime:PipelineExecution', pipelineExecution_lastModifiedTime - The time that the pipeline execution was last modified.

$sel:pipelineArn:PipelineExecution', pipelineExecution_pipelineArn - The Amazon Resource Name (ARN) of the pipeline that was executed.

$sel:pipelineExecutionDisplayName:PipelineExecution', pipelineExecution_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:lastModifiedBy:PipelineExecution', pipelineExecution_lastModifiedBy - Undocumented member.

$sel:pipelineExecutionDescription:PipelineExecution', pipelineExecution_pipelineExecutionDescription - The description of the pipeline execution.

$sel:pipelineExperimentConfig:PipelineExecution', pipelineExecution_pipelineExperimentConfig - Undocumented member.

pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime) Source #

The creation time of the pipeline execution.

pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text) Source #

If the execution failed, a message describing why.

pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline execution.

pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter]) Source #

Contains a list of pipeline parameters. This list can be empty.

pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime) Source #

The time that the pipeline execution was last modified.

pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline that was executed.

PipelineExecutionStep

data PipelineExecutionStep Source #

An execution of a step in a pipeline.

See: newPipelineExecutionStep smart constructor.

Constructors

PipelineExecutionStep' 

Fields

Instances

Instances details
Eq PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Read PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Show PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Generic PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Associated Types

type Rep PipelineExecutionStep :: Type -> Type #

NFData PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Methods

rnf :: PipelineExecutionStep -> () #

Hashable PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

FromJSON PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep = D1 ('MetaData "PipelineExecutionStep" "Amazonka.SageMaker.Types.PipelineExecutionStep" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecutionStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "stepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStepMetadata)) :*: S1 ('MetaSel ('Just "cacheHitResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheHitResult))))))

newPipelineExecutionStep :: PipelineExecutionStep Source #

Create a value of PipelineExecutionStep 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:failureReason:PipelineExecutionStep', pipelineExecutionStep_failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.

$sel:startTime:PipelineExecutionStep', pipelineExecutionStep_startTime - The time that the step started executing.

$sel:stepName:PipelineExecutionStep', pipelineExecutionStep_stepName - The name of the step that is executed.

$sel:stepStatus:PipelineExecutionStep', pipelineExecutionStep_stepStatus - The status of the step execution.

$sel:endTime:PipelineExecutionStep', pipelineExecutionStep_endTime - The time that the step stopped executing.

$sel:metadata:PipelineExecutionStep', pipelineExecutionStep_metadata - Metadata for the step execution.

$sel:cacheHitResult:PipelineExecutionStep', pipelineExecutionStep_cacheHitResult - If this pipeline execution step was cached, details on the cache hit.

pipelineExecutionStep_failureReason :: Lens' PipelineExecutionStep (Maybe Text) Source #

The reason why the step failed execution. This is only returned if the step failed its execution.

pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #

The time that the step started executing.

pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text) Source #

The name of the step that is executed.

pipelineExecutionStep_endTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #

The time that the step stopped executing.

pipelineExecutionStep_cacheHitResult :: Lens' PipelineExecutionStep (Maybe CacheHitResult) Source #

If this pipeline execution step was cached, details on the cache hit.

PipelineExecutionStepMetadata

data PipelineExecutionStepMetadata Source #

Metadata for a step execution.

See: newPipelineExecutionStepMetadata smart constructor.

Constructors

PipelineExecutionStepMetadata' 

Fields

Instances

Instances details
Eq PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Read PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Show PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Generic PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Associated Types

type Rep PipelineExecutionStepMetadata :: Type -> Type #

NFData PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

Hashable PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

FromJSON PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

type Rep PipelineExecutionStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStepMetadata

newPipelineExecutionStepMetadata :: PipelineExecutionStepMetadata Source #

Create a value of PipelineExecutionStepMetadata 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:trainingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_trainingJob - The Amazon Resource Name (ARN) of the training job that was run by this step execution.

$sel:processingJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_processingJob - The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

$sel:model:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_model - The Amazon Resource Name (ARN) of the model that was created by this step execution.

$sel:lambda:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_lambda - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

$sel:tuningJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_tuningJob - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

$sel:condition:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_condition - The outcome of the condition evaluation that was run by this step execution.

$sel:transformJob:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_transformJob - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

$sel:registerModel:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_registerModel - The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.

$sel:callback:PipelineExecutionStepMetadata', pipelineExecutionStepMetadata_callback - The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

pipelineExecutionStepMetadata_trainingJob :: Lens' PipelineExecutionStepMetadata (Maybe TrainingJobStepMetadata) Source #

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

pipelineExecutionStepMetadata_processingJob :: Lens' PipelineExecutionStepMetadata (Maybe ProcessingJobStepMetadata) Source #

The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

pipelineExecutionStepMetadata_model :: Lens' PipelineExecutionStepMetadata (Maybe ModelStepMetadata) Source #

The Amazon Resource Name (ARN) of the model that was created by this step execution.

pipelineExecutionStepMetadata_lambda :: Lens' PipelineExecutionStepMetadata (Maybe LambdaStepMetadata) Source #

The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

pipelineExecutionStepMetadata_tuningJob :: Lens' PipelineExecutionStepMetadata (Maybe TuningJobStepMetaData) Source #

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

pipelineExecutionStepMetadata_condition :: Lens' PipelineExecutionStepMetadata (Maybe ConditionStepMetadata) Source #

The outcome of the condition evaluation that was run by this step execution.

pipelineExecutionStepMetadata_transformJob :: Lens' PipelineExecutionStepMetadata (Maybe TransformJobStepMetadata) Source #

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

pipelineExecutionStepMetadata_registerModel :: Lens' PipelineExecutionStepMetadata (Maybe RegisterModelStepMetadata) Source #

The Amazon Resource Name (ARN) of the model package the model was registered to by this step execution.

pipelineExecutionStepMetadata_callback :: Lens' PipelineExecutionStepMetadata (Maybe CallbackStepMetadata) Source #

The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

PipelineExecutionSummary

data PipelineExecutionSummary Source #

A pipeline execution summary.

See: newPipelineExecutionSummary smart constructor.

Constructors

PipelineExecutionSummary' 

Fields

Instances

Instances details
Eq PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Read PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Show PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Generic PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Associated Types

type Rep PipelineExecutionSummary :: Type -> Type #

NFData PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

Hashable PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

FromJSON PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

type Rep PipelineExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionSummary

type Rep PipelineExecutionSummary = D1 ('MetaData "PipelineExecutionSummary" "Amazonka.SageMaker.Types.PipelineExecutionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStatus)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "pipelineExecutionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "pipelineExecutionDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineExecutionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipelineExecutionSummary :: PipelineExecutionSummary Source #

Create a value of PipelineExecutionSummary 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:pipelineExecutionStatus:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionStatus - The status of the pipeline execution.

$sel:startTime:PipelineExecutionSummary', pipelineExecutionSummary_startTime - The start time of the pipeline execution.

$sel:pipelineExecutionArn:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionArn - The Amazon Resource Name (ARN) of the pipeline execution.

$sel:pipelineExecutionDisplayName:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDisplayName - The display name of the pipeline execution.

$sel:pipelineExecutionDescription:PipelineExecutionSummary', pipelineExecutionSummary_pipelineExecutionDescription - The description of the pipeline execution.

pipelineExecutionSummary_pipelineExecutionArn :: Lens' PipelineExecutionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline execution.

PipelineExperimentConfig

data PipelineExperimentConfig Source #

Specifies the names of the experiment and trial created by a pipeline.

See: newPipelineExperimentConfig smart constructor.

Constructors

PipelineExperimentConfig' 

Fields

Instances

Instances details
Eq PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Read PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Show PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Generic PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Associated Types

type Rep PipelineExperimentConfig :: Type -> Type #

NFData PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

Hashable PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

FromJSON PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExperimentConfig

type Rep PipelineExperimentConfig = D1 ('MetaData "PipelineExperimentConfig" "Amazonka.SageMaker.Types.PipelineExperimentConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExperimentConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPipelineExperimentConfig :: PipelineExperimentConfig Source #

Create a value of PipelineExperimentConfig 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:experimentName:PipelineExperimentConfig', pipelineExperimentConfig_experimentName - The name of the experiment.

$sel:trialName:PipelineExperimentConfig', pipelineExperimentConfig_trialName - The name of the trial.

PipelineSummary

data PipelineSummary Source #

A summary of a pipeline.

See: newPipelineSummary smart constructor.

Constructors

PipelineSummary' 

Fields

Instances

Instances details
Eq PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Read PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Show PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Generic PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Associated Types

type Rep PipelineSummary :: Type -> Type #

NFData PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

Methods

rnf :: PipelineSummary -> () #

Hashable PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

FromJSON PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

type Rep PipelineSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineSummary

type Rep PipelineSummary = D1 ('MetaData "PipelineSummary" "Amazonka.SageMaker.Types.PipelineSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastExecutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "pipelineDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newPipelineSummary :: PipelineSummary Source #

Create a value of PipelineSummary 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:creationTime:PipelineSummary', pipelineSummary_creationTime - The creation time of the pipeline.

$sel:pipelineDisplayName:PipelineSummary', pipelineSummary_pipelineDisplayName - The display name of the pipeline.

$sel:lastExecutionTime:PipelineSummary', pipelineSummary_lastExecutionTime - The last time that a pipeline execution began.

$sel:pipelineName:PipelineSummary', pipelineSummary_pipelineName - The name of the pipeline.

$sel:lastModifiedTime:PipelineSummary', pipelineSummary_lastModifiedTime - The time that the pipeline was last modified.

$sel:pipelineDescription:PipelineSummary', pipelineSummary_pipelineDescription - The description of the pipeline.

$sel:pipelineArn:PipelineSummary', pipelineSummary_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.

$sel:roleArn:PipelineSummary', pipelineSummary_roleArn - The Amazon Resource Name (ARN) that the pipeline used to execute.

pipelineSummary_creationTime :: Lens' PipelineSummary (Maybe UTCTime) Source #

The creation time of the pipeline.

pipelineSummary_lastExecutionTime :: Lens' PipelineSummary (Maybe UTCTime) Source #

The last time that a pipeline execution began.

pipelineSummary_lastModifiedTime :: Lens' PipelineSummary (Maybe UTCTime) Source #

The time that the pipeline was last modified.

pipelineSummary_pipelineArn :: Lens' PipelineSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the pipeline.

pipelineSummary_roleArn :: Lens' PipelineSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) that the pipeline used to execute.

ProcessingClusterConfig

data ProcessingClusterConfig Source #

Configuration for the cluster used to run a processing job.

See: newProcessingClusterConfig smart constructor.

Constructors

ProcessingClusterConfig' 

Fields

  • volumeKmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

    Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

    For a list of instance types that support local instance storage, see Instance Store Volumes.

    For more information about local instance storage encryption, see SSD Instance Store Volumes.

  • instanceCount :: Natural

    The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

  • instanceType :: ProcessingInstanceType

    The ML compute instance type for the processing job.

  • volumeSizeInGB :: Natural

    The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

    Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

    For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

Instances

Instances details
Eq ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Read ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Show ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Generic ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Associated Types

type Rep ProcessingClusterConfig :: Type -> Type #

NFData ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

Methods

rnf :: ProcessingClusterConfig -> () #

Hashable ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

ToJSON ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

FromJSON ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

type Rep ProcessingClusterConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingClusterConfig

type Rep ProcessingClusterConfig = D1 ('MetaData "ProcessingClusterConfig" "Amazonka.SageMaker.Types.ProcessingClusterConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingClusterConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingInstanceType) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newProcessingClusterConfig Source #

Create a value of ProcessingClusterConfig 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:volumeKmsKeyId:ProcessingClusterConfig', processingClusterConfig_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

$sel:instanceCount:ProcessingClusterConfig', processingClusterConfig_instanceCount - The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

$sel:instanceType:ProcessingClusterConfig', processingClusterConfig_instanceType - The ML compute instance type for the processing job.

$sel:volumeSizeInGB:ProcessingClusterConfig', processingClusterConfig_volumeSizeInGB - The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

processingClusterConfig_volumeKmsKeyId :: Lens' ProcessingClusterConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

processingClusterConfig_instanceCount :: Lens' ProcessingClusterConfig Natural Source #

The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.

processingClusterConfig_volumeSizeInGB :: Lens' ProcessingClusterConfig Natural Source #

The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for processing, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

ProcessingFeatureStoreOutput

data ProcessingFeatureStoreOutput Source #

Configuration for processing job outputs in Amazon SageMaker Feature Store.

See: newProcessingFeatureStoreOutput smart constructor.

Constructors

ProcessingFeatureStoreOutput' 

Fields

  • featureGroupName :: Text

    The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

Instances

Instances details
Eq ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Read ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Show ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Generic ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Associated Types

type Rep ProcessingFeatureStoreOutput :: Type -> Type #

NFData ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

Hashable ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

ToJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

FromJSON ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput

type Rep ProcessingFeatureStoreOutput = D1 ('MetaData "ProcessingFeatureStoreOutput" "Amazonka.SageMaker.Types.ProcessingFeatureStoreOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingFeatureStoreOutput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "featureGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessingFeatureStoreOutput Source #

Create a value of ProcessingFeatureStoreOutput 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:featureGroupName:ProcessingFeatureStoreOutput', processingFeatureStoreOutput_featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

processingFeatureStoreOutput_featureGroupName :: Lens' ProcessingFeatureStoreOutput Text Source #

The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.

ProcessingInput

data ProcessingInput Source #

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

See: newProcessingInput smart constructor.

Constructors

ProcessingInput' 

Fields

Instances

Instances details
Eq ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Read ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Show ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Generic ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Associated Types

type Rep ProcessingInput :: Type -> Type #

NFData ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

Methods

rnf :: ProcessingInput -> () #

Hashable ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

ToJSON ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

FromJSON ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

type Rep ProcessingInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingInput

type Rep ProcessingInput = D1 ('MetaData "ProcessingInput" "Amazonka.SageMaker.Types.ProcessingInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "datasetDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DatasetDefinition)) :*: S1 ('MetaSel ('Just "appManaged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "s3Input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3Input)) :*: S1 ('MetaSel ('Just "inputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProcessingInput Source #

Create a value of ProcessingInput 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:datasetDefinition:ProcessingInput', processingInput_datasetDefinition - Configuration for a Dataset Definition input.

$sel:appManaged:ProcessingInput', processingInput_appManaged - When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

$sel:s3Input:ProcessingInput', processingInput_s3Input - Configuration for downloading input data from Amazon S3 into the processing container.

$sel:inputName:ProcessingInput', processingInput_inputName - The name for the processing job input.

processingInput_datasetDefinition :: Lens' ProcessingInput (Maybe DatasetDefinition) Source #

Configuration for a Dataset Definition input.

processingInput_appManaged :: Lens' ProcessingInput (Maybe Bool) Source #

When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.

processingInput_s3Input :: Lens' ProcessingInput (Maybe ProcessingS3Input) Source #

Configuration for downloading input data from Amazon S3 into the processing container.

processingInput_inputName :: Lens' ProcessingInput Text Source #

The name for the processing job input.

ProcessingJob

data ProcessingJob Source #

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

See: newProcessingJob smart constructor.

Constructors

ProcessingJob' 

Fields

Instances

Instances details
Eq ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Read ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Show ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Generic ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Associated Types

type Rep ProcessingJob :: Type -> Type #

NFData ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

Methods

rnf :: ProcessingJob -> () #

Hashable ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

FromJSON ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

type Rep ProcessingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJob

type Rep ProcessingJob = D1 ('MetaData "ProcessingJob" "Amazonka.SageMaker.Types.ProcessingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "appSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppSpecification)) :*: S1 ('MetaSel ('Just "processingResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingResources))))) :*: ((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingStoppingCondition)))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "processingInputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProcessingInput])))))) :*: (((S1 ('MetaSel ('Just "networkConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkConfig)) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingJobStatus)) :*: S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "processingOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingOutputConfig)) :*: (S1 ('MetaSel ('Just "processingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newProcessingJob :: ProcessingJob Source #

Create a value of ProcessingJob 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:creationTime:ProcessingJob', processingJob_creationTime - The time the processing job was created.

$sel:failureReason:ProcessingJob', processingJob_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:monitoringScheduleArn:ProcessingJob', processingJob_monitoringScheduleArn - The ARN of a monitoring schedule for an endpoint associated with this processing job.

$sel:appSpecification:ProcessingJob', processingJob_appSpecification - Undocumented member.

$sel:processingResources:ProcessingJob', processingJob_processingResources - Undocumented member.

$sel:environment:ProcessingJob', processingJob_environment - Sets the environment variables in the Docker container.

$sel:processingJobName:ProcessingJob', processingJob_processingJobName - The name of the processing job.

$sel:stoppingCondition:ProcessingJob', processingJob_stoppingCondition - Undocumented member.

$sel:experimentConfig:ProcessingJob', processingJob_experimentConfig - Undocumented member.

$sel:lastModifiedTime:ProcessingJob', processingJob_lastModifiedTime - The time the processing job was last modified.

$sel:processingInputs:ProcessingJob', processingJob_processingInputs - List of input configurations for the processing job.

$sel:networkConfig:ProcessingJob', processingJob_networkConfig - Undocumented member.

$sel:autoMLJobArn:ProcessingJob', processingJob_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

$sel:trainingJobArn:ProcessingJob', processingJob_trainingJobArn - The ARN of the training job associated with this processing job.

$sel:processingJobStatus:ProcessingJob', processingJob_processingJobStatus - The status of the processing job.

$sel:exitMessage:ProcessingJob', processingJob_exitMessage - A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingOutputConfig:ProcessingJob', processingJob_processingOutputConfig - Undocumented member.

$sel:processingStartTime:ProcessingJob', processingJob_processingStartTime - The time that the processing job started.

$sel:processingEndTime:ProcessingJob', processingJob_processingEndTime - The time that the processing job ended.

$sel:tags:ProcessingJob', processingJob_tags - An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

$sel:processingJobArn:ProcessingJob', processingJob_processingJobArn - The ARN of the processing job.

$sel:roleArn:ProcessingJob', processingJob_roleArn - The ARN of the role used to create the processing job.

processingJob_creationTime :: Lens' ProcessingJob (Maybe UTCTime) Source #

The time the processing job was created.

processingJob_failureReason :: Lens' ProcessingJob (Maybe Text) Source #

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

processingJob_monitoringScheduleArn :: Lens' ProcessingJob (Maybe Text) Source #

The ARN of a monitoring schedule for an endpoint associated with this processing job.

processingJob_environment :: Lens' ProcessingJob (Maybe (HashMap Text Text)) Source #

Sets the environment variables in the Docker container.

processingJob_lastModifiedTime :: Lens' ProcessingJob (Maybe UTCTime) Source #

The time the processing job was last modified.

processingJob_processingInputs :: Lens' ProcessingJob (Maybe [ProcessingInput]) Source #

List of input configurations for the processing job.

processingJob_autoMLJobArn :: Lens' ProcessingJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

processingJob_trainingJobArn :: Lens' ProcessingJob (Maybe Text) Source #

The ARN of the training job associated with this processing job.

processingJob_exitMessage :: Lens' ProcessingJob (Maybe Text) Source #

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

processingJob_processingStartTime :: Lens' ProcessingJob (Maybe UTCTime) Source #

The time that the processing job started.

processingJob_processingEndTime :: Lens' ProcessingJob (Maybe UTCTime) Source #

The time that the processing job ended.

processingJob_tags :: Lens' ProcessingJob (Maybe [Tag]) Source #

An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

processingJob_roleArn :: Lens' ProcessingJob (Maybe Text) Source #

The ARN of the role used to create the processing job.

ProcessingJobStepMetadata

data ProcessingJobStepMetadata Source #

Metadata for a processing job step.

See: newProcessingJobStepMetadata smart constructor.

Constructors

ProcessingJobStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the processing job.

Instances

Instances details
Eq ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Read ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Show ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Generic ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Associated Types

type Rep ProcessingJobStepMetadata :: Type -> Type #

NFData ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

Hashable ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

FromJSON ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

type Rep ProcessingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobStepMetadata

type Rep ProcessingJobStepMetadata = D1 ('MetaData "ProcessingJobStepMetadata" "Amazonka.SageMaker.Types.ProcessingJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProcessingJobStepMetadata :: ProcessingJobStepMetadata Source #

Create a value of ProcessingJobStepMetadata 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:arn:ProcessingJobStepMetadata', processingJobStepMetadata_arn - The Amazon Resource Name (ARN) of the processing job.

processingJobStepMetadata_arn :: Lens' ProcessingJobStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the processing job.

ProcessingJobSummary

data ProcessingJobSummary Source #

Summary of information about a processing job.

See: newProcessingJobSummary smart constructor.

Constructors

ProcessingJobSummary' 

Fields

Instances

Instances details
Eq ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Read ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Show ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Generic ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Associated Types

type Rep ProcessingJobSummary :: Type -> Type #

NFData ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Methods

rnf :: ProcessingJobSummary -> () #

Hashable ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

FromJSON ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary = D1 ('MetaData "ProcessingJobSummary" "Amazonka.SageMaker.Types.ProcessingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingJobStatus)))))

newProcessingJobSummary Source #

Create a value of ProcessingJobSummary 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:failureReason:ProcessingJobSummary', processingJobSummary_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:lastModifiedTime:ProcessingJobSummary', processingJobSummary_lastModifiedTime - A timestamp that indicates the last time the processing job was modified.

$sel:exitMessage:ProcessingJobSummary', processingJobSummary_exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingEndTime:ProcessingJobSummary', processingJobSummary_processingEndTime - The time at which the processing job completed.

$sel:processingJobName:ProcessingJobSummary', processingJobSummary_processingJobName - The name of the processing job.

$sel:processingJobArn:ProcessingJobSummary', processingJobSummary_processingJobArn - The Amazon Resource Name (ARN) of the processing job..

$sel:creationTime:ProcessingJobSummary', processingJobSummary_creationTime - The time at which the processing job was created.

$sel:processingJobStatus:ProcessingJobSummary', processingJobSummary_processingJobStatus - The status of the processing job.

processingJobSummary_failureReason :: Lens' ProcessingJobSummary (Maybe Text) Source #

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

processingJobSummary_lastModifiedTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #

A timestamp that indicates the last time the processing job was modified.

processingJobSummary_exitMessage :: Lens' ProcessingJobSummary (Maybe Text) Source #

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

processingJobSummary_processingEndTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #

The time at which the processing job completed.

processingJobSummary_processingJobArn :: Lens' ProcessingJobSummary Text Source #

The Amazon Resource Name (ARN) of the processing job..

processingJobSummary_creationTime :: Lens' ProcessingJobSummary UTCTime Source #

The time at which the processing job was created.

ProcessingOutput

data ProcessingOutput Source #

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

See: newProcessingOutput smart constructor.

Constructors

ProcessingOutput' 

Fields

Instances

Instances details
Eq ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Read ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Show ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Generic ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Associated Types

type Rep ProcessingOutput :: Type -> Type #

NFData ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

Methods

rnf :: ProcessingOutput -> () #

Hashable ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

ToJSON ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

FromJSON ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

type Rep ProcessingOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutput

type Rep ProcessingOutput = D1 ('MetaData "ProcessingOutput" "Amazonka.SageMaker.Types.ProcessingOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "featureStoreOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingFeatureStoreOutput)) :*: S1 ('MetaSel ('Just "s3Output") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingS3Output))) :*: (S1 ('MetaSel ('Just "appManaged") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "outputName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProcessingOutput Source #

Create a value of ProcessingOutput 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:featureStoreOutput:ProcessingOutput', processingOutput_featureStoreOutput - Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

$sel:s3Output:ProcessingOutput', processingOutput_s3Output - Configuration for processing job outputs in Amazon S3.

$sel:appManaged:ProcessingOutput', processingOutput_appManaged - When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

$sel:outputName:ProcessingOutput', processingOutput_outputName - The name for the processing job output.

processingOutput_featureStoreOutput :: Lens' ProcessingOutput (Maybe ProcessingFeatureStoreOutput) Source #

Configuration for processing job outputs in Amazon SageMaker Feature Store. This processing output type is only supported when AppManaged is specified.

processingOutput_s3Output :: Lens' ProcessingOutput (Maybe ProcessingS3Output) Source #

Configuration for processing job outputs in Amazon S3.

processingOutput_appManaged :: Lens' ProcessingOutput (Maybe Bool) Source #

When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.

processingOutput_outputName :: Lens' ProcessingOutput Text Source #

The name for the processing job output.

ProcessingOutputConfig

data ProcessingOutputConfig Source #

Configuration for uploading output from the processing container.

See: newProcessingOutputConfig smart constructor.

Constructors

ProcessingOutputConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

  • outputs :: [ProcessingOutput]

    An array of outputs configuring the data to upload from the processing container.

Instances

Instances details
Eq ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Read ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Show ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Generic ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Associated Types

type Rep ProcessingOutputConfig :: Type -> Type #

NFData ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

Methods

rnf :: ProcessingOutputConfig -> () #

Hashable ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

ToJSON ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

FromJSON ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

type Rep ProcessingOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingOutputConfig

type Rep ProcessingOutputConfig = D1 ('MetaData "ProcessingOutputConfig" "Amazonka.SageMaker.Types.ProcessingOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ProcessingOutput])))

newProcessingOutputConfig :: ProcessingOutputConfig Source #

Create a value of ProcessingOutputConfig 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:kmsKeyId:ProcessingOutputConfig', processingOutputConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

$sel:outputs:ProcessingOutputConfig', processingOutputConfig_outputs - An array of outputs configuring the data to upload from the processing container.

processingOutputConfig_kmsKeyId :: Lens' ProcessingOutputConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.

processingOutputConfig_outputs :: Lens' ProcessingOutputConfig [ProcessingOutput] Source #

An array of outputs configuring the data to upload from the processing container.

ProcessingResources

data ProcessingResources Source #

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

See: newProcessingResources smart constructor.

Constructors

ProcessingResources' 

Fields

Instances

Instances details
Eq ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Read ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Show ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Generic ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Associated Types

type Rep ProcessingResources :: Type -> Type #

NFData ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

Methods

rnf :: ProcessingResources -> () #

Hashable ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

ToJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

FromJSON ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingResources

type Rep ProcessingResources = D1 ('MetaData "ProcessingResources" "Amazonka.SageMaker.Types.ProcessingResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingClusterConfig)))

newProcessingResources Source #

Create a value of ProcessingResources 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:clusterConfig:ProcessingResources', processingResources_clusterConfig - The configuration for the resources in a cluster used to run the processing job.

processingResources_clusterConfig :: Lens' ProcessingResources ProcessingClusterConfig Source #

The configuration for the resources in a cluster used to run the processing job.

ProcessingS3Input

data ProcessingS3Input Source #

Configuration for downloading input data from Amazon S3 into the processing container.

See: newProcessingS3Input smart constructor.

Constructors

ProcessingS3Input' 

Fields

  • s3DataDistributionType :: Maybe ProcessingS3DataDistributionType

    Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

  • s3InputMode :: Maybe ProcessingS3InputMode

    Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

  • localPath :: Maybe Text

    The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

  • s3CompressionType :: Maybe ProcessingS3CompressionType

    Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

  • s3Uri :: Text

    The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

  • s3DataType :: ProcessingS3DataType

    Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

Instances

Instances details
Eq ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Read ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Show ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Generic ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Associated Types

type Rep ProcessingS3Input :: Type -> Type #

NFData ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

Methods

rnf :: ProcessingS3Input -> () #

Hashable ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

ToJSON ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

FromJSON ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

type Rep ProcessingS3Input Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Input

newProcessingS3Input Source #

Create a value of ProcessingS3Input 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:s3DataDistributionType:ProcessingS3Input', processingS3Input_s3DataDistributionType - Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

$sel:s3InputMode:ProcessingS3Input', processingS3Input_s3InputMode - Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

$sel:localPath:ProcessingS3Input', processingS3Input_localPath - The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

$sel:s3CompressionType:ProcessingS3Input', processingS3Input_s3CompressionType - Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

$sel:s3Uri:ProcessingS3Input', processingS3Input_s3Uri - The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

$sel:s3DataType:ProcessingS3Input', processingS3Input_s3DataType - Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

processingS3Input_s3DataDistributionType :: Lens' ProcessingS3Input (Maybe ProcessingS3DataDistributionType) Source #

Whether to distribute the data from Amazon S3 to all processing instances with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.

processingS3Input_s3InputMode :: Lens' ProcessingS3Input (Maybe ProcessingS3InputMode) Source #

Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.

processingS3Input_localPath :: Lens' ProcessingS3Input (Maybe Text) Source #

The local path in your container where you want Amazon SageMaker to write input data to. LocalPath is an absolute path to the input data and must begin with /opt/ml/processing/. LocalPath is a required parameter when AppManaged is False (default).

processingS3Input_s3CompressionType :: Lens' ProcessingS3Input (Maybe ProcessingS3CompressionType) Source #

Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. Gzip can only be used when Pipe mode is specified as the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.

processingS3Input_s3Uri :: Lens' ProcessingS3Input Text Source #

The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.

processingS3Input_s3DataType :: Lens' ProcessingS3Input ProcessingS3DataType Source #

Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.

ProcessingS3Output

data ProcessingS3Output Source #

Configuration for uploading output data to Amazon S3 from the processing container.

See: newProcessingS3Output smart constructor.

Constructors

ProcessingS3Output' 

Fields

  • s3Uri :: Text

    A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

  • localPath :: Text

    The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

  • s3UploadMode :: ProcessingS3UploadMode

    Whether to upload the results of the processing job continuously or after the job completes.

Instances

Instances details
Eq ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Read ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Show ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Generic ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Associated Types

type Rep ProcessingS3Output :: Type -> Type #

NFData ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

Methods

rnf :: ProcessingS3Output -> () #

Hashable ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

ToJSON ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

FromJSON ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

type Rep ProcessingS3Output Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingS3Output

type Rep ProcessingS3Output = D1 ('MetaData "ProcessingS3Output" "Amazonka.SageMaker.Types.ProcessingS3Output" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingS3Output'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "s3UploadMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingS3UploadMode))))

newProcessingS3Output Source #

Create a value of ProcessingS3Output 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:s3Uri:ProcessingS3Output', processingS3Output_s3Uri - A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

$sel:localPath:ProcessingS3Output', processingS3Output_localPath - The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

$sel:s3UploadMode:ProcessingS3Output', processingS3Output_s3UploadMode - Whether to upload the results of the processing job continuously or after the job completes.

processingS3Output_s3Uri :: Lens' ProcessingS3Output Text Source #

A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.

processingS3Output_localPath :: Lens' ProcessingS3Output Text Source #

The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.

processingS3Output_s3UploadMode :: Lens' ProcessingS3Output ProcessingS3UploadMode Source #

Whether to upload the results of the processing job continuously or after the job completes.

ProcessingStoppingCondition

data ProcessingStoppingCondition Source #

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

See: newProcessingStoppingCondition smart constructor.

Constructors

ProcessingStoppingCondition' 

Fields

Instances

Instances details
Eq ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Read ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Show ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Generic ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Associated Types

type Rep ProcessingStoppingCondition :: Type -> Type #

NFData ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

Hashable ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

ToJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

FromJSON ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

type Rep ProcessingStoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingStoppingCondition

type Rep ProcessingStoppingCondition = D1 ('MetaData "ProcessingStoppingCondition" "Amazonka.SageMaker.Types.ProcessingStoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingStoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newProcessingStoppingCondition Source #

Create a value of ProcessingStoppingCondition 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:maxRuntimeInSeconds:ProcessingStoppingCondition', processingStoppingCondition_maxRuntimeInSeconds - Specifies the maximum runtime in seconds.

ProductionVariant

data ProductionVariant Source #

Identifies a model that you want to host and the resources chosen to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.

See: newProductionVariant smart constructor.

Constructors

ProductionVariant' 

Fields

Instances

Instances details
Eq ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Read ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Show ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Generic ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Associated Types

type Rep ProductionVariant :: Type -> Type #

NFData ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

Methods

rnf :: ProductionVariant -> () #

Hashable ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

ToJSON ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

FromJSON ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

type Rep ProductionVariant Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariant

newProductionVariant Source #

Create a value of ProductionVariant 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:acceleratorType:ProductionVariant', productionVariant_acceleratorType - The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

$sel:coreDumpConfig:ProductionVariant', productionVariant_coreDumpConfig - Specifies configuration for a core dump from the model container when the process crashes.

$sel:initialVariantWeight:ProductionVariant', productionVariant_initialVariantWeight - Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the VariantWeight to the sum of all VariantWeight values across all ProductionVariants. If unspecified, it defaults to 1.0.

$sel:variantName:ProductionVariant', productionVariant_variantName - The name of the production variant.

$sel:modelName:ProductionVariant', productionVariant_modelName - The name of the model that you want to host. This is the name that you specified when creating the model.

$sel:initialInstanceCount:ProductionVariant', productionVariant_initialInstanceCount - Number of instances to launch initially.

$sel:instanceType:ProductionVariant', productionVariant_instanceType - The ML compute instance type.

productionVariant_acceleratorType :: Lens' ProductionVariant (Maybe ProductionVariantAcceleratorType) Source #

The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.

productionVariant_coreDumpConfig :: Lens' ProductionVariant (Maybe ProductionVariantCoreDumpConfig) Source #

Specifies configuration for a core dump from the model container when the process crashes.

productionVariant_initialVariantWeight :: Lens' ProductionVariant (Maybe Double) Source #

Determines initial traffic distribution among all of the models that you specify in the endpoint configuration. The traffic to a production variant is determined by the ratio of the VariantWeight to the sum of all VariantWeight values across all ProductionVariants. If unspecified, it defaults to 1.0.

productionVariant_variantName :: Lens' ProductionVariant Text Source #

The name of the production variant.

productionVariant_modelName :: Lens' ProductionVariant Text Source #

The name of the model that you want to host. This is the name that you specified when creating the model.

ProductionVariantCoreDumpConfig

data ProductionVariantCoreDumpConfig Source #

Specifies configuration for a core dump from the model container when the process crashes.

See: newProductionVariantCoreDumpConfig smart constructor.

Constructors

ProductionVariantCoreDumpConfig' 

Fields

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

    • // KMS Key ID

      "1234abcd-12ab-34cd-56ef-1234567890ab"
    • // Amazon Resource Name (ARN) of a KMS Key

      "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
    • // KMS Key Alias

      "alias/ExampleAlias"
    • // Amazon Resource Name (ARN) of a KMS Key Alias

      "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

    If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

    The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

  • destinationS3Uri :: Text

    The Amazon S3 bucket to send the core dump to.

Instances

Instances details
Eq ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Read ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Show ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Generic ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Associated Types

type Rep ProductionVariantCoreDumpConfig :: Type -> Type #

NFData ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

Hashable ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

ToJSON ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

FromJSON ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

type Rep ProductionVariantCoreDumpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig

type Rep ProductionVariantCoreDumpConfig = D1 ('MetaData "ProductionVariantCoreDumpConfig" "Amazonka.SageMaker.Types.ProductionVariantCoreDumpConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProductionVariantCoreDumpConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProductionVariantCoreDumpConfig Source #

Create a value of ProductionVariantCoreDumpConfig 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:kmsKeyId:ProductionVariantCoreDumpConfig', productionVariantCoreDumpConfig_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:destinationS3Uri:ProductionVariantCoreDumpConfig', productionVariantCoreDumpConfig_destinationS3Uri - The Amazon S3 bucket to send the core dump to.

productionVariantCoreDumpConfig_kmsKeyId :: Lens' ProductionVariantCoreDumpConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • // KMS Key Alias

    "alias/ExampleAlias"
  • // Amazon Resource Name (ARN) of a KMS Key Alias

    "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"

If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker execution role must include permissions to call kms:Encrypt. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. Amazon SageMaker uses server-side encryption with KMS-managed keys for OutputDataConfig. If you use a bucket policy with an s3:PutObject permission that only allows objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateEndpoint and UpdateEndpoint requests. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

ProductionVariantSummary

data ProductionVariantSummary Source #

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

See: newProductionVariantSummary smart constructor.

Constructors

ProductionVariantSummary' 

Fields

Instances

Instances details
Eq ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Read ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Show ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Generic ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Associated Types

type Rep ProductionVariantSummary :: Type -> Type #

NFData ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

Hashable ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

FromJSON ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

type Rep ProductionVariantSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProductionVariantSummary

type Rep ProductionVariantSummary = D1 ('MetaData "ProductionVariantSummary" "Amazonka.SageMaker.Types.ProductionVariantSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProductionVariantSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "desiredInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "desiredWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "currentWeight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: (S1 ('MetaSel ('Just "currentInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deployedImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeployedImage])) :*: S1 ('MetaSel ('Just "variantName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newProductionVariantSummary Source #

Create a value of ProductionVariantSummary 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:desiredInstanceCount:ProductionVariantSummary', productionVariantSummary_desiredInstanceCount - The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

$sel:desiredWeight:ProductionVariantSummary', productionVariantSummary_desiredWeight - The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

$sel:currentWeight:ProductionVariantSummary', productionVariantSummary_currentWeight - The weight associated with the variant.

$sel:currentInstanceCount:ProductionVariantSummary', productionVariantSummary_currentInstanceCount - The number of instances associated with the variant.

$sel:deployedImages:ProductionVariantSummary', productionVariantSummary_deployedImages - An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

$sel:variantName:ProductionVariantSummary', productionVariantSummary_variantName - The name of the variant.

productionVariantSummary_desiredInstanceCount :: Lens' ProductionVariantSummary (Maybe Natural) Source #

The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

productionVariantSummary_desiredWeight :: Lens' ProductionVariantSummary (Maybe Double) Source #

The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

productionVariantSummary_currentInstanceCount :: Lens' ProductionVariantSummary (Maybe Natural) Source #

The number of instances associated with the variant.

productionVariantSummary_deployedImages :: Lens' ProductionVariantSummary (Maybe [DeployedImage]) Source #

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

ProfilerConfig

data ProfilerConfig Source #

Configuration information for Debugger system monitoring, framework profiling, and storage paths.

See: newProfilerConfig smart constructor.

Constructors

ProfilerConfig' 

Fields

Instances

Instances details
Eq ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Read ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Show ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Generic ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Associated Types

type Rep ProfilerConfig :: Type -> Type #

NFData ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

Methods

rnf :: ProfilerConfig -> () #

Hashable ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

ToJSON ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

FromJSON ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

type Rep ProfilerConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfig

type Rep ProfilerConfig = D1 ('MetaData "ProfilerConfig" "Amazonka.SageMaker.Types.ProfilerConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "profilingIntervalInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newProfilerConfig Source #

Create a value of ProfilerConfig 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:profilingParameters:ProfilerConfig', profilerConfig_profilingParameters - Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:profilingIntervalInMilliseconds:ProfilerConfig', profilerConfig_profilingIntervalInMilliseconds - A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

$sel:s3OutputPath:ProfilerConfig', profilerConfig_s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.

profilerConfig_profilingParameters :: Lens' ProfilerConfig (Maybe (HashMap Text Text)) Source #

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

profilerConfig_profilingIntervalInMilliseconds :: Lens' ProfilerConfig (Maybe Integer) Source #

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

profilerConfig_s3OutputPath :: Lens' ProfilerConfig Text Source #

Path to Amazon S3 storage location for system and framework metrics.

ProfilerConfigForUpdate

data ProfilerConfigForUpdate Source #

Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and storage paths.

See: newProfilerConfigForUpdate smart constructor.

Constructors

ProfilerConfigForUpdate' 

Fields

Instances

Instances details
Eq ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Read ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Show ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Generic ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Associated Types

type Rep ProfilerConfigForUpdate :: Type -> Type #

NFData ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

Methods

rnf :: ProfilerConfigForUpdate -> () #

Hashable ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

ToJSON ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

type Rep ProfilerConfigForUpdate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerConfigForUpdate

type Rep ProfilerConfigForUpdate = D1 ('MetaData "ProfilerConfigForUpdate" "Amazonka.SageMaker.Types.ProfilerConfigForUpdate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerConfigForUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "profilingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "profilingIntervalInMilliseconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "disableProfiler") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newProfilerConfigForUpdate :: ProfilerConfigForUpdate Source #

Create a value of ProfilerConfigForUpdate 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:profilingParameters:ProfilerConfigForUpdate', profilerConfigForUpdate_profilingParameters - Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

$sel:s3OutputPath:ProfilerConfigForUpdate', profilerConfigForUpdate_s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.

$sel:profilingIntervalInMilliseconds:ProfilerConfigForUpdate', profilerConfigForUpdate_profilingIntervalInMilliseconds - A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

$sel:disableProfiler:ProfilerConfigForUpdate', profilerConfigForUpdate_disableProfiler - To disable Debugger monitoring and profiling, set to True.

profilerConfigForUpdate_profilingParameters :: Lens' ProfilerConfigForUpdate (Maybe (HashMap Text Text)) Source #

Configuration information for capturing framework metrics. Available key strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig, and DataLoaderProfilingConfig. The following codes are configuration structures for the ProfilingParameters parameter. To learn more about how to configure the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

profilerConfigForUpdate_s3OutputPath :: Lens' ProfilerConfigForUpdate (Maybe Text) Source #

Path to Amazon S3 storage location for system and framework metrics.

profilerConfigForUpdate_profilingIntervalInMilliseconds :: Lens' ProfilerConfigForUpdate (Maybe Integer) Source #

A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.

profilerConfigForUpdate_disableProfiler :: Lens' ProfilerConfigForUpdate (Maybe Bool) Source #

To disable Debugger monitoring and profiling, set to True.

ProfilerRuleConfiguration

data ProfilerRuleConfiguration Source #

Configuration information for profiling rules.

See: newProfilerRuleConfiguration smart constructor.

Constructors

ProfilerRuleConfiguration' 

Fields

Instances

Instances details
Eq ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Read ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Show ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Generic ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Associated Types

type Rep ProfilerRuleConfiguration :: Type -> Type #

NFData ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

Hashable ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

ToJSON ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

FromJSON ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

type Rep ProfilerRuleConfiguration Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleConfiguration

type Rep ProfilerRuleConfiguration = D1 ('MetaData "ProfilerRuleConfiguration" "Amazonka.SageMaker.Types.ProfilerRuleConfiguration" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerRuleConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ruleParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingInstanceType)) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ruleEvaluatorImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newProfilerRuleConfiguration Source #

Create a value of ProfilerRuleConfiguration 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:ruleParameters:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleParameters - Runtime configuration for rule container.

$sel:s3OutputPath:ProfilerRuleConfiguration', profilerRuleConfiguration_s3OutputPath - Path to Amazon S3 storage location for rules.

$sel:localPath:ProfilerRuleConfiguration', profilerRuleConfiguration_localPath - Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

$sel:instanceType:ProfilerRuleConfiguration', profilerRuleConfiguration_instanceType - The instance type to deploy a Debugger custom rule for profiling a training job.

$sel:volumeSizeInGB:ProfilerRuleConfiguration', profilerRuleConfiguration_volumeSizeInGB - The size, in GB, of the ML storage volume attached to the processing instance.

$sel:ruleConfigurationName:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleConfigurationName - The name of the rule configuration. It must be unique relative to other rule configuration names.

$sel:ruleEvaluatorImage:ProfilerRuleConfiguration', profilerRuleConfiguration_ruleEvaluatorImage - The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

profilerRuleConfiguration_s3OutputPath :: Lens' ProfilerRuleConfiguration (Maybe Text) Source #

Path to Amazon S3 storage location for rules.

profilerRuleConfiguration_localPath :: Lens' ProfilerRuleConfiguration (Maybe Text) Source #

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

profilerRuleConfiguration_instanceType :: Lens' ProfilerRuleConfiguration (Maybe ProcessingInstanceType) Source #

The instance type to deploy a Debugger custom rule for profiling a training job.

profilerRuleConfiguration_volumeSizeInGB :: Lens' ProfilerRuleConfiguration (Maybe Natural) Source #

The size, in GB, of the ML storage volume attached to the processing instance.

profilerRuleConfiguration_ruleConfigurationName :: Lens' ProfilerRuleConfiguration Text Source #

The name of the rule configuration. It must be unique relative to other rule configuration names.

profilerRuleConfiguration_ruleEvaluatorImage :: Lens' ProfilerRuleConfiguration Text Source #

The Amazon Elastic Container (ECR) Image for the managed rule evaluation.

ProfilerRuleEvaluationStatus

data ProfilerRuleEvaluationStatus Source #

Information about the status of the rule evaluation.

See: newProfilerRuleEvaluationStatus smart constructor.

Constructors

ProfilerRuleEvaluationStatus' 

Fields

Instances

Instances details
Eq ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Read ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Show ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Generic ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Associated Types

type Rep ProfilerRuleEvaluationStatus :: Type -> Type #

NFData ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

Hashable ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

FromJSON ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus

type Rep ProfilerRuleEvaluationStatus = D1 ('MetaData "ProfilerRuleEvaluationStatus" "Amazonka.SageMaker.Types.ProfilerRuleEvaluationStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProfilerRuleEvaluationStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "statusDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ruleEvaluationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RuleEvaluationStatus)) :*: (S1 ('MetaSel ('Just "ruleEvaluationJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ruleConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProfilerRuleEvaluationStatus :: ProfilerRuleEvaluationStatus Source #

Create a value of ProfilerRuleEvaluationStatus 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:lastModifiedTime:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_lastModifiedTime - Timestamp when the rule evaluation status was last modified.

$sel:statusDetails:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_statusDetails - Details from the rule evaluation.

$sel:ruleEvaluationStatus:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleEvaluationStatus - Status of the rule evaluation.

$sel:ruleEvaluationJobArn:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleEvaluationJobArn - The Amazon Resource Name (ARN) of the rule evaluation job.

$sel:ruleConfigurationName:ProfilerRuleEvaluationStatus', profilerRuleEvaluationStatus_ruleConfigurationName - The name of the rule configuration.

profilerRuleEvaluationStatus_lastModifiedTime :: Lens' ProfilerRuleEvaluationStatus (Maybe UTCTime) Source #

Timestamp when the rule evaluation status was last modified.

profilerRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' ProfilerRuleEvaluationStatus (Maybe Text) Source #

The Amazon Resource Name (ARN) of the rule evaluation job.

Project

data Project Source #

The properties of a project as returned by the Search API.

See: newProject smart constructor.

Constructors

Project' 

Fields

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Read Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

NFData Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Project

newProject :: Project Source #

Create a value of Project 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:creationTime:Project', project_creationTime - A timestamp specifying when the project was created.

$sel:serviceCatalogProvisionedProductDetails:Project', project_serviceCatalogProvisionedProductDetails - Undocumented member.

$sel:createdBy:Project', project_createdBy - Who created the project.

$sel:projectStatus:Project', project_projectStatus - The status of the project.

$sel:projectName:Project', project_projectName - The name of the project.

$sel:serviceCatalogProvisioningDetails:Project', project_serviceCatalogProvisioningDetails - Undocumented member.

$sel:projectId:Project', project_projectId - The ID of the project.

$sel:projectArn:Project', project_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectDescription:Project', project_projectDescription - The description of the project.

$sel:tags:Project', project_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

project_creationTime :: Lens' Project (Maybe UTCTime) Source #

A timestamp specifying when the project was created.

project_createdBy :: Lens' Project (Maybe UserContext) Source #

Who created the project.

project_projectName :: Lens' Project (Maybe Text) Source #

The name of the project.

project_projectId :: Lens' Project (Maybe Text) Source #

The ID of the project.

project_projectArn :: Lens' Project (Maybe Text) Source #

The Amazon Resource Name (ARN) of the project.

project_projectDescription :: Lens' Project (Maybe Text) Source #

The description of the project.

project_tags :: Lens' Project (Maybe [Tag]) Source #

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

ProjectSummary

data ProjectSummary Source #

Information about a project.

See: newProjectSummary smart constructor.

Constructors

ProjectSummary' 

Fields

Instances

Instances details
Eq ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Read ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Show ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Generic ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Associated Types

type Rep ProjectSummary :: Type -> Type #

NFData ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

Methods

rnf :: ProjectSummary -> () #

Hashable ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

FromJSON ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

type Rep ProjectSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProjectSummary

type Rep ProjectSummary = D1 ('MetaData "ProjectSummary" "Amazonka.SageMaker.Types.ProjectSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProjectSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "projectDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "projectStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectStatus)))))

newProjectSummary Source #

Create a value of ProjectSummary 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:projectDescription:ProjectSummary', projectSummary_projectDescription - The description of the project.

$sel:projectName:ProjectSummary', projectSummary_projectName - The name of the project.

$sel:projectArn:ProjectSummary', projectSummary_projectArn - The Amazon Resource Name (ARN) of the project.

$sel:projectId:ProjectSummary', projectSummary_projectId - The ID of the project.

$sel:creationTime:ProjectSummary', projectSummary_creationTime - The time that the project was created.

$sel:projectStatus:ProjectSummary', projectSummary_projectStatus - The status of the project.

projectSummary_projectArn :: Lens' ProjectSummary Text Source #

The Amazon Resource Name (ARN) of the project.

projectSummary_creationTime :: Lens' ProjectSummary UTCTime Source #

The time that the project was created.

PropertyNameQuery

data PropertyNameQuery Source #

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

See: newPropertyNameQuery smart constructor.

Constructors

PropertyNameQuery' 

Fields

Instances

Instances details
Eq PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Read PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Show PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Generic PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Associated Types

type Rep PropertyNameQuery :: Type -> Type #

NFData PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

Methods

rnf :: PropertyNameQuery -> () #

Hashable PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

ToJSON PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

type Rep PropertyNameQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameQuery

type Rep PropertyNameQuery = D1 ('MetaData "PropertyNameQuery" "Amazonka.SageMaker.Types.PropertyNameQuery" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PropertyNameQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameHint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newPropertyNameQuery Source #

Create a value of PropertyNameQuery 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:propertyNameHint:PropertyNameQuery', propertyNameQuery_propertyNameHint - Text that begins a property's name.

PropertyNameSuggestion

data PropertyNameSuggestion Source #

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

See: newPropertyNameSuggestion smart constructor.

Constructors

PropertyNameSuggestion' 

Fields

  • propertyName :: Maybe Text

    A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

Instances

Instances details
Eq PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Read PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Show PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Generic PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Associated Types

type Rep PropertyNameSuggestion :: Type -> Type #

NFData PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

Methods

rnf :: PropertyNameSuggestion -> () #

Hashable PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

FromJSON PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PropertyNameSuggestion

type Rep PropertyNameSuggestion = D1 ('MetaData "PropertyNameSuggestion" "Amazonka.SageMaker.Types.PropertyNameSuggestion" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PropertyNameSuggestion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPropertyNameSuggestion :: PropertyNameSuggestion Source #

Create a value of PropertyNameSuggestion 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:propertyName:PropertyNameSuggestion', propertyNameSuggestion_propertyName - A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

propertyNameSuggestion_propertyName :: Lens' PropertyNameSuggestion (Maybe Text) Source #

A suggested property name based on what you entered in the search textbox in the Amazon SageMaker console.

ProvisioningParameter

data ProvisioningParameter Source #

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

See: newProvisioningParameter smart constructor.

Constructors

ProvisioningParameter' 

Fields

Instances

Instances details
Eq ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Read ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Show ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Generic ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Associated Types

type Rep ProvisioningParameter :: Type -> Type #

NFData ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

Methods

rnf :: ProvisioningParameter -> () #

Hashable ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

ToJSON ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

FromJSON ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

type Rep ProvisioningParameter Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProvisioningParameter

type Rep ProvisioningParameter = D1 ('MetaData "ProvisioningParameter" "Amazonka.SageMaker.Types.ProvisioningParameter" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProvisioningParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProvisioningParameter :: ProvisioningParameter Source #

Create a value of ProvisioningParameter 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:value:ProvisioningParameter', provisioningParameter_value - The value of the provisioning parameter.

$sel:key:ProvisioningParameter', provisioningParameter_key - The key that identifies a provisioning parameter.

provisioningParameter_value :: Lens' ProvisioningParameter (Maybe Text) Source #

The value of the provisioning parameter.

provisioningParameter_key :: Lens' ProvisioningParameter (Maybe Text) Source #

The key that identifies a provisioning parameter.

PublicWorkforceTaskPrice

data PublicWorkforceTaskPrice Source #

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

  • 0.036
  • 0.048
  • 0.060
  • 0.072
  • 0.120
  • 0.240
  • 0.360
  • 0.480
  • 0.600
  • 0.720
  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

  • 0.012
  • 0.024
  • 0.036
  • 0.048
  • 0.060
  • 0.072
  • 0.120
  • 0.240
  • 0.360
  • 0.480
  • 0.600
  • 0.720
  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

  • 0.840
  • 0.960
  • 1.080
  • 1.200

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

  • 2.400
  • 2.280
  • 2.160
  • 2.040
  • 1.920
  • 1.800
  • 1.680
  • 1.560
  • 1.440
  • 1.320
  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

  • 1.200
  • 1.080
  • 0.960
  • 0.840
  • 0.720
  • 0.600
  • 0.480
  • 0.360
  • 0.240
  • 0.120
  • 0.072
  • 0.060
  • 0.048
  • 0.036
  • 0.024
  • 0.012

See: newPublicWorkforceTaskPrice smart constructor.

Constructors

PublicWorkforceTaskPrice' 

Fields

  • amountInUsd :: Maybe USD

    Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

Instances

Instances details
Eq PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Read PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Show PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Generic PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Associated Types

type Rep PublicWorkforceTaskPrice :: Type -> Type #

NFData PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

Hashable PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

ToJSON PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

FromJSON PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

type Rep PublicWorkforceTaskPrice Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PublicWorkforceTaskPrice

type Rep PublicWorkforceTaskPrice = D1 ('MetaData "PublicWorkforceTaskPrice" "Amazonka.SageMaker.Types.PublicWorkforceTaskPrice" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PublicWorkforceTaskPrice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amountInUsd") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe USD))))

newPublicWorkforceTaskPrice :: PublicWorkforceTaskPrice Source #

Create a value of PublicWorkforceTaskPrice 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:amountInUsd:PublicWorkforceTaskPrice', publicWorkforceTaskPrice_amountInUsd - Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

publicWorkforceTaskPrice_amountInUsd :: Lens' PublicWorkforceTaskPrice (Maybe USD) Source #

Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.

RedshiftDatasetDefinition

data RedshiftDatasetDefinition Source #

Configuration for Redshift Dataset Definition input.

See: newRedshiftDatasetDefinition smart constructor.

Constructors

RedshiftDatasetDefinition' 

Fields

Instances

Instances details
Eq RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Read RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Show RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Generic RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Associated Types

type Rep RedshiftDatasetDefinition :: Type -> Type #

NFData RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

Hashable RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

ToJSON RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

FromJSON RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

type Rep RedshiftDatasetDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RedshiftDatasetDefinition

newRedshiftDatasetDefinition Source #

Create a value of RedshiftDatasetDefinition 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:kmsKeyId:RedshiftDatasetDefinition', redshiftDatasetDefinition_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

$sel:outputCompression:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputCompression - Undocumented member.

$sel:clusterId:RedshiftDatasetDefinition', redshiftDatasetDefinition_clusterId - Undocumented member.

$sel:database:RedshiftDatasetDefinition', redshiftDatasetDefinition_database - Undocumented member.

$sel:dbUser:RedshiftDatasetDefinition', redshiftDatasetDefinition_dbUser - Undocumented member.

$sel:queryString:RedshiftDatasetDefinition', redshiftDatasetDefinition_queryString - Undocumented member.

$sel:clusterRoleArn:RedshiftDatasetDefinition', redshiftDatasetDefinition_clusterRoleArn - The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

$sel:outputS3Uri:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputS3Uri - The location in Amazon S3 where the Redshift query results are stored.

$sel:outputFormat:RedshiftDatasetDefinition', redshiftDatasetDefinition_outputFormat - Undocumented member.

redshiftDatasetDefinition_kmsKeyId :: Lens' RedshiftDatasetDefinition (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.

redshiftDatasetDefinition_clusterRoleArn :: Lens' RedshiftDatasetDefinition Text Source #

The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.

redshiftDatasetDefinition_outputS3Uri :: Lens' RedshiftDatasetDefinition Text Source #

The location in Amazon S3 where the Redshift query results are stored.

RegisterModelStepMetadata

data RegisterModelStepMetadata Source #

Metadata for a register model job step.

See: newRegisterModelStepMetadata smart constructor.

Constructors

RegisterModelStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the model package.

Instances

Instances details
Eq RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Read RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Show RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Generic RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Associated Types

type Rep RegisterModelStepMetadata :: Type -> Type #

NFData RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

Hashable RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

FromJSON RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

type Rep RegisterModelStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RegisterModelStepMetadata

type Rep RegisterModelStepMetadata = D1 ('MetaData "RegisterModelStepMetadata" "Amazonka.SageMaker.Types.RegisterModelStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RegisterModelStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisterModelStepMetadata :: RegisterModelStepMetadata Source #

Create a value of RegisterModelStepMetadata 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:arn:RegisterModelStepMetadata', registerModelStepMetadata_arn - The Amazon Resource Name (ARN) of the model package.

registerModelStepMetadata_arn :: Lens' RegisterModelStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the model package.

RenderableTask

data RenderableTask Source #

Contains input values for a task.

See: newRenderableTask smart constructor.

Constructors

RenderableTask' 

Fields

  • input :: Text

    A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

Instances

Instances details
Eq RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Read RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Show RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Generic RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Associated Types

type Rep RenderableTask :: Type -> Type #

NFData RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

Methods

rnf :: RenderableTask -> () #

Hashable RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

ToJSON RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderableTask

type Rep RenderableTask = D1 ('MetaData "RenderableTask" "Amazonka.SageMaker.Types.RenderableTask" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderableTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "input") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderableTask Source #

Create a value of RenderableTask 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:input:RenderableTask', renderableTask_input - A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

renderableTask_input :: Lens' RenderableTask Text Source #

A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".

RenderingError

data RenderingError Source #

A description of an error that occurred while rendering the template.

See: newRenderingError smart constructor.

Constructors

RenderingError' 

Fields

  • code :: Text

    A unique identifier for a specific class of errors.

  • message :: Text

    A human-readable message describing the error.

Instances

Instances details
Eq RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Read RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Show RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Generic RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Associated Types

type Rep RenderingError :: Type -> Type #

NFData RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

Methods

rnf :: RenderingError -> () #

Hashable RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

FromJSON RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RenderingError

type Rep RenderingError = D1 ('MetaData "RenderingError" "Amazonka.SageMaker.Types.RenderingError" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RenderingError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRenderingError Source #

Create a value of RenderingError 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:code:RenderingError', renderingError_code - A unique identifier for a specific class of errors.

$sel:message:RenderingError', renderingError_message - A human-readable message describing the error.

renderingError_code :: Lens' RenderingError Text Source #

A unique identifier for a specific class of errors.

renderingError_message :: Lens' RenderingError Text Source #

A human-readable message describing the error.

RepositoryAuthConfig

data RepositoryAuthConfig Source #

Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field of the ImageConfig object that you passed to a call to CreateModel and the private Docker registry where the model image is hosted requires authentication.

See: newRepositoryAuthConfig smart constructor.

Constructors

RepositoryAuthConfig' 

Fields

  • repositoryCredentialsProviderArn :: Text

    The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

Instances

Instances details
Eq RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Read RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Show RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Generic RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Associated Types

type Rep RepositoryAuthConfig :: Type -> Type #

NFData RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

Methods

rnf :: RepositoryAuthConfig -> () #

Hashable RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

ToJSON RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

FromJSON RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

type Rep RepositoryAuthConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RepositoryAuthConfig

type Rep RepositoryAuthConfig = D1 ('MetaData "RepositoryAuthConfig" "Amazonka.SageMaker.Types.RepositoryAuthConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RepositoryAuthConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repositoryCredentialsProviderArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRepositoryAuthConfig Source #

Create a value of RepositoryAuthConfig 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:repositoryCredentialsProviderArn:RepositoryAuthConfig', repositoryAuthConfig_repositoryCredentialsProviderArn - The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

repositoryAuthConfig_repositoryCredentialsProviderArn :: Lens' RepositoryAuthConfig Text Source #

The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.

ResolvedAttributes

data ResolvedAttributes Source #

The resolved attributes.

See: newResolvedAttributes smart constructor.

Instances

Instances details
Eq ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Read ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Show ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Generic ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Associated Types

type Rep ResolvedAttributes :: Type -> Type #

NFData ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

Methods

rnf :: ResolvedAttributes -> () #

Hashable ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

FromJSON ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

type Rep ResolvedAttributes Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResolvedAttributes

type Rep ResolvedAttributes = D1 ('MetaData "ResolvedAttributes" "Amazonka.SageMaker.Types.ResolvedAttributes" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResolvedAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "problemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProblemType)) :*: (S1 ('MetaSel ('Just "autoMLJobObjective") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobObjective)) :*: S1 ('MetaSel ('Just "completionCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoMLJobCompletionCriteria)))))

newResolvedAttributes :: ResolvedAttributes Source #

Create a value of ResolvedAttributes 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:problemType:ResolvedAttributes', resolvedAttributes_problemType - The problem type.

$sel:autoMLJobObjective:ResolvedAttributes', resolvedAttributes_autoMLJobObjective - Undocumented member.

$sel:completionCriteria:ResolvedAttributes', resolvedAttributes_completionCriteria - Undocumented member.

ResourceConfig

data ResourceConfig Source #

Describes the resources, including ML compute instances and ML storage volumes, to use for model training.

See: newResourceConfig smart constructor.

Constructors

ResourceConfig' 

Fields

  • volumeKmsKeyId :: Maybe Text

    The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

    Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

    For a list of instance types that support local instance storage, see Instance Store Volumes.

    For more information about local instance storage encryption, see SSD Instance Store Volumes.

    The VolumeKmsKeyId can be in any of the following formats:

    • // KMS Key ID

      "1234abcd-12ab-34cd-56ef-1234567890ab"
    • // Amazon Resource Name (ARN) of a KMS Key

      "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
  • instanceType :: TrainingInstanceType

    The ML compute instance type.

  • instanceCount :: Natural

    The number of ML compute instances to use. For distributed training, provide a value greater than 1.

  • volumeSizeInGB :: Natural

    The size of the ML storage volume that you want to provision.

    ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

    You must specify sufficient ML storage for your scenario.

    Amazon SageMaker supports only the General Purpose SSD (gp2) ML storage volume type.

    Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

    For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

Instances

Instances details
Eq ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Read ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Show ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Generic ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Associated Types

type Rep ResourceConfig :: Type -> Type #

NFData ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

Methods

rnf :: ResourceConfig -> () #

Hashable ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

ToJSON ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

FromJSON ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

type Rep ResourceConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceConfig

type Rep ResourceConfig = D1 ('MetaData "ResourceConfig" "Amazonka.SageMaker.Types.ResourceConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInstanceType)) :*: (S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "volumeSizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newResourceConfig Source #

Create a value of ResourceConfig 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:volumeKmsKeyId:ResourceConfig', resourceConfig_volumeKmsKeyId - The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be in any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

$sel:instanceType:ResourceConfig', resourceConfig_instanceType - The ML compute instance type.

$sel:instanceCount:ResourceConfig', resourceConfig_instanceCount - The number of ML compute instances to use. For distributed training, provide a value greater than 1.

$sel:volumeSizeInGB:ResourceConfig', resourceConfig_volumeSizeInGB - The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

You must specify sufficient ML storage for your scenario.

Amazon SageMaker supports only the General Purpose SSD (gp2) ML storage volume type.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

resourceConfig_volumeKmsKeyId :: Lens' ResourceConfig (Maybe Text) Source #

The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be in any of the following formats:

  • // KMS Key ID

    "1234abcd-12ab-34cd-56ef-1234567890ab"
  • // Amazon Resource Name (ARN) of a KMS Key

    "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

resourceConfig_instanceCount :: Lens' ResourceConfig Natural Source #

The number of ML compute instances to use. For distributed training, provide a value greater than 1.

resourceConfig_volumeSizeInGB :: Lens' ResourceConfig Natural Source #

The size of the ML storage volume that you want to provision.

ML storage volumes store model artifacts and incremental states. Training algorithms might also use the ML storage volume for scratch space. If you want to store the training data in the ML storage volume, choose File as the TrainingInputMode in the algorithm specification.

You must specify sufficient ML storage for your scenario.

Amazon SageMaker supports only the General Purpose SSD (gp2) ML storage volume type.

Certain Nitro-based instances include local storage with a fixed total size, dependent on the instance type. When using these instances for training, Amazon SageMaker mounts the local instance storage instead of Amazon EBS gp2 storage. You can't request a VolumeSizeInGB greater than the total size of the local instance storage.

For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.

ResourceLimits

data ResourceLimits Source #

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

See: newResourceLimits smart constructor.

Constructors

ResourceLimits' 

Fields

Instances

Instances details
Eq ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Read ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Show ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Generic ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Associated Types

type Rep ResourceLimits :: Type -> Type #

NFData ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

Methods

rnf :: ResourceLimits -> () #

Hashable ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

ToJSON ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

FromJSON ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

type Rep ResourceLimits Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceLimits

type Rep ResourceLimits = D1 ('MetaData "ResourceLimits" "Amazonka.SageMaker.Types.ResourceLimits" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceLimits'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxNumberOfTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "maxParallelTrainingJobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newResourceLimits Source #

Create a value of ResourceLimits 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:maxNumberOfTrainingJobs:ResourceLimits', resourceLimits_maxNumberOfTrainingJobs - The maximum number of training jobs that a hyperparameter tuning job can launch.

$sel:maxParallelTrainingJobs:ResourceLimits', resourceLimits_maxParallelTrainingJobs - The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

resourceLimits_maxNumberOfTrainingJobs :: Lens' ResourceLimits Natural Source #

The maximum number of training jobs that a hyperparameter tuning job can launch.

resourceLimits_maxParallelTrainingJobs :: Lens' ResourceLimits Natural Source #

The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.

ResourceSpec

data ResourceSpec Source #

Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

See: newResourceSpec smart constructor.

Constructors

ResourceSpec' 

Fields

Instances

Instances details
Eq ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Read ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Show ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Generic ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Associated Types

type Rep ResourceSpec :: Type -> Type #

NFData ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

Methods

rnf :: ResourceSpec -> () #

Hashable ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

ToJSON ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

FromJSON ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

type Rep ResourceSpec Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ResourceSpec

type Rep ResourceSpec = D1 ('MetaData "ResourceSpec" "Amazonka.SageMaker.Types.ResourceSpec" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ResourceSpec'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppInstanceType)) :*: S1 ('MetaSel ('Just "sageMakerImageArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sageMakerImageVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResourceSpec :: ResourceSpec Source #

Create a value of ResourceSpec 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:instanceType:ResourceSpec', resourceSpec_instanceType - The instance type that the image version runs on.

$sel:sageMakerImageArn:ResourceSpec', resourceSpec_sageMakerImageArn - The ARN of the SageMaker image that the image version belongs to.

$sel:sageMakerImageVersionArn:ResourceSpec', resourceSpec_sageMakerImageVersionArn - The ARN of the image version created on the instance.

$sel:lifecycleConfigArn:ResourceSpec', resourceSpec_lifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

resourceSpec_instanceType :: Lens' ResourceSpec (Maybe AppInstanceType) Source #

The instance type that the image version runs on.

resourceSpec_sageMakerImageArn :: Lens' ResourceSpec (Maybe Text) Source #

The ARN of the SageMaker image that the image version belongs to.

resourceSpec_sageMakerImageVersionArn :: Lens' ResourceSpec (Maybe Text) Source #

The ARN of the image version created on the instance.

resourceSpec_lifecycleConfigArn :: Lens' ResourceSpec (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.

RetentionPolicy

data RetentionPolicy Source #

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

See: newRetentionPolicy smart constructor.

Constructors

RetentionPolicy' 

Fields

  • homeEfsFileSystem :: Maybe RetentionType

    The default is Retain, which specifies to keep the data stored on the EFS volume.

    Specify Delete to delete the data stored on the EFS volume.

Instances

Instances details
Eq RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Read RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Show RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Generic RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Associated Types

type Rep RetentionPolicy :: Type -> Type #

NFData RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

Methods

rnf :: RetentionPolicy -> () #

Hashable RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

ToJSON RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

type Rep RetentionPolicy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetentionPolicy

type Rep RetentionPolicy = D1 ('MetaData "RetentionPolicy" "Amazonka.SageMaker.Types.RetentionPolicy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RetentionPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "homeEfsFileSystem") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetentionType))))

newRetentionPolicy :: RetentionPolicy Source #

Create a value of RetentionPolicy 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:homeEfsFileSystem:RetentionPolicy', retentionPolicy_homeEfsFileSystem - The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

retentionPolicy_homeEfsFileSystem :: Lens' RetentionPolicy (Maybe RetentionType) Source #

The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

RetryStrategy

data RetryStrategy Source #

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

See: newRetryStrategy smart constructor.

Constructors

RetryStrategy' 

Fields

  • maximumRetryAttempts :: Natural

    The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

Instances

Instances details
Eq RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Read RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Show RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Generic RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Associated Types

type Rep RetryStrategy :: Type -> Type #

NFData RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

Methods

rnf :: RetryStrategy -> () #

Hashable RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

ToJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

FromJSON RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

type Rep RetryStrategy Source # 
Instance details

Defined in Amazonka.SageMaker.Types.RetryStrategy

type Rep RetryStrategy = D1 ('MetaData "RetryStrategy" "Amazonka.SageMaker.Types.RetryStrategy" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "RetryStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumRetryAttempts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newRetryStrategy Source #

Create a value of RetryStrategy 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:maximumRetryAttempts:RetryStrategy', retryStrategy_maximumRetryAttempts - The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

retryStrategy_maximumRetryAttempts :: Lens' RetryStrategy Natural Source #

The number of times to retry the job. When the job is retried, it's SecondaryStatus is changed to STARTING.

S3DataSource

data S3DataSource Source #

Describes the S3 data source.

See: newS3DataSource smart constructor.

Constructors

S3DataSource' 

Fields

  • s3DataDistributionType :: Maybe S3DataDistribution

    If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

    If you want Amazon SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

    Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

    In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

  • attributeNames :: Maybe [Text]

    A list of one or more attribute names to use that are found in a specified augmented manifest file.

  • s3DataType :: S3DataType

    If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects that match the specified key name prefix for model training.

    If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for model training.

    If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe.

  • s3Uri :: Text

    Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

    • A key name prefix might look like this: s3://bucketname/exampleprefix
    • A manifest might look like this: s3://bucketname/example.manifest

      A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

      The following code example shows a valid manifest format:

      [ {"prefix": "s3://customer_bucket/some/prefix/"},
       "relative/path/to/custdata-1",
       "relative/path/custdata-2",
       ...
       "relative/path/custdata-N"
      ]

      This JSON is equivalent to the following S3Uri list:

      s3://customer_bucket/some/prefix/relative/path/to/custdata-1
      s3://customer_bucket/some/prefix/relative/path/custdata-2
      ...
      s3://customer_bucket/some/prefix/relative/path/custdata-N

      The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

Instances

Instances details
Eq S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Read S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Show S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Generic S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Associated Types

type Rep S3DataSource :: Type -> Type #

NFData S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

Methods

rnf :: S3DataSource -> () #

Hashable S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

ToJSON S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

FromJSON S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

type Rep S3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3DataSource

type Rep S3DataSource = D1 ('MetaData "S3DataSource" "Amazonka.SageMaker.Types.S3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "S3DataSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "s3DataDistributionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3DataDistribution)) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3DataSource Source #

Create a value of S3DataSource 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:s3DataDistributionType:S3DataSource', s3DataSource_s3DataDistributionType - If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

If you want Amazon SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

$sel:attributeNames:S3DataSource', s3DataSource_attributeNames - A list of one or more attribute names to use that are found in a specified augmented manifest file.

$sel:s3DataType:S3DataSource', s3DataSource_s3DataType - If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects that match the specified key name prefix for model training.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for model training.

If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe.

$sel:s3Uri:S3DataSource', s3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix
  • A manifest might look like this: s3://bucketname/example.manifest

    A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

    The following code example shows a valid manifest format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
     "relative/path/to/custdata-1",
     "relative/path/custdata-2",
     ...
     "relative/path/custdata-N"
    ]

    This JSON is equivalent to the following S3Uri list:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

s3DataSource_s3DataDistributionType :: Lens' S3DataSource (Maybe S3DataDistribution) Source #

If you want Amazon SageMaker to replicate the entire dataset on each ML compute instance that is launched for model training, specify FullyReplicated.

If you want Amazon SageMaker to replicate a subset of data on each ML compute instance that is launched for model training, specify ShardedByS3Key. If there are n ML compute instances launched for a training job, each instance gets approximately 1/n of the number of S3 objects. In this case, model training on each machine uses only the subset of training data.

Don't choose more ML compute instances for training than available S3 objects. If you do, some nodes won't get any data and you will pay for nodes that aren't getting any training data. This applies in both File and Pipe modes. Keep this in mind when developing algorithms.

In distributed training, where you use multiple ML compute EC2 instances, you might choose ShardedByS3Key. If the algorithm requires copying training data to the ML storage volume (when TrainingInputMode is set to File), this copies 1/n of the number of objects.

s3DataSource_attributeNames :: Lens' S3DataSource (Maybe [Text]) Source #

A list of one or more attribute names to use that are found in a specified augmented manifest file.

s3DataSource_s3DataType :: Lens' S3DataSource S3DataType Source #

If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects that match the specified key name prefix for model training.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for model training.

If you choose AugmentedManifestFile, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. AugmentedManifestFile can only be used if the Channel's input mode is Pipe.

s3DataSource_s3Uri :: Lens' S3DataSource Text Source #

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix
  • A manifest might look like this: s3://bucketname/example.manifest

    A manifest is an S3 object which is a JSON file consisting of an array of elements. The first element is a prefix which is followed by one or more suffixes. SageMaker appends the suffix elements to the prefix to get a full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri that precludes users from specifying a manifest whose individual S3Uri is sourced from different S3 buckets.

    The following code example shows a valid manifest format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
     "relative/path/to/custdata-1",
     "relative/path/custdata-2",
     ...
     "relative/path/custdata-N"
    ]

    This JSON is equivalent to the following S3Uri list:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uri in this manifest is the input data for the channel for this data source. The object that each S3Uri points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

S3StorageConfig

data S3StorageConfig Source #

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

See: newS3StorageConfig smart constructor.

Constructors

S3StorageConfig' 

Fields

  • resolvedOutputS3Uri :: Maybe Text

    The S3 path where offline records are written.

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

    The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

    • "kms:GenerateDataKey"
  • s3Uri :: Text

    The S3 URI, or location in Amazon S3, of OfflineStore.

    S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

Instances

Instances details
Eq S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Read S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Show S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Generic S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Associated Types

type Rep S3StorageConfig :: Type -> Type #

NFData S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

Methods

rnf :: S3StorageConfig -> () #

Hashable S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

ToJSON S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

FromJSON S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

type Rep S3StorageConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.S3StorageConfig

type Rep S3StorageConfig = D1 ('MetaData "S3StorageConfig" "Amazonka.SageMaker.Types.S3StorageConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "S3StorageConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedOutputS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3StorageConfig Source #

Create a value of S3StorageConfig 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:resolvedOutputS3Uri:S3StorageConfig', s3StorageConfig_resolvedOutputS3Uri - The S3 path where offline records are written.

$sel:kmsKeyId:S3StorageConfig', s3StorageConfig_kmsKeyId - The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"

$sel:s3Uri:S3StorageConfig', s3StorageConfig_s3Uri - The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

s3StorageConfig_resolvedOutputS3Uri :: Lens' S3StorageConfig (Maybe Text) Source #

The S3 path where offline records are written.

s3StorageConfig_kmsKeyId :: Lens' S3StorageConfig (Maybe Text) Source #

The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"

s3StorageConfig_s3Uri :: Lens' S3StorageConfig Text Source #

The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.

ScheduleConfig

data ScheduleConfig Source #

Configuration details about the monitoring schedule.

See: newScheduleConfig smart constructor.

Constructors

ScheduleConfig' 

Fields

  • scheduleExpression :: Text

    A cron expression that describes details about the monitoring schedule.

    Currently the only supported cron expressions are:

    • If you want to set the job to start every hour, please use the following:

      Hourly: cron(0 * ? * * *)
    • If you want to start the job daily:

      cron(0 [00-23] ? * * *)

    For example, the following are valid cron expressions:

    • Daily at noon UTC: cron(0 12 ? * * *)
    • Daily at midnight UTC: cron(0 0 ? * * *)

    To support running every 6, 12 hours, the following are also supported:

    cron(0 [00-23]/[01-24] ? * * *)

    For example, the following are valid cron expressions:

    • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)
    • Every two hours starting at midnight: cron(0 0/2 ? * * *)
    • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
    • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

Instances

Instances details
Eq ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Read ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Show ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Generic ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Associated Types

type Rep ScheduleConfig :: Type -> Type #

NFData ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

Methods

rnf :: ScheduleConfig -> () #

Hashable ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

ToJSON ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

FromJSON ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

type Rep ScheduleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ScheduleConfig

type Rep ScheduleConfig = D1 ('MetaData "ScheduleConfig" "Amazonka.SageMaker.Types.ScheduleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ScheduleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scheduleExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScheduleConfig Source #

Create a value of ScheduleConfig 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:scheduleExpression:ScheduleConfig', scheduleConfig_scheduleExpression - A cron expression that describes details about the monitoring schedule.

Currently the only supported cron expressions are:

  • If you want to set the job to start every hour, please use the following:

    Hourly: cron(0 * ? * * *)
  • If you want to start the job daily:

    cron(0 [00-23] ? * * *)

For example, the following are valid cron expressions:

  • Daily at noon UTC: cron(0 12 ? * * *)
  • Daily at midnight UTC: cron(0 0 ? * * *)

To support running every 6, 12 hours, the following are also supported:

cron(0 [00-23]/[01-24] ? * * *)

For example, the following are valid cron expressions:

  • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)
  • Every two hours starting at midnight: cron(0 0/2 ? * * *)
  • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
  • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

scheduleConfig_scheduleExpression :: Lens' ScheduleConfig Text Source #

A cron expression that describes details about the monitoring schedule.

Currently the only supported cron expressions are:

  • If you want to set the job to start every hour, please use the following:

    Hourly: cron(0 * ? * * *)
  • If you want to start the job daily:

    cron(0 [00-23] ? * * *)

For example, the following are valid cron expressions:

  • Daily at noon UTC: cron(0 12 ? * * *)
  • Daily at midnight UTC: cron(0 0 ? * * *)

To support running every 6, 12 hours, the following are also supported:

cron(0 [00-23]/[01-24] ? * * *)

For example, the following are valid cron expressions:

  • Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)
  • Every two hours starting at midnight: cron(0 0/2 ? * * *)
  • Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
  • We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.

SearchExpression

data SearchExpression Source #

A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements.

A SearchExpression contains the following components:

  • A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.
  • A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.
  • A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects.
  • A Boolean operator: And or Or.

See: newSearchExpression smart constructor.

Constructors

SearchExpression' 

Fields

Instances

Instances details
Eq SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Read SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Show SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Generic SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Associated Types

type Rep SearchExpression :: Type -> Type #

NFData SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

Methods

rnf :: SearchExpression -> () #

Hashable SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

ToJSON SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

type Rep SearchExpression Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchExpression

type Rep SearchExpression = D1 ('MetaData "SearchExpression" "Amazonka.SageMaker.Types.SearchExpression" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchExpression'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subExpressions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SearchExpression))) :*: S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BooleanOperator))) :*: (S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Filter))) :*: S1 ('MetaSel ('Just "nestedFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty NestedFilters))))))

newSearchExpression :: SearchExpression Source #

Create a value of SearchExpression 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:subExpressions:SearchExpression', searchExpression_subExpressions - A list of search expression objects.

$sel:operator:SearchExpression', searchExpression_operator - A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or. The default value is And.

$sel:filters:SearchExpression', searchExpression_filters - A list of filter objects.

$sel:nestedFilters:SearchExpression', searchExpression_nestedFilters - A list of nested filter objects.

searchExpression_operator :: Lens' SearchExpression (Maybe BooleanOperator) Source #

A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify And. If only a single conditional statement needs to be true for the entire search expression to be true, specify Or. The default value is And.

SearchRecord

data SearchRecord Source #

A single resource returned as part of the Search API response.

See: newSearchRecord smart constructor.

Constructors

SearchRecord' 

Fields

Instances

Instances details
Eq SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Read SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Show SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Generic SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Associated Types

type Rep SearchRecord :: Type -> Type #

NFData SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

Methods

rnf :: SearchRecord -> () #

Hashable SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

FromJSON SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SearchRecord

type Rep SearchRecord = D1 ('MetaData "SearchRecord" "Amazonka.SageMaker.Types.SearchRecord" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SearchRecord'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "trial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Trial))) :*: (S1 ('MetaSel ('Just "modelPackageGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackageGroup)) :*: (S1 ('MetaSel ('Just "trialComponent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponent)) :*: S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project))))) :*: ((S1 ('MetaSel ('Just "pipelineExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecution)) :*: (S1 ('MetaSel ('Just "featureGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FeatureGroup)) :*: S1 ('MetaSel ('Just "experiment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Experiment)))) :*: (S1 ('MetaSel ('Just "pipeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Pipeline)) :*: (S1 ('MetaSel ('Just "modelPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackage)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Endpoint)))))))

newSearchRecord :: SearchRecord Source #

Create a value of SearchRecord 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:trainingJob:SearchRecord', searchRecord_trainingJob - The properties of a training job.

$sel:trial:SearchRecord', searchRecord_trial - The properties of a trial.

$sel:modelPackageGroup:SearchRecord', searchRecord_modelPackageGroup - Undocumented member.

$sel:trialComponent:SearchRecord', searchRecord_trialComponent - The properties of a trial component.

$sel:project:SearchRecord', searchRecord_project - The properties of a project.

$sel:pipelineExecution:SearchRecord', searchRecord_pipelineExecution - Undocumented member.

$sel:featureGroup:SearchRecord', searchRecord_featureGroup - Undocumented member.

$sel:experiment:SearchRecord', searchRecord_experiment - The properties of an experiment.

$sel:pipeline:SearchRecord', searchRecord_pipeline - Undocumented member.

$sel:modelPackage:SearchRecord', searchRecord_modelPackage - Undocumented member.

$sel:endpoint:SearchRecord', searchRecord_endpoint - Undocumented member.

searchRecord_trainingJob :: Lens' SearchRecord (Maybe TrainingJob) Source #

The properties of a training job.

searchRecord_trial :: Lens' SearchRecord (Maybe Trial) Source #

The properties of a trial.

searchRecord_trialComponent :: Lens' SearchRecord (Maybe TrialComponent) Source #

The properties of a trial component.

searchRecord_project :: Lens' SearchRecord (Maybe Project) Source #

The properties of a project.

searchRecord_experiment :: Lens' SearchRecord (Maybe Experiment) Source #

The properties of an experiment.

SecondaryStatusTransition

data SecondaryStatusTransition Source #

An array element of DescribeTrainingJobResponse$SecondaryStatusTransitions. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, Amazon SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

See: newSecondaryStatusTransition smart constructor.

Constructors

SecondaryStatusTransition' 

Fields

  • statusMessage :: Maybe Text

    A detailed description of the progress within a secondary status.

    Amazon SageMaker provides secondary statuses and status messages that apply to each of them:

    Starting
    - Starting the training job.
    • Launching requested ML instances.
    • Insufficient capacity error from EC2 while launching instances, retrying!
    • Launched instance was unhealthy, replacing it!
    • Preparing the instances for training.
    Training
    - Downloading the training image.
    • Training image download completed. Training in progress.

    Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.

    To have an overview of your training job's progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

    • TrainingJobStatus - InProgress
    • SecondaryStatus - Training
    • StatusMessage - Downloading the training image
  • endTime :: Maybe POSIX

    A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

  • status :: SecondaryStatus

    Contains a secondary status information from a training job.

    Status might be one of the following secondary statuses:

    InProgress
    - Starting - Starting the training job.
    • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
    • Training - Training is in progress.
    • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
    Completed
    - Completed - The training job has completed.
    Failed
    - Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
    Stopped
    - MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
    • Stopped - The training job has stopped.
    Stopping
    - Stopping - Stopping the training job.

    We no longer support the following secondary statuses:

    • LaunchingMLInstances
    • PreparingTrainingStack
    • DownloadingTrainingImage
  • startTime :: POSIX

    A timestamp that shows when the training job transitioned to the current secondary status state.

Instances

Instances details
Eq SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Read SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Show SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Generic SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Associated Types

type Rep SecondaryStatusTransition :: Type -> Type #

NFData SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

Hashable SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

FromJSON SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

type Rep SecondaryStatusTransition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SecondaryStatusTransition

type Rep SecondaryStatusTransition = D1 ('MetaData "SecondaryStatusTransition" "Amazonka.SageMaker.Types.SecondaryStatusTransition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SecondaryStatusTransition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SecondaryStatus) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newSecondaryStatusTransition Source #

Create a value of SecondaryStatusTransition 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:statusMessage:SecondaryStatusTransition', secondaryStatusTransition_statusMessage - A detailed description of the progress within a secondary status.

Amazon SageMaker provides secondary statuses and status messages that apply to each of them:

Starting
- Starting the training job.
  • Launching requested ML instances.
  • Insufficient capacity error from EC2 while launching instances, retrying!
  • Launched instance was unhealthy, replacing it!
  • Preparing the instances for training.
Training
- Downloading the training image.
  • Training image download completed. Training in progress.

Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.

To have an overview of your training job's progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

  • TrainingJobStatus - InProgress
  • SecondaryStatus - Training
  • StatusMessage - Downloading the training image

$sel:endTime:SecondaryStatusTransition', secondaryStatusTransition_endTime - A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

$sel:status:SecondaryStatusTransition', secondaryStatusTransition_status - Contains a secondary status information from a training job.

Status might be one of the following secondary statuses:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

$sel:startTime:SecondaryStatusTransition', secondaryStatusTransition_startTime - A timestamp that shows when the training job transitioned to the current secondary status state.

secondaryStatusTransition_statusMessage :: Lens' SecondaryStatusTransition (Maybe Text) Source #

A detailed description of the progress within a secondary status.

Amazon SageMaker provides secondary statuses and status messages that apply to each of them:

Starting
- Starting the training job.
  • Launching requested ML instances.
  • Insufficient capacity error from EC2 while launching instances, retrying!
  • Launched instance was unhealthy, replacing it!
  • Preparing the instances for training.
Training
- Downloading the training image.
  • Training image download completed. Training in progress.

Status messages are subject to change. Therefore, we recommend not including them in code that programmatically initiates actions. For examples, don't use status messages in if statements.

To have an overview of your training job's progress, view TrainingJobStatus and SecondaryStatus in DescribeTrainingJob, and StatusMessage together. For example, at the start of a training job, you might see the following:

  • TrainingJobStatus - InProgress
  • SecondaryStatus - Training
  • StatusMessage - Downloading the training image

secondaryStatusTransition_endTime :: Lens' SecondaryStatusTransition (Maybe UTCTime) Source #

A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

secondaryStatusTransition_status :: Lens' SecondaryStatusTransition SecondaryStatus Source #

Contains a secondary status information from a training job.

Status might be one of the following secondary statuses:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

secondaryStatusTransition_startTime :: Lens' SecondaryStatusTransition UTCTime Source #

A timestamp that shows when the training job transitioned to the current secondary status state.

ServiceCatalogProvisionedProductDetails

data ServiceCatalogProvisionedProductDetails Source #

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

See: newServiceCatalogProvisionedProductDetails smart constructor.

Constructors

ServiceCatalogProvisionedProductDetails' 

Fields

  • provisionedProductStatusMessage :: Maybe Text

    The current status of the product.

    • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
    • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
    • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
    • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
    • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.
  • provisionedProductId :: Maybe Text

    The ID of the provisioned product.

Instances

Instances details
Eq ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Read ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Show ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Generic ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

NFData ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

Hashable ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

FromJSON ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

type Rep ServiceCatalogProvisionedProductDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails

type Rep ServiceCatalogProvisionedProductDetails = D1 ('MetaData "ServiceCatalogProvisionedProductDetails" "Amazonka.SageMaker.Types.ServiceCatalogProvisionedProductDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ServiceCatalogProvisionedProductDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "provisionedProductStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedProductId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newServiceCatalogProvisionedProductDetails :: ServiceCatalogProvisionedProductDetails Source #

Create a value of ServiceCatalogProvisionedProductDetails 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:provisionedProductStatusMessage:ServiceCatalogProvisionedProductDetails', serviceCatalogProvisionedProductDetails_provisionedProductStatusMessage - The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

$sel:provisionedProductId:ServiceCatalogProvisionedProductDetails', serviceCatalogProvisionedProductDetails_provisionedProductId - The ID of the provisioned product.

serviceCatalogProvisionedProductDetails_provisionedProductStatusMessage :: Lens' ServiceCatalogProvisionedProductDetails (Maybe Text) Source #

The current status of the product.

  • AVAILABLE - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
  • UNDER_CHANGE - Transitive state. Operations performed might not have valid results. Wait for an AVAILABLE status before performing operations.
  • TAINTED - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version.
  • ERROR - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack.
  • PLAN_IN_PROGRESS - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an AVAILABLE status before performing operations.

ServiceCatalogProvisioningDetails

data ServiceCatalogProvisioningDetails Source #

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.

See: newServiceCatalogProvisioningDetails smart constructor.

Constructors

ServiceCatalogProvisioningDetails' 

Fields

Instances

Instances details
Eq ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Read ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Show ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Generic ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Associated Types

type Rep ServiceCatalogProvisioningDetails :: Type -> Type #

NFData ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

Hashable ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

ToJSON ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

FromJSON ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

type Rep ServiceCatalogProvisioningDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails

type Rep ServiceCatalogProvisioningDetails = D1 ('MetaData "ServiceCatalogProvisioningDetails" "Amazonka.SageMaker.Types.ServiceCatalogProvisioningDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ServiceCatalogProvisioningDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "provisioningArtifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pathId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "provisioningParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProvisioningParameter])) :*: S1 ('MetaSel ('Just "productId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newServiceCatalogProvisioningDetails Source #

Create a value of ServiceCatalogProvisioningDetails 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:provisioningArtifactId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_provisioningArtifactId - The ID of the provisioning artifact.

$sel:pathId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_pathId - The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

$sel:provisioningParameters:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_provisioningParameters - A list of key value pairs that you specify when you provision a product.

$sel:productId:ServiceCatalogProvisioningDetails', serviceCatalogProvisioningDetails_productId - The ID of the product to provision.

serviceCatalogProvisioningDetails_pathId :: Lens' ServiceCatalogProvisioningDetails (Maybe Text) Source #

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path.

serviceCatalogProvisioningDetails_provisioningParameters :: Lens' ServiceCatalogProvisioningDetails (Maybe [ProvisioningParameter]) Source #

A list of key value pairs that you specify when you provision a product.

SharingSettings

data SharingSettings Source #

Specifies options for sharing SageMaker Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

See: newSharingSettings smart constructor.

Constructors

SharingSettings' 

Fields

  • s3KmsKeyId :: Maybe Text

    When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

  • s3OutputPath :: Maybe Text

    When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

  • notebookOutputOption :: Maybe NotebookOutputOption

    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

Instances

Instances details
Eq SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Read SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Show SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Generic SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Associated Types

type Rep SharingSettings :: Type -> Type #

NFData SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

Methods

rnf :: SharingSettings -> () #

Hashable SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

ToJSON SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

FromJSON SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

type Rep SharingSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SharingSettings

type Rep SharingSettings = D1 ('MetaData "SharingSettings" "Amazonka.SageMaker.Types.SharingSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SharingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3KmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookOutputOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookOutputOption)))))

newSharingSettings :: SharingSettings Source #

Create a value of SharingSettings 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:s3KmsKeyId:SharingSettings', sharingSettings_s3KmsKeyId - When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

$sel:s3OutputPath:SharingSettings', sharingSettings_s3OutputPath - When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

$sel:notebookOutputOption:SharingSettings', sharingSettings_notebookOutputOption - Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

sharingSettings_s3KmsKeyId :: Lens' SharingSettings (Maybe Text) Source #

When NotebookOutputOption is Allowed, the Amazon Web Services Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.

sharingSettings_s3OutputPath :: Lens' SharingSettings (Maybe Text) Source #

When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.

sharingSettings_notebookOutputOption :: Lens' SharingSettings (Maybe NotebookOutputOption) Source #

Whether to include the notebook cell output when sharing the notebook. The default is Disabled.

ShuffleConfig

data ShuffleConfig Source #

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, when ShuffleConfig is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

See: newShuffleConfig smart constructor.

Constructors

ShuffleConfig' 

Fields

  • seed :: Integer

    Determines the shuffling order in ShuffleConfig value.

Instances

Instances details
Eq ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Read ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Show ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Generic ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Associated Types

type Rep ShuffleConfig :: Type -> Type #

NFData ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

Methods

rnf :: ShuffleConfig -> () #

Hashable ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

ToJSON ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

FromJSON ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

type Rep ShuffleConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ShuffleConfig

type Rep ShuffleConfig = D1 ('MetaData "ShuffleConfig" "Amazonka.SageMaker.Types.ShuffleConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ShuffleConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "seed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer)))

newShuffleConfig Source #

Create a value of ShuffleConfig 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:seed:ShuffleConfig', shuffleConfig_seed - Determines the shuffling order in ShuffleConfig value.

shuffleConfig_seed :: Lens' ShuffleConfig Integer Source #

Determines the shuffling order in ShuffleConfig value.

SourceAlgorithm

data SourceAlgorithm Source #

Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

See: newSourceAlgorithm smart constructor.

Constructors

SourceAlgorithm' 

Fields

  • modelDataUrl :: Maybe Text

    The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

    The model artifacts must be in an S3 bucket that is in the same region as the algorithm.

  • algorithmName :: Text

    The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

Instances

Instances details
Eq SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Read SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Show SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Generic SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Associated Types

type Rep SourceAlgorithm :: Type -> Type #

NFData SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

Methods

rnf :: SourceAlgorithm -> () #

Hashable SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

ToJSON SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

FromJSON SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

type Rep SourceAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithm

type Rep SourceAlgorithm = D1 ('MetaData "SourceAlgorithm" "Amazonka.SageMaker.Types.SourceAlgorithm" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceAlgorithm'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelDataUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSourceAlgorithm Source #

Create a value of SourceAlgorithm 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:modelDataUrl:SourceAlgorithm', sourceAlgorithm_modelDataUrl - The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the algorithm.

$sel:algorithmName:SourceAlgorithm', sourceAlgorithm_algorithmName - The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

sourceAlgorithm_modelDataUrl :: Lens' SourceAlgorithm (Maybe Text) Source #

The Amazon S3 path where the model artifacts, which result from model training, are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

The model artifacts must be in an S3 bucket that is in the same region as the algorithm.

sourceAlgorithm_algorithmName :: Lens' SourceAlgorithm Text Source #

The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in Amazon Web Services Marketplace that you are subscribed to.

SourceAlgorithmSpecification

data SourceAlgorithmSpecification Source #

A list of algorithms that were used to create a model package.

See: newSourceAlgorithmSpecification smart constructor.

Constructors

SourceAlgorithmSpecification' 

Fields

Instances

Instances details
Eq SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Read SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Show SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Generic SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Associated Types

type Rep SourceAlgorithmSpecification :: Type -> Type #

NFData SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

Hashable SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

ToJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

FromJSON SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceAlgorithmSpecification

type Rep SourceAlgorithmSpecification = D1 ('MetaData "SourceAlgorithmSpecification" "Amazonka.SageMaker.Types.SourceAlgorithmSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceAlgorithmSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceAlgorithms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty SourceAlgorithm))))

newSourceAlgorithmSpecification Source #

Create a value of SourceAlgorithmSpecification 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:sourceAlgorithms:SourceAlgorithmSpecification', sourceAlgorithmSpecification_sourceAlgorithms - A list of the algorithms that were used to create a model package.

sourceAlgorithmSpecification_sourceAlgorithms :: Lens' SourceAlgorithmSpecification (NonEmpty SourceAlgorithm) Source #

A list of the algorithms that were used to create a model package.

SourceIpConfig

data SourceIpConfig Source #

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

See: newSourceIpConfig smart constructor.

Constructors

SourceIpConfig' 

Fields

Instances

Instances details
Eq SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Read SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Show SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Generic SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Associated Types

type Rep SourceIpConfig :: Type -> Type #

NFData SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Methods

rnf :: SourceIpConfig -> () #

Hashable SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

ToJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

FromJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig = D1 ('MetaData "SourceIpConfig" "Amazonka.SageMaker.Types.SourceIpConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceIpConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newSourceIpConfig :: SourceIpConfig Source #

Create a value of SourceIpConfig 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:cidrs:SourceIpConfig', sourceIpConfig_cidrs - A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

sourceIpConfig_cidrs :: Lens' SourceIpConfig [Text] Source #

A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

StoppingCondition

data StoppingCondition Source #

Specifies a limit to how long a model training job or model compilation job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training or compilation job. Use this API to cap model training costs.

To stop a training job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

The training algorithms provided by Amazon SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with CreateModel.

The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.

See: newStoppingCondition smart constructor.

Constructors

StoppingCondition' 

Fields

  • maxWaitTimeInSeconds :: Maybe Natural

    The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, Amazon SageMaker ends the job.

    When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

  • maxRuntimeInSeconds :: Maybe Natural

    The maximum length of time, in seconds, that a training or compilation job can run.

    For compilation jobs, if the job does not complete during this time, you will receive a TimeOut error. We recommend starting with 900 seconds and increase as necessary based on your model.

    For all other jobs, if the job does not complete during this time, Amazon SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

Instances

Instances details
Eq StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Read StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Show StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Generic StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Associated Types

type Rep StoppingCondition :: Type -> Type #

NFData StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

Methods

rnf :: StoppingCondition -> () #

Hashable StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

ToJSON StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

FromJSON StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

type Rep StoppingCondition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StoppingCondition

type Rep StoppingCondition = D1 ('MetaData "StoppingCondition" "Amazonka.SageMaker.Types.StoppingCondition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StoppingCondition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxWaitTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "maxRuntimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newStoppingCondition :: StoppingCondition Source #

Create a value of StoppingCondition 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:maxWaitTimeInSeconds:StoppingCondition', stoppingCondition_maxWaitTimeInSeconds - The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, Amazon SageMaker ends the job.

When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

$sel:maxRuntimeInSeconds:StoppingCondition', stoppingCondition_maxRuntimeInSeconds - The maximum length of time, in seconds, that a training or compilation job can run.

For compilation jobs, if the job does not complete during this time, you will receive a TimeOut error. We recommend starting with 900 seconds and increase as necessary based on your model.

For all other jobs, if the job does not complete during this time, Amazon SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

stoppingCondition_maxWaitTimeInSeconds :: Lens' StoppingCondition (Maybe Natural) Source #

The maximum length of time, in seconds, that a managed Spot training job has to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the job can run. It must be equal to or greater than MaxRuntimeInSeconds. If the job does not complete during this time, Amazon SageMaker ends the job.

When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt.

stoppingCondition_maxRuntimeInSeconds :: Lens' StoppingCondition (Maybe Natural) Source #

The maximum length of time, in seconds, that a training or compilation job can run.

For compilation jobs, if the job does not complete during this time, you will receive a TimeOut error. We recommend starting with 900 seconds and increase as necessary based on your model.

For all other jobs, if the job does not complete during this time, Amazon SageMaker ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds specifies the maximum time for all of the attempts in total, not each individual attempt. The default value is 1 day. The maximum value is 28 days.

StudioLifecycleConfigDetails

data StudioLifecycleConfigDetails Source #

Details of the Studio Lifecycle Configuration.

See: newStudioLifecycleConfigDetails smart constructor.

Constructors

StudioLifecycleConfigDetails' 

Fields

Instances

Instances details
Eq StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Read StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Show StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Generic StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Associated Types

type Rep StudioLifecycleConfigDetails :: Type -> Type #

NFData StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

Hashable StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

FromJSON StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

type Rep StudioLifecycleConfigDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.StudioLifecycleConfigDetails

type Rep StudioLifecycleConfigDetails = D1 ('MetaData "StudioLifecycleConfigDetails" "Amazonka.SageMaker.Types.StudioLifecycleConfigDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StudioLifecycleConfigDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "studioLifecycleConfigAppType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StudioLifecycleConfigAppType)) :*: S1 ('MetaSel ('Just "studioLifecycleConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newStudioLifecycleConfigDetails :: StudioLifecycleConfigDetails Source #

Create a value of StudioLifecycleConfigDetails 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:creationTime:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_creationTime - The creation time of the Studio Lifecycle Configuration.

$sel:lastModifiedTime:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_lastModifiedTime - This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

$sel:studioLifecycleConfigArn:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigArn - The Amazon Resource Name (ARN) of the Lifecycle Configuration.

$sel:studioLifecycleConfigAppType:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigAppType - The App type to which the Lifecycle Configuration is attached.

$sel:studioLifecycleConfigName:StudioLifecycleConfigDetails', studioLifecycleConfigDetails_studioLifecycleConfigName - The name of the Studio Lifecycle Configuration.

studioLifecycleConfigDetails_creationTime :: Lens' StudioLifecycleConfigDetails (Maybe UTCTime) Source #

The creation time of the Studio Lifecycle Configuration.

studioLifecycleConfigDetails_lastModifiedTime :: Lens' StudioLifecycleConfigDetails (Maybe UTCTime) Source #

This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.

studioLifecycleConfigDetails_studioLifecycleConfigArn :: Lens' StudioLifecycleConfigDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Lifecycle Configuration.

SubscribedWorkteam

data SubscribedWorkteam Source #

Describes a work team of a vendor that does the a labelling job.

See: newSubscribedWorkteam smart constructor.

Constructors

SubscribedWorkteam' 

Fields

Instances

Instances details
Eq SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Read SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Show SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Generic SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Associated Types

type Rep SubscribedWorkteam :: Type -> Type #

NFData SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

Methods

rnf :: SubscribedWorkteam -> () #

Hashable SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

FromJSON SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SubscribedWorkteam

type Rep SubscribedWorkteam = D1 ('MetaData "SubscribedWorkteam" "Amazonka.SageMaker.Types.SubscribedWorkteam" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SubscribedWorkteam'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "marketplaceTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sellerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "listingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "marketplaceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workteamArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSubscribedWorkteam Source #

Create a value of SubscribedWorkteam 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:marketplaceTitle:SubscribedWorkteam', subscribedWorkteam_marketplaceTitle - The title of the service provided by the vendor in the Amazon Marketplace.

$sel:sellerName:SubscribedWorkteam', subscribedWorkteam_sellerName - The name of the vendor in the Amazon Marketplace.

$sel:listingId:SubscribedWorkteam', subscribedWorkteam_listingId - Marketplace product listing ID.

$sel:marketplaceDescription:SubscribedWorkteam', subscribedWorkteam_marketplaceDescription - The description of the vendor from the Amazon Marketplace.

$sel:workteamArn:SubscribedWorkteam', subscribedWorkteam_workteamArn - The Amazon Resource Name (ARN) of the vendor that you have subscribed.

subscribedWorkteam_marketplaceTitle :: Lens' SubscribedWorkteam (Maybe Text) Source #

The title of the service provided by the vendor in the Amazon Marketplace.

subscribedWorkteam_sellerName :: Lens' SubscribedWorkteam (Maybe Text) Source #

The name of the vendor in the Amazon Marketplace.

subscribedWorkteam_marketplaceDescription :: Lens' SubscribedWorkteam (Maybe Text) Source #

The description of the vendor from the Amazon Marketplace.

subscribedWorkteam_workteamArn :: Lens' SubscribedWorkteam Text Source #

The Amazon Resource Name (ARN) of the vendor that you have subscribed.

SuggestionQuery

data SuggestionQuery Source #

Specified in the GetSearchSuggestions request. Limits the property names that are included in the response.

See: newSuggestionQuery smart constructor.

Constructors

SuggestionQuery' 

Fields

Instances

Instances details
Eq SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Read SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Show SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Generic SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Associated Types

type Rep SuggestionQuery :: Type -> Type #

NFData SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

Methods

rnf :: SuggestionQuery -> () #

Hashable SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

ToJSON SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

type Rep SuggestionQuery Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SuggestionQuery

type Rep SuggestionQuery = D1 ('MetaData "SuggestionQuery" "Amazonka.SageMaker.Types.SuggestionQuery" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SuggestionQuery'" 'PrefixI 'True) (S1 ('MetaSel ('Just "propertyNameQuery") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PropertyNameQuery))))

newSuggestionQuery :: SuggestionQuery Source #

Create a value of SuggestionQuery 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:propertyNameQuery:SuggestionQuery', suggestionQuery_propertyNameQuery - Defines a property name hint. Only property names that begin with the specified hint are included in the response.

suggestionQuery_propertyNameQuery :: Lens' SuggestionQuery (Maybe PropertyNameQuery) Source #

Defines a property name hint. Only property names that begin with the specified hint are included in the response.

Tag

data Tag Source #

A tag object that consists of a key and an optional value, used to manage metadata for SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags.

For more information on adding metadata to your Amazon Web Services resources with tagging, see Tagging Amazon Web Services resources. For advice on best practices for managing Amazon Web Services resources with tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy.

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • key :: Text

    The tag key. Tag keys must be unique per resource.

  • value :: Text

    The tag value.

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.SageMaker.Types.Tag" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTag Source #

Create a value of Tag 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:key:Tag', tag_key - The tag key. Tag keys must be unique per resource.

$sel:value:Tag', tag_value - The tag value.

tag_key :: Lens' Tag Text Source #

The tag key. Tag keys must be unique per resource.

tag_value :: Lens' Tag Text Source #

The tag value.

TargetPlatform

data TargetPlatform Source #

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

See: newTargetPlatform smart constructor.

Constructors

TargetPlatform' 

Fields

  • accelerator :: Maybe TargetPlatformAccelerator

    Specifies a target platform accelerator (optional).

    • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options
    • MALI: ARM Mali graphics processor
    • INTEL_GRAPHICS: Integrated Intel graphics
  • os :: TargetPlatformOs

    Specifies a target platform OS.

    • LINUX: Linux-based operating systems.
    • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {'ANDROID_PLATFORM': 28}
  • arch :: TargetPlatformArch

    Specifies a target platform architecture.

    • X86_64: 64-bit version of the x86 instruction set.
    • X86: 32-bit version of the x86 instruction set.
    • ARM64: ARMv8 64-bit CPU.
    • ARM_EABIHF: ARMv7 32-bit, Hard Float.
    • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

Instances

Instances details
Eq TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Read TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Show TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Generic TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Associated Types

type Rep TargetPlatform :: Type -> Type #

NFData TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

Methods

rnf :: TargetPlatform -> () #

Hashable TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

ToJSON TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

FromJSON TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

type Rep TargetPlatform Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TargetPlatform

type Rep TargetPlatform = D1 ('MetaData "TargetPlatform" "Amazonka.SageMaker.Types.TargetPlatform" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TargetPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformAccelerator)) :*: (S1 ('MetaSel ('Just "os") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetPlatformOs) :*: S1 ('MetaSel ('Just "arch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TargetPlatformArch))))

newTargetPlatform Source #

Create a value of TargetPlatform 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:accelerator:TargetPlatform', targetPlatform_accelerator - Specifies a target platform accelerator (optional).

  • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options
  • MALI: ARM Mali graphics processor
  • INTEL_GRAPHICS: Integrated Intel graphics

$sel:os:TargetPlatform', targetPlatform_os - Specifies a target platform OS.

  • LINUX: Linux-based operating systems.
  • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {'ANDROID_PLATFORM': 28}

$sel:arch:TargetPlatform', targetPlatform_arch - Specifies a target platform architecture.

  • X86_64: 64-bit version of the x86 instruction set.
  • X86: 32-bit version of the x86 instruction set.
  • ARM64: ARMv8 64-bit CPU.
  • ARM_EABIHF: ARMv7 32-bit, Hard Float.
  • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

targetPlatform_accelerator :: Lens' TargetPlatform (Maybe TargetPlatformAccelerator) Source #

Specifies a target platform accelerator (optional).

  • NVIDIA: Nvidia graphics processing unit. It also requires gpu-code, trt-ver, cuda-ver compiler options
  • MALI: ARM Mali graphics processor
  • INTEL_GRAPHICS: Integrated Intel graphics

targetPlatform_os :: Lens' TargetPlatform TargetPlatformOs Source #

Specifies a target platform OS.

  • LINUX: Linux-based operating systems.
  • ANDROID: Android operating systems. Android API level can be specified using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions": {'ANDROID_PLATFORM': 28}

targetPlatform_arch :: Lens' TargetPlatform TargetPlatformArch Source #

Specifies a target platform architecture.

  • X86_64: 64-bit version of the x86 instruction set.
  • X86: 32-bit version of the x86 instruction set.
  • ARM64: ARMv8 64-bit CPU.
  • ARM_EABIHF: ARMv7 32-bit, Hard Float.
  • ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.

TensorBoardAppSettings

data TensorBoardAppSettings Source #

The TensorBoard app settings.

See: newTensorBoardAppSettings smart constructor.

Constructors

TensorBoardAppSettings' 

Fields

Instances

Instances details
Eq TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Read TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Show TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Generic TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Associated Types

type Rep TensorBoardAppSettings :: Type -> Type #

NFData TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

Methods

rnf :: TensorBoardAppSettings -> () #

Hashable TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

ToJSON TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

FromJSON TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

type Rep TensorBoardAppSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardAppSettings

type Rep TensorBoardAppSettings = D1 ('MetaData "TensorBoardAppSettings" "Amazonka.SageMaker.Types.TensorBoardAppSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TensorBoardAppSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultResourceSpec") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceSpec))))

newTensorBoardAppSettings :: TensorBoardAppSettings Source #

Create a value of TensorBoardAppSettings 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:defaultResourceSpec:TensorBoardAppSettings', tensorBoardAppSettings_defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

tensorBoardAppSettings_defaultResourceSpec :: Lens' TensorBoardAppSettings (Maybe ResourceSpec) Source #

The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

TensorBoardOutputConfig

data TensorBoardOutputConfig Source #

Configuration of storage locations for the Debugger TensorBoard output data.

See: newTensorBoardOutputConfig smart constructor.

Constructors

TensorBoardOutputConfig' 

Fields

  • localPath :: Maybe Text

    Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

  • s3OutputPath :: Text

    Path to Amazon S3 storage location for TensorBoard output.

Instances

Instances details
Eq TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Read TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Show TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Generic TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Associated Types

type Rep TensorBoardOutputConfig :: Type -> Type #

NFData TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

Methods

rnf :: TensorBoardOutputConfig -> () #

Hashable TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

ToJSON TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

FromJSON TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

type Rep TensorBoardOutputConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TensorBoardOutputConfig

type Rep TensorBoardOutputConfig = D1 ('MetaData "TensorBoardOutputConfig" "Amazonka.SageMaker.Types.TensorBoardOutputConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TensorBoardOutputConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTensorBoardOutputConfig Source #

Create a value of TensorBoardOutputConfig 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:localPath:TensorBoardOutputConfig', tensorBoardOutputConfig_localPath - Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

$sel:s3OutputPath:TensorBoardOutputConfig', tensorBoardOutputConfig_s3OutputPath - Path to Amazon S3 storage location for TensorBoard output.

tensorBoardOutputConfig_localPath :: Lens' TensorBoardOutputConfig (Maybe Text) Source #

Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.

tensorBoardOutputConfig_s3OutputPath :: Lens' TensorBoardOutputConfig Text Source #

Path to Amazon S3 storage location for TensorBoard output.

TrafficRoutingConfig

data TrafficRoutingConfig Source #

Currently, the TrafficRoutingConfig API is not supported.

See: newTrafficRoutingConfig smart constructor.

Instances

Instances details
Eq TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Read TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Show TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Generic TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Associated Types

type Rep TrafficRoutingConfig :: Type -> Type #

NFData TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

Methods

rnf :: TrafficRoutingConfig -> () #

Hashable TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

ToJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

FromJSON TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrafficRoutingConfig

type Rep TrafficRoutingConfig = D1 ('MetaData "TrafficRoutingConfig" "Amazonka.SageMaker.Types.TrafficRoutingConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrafficRoutingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "canarySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CapacitySize)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrafficRoutingConfigType) :*: S1 ('MetaSel ('Just "waitIntervalInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

TrainingJob

data TrainingJob Source #

Contains information about a training job.

See: newTrainingJob smart constructor.

Constructors

TrainingJob' 

Fields

  • creationTime :: Maybe POSIX

    A timestamp that indicates when the training job was created.

  • labelingJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the labeling job.

  • failureReason :: Maybe Text

    If the training job failed, the reason it failed.

  • secondaryStatusTransitions :: Maybe [SecondaryStatusTransition]

    A history of all of the secondary statuses that the training job has transitioned through.

  • modelArtifacts :: Maybe ModelArtifacts

    Information about the Amazon S3 location that is configured for storing model artifacts.

  • trainingEndTime :: Maybe POSIX

    Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the Docker container.

  • billableTimeInSeconds :: Maybe Natural

    The billable time in seconds.

  • debugHookConfig :: Maybe DebugHookConfig
     
  • checkpointConfig :: Maybe CheckpointConfig
     
  • retryStrategy :: Maybe RetryStrategy

    The number of times to retry the job when the job fails due to an InternalServerError.

  • stoppingCondition :: Maybe StoppingCondition

    Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

    To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

  • debugRuleEvaluationStatuses :: Maybe [DebugRuleEvaluationStatus]

    Information about the evaluation status of the rules for the training job.

  • trainingJobStatus :: Maybe TrainingJobStatus

    The status of the training job.

    Training job statuses are:

    • InProgress - The training is in progress.
    • Completed - The training job has completed.
    • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
    • Stopping - The training job is stopping.
    • Stopped - The training job has stopped.

    For more detailed information, see SecondaryStatus.

  • enableNetworkIsolation :: Maybe Bool

    If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.

  • experimentConfig :: Maybe ExperimentConfig
     
  • lastModifiedTime :: Maybe POSIX

    A timestamp that indicates when the status of the training job was last modified.

  • debugRuleConfigurations :: Maybe [DebugRuleConfiguration]

    Information about the debug rule configuration.

  • enableManagedSpotTraining :: Maybe Bool

    When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

  • autoMLJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the job.

  • hyperParameters :: Maybe (HashMap Text Text)

    Algorithm-specific parameters.

  • inputDataConfig :: Maybe (NonEmpty Channel)

    An array of Channel objects that describes each data input channel.

  • vpcConfig :: Maybe VpcConfig

    A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

  • trainingJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the training job.

  • algorithmSpecification :: Maybe AlgorithmSpecification

    Information about the algorithm used for training, and algorithm metadata.

  • finalMetricDataList :: Maybe [MetricData]

    A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

  • outputDataConfig :: Maybe OutputDataConfig

    The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.

  • trainingStartTime :: Maybe POSIX

    Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

  • tuningJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

  • trainingJobName :: Maybe Text

    The name of the training job.

  • resourceConfig :: Maybe ResourceConfig

    Resources, including ML compute instances and ML storage volumes, that are configured for model training.

  • enableInterContainerTrafficEncryption :: Maybe Bool

    To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

  • tensorBoardOutputConfig :: Maybe TensorBoardOutputConfig
     
  • secondaryStatus :: Maybe SecondaryStatus

    Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

    Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:

    InProgress
    - Starting - Starting the training job.
    • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
    • Training - Training is in progress.
    • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
    Completed
    - Completed - The training job has completed.
    Failed
    - Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
    Stopped
    - MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
    • Stopped - The training job has stopped.
    Stopping
    - Stopping - Stopping the training job.

    Valid values for SecondaryStatus are subject to change.

    We no longer support the following secondary statuses:

    • LaunchingMLInstances
    • PreparingTrainingStack
    • DownloadingTrainingImage
  • tags :: Maybe [Tag]

    An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

  • trainingTimeInSeconds :: Maybe Natural

    The training time in seconds.

  • roleArn :: Maybe Text

    The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

Instances

Instances details
Eq TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Read TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Show TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Generic TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Associated Types

type Rep TrainingJob :: Type -> Type #

NFData TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

Methods

rnf :: TrainingJob -> () #

Hashable TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

FromJSON TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

type Rep TrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJob

type Rep TrainingJob = D1 ('MetaData "TrainingJob" "Amazonka.SageMaker.Types.TrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJob'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secondaryStatusTransitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SecondaryStatusTransition])))) :*: ((S1 ('MetaSel ('Just "modelArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelArtifacts)) :*: S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "billableTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "debugHookConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DebugHookConfig)))))) :*: (((S1 ('MetaSel ('Just "checkpointConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CheckpointConfig)) :*: S1 ('MetaSel ('Just "retryStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryStrategy))) :*: (S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StoppingCondition)) :*: S1 ('MetaSel ('Just "debugRuleEvaluationStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleEvaluationStatus])))) :*: ((S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJobStatus)) :*: S1 ('MetaSel ('Just "enableNetworkIsolation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "debugRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DebugRuleConfiguration]))))))) :*: ((((S1 ('MetaSel ('Just "enableManagedSpotTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Channel))))) :*: ((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "algorithmSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmSpecification)) :*: (S1 ('MetaSel ('Just "finalMetricDataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricData])) :*: S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OutputDataConfig)))))) :*: (((S1 ('MetaSel ('Just "trainingStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tuningJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceConfig)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 ('MetaSel ('Just "tensorBoardOutputConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardOutputConfig)) :*: S1 ('MetaSel ('Just "secondaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecondaryStatus))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "trainingTimeInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))))

newTrainingJob :: TrainingJob Source #

Create a value of TrainingJob 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:creationTime:TrainingJob', trainingJob_creationTime - A timestamp that indicates when the training job was created.

$sel:labelingJobArn:TrainingJob', trainingJob_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job.

$sel:failureReason:TrainingJob', trainingJob_failureReason - If the training job failed, the reason it failed.

$sel:secondaryStatusTransitions:TrainingJob', trainingJob_secondaryStatusTransitions - A history of all of the secondary statuses that the training job has transitioned through.

$sel:modelArtifacts:TrainingJob', trainingJob_modelArtifacts - Information about the Amazon S3 location that is configured for storing model artifacts.

$sel:trainingEndTime:TrainingJob', trainingJob_trainingEndTime - Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

$sel:environment:TrainingJob', trainingJob_environment - The environment variables to set in the Docker container.

$sel:billableTimeInSeconds:TrainingJob', trainingJob_billableTimeInSeconds - The billable time in seconds.

$sel:debugHookConfig:TrainingJob', trainingJob_debugHookConfig - Undocumented member.

$sel:checkpointConfig:TrainingJob', trainingJob_checkpointConfig - Undocumented member.

$sel:retryStrategy:TrainingJob', trainingJob_retryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

$sel:stoppingCondition:TrainingJob', trainingJob_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

$sel:debugRuleEvaluationStatuses:TrainingJob', trainingJob_debugRuleEvaluationStatuses - Information about the evaluation status of the rules for the training job.

$sel:trainingJobStatus:TrainingJob', trainingJob_trainingJobStatus - The status of the training job.

Training job statuses are:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

$sel:enableNetworkIsolation:TrainingJob', trainingJob_enableNetworkIsolation - If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.

$sel:experimentConfig:TrainingJob', trainingJob_experimentConfig - Undocumented member.

$sel:lastModifiedTime:TrainingJob', trainingJob_lastModifiedTime - A timestamp that indicates when the status of the training job was last modified.

$sel:debugRuleConfigurations:TrainingJob', trainingJob_debugRuleConfigurations - Information about the debug rule configuration.

$sel:enableManagedSpotTraining:TrainingJob', trainingJob_enableManagedSpotTraining - When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

$sel:autoMLJobArn:TrainingJob', trainingJob_autoMLJobArn - The Amazon Resource Name (ARN) of the job.

$sel:hyperParameters:TrainingJob', trainingJob_hyperParameters - Algorithm-specific parameters.

$sel:inputDataConfig:TrainingJob', trainingJob_inputDataConfig - An array of Channel objects that describes each data input channel.

$sel:vpcConfig:TrainingJob', trainingJob_vpcConfig - A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

$sel:trainingJobArn:TrainingJob', trainingJob_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:algorithmSpecification:TrainingJob', trainingJob_algorithmSpecification - Information about the algorithm used for training, and algorithm metadata.

$sel:finalMetricDataList:TrainingJob', trainingJob_finalMetricDataList - A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

$sel:outputDataConfig:TrainingJob', trainingJob_outputDataConfig - The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.

$sel:trainingStartTime:TrainingJob', trainingJob_trainingStartTime - Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

$sel:tuningJobArn:TrainingJob', trainingJob_tuningJobArn - The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

$sel:trainingJobName:TrainingJob', trainingJob_trainingJobName - The name of the training job.

$sel:resourceConfig:TrainingJob', trainingJob_resourceConfig - Resources, including ML compute instances and ML storage volumes, that are configured for model training.

$sel:enableInterContainerTrafficEncryption:TrainingJob', trainingJob_enableInterContainerTrafficEncryption - To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

$sel:tensorBoardOutputConfig:TrainingJob', trainingJob_tensorBoardOutputConfig - Undocumented member.

$sel:secondaryStatus:TrainingJob', trainingJob_secondaryStatus - Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

$sel:tags:TrainingJob', trainingJob_tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

$sel:trainingTimeInSeconds:TrainingJob', trainingJob_trainingTimeInSeconds - The training time in seconds.

$sel:roleArn:TrainingJob', trainingJob_roleArn - The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

trainingJob_creationTime :: Lens' TrainingJob (Maybe UTCTime) Source #

A timestamp that indicates when the training job was created.

trainingJob_labelingJobArn :: Lens' TrainingJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the labeling job.

trainingJob_failureReason :: Lens' TrainingJob (Maybe Text) Source #

If the training job failed, the reason it failed.

trainingJob_secondaryStatusTransitions :: Lens' TrainingJob (Maybe [SecondaryStatusTransition]) Source #

A history of all of the secondary statuses that the training job has transitioned through.

trainingJob_modelArtifacts :: Lens' TrainingJob (Maybe ModelArtifacts) Source #

Information about the Amazon S3 location that is configured for storing model artifacts.

trainingJob_trainingEndTime :: Lens' TrainingJob (Maybe UTCTime) Source #

Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.

trainingJob_environment :: Lens' TrainingJob (Maybe (HashMap Text Text)) Source #

The environment variables to set in the Docker container.

trainingJob_retryStrategy :: Lens' TrainingJob (Maybe RetryStrategy) Source #

The number of times to retry the job when the job fails due to an InternalServerError.

trainingJob_stoppingCondition :: Lens' TrainingJob (Maybe StoppingCondition) Source #

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

trainingJob_debugRuleEvaluationStatuses :: Lens' TrainingJob (Maybe [DebugRuleEvaluationStatus]) Source #

Information about the evaluation status of the rules for the training job.

trainingJob_trainingJobStatus :: Lens' TrainingJob (Maybe TrainingJobStatus) Source #

The status of the training job.

Training job statuses are:

  • InProgress - The training is in progress.
  • Completed - The training job has completed.
  • Failed - The training job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTrainingJobResponse call.
  • Stopping - The training job is stopping.
  • Stopped - The training job has stopped.

For more detailed information, see SecondaryStatus.

trainingJob_enableNetworkIsolation :: Lens' TrainingJob (Maybe Bool) Source #

If the TrainingJob was created with network isolation, the value is set to true. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.

trainingJob_lastModifiedTime :: Lens' TrainingJob (Maybe UTCTime) Source #

A timestamp that indicates when the status of the training job was last modified.

trainingJob_debugRuleConfigurations :: Lens' TrainingJob (Maybe [DebugRuleConfiguration]) Source #

Information about the debug rule configuration.

trainingJob_enableManagedSpotTraining :: Lens' TrainingJob (Maybe Bool) Source #

When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see Managed Spot Training.

trainingJob_autoMLJobArn :: Lens' TrainingJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the job.

trainingJob_inputDataConfig :: Lens' TrainingJob (Maybe (NonEmpty Channel)) Source #

An array of Channel objects that describes each data input channel.

trainingJob_vpcConfig :: Lens' TrainingJob (Maybe VpcConfig) Source #

A VpcConfig object that specifies the VPC that this training job has access to. For more information, see Protect Training Jobs by Using an Amazon Virtual Private Cloud.

trainingJob_trainingJobArn :: Lens' TrainingJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the training job.

trainingJob_algorithmSpecification :: Lens' TrainingJob (Maybe AlgorithmSpecification) Source #

Information about the algorithm used for training, and algorithm metadata.

trainingJob_finalMetricDataList :: Lens' TrainingJob (Maybe [MetricData]) Source #

A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.

trainingJob_outputDataConfig :: Lens' TrainingJob (Maybe OutputDataConfig) Source #

The S3 path where model artifacts that you configured when creating the job are stored. Amazon SageMaker creates subfolders for model artifacts.

trainingJob_trainingStartTime :: Lens' TrainingJob (Maybe UTCTime) Source #

Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of TrainingEndTime. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.

trainingJob_tuningJobArn :: Lens' TrainingJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.

trainingJob_trainingJobName :: Lens' TrainingJob (Maybe Text) Source #

The name of the training job.

trainingJob_resourceConfig :: Lens' TrainingJob (Maybe ResourceConfig) Source #

Resources, including ML compute instances and ML storage volumes, that are configured for model training.

trainingJob_enableInterContainerTrafficEncryption :: Lens' TrainingJob (Maybe Bool) Source #

To encrypt all communications between ML compute instances in distributed training, choose True. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.

trainingJob_secondaryStatus :: Lens' TrainingJob (Maybe SecondaryStatus) Source #

Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see StatusMessage under SecondaryStatusTransition.

Amazon SageMaker provides primary statuses and secondary statuses that apply to each of them:

InProgress
- Starting - Starting the training job.
  • Downloading - An optional stage for algorithms that support File training input mode. It indicates that data is being downloaded to the ML storage volumes.
  • Training - Training is in progress.
  • Uploading - Training is complete and the model artifacts are being uploaded to the S3 location.
Completed
- Completed - The training job has completed.
Failed
- Failed - The training job has failed. The reason for the failure is returned in the FailureReason field of DescribeTrainingJobResponse.
Stopped
- MaxRuntimeExceeded - The job stopped because it exceeded the maximum allowed runtime.
  • Stopped - The training job has stopped.
Stopping
- Stopping - Stopping the training job.

Valid values for SecondaryStatus are subject to change.

We no longer support the following secondary statuses:

  • LaunchingMLInstances
  • PreparingTrainingStack
  • DownloadingTrainingImage

trainingJob_tags :: Lens' TrainingJob (Maybe [Tag]) Source #

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

trainingJob_roleArn :: Lens' TrainingJob (Maybe Text) Source #

The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.

TrainingJobDefinition

data TrainingJobDefinition Source #

Defines the input needed to run a training job using the algorithm.

See: newTrainingJobDefinition smart constructor.

Constructors

TrainingJobDefinition' 

Fields

  • hyperParameters :: Maybe (HashMap Text Text)

    The hyperparameters used for the training job.

  • trainingInputMode :: TrainingInputMode
     
  • inputDataConfig :: NonEmpty Channel

    An array of Channel objects, each of which specifies an input source.

  • outputDataConfig :: OutputDataConfig

    the path to the S3 bucket where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.

  • resourceConfig :: ResourceConfig

    The resources, including the ML compute instances and ML storage volumes, to use for model training.

  • stoppingCondition :: StoppingCondition

    Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

    To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

Instances

Instances details
Eq TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Read TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Show TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Generic TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Associated Types

type Rep TrainingJobDefinition :: Type -> Type #

NFData TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

Methods

rnf :: TrainingJobDefinition -> () #

Hashable TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

ToJSON TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

FromJSON TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

type Rep TrainingJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobDefinition

type Rep TrainingJobDefinition = D1 ('MetaData "TrainingJobDefinition" "Amazonka.SageMaker.Types.TrainingJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "trainingInputMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingInputMode) :*: S1 ('MetaSel ('Just "inputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Channel)))) :*: (S1 ('MetaSel ('Just "outputDataConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputDataConfig) :*: (S1 ('MetaSel ('Just "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceConfig) :*: S1 ('MetaSel ('Just "stoppingCondition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 StoppingCondition)))))

newTrainingJobDefinition Source #

Create a value of TrainingJobDefinition 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:hyperParameters:TrainingJobDefinition', trainingJobDefinition_hyperParameters - The hyperparameters used for the training job.

$sel:trainingInputMode:TrainingJobDefinition', trainingJobDefinition_trainingInputMode - Undocumented member.

$sel:inputDataConfig:TrainingJobDefinition', trainingJobDefinition_inputDataConfig - An array of Channel objects, each of which specifies an input source.

$sel:outputDataConfig:TrainingJobDefinition', trainingJobDefinition_outputDataConfig - the path to the S3 bucket where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.

$sel:resourceConfig:TrainingJobDefinition', trainingJobDefinition_resourceConfig - The resources, including the ML compute instances and ML storage volumes, to use for model training.

$sel:stoppingCondition:TrainingJobDefinition', trainingJobDefinition_stoppingCondition - Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

trainingJobDefinition_hyperParameters :: Lens' TrainingJobDefinition (Maybe (HashMap Text Text)) Source #

The hyperparameters used for the training job.

trainingJobDefinition_inputDataConfig :: Lens' TrainingJobDefinition (NonEmpty Channel) Source #

An array of Channel objects, each of which specifies an input source.

trainingJobDefinition_outputDataConfig :: Lens' TrainingJobDefinition OutputDataConfig Source #

the path to the S3 bucket where you want to store model artifacts. Amazon SageMaker creates subfolders for the artifacts.

trainingJobDefinition_resourceConfig :: Lens' TrainingJobDefinition ResourceConfig Source #

The resources, including the ML compute instances and ML storage volumes, to use for model training.

trainingJobDefinition_stoppingCondition :: Lens' TrainingJobDefinition StoppingCondition Source #

Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker ends the training job. Use this API to cap model training costs.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts.

TrainingJobStatusCounters

data TrainingJobStatusCounters Source #

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

See: newTrainingJobStatusCounters smart constructor.

Constructors

TrainingJobStatusCounters' 

Fields

  • stopped :: Maybe Natural

    The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

  • retryableError :: Maybe Natural

    The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

  • inProgress :: Maybe Natural

    The number of in-progress training jobs launched by a hyperparameter tuning job.

  • nonRetryableError :: Maybe Natural

    The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.

  • completed :: Maybe Natural

    The number of completed training jobs launched by the hyperparameter tuning job.

Instances

Instances details
Eq TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Read TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Show TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Generic TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Associated Types

type Rep TrainingJobStatusCounters :: Type -> Type #

NFData TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

Hashable TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

FromJSON TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

type Rep TrainingJobStatusCounters Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStatusCounters

type Rep TrainingJobStatusCounters = D1 ('MetaData "TrainingJobStatusCounters" "Amazonka.SageMaker.Types.TrainingJobStatusCounters" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobStatusCounters'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "stopped") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "retryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "inProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nonRetryableError") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "completed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newTrainingJobStatusCounters :: TrainingJobStatusCounters Source #

Create a value of TrainingJobStatusCounters 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:stopped:TrainingJobStatusCounters', trainingJobStatusCounters_stopped - The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

$sel:retryableError:TrainingJobStatusCounters', trainingJobStatusCounters_retryableError - The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

$sel:inProgress:TrainingJobStatusCounters', trainingJobStatusCounters_inProgress - The number of in-progress training jobs launched by a hyperparameter tuning job.

$sel:nonRetryableError:TrainingJobStatusCounters', trainingJobStatusCounters_nonRetryableError - The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.

$sel:completed:TrainingJobStatusCounters', trainingJobStatusCounters_completed - The number of completed training jobs launched by the hyperparameter tuning job.

trainingJobStatusCounters_stopped :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #

The number of training jobs launched by a hyperparameter tuning job that were manually stopped.

trainingJobStatusCounters_retryableError :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #

The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.

trainingJobStatusCounters_inProgress :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #

The number of in-progress training jobs launched by a hyperparameter tuning job.

trainingJobStatusCounters_nonRetryableError :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #

The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.

trainingJobStatusCounters_completed :: Lens' TrainingJobStatusCounters (Maybe Natural) Source #

The number of completed training jobs launched by the hyperparameter tuning job.

TrainingJobStepMetadata

data TrainingJobStepMetadata Source #

Metadata for a training job step.

See: newTrainingJobStepMetadata smart constructor.

Constructors

TrainingJobStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the training job that was run by this step execution.

Instances

Instances details
Eq TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Read TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Show TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Generic TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Associated Types

type Rep TrainingJobStepMetadata :: Type -> Type #

NFData TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

Methods

rnf :: TrainingJobStepMetadata -> () #

Hashable TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

FromJSON TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobStepMetadata

type Rep TrainingJobStepMetadata = D1 ('MetaData "TrainingJobStepMetadata" "Amazonka.SageMaker.Types.TrainingJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrainingJobStepMetadata :: TrainingJobStepMetadata Source #

Create a value of TrainingJobStepMetadata 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:arn:TrainingJobStepMetadata', trainingJobStepMetadata_arn - The Amazon Resource Name (ARN) of the training job that was run by this step execution.

trainingJobStepMetadata_arn :: Lens' TrainingJobStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the training job that was run by this step execution.

TrainingJobSummary

data TrainingJobSummary Source #

Provides summary information about a training job.

See: newTrainingJobSummary smart constructor.

Constructors

TrainingJobSummary' 

Fields

Instances

Instances details
Eq TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Read TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Show TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Generic TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Associated Types

type Rep TrainingJobSummary :: Type -> Type #

NFData TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

Methods

rnf :: TrainingJobSummary -> () #

Hashable TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

FromJSON TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

type Rep TrainingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingJobSummary

type Rep TrainingJobSummary = D1 ('MetaData "TrainingJobSummary" "Amazonka.SageMaker.Types.TrainingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "trainingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "trainingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TrainingJobStatus)))))

newTrainingJobSummary Source #

Create a value of TrainingJobSummary 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:trainingEndTime:TrainingJobSummary', trainingJobSummary_trainingEndTime - A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

$sel:lastModifiedTime:TrainingJobSummary', trainingJobSummary_lastModifiedTime - Timestamp when the training job was last modified.

$sel:trainingJobName:TrainingJobSummary', trainingJobSummary_trainingJobName - The name of the training job that you want a summary for.

$sel:trainingJobArn:TrainingJobSummary', trainingJobSummary_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

$sel:creationTime:TrainingJobSummary', trainingJobSummary_creationTime - A timestamp that shows when the training job was created.

$sel:trainingJobStatus:TrainingJobSummary', trainingJobSummary_trainingJobStatus - The status of the training job.

trainingJobSummary_trainingEndTime :: Lens' TrainingJobSummary (Maybe UTCTime) Source #

A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

trainingJobSummary_lastModifiedTime :: Lens' TrainingJobSummary (Maybe UTCTime) Source #

Timestamp when the training job was last modified.

trainingJobSummary_trainingJobName :: Lens' TrainingJobSummary Text Source #

The name of the training job that you want a summary for.

trainingJobSummary_trainingJobArn :: Lens' TrainingJobSummary Text Source #

The Amazon Resource Name (ARN) of the training job.

trainingJobSummary_creationTime :: Lens' TrainingJobSummary UTCTime Source #

A timestamp that shows when the training job was created.

TrainingSpecification

data TrainingSpecification Source #

Defines how the algorithm is used for a training job.

See: newTrainingSpecification smart constructor.

Constructors

TrainingSpecification' 

Fields

Instances

Instances details
Eq TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Read TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Show TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Generic TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Associated Types

type Rep TrainingSpecification :: Type -> Type #

NFData TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

Methods

rnf :: TrainingSpecification -> () #

Hashable TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

ToJSON TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

FromJSON TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

type Rep TrainingSpecification Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrainingSpecification

type Rep TrainingSpecification = D1 ('MetaData "TrainingSpecification" "Amazonka.SageMaker.Types.TrainingSpecification" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrainingSpecification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "trainingImageDigest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "supportsDistributedTraining") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "supportedHyperParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HyperParameterSpecification])) :*: S1 ('MetaSel ('Just "supportedTuningJobObjectiveMetrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HyperParameterTuningJobObjective])))) :*: ((S1 ('MetaSel ('Just "metricDefinitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricDefinition])) :*: S1 ('MetaSel ('Just "trainingImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "supportedTrainingInstanceTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [TrainingInstanceType]) :*: S1 ('MetaSel ('Just "trainingChannels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ChannelSpecification))))))

newTrainingSpecification Source #

Create a value of TrainingSpecification 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:trainingImageDigest:TrainingSpecification', trainingSpecification_trainingImageDigest - An MD5 hash of the training algorithm that identifies the Docker image used for training.

$sel:supportsDistributedTraining:TrainingSpecification', trainingSpecification_supportsDistributedTraining - Indicates whether the algorithm supports distributed training. If set to false, buyers can't request more than one instance during training.

$sel:supportedHyperParameters:TrainingSpecification', trainingSpecification_supportedHyperParameters - A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

$sel:supportedTuningJobObjectiveMetrics:TrainingSpecification', trainingSpecification_supportedTuningJobObjectiveMetrics - A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

$sel:metricDefinitions:TrainingSpecification', trainingSpecification_metricDefinitions - A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

$sel:trainingImage:TrainingSpecification', trainingSpecification_trainingImage - The Amazon ECR registry path of the Docker image that contains the training algorithm.

$sel:supportedTrainingInstanceTypes:TrainingSpecification', trainingSpecification_supportedTrainingInstanceTypes - A list of the instance types that this algorithm can use for training.

$sel:trainingChannels:TrainingSpecification', trainingSpecification_trainingChannels - A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

trainingSpecification_trainingImageDigest :: Lens' TrainingSpecification (Maybe Text) Source #

An MD5 hash of the training algorithm that identifies the Docker image used for training.

trainingSpecification_supportsDistributedTraining :: Lens' TrainingSpecification (Maybe Bool) Source #

Indicates whether the algorithm supports distributed training. If set to false, buyers can't request more than one instance during training.

trainingSpecification_supportedHyperParameters :: Lens' TrainingSpecification (Maybe [HyperParameterSpecification]) Source #

A list of the HyperParameterSpecification objects, that define the supported hyperparameters. This is required if the algorithm supports automatic model tuning.>

trainingSpecification_supportedTuningJobObjectiveMetrics :: Lens' TrainingSpecification (Maybe [HyperParameterTuningJobObjective]) Source #

A list of the metrics that the algorithm emits that can be used as the objective metric in a hyperparameter tuning job.

trainingSpecification_metricDefinitions :: Lens' TrainingSpecification (Maybe [MetricDefinition]) Source #

A list of MetricDefinition objects, which are used for parsing metrics generated by the algorithm.

trainingSpecification_trainingImage :: Lens' TrainingSpecification Text Source #

The Amazon ECR registry path of the Docker image that contains the training algorithm.

trainingSpecification_supportedTrainingInstanceTypes :: Lens' TrainingSpecification [TrainingInstanceType] Source #

A list of the instance types that this algorithm can use for training.

trainingSpecification_trainingChannels :: Lens' TrainingSpecification (NonEmpty ChannelSpecification) Source #

A list of ChannelSpecification objects, which specify the input sources to be used by the algorithm.

TransformDataSource

data TransformDataSource Source #

Describes the location of the channel data.

See: newTransformDataSource smart constructor.

Constructors

TransformDataSource' 

Fields

Instances

Instances details
Eq TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Read TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Show TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Generic TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Associated Types

type Rep TransformDataSource :: Type -> Type #

NFData TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

Methods

rnf :: TransformDataSource -> () #

Hashable TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

ToJSON TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

FromJSON TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

type Rep TransformDataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformDataSource

type Rep TransformDataSource = D1 ('MetaData "TransformDataSource" "Amazonka.SageMaker.Types.TransformDataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformS3DataSource)))

newTransformDataSource Source #

Create a value of TransformDataSource 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:s3DataSource:TransformDataSource', transformDataSource_s3DataSource - The S3 location of the data source that is associated with a channel.

transformDataSource_s3DataSource :: Lens' TransformDataSource TransformS3DataSource Source #

The S3 location of the data source that is associated with a channel.

TransformInput

data TransformInput Source #

Describes the input source of a transform job and the way the transform job consumes it.

See: newTransformInput smart constructor.

Constructors

TransformInput' 

Fields

  • splitType :: Maybe SplitType

    The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

    • RecordIO
    • TFRecord

    When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

    Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

    For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

  • compressionType :: Maybe CompressionType

    If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

  • contentType :: Maybe Text

    The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

  • dataSource :: TransformDataSource

    Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

Instances

Instances details
Eq TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Read TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Show TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Generic TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Associated Types

type Rep TransformInput :: Type -> Type #

NFData TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

Methods

rnf :: TransformInput -> () #

Hashable TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

ToJSON TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

FromJSON TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

type Rep TransformInput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformInput

type Rep TransformInput = D1 ('MetaData "TransformInput" "Amazonka.SageMaker.Types.TransformInput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformInput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "splitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SplitType)) :*: S1 ('MetaSel ('Just "compressionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CompressionType))) :*: (S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformDataSource))))

newTransformInput Source #

Create a value of TransformInput 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:splitType:TransformInput', transformInput_splitType - The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

  • RecordIO
  • TFRecord

When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

$sel:compressionType:TransformInput', transformInput_compressionType - If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

$sel:contentType:TransformInput', transformInput_contentType - The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

$sel:dataSource:TransformInput', transformInput_dataSource - Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

transformInput_splitType :: Lens' TransformInput (Maybe SplitType) Source #

The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are:

  • RecordIO
  • TFRecord

When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request.

Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord.

For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.

transformInput_compressionType :: Lens' TransformInput (Maybe CompressionType) Source #

If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.

transformInput_contentType :: Lens' TransformInput (Maybe Text) Source #

The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.

transformInput_dataSource :: Lens' TransformInput TransformDataSource Source #

Describes the location of the channel data, which is, the S3 location of the input data that the model can consume.

TransformJob

data TransformJob Source #

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform.

See: newTransformJob smart constructor.

Constructors

TransformJob' 

Fields

  • creationTime :: Maybe POSIX

    A timestamp that shows when the transform Job was created.

  • labelingJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the labeling job that created the transform job.

  • transformJobName :: Maybe Text

    The name of the transform job.

  • failureReason :: Maybe Text

    If the transform job failed, the reason it failed.

  • modelClientConfig :: Maybe ModelClientConfig
     
  • batchStrategy :: Maybe BatchStrategy

    Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

  • maxPayloadInMB :: Maybe Natural

    The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

  • environment :: Maybe (HashMap Text Text)

    The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

  • transformResources :: Maybe TransformResources
     
  • modelName :: Maybe Text

    The name of the model associated with the transform job.

  • experimentConfig :: Maybe ExperimentConfig
     
  • transformEndTime :: Maybe POSIX

    Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

  • transformStartTime :: Maybe POSIX

    Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

  • autoMLJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

  • transformJobStatus :: Maybe TransformJobStatus

    The status of the transform job.

    Transform job statuses are:

    • InProgress - The job is in progress.
    • Completed - The job has completed.
    • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.
    • Stopping - The transform job is stopping.
    • Stopped - The transform job has stopped.
  • transformInput :: Maybe TransformInput
     
  • maxConcurrentTransforms :: Maybe Natural

    The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.

  • transformOutput :: Maybe TransformOutput
     
  • dataProcessing :: Maybe DataProcessing
     
  • transformJobArn :: Maybe Text

    The Amazon Resource Name (ARN) of the transform job.

  • tags :: Maybe [Tag]

    A list of tags associated with the transform job.

Instances

Instances details
Eq TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Read TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Show TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Generic TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Associated Types

type Rep TransformJob :: Type -> Type #

NFData TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

Methods

rnf :: TransformJob -> () #

Hashable TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

FromJSON TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

type Rep TransformJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJob

type Rep TransformJob = D1 ('MetaData "TransformJob" "Amazonka.SageMaker.Types.TransformJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJob'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "labelingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelClientConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelClientConfig))))) :*: ((S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformResources)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "experimentConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExperimentConfig)) :*: S1 ('MetaSel ('Just "transformEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "transformStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "autoMLJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJobStatus))))) :*: ((S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformInput)) :*: (S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformOutput)))) :*: (S1 ('MetaSel ('Just "dataProcessing") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataProcessing)) :*: (S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))))

newTransformJob :: TransformJob Source #

Create a value of TransformJob 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:creationTime:TransformJob', transformJob_creationTime - A timestamp that shows when the transform Job was created.

$sel:labelingJobArn:TransformJob', transformJob_labelingJobArn - The Amazon Resource Name (ARN) of the labeling job that created the transform job.

$sel:transformJobName:TransformJob', transformJob_transformJobName - The name of the transform job.

$sel:failureReason:TransformJob', transformJob_failureReason - If the transform job failed, the reason it failed.

$sel:modelClientConfig:TransformJob', transformJob_modelClientConfig - Undocumented member.

$sel:batchStrategy:TransformJob', transformJob_batchStrategy - Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

$sel:maxPayloadInMB:TransformJob', transformJob_maxPayloadInMB - The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

$sel:environment:TransformJob', transformJob_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:transformResources:TransformJob', transformJob_transformResources - Undocumented member.

$sel:modelName:TransformJob', transformJob_modelName - The name of the model associated with the transform job.

$sel:experimentConfig:TransformJob', transformJob_experimentConfig - Undocumented member.

$sel:transformEndTime:TransformJob', transformJob_transformEndTime - Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

$sel:transformStartTime:TransformJob', transformJob_transformStartTime - Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

$sel:autoMLJobArn:TransformJob', transformJob_autoMLJobArn - The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

$sel:transformJobStatus:TransformJob', transformJob_transformJobStatus - The status of the transform job.

Transform job statuses are:

  • InProgress - The job is in progress.
  • Completed - The job has completed.
  • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.
  • Stopping - The transform job is stopping.
  • Stopped - The transform job has stopped.

$sel:transformInput:TransformJob', transformJob_transformInput - Undocumented member.

$sel:maxConcurrentTransforms:TransformJob', transformJob_maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.

$sel:transformOutput:TransformJob', transformJob_transformOutput - Undocumented member.

$sel:dataProcessing:TransformJob', transformJob_dataProcessing - Undocumented member.

$sel:transformJobArn:TransformJob', transformJob_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

$sel:tags:TransformJob', transformJob_tags - A list of tags associated with the transform job.

transformJob_creationTime :: Lens' TransformJob (Maybe UTCTime) Source #

A timestamp that shows when the transform Job was created.

transformJob_labelingJobArn :: Lens' TransformJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the labeling job that created the transform job.

transformJob_failureReason :: Lens' TransformJob (Maybe Text) Source #

If the transform job failed, the reason it failed.

transformJob_batchStrategy :: Lens' TransformJob (Maybe BatchStrategy) Source #

Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.

transformJob_maxPayloadInMB :: Lens' TransformJob (Maybe Natural) Source #

The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.

transformJob_environment :: Lens' TransformJob (Maybe (HashMap Text Text)) Source #

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

transformJob_modelName :: Lens' TransformJob (Maybe Text) Source #

The name of the model associated with the transform job.

transformJob_transformEndTime :: Lens' TransformJob (Maybe UTCTime) Source #

Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime.

transformJob_transformStartTime :: Lens' TransformJob (Maybe UTCTime) Source #

Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime.

transformJob_autoMLJobArn :: Lens' TransformJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AutoML job that created the transform job.

transformJob_transformJobStatus :: Lens' TransformJob (Maybe TransformJobStatus) Source #

The status of the transform job.

Transform job statuses are:

  • InProgress - The job is in progress.
  • Completed - The job has completed.
  • Failed - The transform job has failed. To see the reason for the failure, see the FailureReason field in the response to a DescribeTransformJob call.
  • Stopping - The transform job is stopping.
  • Stopped - The transform job has stopped.

transformJob_maxConcurrentTransforms :: Lens' TransformJob (Maybe Natural) Source #

The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.

transformJob_transformJobArn :: Lens' TransformJob (Maybe Text) Source #

The Amazon Resource Name (ARN) of the transform job.

transformJob_tags :: Lens' TransformJob (Maybe [Tag]) Source #

A list of tags associated with the transform job.

TransformJobDefinition

data TransformJobDefinition Source #

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

See: newTransformJobDefinition smart constructor.

Constructors

TransformJobDefinition' 

Fields

Instances

Instances details
Eq TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Read TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Show TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Generic TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Associated Types

type Rep TransformJobDefinition :: Type -> Type #

NFData TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

Methods

rnf :: TransformJobDefinition -> () #

Hashable TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

ToJSON TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

FromJSON TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

type Rep TransformJobDefinition Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobDefinition

type Rep TransformJobDefinition = D1 ('MetaData "TransformJobDefinition" "Amazonka.SageMaker.Types.TransformJobDefinition" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchStrategy)) :*: (S1 ('MetaSel ('Just "maxPayloadInMB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "maxConcurrentTransforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transformInput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInput)) :*: (S1 ('MetaSel ('Just "transformOutput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformOutput) :*: S1 ('MetaSel ('Just "transformResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformResources)))))

newTransformJobDefinition Source #

Create a value of TransformJobDefinition 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:batchStrategy:TransformJobDefinition', transformJobDefinition_batchStrategy - A string that determines the number of records included in a single mini-batch.

SingleRecord means only one record is used per mini-batch. MultiRecord means a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB limit.

$sel:maxPayloadInMB:TransformJobDefinition', transformJobDefinition_maxPayloadInMB - The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).

$sel:environment:TransformJobDefinition', transformJobDefinition_environment - The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

$sel:maxConcurrentTransforms:TransformJobDefinition', transformJobDefinition_maxConcurrentTransforms - The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

$sel:transformInput:TransformJobDefinition', transformJobDefinition_transformInput - A description of the input source and the way the transform job consumes it.

$sel:transformOutput:TransformJobDefinition', transformJobDefinition_transformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

$sel:transformResources:TransformJobDefinition', transformJobDefinition_transformResources - Identifies the ML compute instances for the transform job.

transformJobDefinition_batchStrategy :: Lens' TransformJobDefinition (Maybe BatchStrategy) Source #

A string that determines the number of records included in a single mini-batch.

SingleRecord means only one record is used per mini-batch. MultiRecord means a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB limit.

transformJobDefinition_maxPayloadInMB :: Lens' TransformJobDefinition (Maybe Natural) Source #

The maximum payload size allowed, in MB. A payload is the data portion of a record (without metadata).

transformJobDefinition_environment :: Lens' TransformJobDefinition (Maybe (HashMap Text Text)) Source #

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

transformJobDefinition_maxConcurrentTransforms :: Lens' TransformJobDefinition (Maybe Natural) Source #

The maximum number of parallel requests that can be sent to each instance in a transform job. The default value is 1.

transformJobDefinition_transformInput :: Lens' TransformJobDefinition TransformInput Source #

A description of the input source and the way the transform job consumes it.

transformJobDefinition_transformOutput :: Lens' TransformJobDefinition TransformOutput Source #

Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

transformJobDefinition_transformResources :: Lens' TransformJobDefinition TransformResources Source #

Identifies the ML compute instances for the transform job.

TransformJobStepMetadata

data TransformJobStepMetadata Source #

Metadata for a transform job step.

See: newTransformJobStepMetadata smart constructor.

Constructors

TransformJobStepMetadata' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

Instances

Instances details
Eq TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Read TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Show TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Generic TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Associated Types

type Rep TransformJobStepMetadata :: Type -> Type #

NFData TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

Hashable TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

FromJSON TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

type Rep TransformJobStepMetadata Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobStepMetadata

type Rep TransformJobStepMetadata = D1 ('MetaData "TransformJobStepMetadata" "Amazonka.SageMaker.Types.TransformJobStepMetadata" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobStepMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTransformJobStepMetadata :: TransformJobStepMetadata Source #

Create a value of TransformJobStepMetadata 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:arn:TransformJobStepMetadata', transformJobStepMetadata_arn - The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

transformJobStepMetadata_arn :: Lens' TransformJobStepMetadata (Maybe Text) Source #

The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

TransformJobSummary

data TransformJobSummary Source #

Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs call.

See: newTransformJobSummary smart constructor.

Constructors

TransformJobSummary' 

Fields

Instances

Instances details
Eq TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Read TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Show TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Generic TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Associated Types

type Rep TransformJobSummary :: Type -> Type #

NFData TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

Methods

rnf :: TransformJobSummary -> () #

Hashable TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

FromJSON TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

type Rep TransformJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformJobSummary

type Rep TransformJobSummary = D1 ('MetaData "TransformJobSummary" "Amazonka.SageMaker.Types.TransformJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "transformEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "transformJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "transformJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "transformJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformJobStatus)))))

newTransformJobSummary Source #

Create a value of TransformJobSummary 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:failureReason:TransformJobSummary', transformJobSummary_failureReason - If the transform job failed, the reason it failed.

$sel:lastModifiedTime:TransformJobSummary', transformJobSummary_lastModifiedTime - Indicates when the transform job was last modified.

$sel:transformEndTime:TransformJobSummary', transformJobSummary_transformEndTime - Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

$sel:transformJobName:TransformJobSummary', transformJobSummary_transformJobName - The name of the transform job.

$sel:transformJobArn:TransformJobSummary', transformJobSummary_transformJobArn - The Amazon Resource Name (ARN) of the transform job.

$sel:creationTime:TransformJobSummary', transformJobSummary_creationTime - A timestamp that shows when the transform Job was created.

$sel:transformJobStatus:TransformJobSummary', transformJobSummary_transformJobStatus - The status of the transform job.

transformJobSummary_failureReason :: Lens' TransformJobSummary (Maybe Text) Source #

If the transform job failed, the reason it failed.

transformJobSummary_lastModifiedTime :: Lens' TransformJobSummary (Maybe UTCTime) Source #

Indicates when the transform job was last modified.

transformJobSummary_transformEndTime :: Lens' TransformJobSummary (Maybe UTCTime) Source #

Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.

transformJobSummary_transformJobArn :: Lens' TransformJobSummary Text Source #

The Amazon Resource Name (ARN) of the transform job.

transformJobSummary_creationTime :: Lens' TransformJobSummary UTCTime Source #

A timestamp that shows when the transform Job was created.

TransformOutput

data TransformOutput Source #

Describes the results of a transform job.

See: newTransformOutput smart constructor.

Constructors

TransformOutput' 

Fields

  • assembleWith :: Maybe AssemblyType

    Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

  • accept :: Maybe Text

    The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

  • kmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

    • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
    • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
    • Alias name: alias/ExampleAlias
    • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

    If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

    The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

  • s3OutputPath :: Text

    The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

    For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

Instances

Instances details
Eq TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Read TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Show TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Generic TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Associated Types

type Rep TransformOutput :: Type -> Type #

NFData TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

Methods

rnf :: TransformOutput -> () #

Hashable TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

ToJSON TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

FromJSON TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

type Rep TransformOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformOutput

type Rep TransformOutput = D1 ('MetaData "TransformOutput" "Amazonka.SageMaker.Types.TransformOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assembleWith") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssemblyType)) :*: S1 ('MetaSel ('Just "accept") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTransformOutput Source #

Create a value of TransformOutput 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:assembleWith:TransformOutput', transformOutput_assembleWith - Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

$sel:accept:TransformOutput', transformOutput_accept - The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

$sel:kmsKeyId:TransformOutput', transformOutput_kmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

$sel:s3OutputPath:TransformOutput', transformOutput_s3OutputPath - The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

transformOutput_assembleWith :: Lens' TransformOutput (Maybe AssemblyType) Source #

Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.

transformOutput_accept :: Lens' TransformOutput (Maybe Text) Source #

The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.

transformOutput_kmsKeyId :: Lens' TransformOutput (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide.

The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.

transformOutput_s3OutputPath :: Lens' TransformOutput Text Source #

The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix.

For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.

TransformResources

data TransformResources Source #

Describes the resources, including ML instance types and ML instance count, to use for transform job.

See: newTransformResources smart constructor.

Constructors

TransformResources' 

Fields

  • volumeKmsKeyId :: Maybe Text

    The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

    Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

    For a list of instance types that support local instance storage, see Instance Store Volumes.

    For more information about local instance storage encryption, see SSD Instance Store Volumes.

    The VolumeKmsKeyId can be any of the following formats:

    • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
    • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
    • Alias name: alias/ExampleAlias
    • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
  • instanceType :: TransformInstanceType

    The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

  • instanceCount :: Natural

    The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.

Instances

Instances details
Eq TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Read TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Show TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Generic TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Associated Types

type Rep TransformResources :: Type -> Type #

NFData TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

Methods

rnf :: TransformResources -> () #

Hashable TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

ToJSON TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

FromJSON TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

type Rep TransformResources Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformResources

type Rep TransformResources = D1 ('MetaData "TransformResources" "Amazonka.SageMaker.Types.TransformResources" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TransformInstanceType) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newTransformResources Source #

Create a value of TransformResources 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:volumeKmsKeyId:TransformResources', transformResources_volumeKmsKeyId - The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

$sel:instanceType:TransformResources', transformResources_instanceType - The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

$sel:instanceCount:TransformResources', transformResources_instanceCount - The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.

transformResources_volumeKmsKeyId :: Lens' TransformResources (Maybe Text) Source #

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job.

Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage.

For a list of instance types that support local instance storage, see Instance Store Volumes.

For more information about local instance storage encryption, see SSD Instance Store Volumes.

The VolumeKmsKeyId can be any of the following formats:

  • Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
  • Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
  • Alias name: alias/ExampleAlias
  • Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias

transformResources_instanceType :: Lens' TransformResources TransformInstanceType Source #

The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.

transformResources_instanceCount :: Lens' TransformResources Natural Source #

The number of ML compute instances to use in the transform job. For distributed transform jobs, specify a value greater than 1. The default value is 1.

TransformS3DataSource

data TransformS3DataSource Source #

Describes the S3 data source.

See: newTransformS3DataSource smart constructor.

Constructors

TransformS3DataSource' 

Fields

  • s3DataType :: S3DataType

    If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

    If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

    The following values are compatible: ManifestFile, S3Prefix

    The following value is not compatible: AugmentedManifestFile

  • s3Uri :: Text

    Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

    • A key name prefix might look like this: s3://bucketname/exampleprefix.
    • A manifest might look like this: s3://bucketname/example.manifest

      The manifest is an S3 object which is a JSON file with the following format:

      [ {"prefix": "s3://customer_bucket/some/prefix/"},
      "relative/path/to/custdata-1",
      "relative/path/custdata-2",
      ...
      "relative/path/custdata-N"
      ]

      The preceding JSON matches the following S3Uris:

      s3://customer_bucket/some/prefix/relative/path/to/custdata-1
      s3://customer_bucket/some/prefix/relative/path/custdata-2
      ...
      s3://customer_bucket/some/prefix/relative/path/custdata-N

      The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

Instances

Instances details
Eq TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Read TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Show TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Generic TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Associated Types

type Rep TransformS3DataSource :: Type -> Type #

NFData TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

Methods

rnf :: TransformS3DataSource -> () #

Hashable TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

ToJSON TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

FromJSON TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

type Rep TransformS3DataSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TransformS3DataSource

type Rep TransformS3DataSource = D1 ('MetaData "TransformS3DataSource" "Amazonka.SageMaker.Types.TransformS3DataSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TransformS3DataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3DataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3DataType) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTransformS3DataSource Source #

Create a value of TransformS3DataSource 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:s3DataType:TransformS3DataSource', transformS3DataSource_s3DataType - If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

The following values are compatible: ManifestFile, S3Prefix

The following value is not compatible: AugmentedManifestFile

$sel:s3Uri:TransformS3DataSource', transformS3DataSource_s3Uri - Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix.
  • A manifest might look like this: s3://bucketname/example.manifest

    The manifest is an S3 object which is a JSON file with the following format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
    "relative/path/to/custdata-1",
    "relative/path/custdata-2",
    ...
    "relative/path/custdata-N"
    ]

    The preceding JSON matches the following S3Uris:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

transformS3DataSource_s3DataType :: Lens' TransformS3DataSource S3DataType Source #

If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform.

If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform.

The following values are compatible: ManifestFile, S3Prefix

The following value is not compatible: AugmentedManifestFile

transformS3DataSource_s3Uri :: Lens' TransformS3DataSource Text Source #

Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example:

  • A key name prefix might look like this: s3://bucketname/exampleprefix.
  • A manifest might look like this: s3://bucketname/example.manifest

    The manifest is an S3 object which is a JSON file with the following format:

    [ {"prefix": "s3://customer_bucket/some/prefix/"},
    "relative/path/to/custdata-1",
    "relative/path/custdata-2",
    ...
    "relative/path/custdata-N"
    ]

    The preceding JSON matches the following S3Uris:

    s3://customer_bucket/some/prefix/relative/path/to/custdata-1
    s3://customer_bucket/some/prefix/relative/path/custdata-2
    ...
    s3://customer_bucket/some/prefix/relative/path/custdata-N

    The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.

Trial

data Trial Source #

The properties of a trial as returned by the Search API.

See: newTrial smart constructor.

Constructors

Trial' 

Fields

Instances

Instances details
Eq Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

(==) :: Trial -> Trial -> Bool #

(/=) :: Trial -> Trial -> Bool #

Read Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Show Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

showsPrec :: Int -> Trial -> ShowS #

show :: Trial -> String #

showList :: [Trial] -> ShowS #

Generic Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Associated Types

type Rep Trial :: Type -> Type #

Methods

from :: Trial -> Rep Trial x #

to :: Rep Trial x -> Trial #

NFData Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

rnf :: Trial -> () #

Hashable Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

Methods

hashWithSalt :: Int -> Trial -> Int #

hash :: Trial -> Int #

FromJSON Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Trial

type Rep Trial = D1 ('MetaData "Trial" "Amazonka.SageMaker.Types.Trial" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "Trial'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties)) :*: S1 ('MetaSel ('Just "trialComponentSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentSimpleSummary])))) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "experimentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newTrial :: Trial Source #

Create a value of Trial 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:creationTime:Trial', trial_creationTime - When the trial was created.

$sel:metadataProperties:Trial', trial_metadataProperties - Undocumented member.

$sel:trialComponentSummaries:Trial', trial_trialComponentSummaries - A list of the components associated with the trial. For each component, a summary of the component's properties is included.

$sel:trialArn:Trial', trial_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:createdBy:Trial', trial_createdBy - Who created the trial.

$sel:lastModifiedTime:Trial', trial_lastModifiedTime - Who last modified the trial.

$sel:experimentName:Trial', trial_experimentName - The name of the experiment the trial is part of.

$sel:source:Trial', trial_source - Undocumented member.

$sel:displayName:Trial', trial_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:Trial', trial_trialName - The name of the trial.

$sel:lastModifiedBy:Trial', trial_lastModifiedBy - Undocumented member.

$sel:tags:Trial', trial_tags - The list of tags that are associated with the trial. You can use Search API to search on the tags.

trial_creationTime :: Lens' Trial (Maybe UTCTime) Source #

When the trial was created.

trial_trialComponentSummaries :: Lens' Trial (Maybe [TrialComponentSimpleSummary]) Source #

A list of the components associated with the trial. For each component, a summary of the component's properties is included.

trial_trialArn :: Lens' Trial (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.

trial_createdBy :: Lens' Trial (Maybe UserContext) Source #

Who created the trial.

trial_lastModifiedTime :: Lens' Trial (Maybe UTCTime) Source #

Who last modified the trial.

trial_experimentName :: Lens' Trial (Maybe Text) Source #

The name of the experiment the trial is part of.

trial_source :: Lens' Trial (Maybe TrialSource) Source #

Undocumented member.

trial_displayName :: Lens' Trial (Maybe Text) Source #

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

trial_trialName :: Lens' Trial (Maybe Text) Source #

The name of the trial.

trial_tags :: Lens' Trial (Maybe [Tag]) Source #

The list of tags that are associated with the trial. You can use Search API to search on the tags.

TrialComponent

data TrialComponent Source #

The properties of a trial component as returned by the Search API.

See: newTrialComponent smart constructor.

Constructors

TrialComponent' 

Fields

Instances

Instances details
Eq TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Read TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Show TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Generic TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Associated Types

type Rep TrialComponent :: Type -> Type #

NFData TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

Methods

rnf :: TrialComponent -> () #

Hashable TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

FromJSON TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

type Rep TrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponent

type Rep TrialComponent = D1 ('MetaData "TrialComponent" "Amazonka.SageMaker.Types.TrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponent'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "metadataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetadataProperties))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus)) :*: S1 ('MetaSel ('Just "sourceDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSourceDetail)))) :*: ((S1 ('MetaSel ('Just "metrics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TrialComponentMetricSummary])) :*: S1 ('MetaSel ('Just "outputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))) :*: (((S1 ('MetaSel ('Just "parents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Parent])) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentParameterValue))) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource))))) :*: ((S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text TrialComponentArtifact))) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))))

newTrialComponent :: TrialComponent Source #

Create a value of TrialComponent 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:creationTime:TrialComponent', trialComponent_creationTime - When the component was created.

$sel:metadataProperties:TrialComponent', trialComponent_metadataProperties - Undocumented member.

$sel:status:TrialComponent', trialComponent_status - Undocumented member.

$sel:sourceDetail:TrialComponent', trialComponent_sourceDetail - Details of the source of the component.

$sel:metrics:TrialComponent', trialComponent_metrics - The metrics for the component.

$sel:outputArtifacts:TrialComponent', trialComponent_outputArtifacts - The output artifacts of the component.

$sel:startTime:TrialComponent', trialComponent_startTime - When the component started.

$sel:createdBy:TrialComponent', trialComponent_createdBy - Who created the trial component.

$sel:lastModifiedTime:TrialComponent', trialComponent_lastModifiedTime - When the component was last modified.

$sel:parents:TrialComponent', trialComponent_parents - An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

$sel:endTime:TrialComponent', trialComponent_endTime - When the component ended.

$sel:trialComponentName:TrialComponent', trialComponent_trialComponentName - The name of the trial component.

$sel:parameters:TrialComponent', trialComponent_parameters - The hyperparameters of the component.

$sel:source:TrialComponent', trialComponent_source - The Amazon Resource Name (ARN) and job type of the source of the component.

$sel:displayName:TrialComponent', trialComponent_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:TrialComponent', trialComponent_lastModifiedBy - Undocumented member.

$sel:trialComponentArn:TrialComponent', trialComponent_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:inputArtifacts:TrialComponent', trialComponent_inputArtifacts - The input artifacts of the component.

$sel:tags:TrialComponent', trialComponent_tags - The list of tags that are associated with the component. You can use Search API to search on the tags.

trialComponent_lastModifiedTime :: Lens' TrialComponent (Maybe UTCTime) Source #

When the component was last modified.

trialComponent_parents :: Lens' TrialComponent (Maybe [Parent]) Source #

An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.

trialComponent_source :: Lens' TrialComponent (Maybe TrialComponentSource) Source #

The Amazon Resource Name (ARN) and job type of the source of the component.

trialComponent_displayName :: Lens' TrialComponent (Maybe Text) Source #

The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

trialComponent_trialComponentArn :: Lens' TrialComponent (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial component.

trialComponent_tags :: Lens' TrialComponent (Maybe [Tag]) Source #

The list of tags that are associated with the component. You can use Search API to search on the tags.

TrialComponentArtifact

data TrialComponentArtifact Source #

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

See: newTrialComponentArtifact smart constructor.

Constructors

TrialComponentArtifact' 

Fields

  • mediaType :: Maybe Text

    The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

  • value :: Text

    The location of the artifact.

Instances

Instances details
Eq TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Read TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Show TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Generic TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Associated Types

type Rep TrialComponentArtifact :: Type -> Type #

NFData TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

Methods

rnf :: TrialComponentArtifact -> () #

Hashable TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

ToJSON TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

FromJSON TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

type Rep TrialComponentArtifact Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentArtifact

type Rep TrialComponentArtifact = D1 ('MetaData "TrialComponentArtifact" "Amazonka.SageMaker.Types.TrialComponentArtifact" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mediaType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialComponentArtifact Source #

Create a value of TrialComponentArtifact 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:mediaType:TrialComponentArtifact', trialComponentArtifact_mediaType - The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

$sel:value:TrialComponentArtifact', trialComponentArtifact_value - The location of the artifact.

trialComponentArtifact_mediaType :: Lens' TrialComponentArtifact (Maybe Text) Source #

The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

TrialComponentMetricSummary

data TrialComponentMetricSummary Source #

A summary of the metrics of a trial component.

See: newTrialComponentMetricSummary smart constructor.

Constructors

TrialComponentMetricSummary' 

Fields

Instances

Instances details
Eq TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Read TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Show TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Generic TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Associated Types

type Rep TrialComponentMetricSummary :: Type -> Type #

NFData TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

Hashable TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

FromJSON TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

type Rep TrialComponentMetricSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentMetricSummary

newTrialComponentMetricSummary :: TrialComponentMetricSummary Source #

Create a value of TrialComponentMetricSummary 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:max:TrialComponentMetricSummary', trialComponentMetricSummary_max - The maximum value of the metric.

$sel:sourceArn:TrialComponentMetricSummary', trialComponentMetricSummary_sourceArn - The Amazon Resource Name (ARN) of the source.

$sel:avg:TrialComponentMetricSummary', trialComponentMetricSummary_avg - The average value of the metric.

$sel:count:TrialComponentMetricSummary', trialComponentMetricSummary_count - The number of samples used to generate the metric.

$sel:metricName:TrialComponentMetricSummary', trialComponentMetricSummary_metricName - The name of the metric.

$sel:stdDev:TrialComponentMetricSummary', trialComponentMetricSummary_stdDev - The standard deviation of the metric.

$sel:min:TrialComponentMetricSummary', trialComponentMetricSummary_min - The minimum value of the metric.

$sel:last:TrialComponentMetricSummary', trialComponentMetricSummary_last - The most recent value of the metric.

$sel:timeStamp:TrialComponentMetricSummary', trialComponentMetricSummary_timeStamp - When the metric was last updated.

trialComponentMetricSummary_count :: Lens' TrialComponentMetricSummary (Maybe Int) Source #

The number of samples used to generate the metric.

TrialComponentParameterValue

data TrialComponentParameterValue Source #

The value of a hyperparameter. Only one of NumberValue or StringValue can be specified.

This object is specified in the CreateTrialComponent request.

See: newTrialComponentParameterValue smart constructor.

Constructors

TrialComponentParameterValue' 

Fields

  • numberValue :: Maybe Double

    The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.

  • stringValue :: Maybe Text

    The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.

Instances

Instances details
Eq TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Read TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Show TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Generic TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Associated Types

type Rep TrialComponentParameterValue :: Type -> Type #

NFData TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

Hashable TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

ToJSON TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

FromJSON TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

type Rep TrialComponentParameterValue Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentParameterValue

type Rep TrialComponentParameterValue = D1 ('MetaData "TrialComponentParameterValue" "Amazonka.SageMaker.Types.TrialComponentParameterValue" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentParameterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numberValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrialComponentParameterValue :: TrialComponentParameterValue Source #

Create a value of TrialComponentParameterValue 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:numberValue:TrialComponentParameterValue', trialComponentParameterValue_numberValue - The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.

$sel:stringValue:TrialComponentParameterValue', trialComponentParameterValue_stringValue - The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.

trialComponentParameterValue_numberValue :: Lens' TrialComponentParameterValue (Maybe Double) Source #

The numeric value of a numeric hyperparameter. If you specify a value for this parameter, you can't specify the StringValue parameter.

trialComponentParameterValue_stringValue :: Lens' TrialComponentParameterValue (Maybe Text) Source #

The string value of a categorical hyperparameter. If you specify a value for this parameter, you can't specify the NumberValue parameter.

TrialComponentSimpleSummary

data TrialComponentSimpleSummary Source #

A short summary of a trial component.

See: newTrialComponentSimpleSummary smart constructor.

Constructors

TrialComponentSimpleSummary' 

Fields

Instances

Instances details
Eq TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Read TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Show TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Generic TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Associated Types

type Rep TrialComponentSimpleSummary :: Type -> Type #

NFData TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

Hashable TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

FromJSON TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSimpleSummary

type Rep TrialComponentSimpleSummary = D1 ('MetaData "TrialComponentSimpleSummary" "Amazonka.SageMaker.Types.TrialComponentSimpleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSimpleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext))) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialComponentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource))))))

newTrialComponentSimpleSummary :: TrialComponentSimpleSummary Source #

Create a value of TrialComponentSimpleSummary 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:creationTime:TrialComponentSimpleSummary', trialComponentSimpleSummary_creationTime - When the component was created.

$sel:createdBy:TrialComponentSimpleSummary', trialComponentSimpleSummary_createdBy - Undocumented member.

$sel:trialComponentName:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentName - The name of the trial component.

$sel:trialComponentArn:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

$sel:trialComponentSource:TrialComponentSimpleSummary', trialComponentSimpleSummary_trialComponentSource - Undocumented member.

trialComponentSimpleSummary_trialComponentArn :: Lens' TrialComponentSimpleSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial component.

TrialComponentSource

data TrialComponentSource Source #

The Amazon Resource Name (ARN) and job type of the source of a trial component.

See: newTrialComponentSource smart constructor.

Constructors

TrialComponentSource' 

Fields

Instances

Instances details
Eq TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Read TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Show TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Generic TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Associated Types

type Rep TrialComponentSource :: Type -> Type #

NFData TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

Methods

rnf :: TrialComponentSource -> () #

Hashable TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

FromJSON TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

type Rep TrialComponentSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSource

type Rep TrialComponentSource = D1 ('MetaData "TrialComponentSource" "Amazonka.SageMaker.Types.TrialComponentSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialComponentSource Source #

Create a value of TrialComponentSource 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:sourceType:TrialComponentSource', trialComponentSource_sourceType - The source job type.

$sel:sourceArn:TrialComponentSource', trialComponentSource_sourceArn - The source ARN.

TrialComponentSourceDetail

data TrialComponentSourceDetail Source #

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

See: newTrialComponentSourceDetail smart constructor.

Constructors

TrialComponentSourceDetail' 

Fields

Instances

Instances details
Eq TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Read TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Show TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Generic TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Associated Types

type Rep TrialComponentSourceDetail :: Type -> Type #

NFData TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

Hashable TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

FromJSON TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSourceDetail

type Rep TrialComponentSourceDetail = D1 ('MetaData "TrialComponentSourceDetail" "Amazonka.SageMaker.Types.TrialComponentSourceDetail" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSourceDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "trainingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrainingJob)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "processingJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProcessingJob)) :*: S1 ('MetaSel ('Just "transformJob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransformJob)))))

newTrialComponentSourceDetail :: TrialComponentSourceDetail Source #

Create a value of TrialComponentSourceDetail 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:trainingJob:TrialComponentSourceDetail', trialComponentSourceDetail_trainingJob - Information about a training job that's the source of a trial component.

$sel:sourceArn:TrialComponentSourceDetail', trialComponentSourceDetail_sourceArn - The Amazon Resource Name (ARN) of the source.

$sel:processingJob:TrialComponentSourceDetail', trialComponentSourceDetail_processingJob - Information about a processing job that's the source of a trial component.

$sel:transformJob:TrialComponentSourceDetail', trialComponentSourceDetail_transformJob - Information about a transform job that's the source of a trial component.

trialComponentSourceDetail_trainingJob :: Lens' TrialComponentSourceDetail (Maybe TrainingJob) Source #

Information about a training job that's the source of a trial component.

trialComponentSourceDetail_sourceArn :: Lens' TrialComponentSourceDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the source.

trialComponentSourceDetail_processingJob :: Lens' TrialComponentSourceDetail (Maybe ProcessingJob) Source #

Information about a processing job that's the source of a trial component.

trialComponentSourceDetail_transformJob :: Lens' TrialComponentSourceDetail (Maybe TransformJob) Source #

Information about a transform job that's the source of a trial component.

TrialComponentStatus

data TrialComponentStatus Source #

The status of the trial component.

See: newTrialComponentStatus smart constructor.

Constructors

TrialComponentStatus' 

Fields

Instances

Instances details
Eq TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Read TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Show TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Generic TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Associated Types

type Rep TrialComponentStatus :: Type -> Type #

NFData TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

Methods

rnf :: TrialComponentStatus -> () #

Hashable TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

ToJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

FromJSON TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentStatus

type Rep TrialComponentStatus = D1 ('MetaData "TrialComponentStatus" "Amazonka.SageMaker.Types.TrialComponentStatus" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "primaryStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentPrimaryStatus)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTrialComponentStatus :: TrialComponentStatus Source #

Create a value of TrialComponentStatus 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:primaryStatus:TrialComponentStatus', trialComponentStatus_primaryStatus - The status of the trial component.

$sel:message:TrialComponentStatus', trialComponentStatus_message - If the component failed, a message describing why.

trialComponentStatus_message :: Lens' TrialComponentStatus (Maybe Text) Source #

If the component failed, a message describing why.

TrialComponentSummary

data TrialComponentSummary Source #

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent API and provide the TrialComponentName.

See: newTrialComponentSummary smart constructor.

Constructors

TrialComponentSummary' 

Fields

Instances

Instances details
Eq TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Read TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Show TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Generic TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Associated Types

type Rep TrialComponentSummary :: Type -> Type #

NFData TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

Methods

rnf :: TrialComponentSummary -> () #

Hashable TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

FromJSON TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

type Rep TrialComponentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialComponentSummary

type Rep TrialComponentSummary = D1 ('MetaData "TrialComponentSummary" "Amazonka.SageMaker.Types.TrialComponentSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialComponentSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentStatus))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialComponentSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialComponentSource)))))))

newTrialComponentSummary :: TrialComponentSummary Source #

Create a value of TrialComponentSummary 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:creationTime:TrialComponentSummary', trialComponentSummary_creationTime - When the component was created.

$sel:status:TrialComponentSummary', trialComponentSummary_status - The status of the component. States include:

  • InProgress
  • Completed
  • Failed

$sel:startTime:TrialComponentSummary', trialComponentSummary_startTime - When the component started.

$sel:createdBy:TrialComponentSummary', trialComponentSummary_createdBy - Who created the trial component.

$sel:lastModifiedTime:TrialComponentSummary', trialComponentSummary_lastModifiedTime - When the component was last modified.

$sel:endTime:TrialComponentSummary', trialComponentSummary_endTime - When the component ended.

$sel:trialComponentName:TrialComponentSummary', trialComponentSummary_trialComponentName - The name of the trial component.

$sel:displayName:TrialComponentSummary', trialComponentSummary_displayName - The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

$sel:lastModifiedBy:TrialComponentSummary', trialComponentSummary_lastModifiedBy - Who last modified the component.

$sel:trialComponentArn:TrialComponentSummary', trialComponentSummary_trialComponentArn - The ARN of the trial component.

$sel:trialComponentSource:TrialComponentSummary', trialComponentSummary_trialComponentSource - Undocumented member.

trialComponentSummary_status :: Lens' TrialComponentSummary (Maybe TrialComponentStatus) Source #

The status of the component. States include:

  • InProgress
  • Completed
  • Failed

trialComponentSummary_displayName :: Lens' TrialComponentSummary (Maybe Text) Source #

The name of the component as displayed. If DisplayName isn't specified, TrialComponentName is displayed.

TrialSource

data TrialSource Source #

The source of the trial.

See: newTrialSource smart constructor.

Constructors

TrialSource' 

Fields

Instances

Instances details
Eq TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Read TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Show TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Generic TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Associated Types

type Rep TrialSource :: Type -> Type #

NFData TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

Methods

rnf :: TrialSource -> () #

Hashable TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

FromJSON TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

type Rep TrialSource Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSource

type Rep TrialSource = D1 ('MetaData "TrialSource" "Amazonka.SageMaker.Types.TrialSource" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newTrialSource Source #

Create a value of TrialSource 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:sourceType:TrialSource', trialSource_sourceType - The source job type.

$sel:sourceArn:TrialSource', trialSource_sourceArn - The Amazon Resource Name (ARN) of the source.

trialSource_sourceArn :: Lens' TrialSource Text Source #

The Amazon Resource Name (ARN) of the source.

TrialSummary

data TrialSummary Source #

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

See: newTrialSummary smart constructor.

Constructors

TrialSummary' 

Fields

Instances

Instances details
Eq TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Read TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Show TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Generic TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Associated Types

type Rep TrialSummary :: Type -> Type #

NFData TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

Methods

rnf :: TrialSummary -> () #

Hashable TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

FromJSON TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TrialSummary

type Rep TrialSummary = D1 ('MetaData "TrialSummary" "Amazonka.SageMaker.Types.TrialSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TrialSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "trialSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TrialSource)) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newTrialSummary :: TrialSummary Source #

Create a value of TrialSummary 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:creationTime:TrialSummary', trialSummary_creationTime - When the trial was created.

$sel:trialArn:TrialSummary', trialSummary_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:lastModifiedTime:TrialSummary', trialSummary_lastModifiedTime - When the trial was last modified.

$sel:trialSource:TrialSummary', trialSummary_trialSource - Undocumented member.

$sel:displayName:TrialSummary', trialSummary_displayName - The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:TrialSummary', trialSummary_trialName - The name of the trial.

trialSummary_trialArn :: Lens' TrialSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.

trialSummary_lastModifiedTime :: Lens' TrialSummary (Maybe UTCTime) Source #

When the trial was last modified.

trialSummary_displayName :: Lens' TrialSummary (Maybe Text) Source #

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

TuningJobCompletionCriteria

data TuningJobCompletionCriteria Source #

The job completion criteria.

See: newTuningJobCompletionCriteria smart constructor.

Constructors

TuningJobCompletionCriteria' 

Fields

Instances

Instances details
Eq TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Read TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Show TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Generic TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Associated Types

type Rep TuningJobCompletionCriteria :: Type -> Type #

NFData TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

Hashable TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

ToJSON TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

FromJSON TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

type Rep TuningJobCompletionCriteria Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobCompletionCriteria

type Rep TuningJobCompletionCriteria = D1 ('MetaData "TuningJobCompletionCriteria" "Amazonka.SageMaker.Types.TuningJobCompletionCriteria" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TuningJobCompletionCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetObjectiveMetricValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))

newTuningJobCompletionCriteria Source #

Create a value of TuningJobCompletionCriteria 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:targetObjectiveMetricValue:TuningJobCompletionCriteria', tuningJobCompletionCriteria_targetObjectiveMetricValue - The value of the objective metric.

TuningJobStepMetaData

data TuningJobStepMetaData Source #

Metadata for a tuning step.

See: newTuningJobStepMetaData smart constructor.

Constructors

TuningJobStepMetaData' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

Instances

Instances details
Eq TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Read TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Show TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Generic TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Associated Types

type Rep TuningJobStepMetaData :: Type -> Type #

NFData TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

Methods

rnf :: TuningJobStepMetaData -> () #

Hashable TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

FromJSON TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

type Rep TuningJobStepMetaData Source # 
Instance details

Defined in Amazonka.SageMaker.Types.TuningJobStepMetaData

type Rep TuningJobStepMetaData = D1 ('MetaData "TuningJobStepMetaData" "Amazonka.SageMaker.Types.TuningJobStepMetaData" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "TuningJobStepMetaData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTuningJobStepMetaData :: TuningJobStepMetaData Source #

Create a value of TuningJobStepMetaData 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:arn:TuningJobStepMetaData', tuningJobStepMetaData_arn - The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

tuningJobStepMetaData_arn :: Lens' TuningJobStepMetaData (Maybe Text) Source #

The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

USD

data USD Source #

Represents an amount of money in United States dollars.

See: newUSD smart constructor.

Constructors

USD' 

Fields

Instances

Instances details
Eq USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

(==) :: USD -> USD -> Bool #

(/=) :: USD -> USD -> Bool #

Read USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Show USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

showsPrec :: Int -> USD -> ShowS #

show :: USD -> String #

showList :: [USD] -> ShowS #

Generic USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Associated Types

type Rep USD :: Type -> Type #

Methods

from :: USD -> Rep USD x #

to :: Rep USD x -> USD #

NFData USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

rnf :: USD -> () #

Hashable USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

Methods

hashWithSalt :: Int -> USD -> Int #

hash :: USD -> Int #

ToJSON USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

FromJSON USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

type Rep USD Source # 
Instance details

Defined in Amazonka.SageMaker.Types.USD

type Rep USD = D1 ('MetaData "USD" "Amazonka.SageMaker.Types.USD" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "USD'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "dollars") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "tenthFractionsOfACent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newUSD :: USD Source #

Create a value of USD 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:cents:USD', usd_cents - The fractional portion, in cents, of the amount.

$sel:dollars:USD', usd_dollars - The whole number of dollars in the amount.

$sel:tenthFractionsOfACent:USD', usd_tenthFractionsOfACent - Fractions of a cent, in tenths.

usd_cents :: Lens' USD (Maybe Natural) Source #

The fractional portion, in cents, of the amount.

usd_dollars :: Lens' USD (Maybe Natural) Source #

The whole number of dollars in the amount.

usd_tenthFractionsOfACent :: Lens' USD (Maybe Natural) Source #

Fractions of a cent, in tenths.

UiConfig

data UiConfig Source #

Provided configuration information for the worker UI for a labeling job. Provide either HumanTaskUiArn or UiTemplateS3Uri.

For named entity recognition, 3D point cloud and video frame labeling jobs, use HumanTaskUiArn.

For all other Ground Truth built-in task types and custom task types, use UiTemplateS3Uri to specify the location of a worker task template in Amazon S3.

See: newUiConfig smart constructor.

Constructors

UiConfig' 

Fields

  • uiTemplateS3Uri :: Maybe Text

    The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

  • humanTaskUiArn :: Maybe Text

    The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

    Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

    Named Entity Recognition

    Use the following HumanTaskUiArn for named entity recognition labeling jobs:

    arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

    3D Point Cloud HumanTaskUiArns

    Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

    • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

    Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

    • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

    Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

    • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

    Video Frame HumanTaskUiArns

    Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

    • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

    Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

    • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

Instances

Instances details
Eq UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Read UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Show UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Generic UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Associated Types

type Rep UiConfig :: Type -> Type #

Methods

from :: UiConfig -> Rep UiConfig x #

to :: Rep UiConfig x -> UiConfig #

NFData UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Methods

rnf :: UiConfig -> () #

Hashable UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

Methods

hashWithSalt :: Int -> UiConfig -> Int #

hash :: UiConfig -> Int #

ToJSON UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

FromJSON UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

type Rep UiConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiConfig

type Rep UiConfig = D1 ('MetaData "UiConfig" "Amazonka.SageMaker.Types.UiConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uiTemplateS3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "humanTaskUiArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUiConfig :: UiConfig Source #

Create a value of UiConfig 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:uiTemplateS3Uri:UiConfig', uiConfig_uiTemplateS3Uri - The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

$sel:humanTaskUiArn:UiConfig', uiConfig_humanTaskUiArn - The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

Named Entity Recognition

Use the following HumanTaskUiArn for named entity recognition labeling jobs:

arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

3D Point Cloud HumanTaskUiArns

Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

Video Frame HumanTaskUiArns

Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

  • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

uiConfig_uiTemplateS3Uri :: Lens' UiConfig (Maybe Text) Source #

The Amazon S3 bucket location of the UI template, or worker task template. This is the template used to render the worker UI and tools for labeling job tasks. For more information about the contents of a UI template, see Creating Your Custom Labeling Task Template.

uiConfig_humanTaskUiArn :: Lens' UiConfig (Maybe Text) Source #

The ARN of the worker task template used to render the worker UI and tools for labeling job tasks.

Use this parameter when you are creating a labeling job for named entity recognition, 3D point cloud and video frame labeling jobs. Use your labeling job task type to select one of the following ARNs and use it with this parameter when you create a labeling job. Replace aws-region with the Amazon Web Services Region you are creating your labeling job in. For example, replace aws-region with us-west-1 if you create a labeling job in US West (N. California).

Named Entity Recognition

Use the following HumanTaskUiArn for named entity recognition labeling jobs:

arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition

3D Point Cloud HumanTaskUiArns

Use this HumanTaskUiArn for 3D point cloud object detection and 3D point cloud object detection adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection

Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking

Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point cloud semantic segmentation adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation

Video Frame HumanTaskUiArns

Use this HumanTaskUiArn for video frame object detection and video frame object detection adjustment labeling jobs.

  • arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection

Use this HumanTaskUiArn for video frame object tracking and video frame object tracking adjustment labeling jobs.

  • arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking

UiTemplate

data UiTemplate Source #

The Liquid template for the worker user interface.

See: newUiTemplate smart constructor.

Constructors

UiTemplate' 

Fields

  • content :: Text

    The content of the Liquid template for the worker user interface.

Instances

Instances details
Eq UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Read UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Show UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Generic UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Associated Types

type Rep UiTemplate :: Type -> Type #

NFData UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

Methods

rnf :: UiTemplate -> () #

Hashable UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

ToJSON UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplate

type Rep UiTemplate = D1 ('MetaData "UiTemplate" "Amazonka.SageMaker.Types.UiTemplate" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newUiTemplate Source #

Create a value of UiTemplate 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:content:UiTemplate', uiTemplate_content - The content of the Liquid template for the worker user interface.

uiTemplate_content :: Lens' UiTemplate Text Source #

The content of the Liquid template for the worker user interface.

UiTemplateInfo

data UiTemplateInfo Source #

Container for user interface template information.

See: newUiTemplateInfo smart constructor.

Constructors

UiTemplateInfo' 

Fields

Instances

Instances details
Eq UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Read UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Show UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Generic UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Associated Types

type Rep UiTemplateInfo :: Type -> Type #

NFData UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

Methods

rnf :: UiTemplateInfo -> () #

Hashable UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

FromJSON UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UiTemplateInfo

type Rep UiTemplateInfo = D1 ('MetaData "UiTemplateInfo" "Amazonka.SageMaker.Types.UiTemplateInfo" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UiTemplateInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentSha256") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newUiTemplateInfo :: UiTemplateInfo Source #

Create a value of UiTemplateInfo 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:url:UiTemplateInfo', uiTemplateInfo_url - The URL for the user interface template.

$sel:contentSha256:UiTemplateInfo', uiTemplateInfo_contentSha256 - The SHA-256 digest of the contents of the template.

uiTemplateInfo_url :: Lens' UiTemplateInfo (Maybe Text) Source #

The URL for the user interface template.

uiTemplateInfo_contentSha256 :: Lens' UiTemplateInfo (Maybe Text) Source #

The SHA-256 digest of the contents of the template.

UserContext

data UserContext Source #

Information about the user who created or modified an experiment, trial, trial component, or project.

See: newUserContext smart constructor.

Constructors

UserContext' 

Fields

Instances

Instances details
Eq UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Read UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Show UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Generic UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Associated Types

type Rep UserContext :: Type -> Type #

NFData UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

Methods

rnf :: UserContext -> () #

Hashable UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

FromJSON UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

type Rep UserContext Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserContext

type Rep UserContext = D1 ('MetaData "UserContext" "Amazonka.SageMaker.Types.UserContext" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "userProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newUserContext :: UserContext Source #

Create a value of UserContext 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:userProfileName:UserContext', userContext_userProfileName - The name of the user's profile.

$sel:userProfileArn:UserContext', userContext_userProfileArn - The Amazon Resource Name (ARN) of the user's profile.

$sel:domainId:UserContext', userContext_domainId - The domain associated with the user.

userContext_userProfileName :: Lens' UserContext (Maybe Text) Source #

The name of the user's profile.

userContext_userProfileArn :: Lens' UserContext (Maybe Text) Source #

The Amazon Resource Name (ARN) of the user's profile.

userContext_domainId :: Lens' UserContext (Maybe Text) Source #

The domain associated with the user.

UserProfileDetails

data UserProfileDetails Source #

The user profile details.

See: newUserProfileDetails smart constructor.

Constructors

UserProfileDetails' 

Fields

Instances

Instances details
Eq UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Read UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Show UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Generic UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Associated Types

type Rep UserProfileDetails :: Type -> Type #

NFData UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

Methods

rnf :: UserProfileDetails -> () #

Hashable UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

FromJSON UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

type Rep UserProfileDetails Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserProfileDetails

type Rep UserProfileDetails = D1 ('MetaData "UserProfileDetails" "Amazonka.SageMaker.Types.UserProfileDetails" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserProfileDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserProfileStatus))) :*: (S1 ('MetaSel ('Just "userProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "domainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserProfileDetails :: UserProfileDetails Source #

Create a value of UserProfileDetails 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:creationTime:UserProfileDetails', userProfileDetails_creationTime - The creation time.

$sel:status:UserProfileDetails', userProfileDetails_status - The status.

$sel:userProfileName:UserProfileDetails', userProfileDetails_userProfileName - The user profile name.

$sel:lastModifiedTime:UserProfileDetails', userProfileDetails_lastModifiedTime - The last modified time.

$sel:domainId:UserProfileDetails', userProfileDetails_domainId - The domain ID.

UserSettings

data UserSettings Source #

A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

See: newUserSettings smart constructor.

Constructors

UserSettings' 

Fields

Instances

Instances details
Eq UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Read UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

NFData UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.SageMaker.Types.UserSettings

type Rep UserSettings = D1 ('MetaData "UserSettings" "Amazonka.SageMaker.Types.UserSettings" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UserSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tensorBoardAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TensorBoardAppSettings)) :*: (S1 ('MetaSel ('Just "kernelGatewayAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KernelGatewayAppSettings)) :*: S1 ('MetaSel ('Just "securityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "jupyterServerAppSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JupyterServerAppSettings)) :*: (S1 ('MetaSel ('Just "sharingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharingSettings)) :*: S1 ('MetaSel ('Just "executionRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUserSettings :: UserSettings Source #

Create a value of UserSettings 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:tensorBoardAppSettings:UserSettings', userSettings_tensorBoardAppSettings - The TensorBoard app settings.

$sel:kernelGatewayAppSettings:UserSettings', userSettings_kernelGatewayAppSettings - The kernel gateway app settings.

$sel:securityGroups:UserSettings', userSettings_securityGroups - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

$sel:jupyterServerAppSettings:UserSettings', userSettings_jupyterServerAppSettings - The Jupyter server's app settings.

$sel:sharingSettings:UserSettings', userSettings_sharingSettings - Specifies options for sharing SageMaker Studio notebooks.

$sel:executionRole:UserSettings', userSettings_executionRole - The execution role for the user.

userSettings_securityGroups :: Lens' UserSettings (Maybe [Text]) Source #

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.

Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly.

Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

userSettings_sharingSettings :: Lens' UserSettings (Maybe SharingSettings) Source #

Specifies options for sharing SageMaker Studio notebooks.

userSettings_executionRole :: Lens' UserSettings (Maybe Text) Source #

The execution role for the user.

VariantProperty

data VariantProperty Source #

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the UpdateEndpointInput$RetainAllVariantProperties option set to true, the VariantProperty objects listed in UpdateEndpointInput$ExcludeRetainedVariantProperties override the existing variant properties of the endpoint.

See: newVariantProperty smart constructor.

Constructors

VariantProperty' 

Fields

  • variantPropertyType :: VariantPropertyType

    The type of variant property. The supported values are:

    • DesiredInstanceCount: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants.
    • DesiredWeight: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants.
    • DataCaptureConfig: (Not currently supported.)

Instances

Instances details
Eq VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Read VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Show VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Generic VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Associated Types

type Rep VariantProperty :: Type -> Type #

NFData VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

Methods

rnf :: VariantProperty -> () #

Hashable VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

ToJSON VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

type Rep VariantProperty Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VariantProperty

type Rep VariantProperty = D1 ('MetaData "VariantProperty" "Amazonka.SageMaker.Types.VariantProperty" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "VariantProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "variantPropertyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VariantPropertyType)))

newVariantProperty Source #

Create a value of VariantProperty 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:variantPropertyType:VariantProperty', variantProperty_variantPropertyType - The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants.
  • DesiredWeight: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants.
  • DataCaptureConfig: (Not currently supported.)

variantProperty_variantPropertyType :: Lens' VariantProperty VariantPropertyType Source #

The type of variant property. The supported values are:

  • DesiredInstanceCount: Overrides the existing variant instance counts using the ProductionVariant$InitialInstanceCount values in the CreateEndpointConfigInput$ProductionVariants.
  • DesiredWeight: Overrides the existing variant weights using the ProductionVariant$InitialVariantWeight values in the CreateEndpointConfigInput$ProductionVariants.
  • DataCaptureConfig: (Not currently supported.)

VpcConfig

data VpcConfig Source #

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' 

Fields

Instances

Instances details
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.SageMaker.Types.VpcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newVpcConfig Source #

Create a value of VpcConfig 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:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

$sel:subnets:VpcConfig', vpcConfig_subnets - The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

vpcConfig_securityGroupIds :: Lens' VpcConfig (NonEmpty Text) Source #

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

vpcConfig_subnets :: Lens' VpcConfig (NonEmpty Text) Source #

The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

Workforce

data Workforce Source #

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

See: newWorkforce smart constructor.

Constructors

Workforce' 

Fields

Instances

Instances details
Eq Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Read Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Show Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Generic Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Associated Types

type Rep Workforce :: Type -> Type #

NFData Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

Methods

rnf :: Workforce -> () #

Hashable Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

FromJSON Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

type Rep Workforce Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workforce

newWorkforce Source #

Create a value of Workforce 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:subDomain:Workforce', workforce_subDomain - The subdomain for your OIDC Identity Provider.

$sel:createDate:Workforce', workforce_createDate - The date that the workforce is created.

$sel:sourceIpConfig:Workforce', workforce_sourceIpConfig - A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.

$sel:cognitoConfig:Workforce', workforce_cognitoConfig - The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

$sel:lastUpdatedDate:Workforce', workforce_lastUpdatedDate - The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

$sel:oidcConfig:Workforce', workforce_oidcConfig - The configuration of an OIDC Identity Provider (IdP) private workforce.

$sel:workforceName:Workforce', workforce_workforceName - The name of the private workforce.

$sel:workforceArn:Workforce', workforce_workforceArn - The Amazon Resource Name (ARN) of the private workforce.

workforce_subDomain :: Lens' Workforce (Maybe Text) Source #

The subdomain for your OIDC Identity Provider.

workforce_createDate :: Lens' Workforce (Maybe UTCTime) Source #

The date that the workforce is created.

workforce_sourceIpConfig :: Lens' Workforce (Maybe SourceIpConfig) Source #

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.

workforce_cognitoConfig :: Lens' Workforce (Maybe CognitoConfig) Source #

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

workforce_lastUpdatedDate :: Lens' Workforce (Maybe UTCTime) Source #

The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

workforce_oidcConfig :: Lens' Workforce (Maybe OidcConfigForResponse) Source #

The configuration of an OIDC Identity Provider (IdP) private workforce.

workforce_workforceName :: Lens' Workforce Text Source #

The name of the private workforce.

workforce_workforceArn :: Lens' Workforce Text Source #

The Amazon Resource Name (ARN) of the private workforce.

Workteam

data Workteam Source #

Provides details about a labeling work team.

See: newWorkteam smart constructor.

Constructors

Workteam' 

Fields

Instances

Instances details
Eq Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Read Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Show Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Generic Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Associated Types

type Rep Workteam :: Type -> Type #

Methods

from :: Workteam -> Rep Workteam x #

to :: Rep Workteam x -> Workteam #

NFData Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Methods

rnf :: Workteam -> () #

Hashable Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

Methods

hashWithSalt :: Int -> Workteam -> Int #

hash :: Workteam -> Int #

FromJSON Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

type Rep Workteam Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Workteam

newWorkteam Source #

Create a value of Workteam 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:subDomain:Workteam', workteam_subDomain - The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.

$sel:productListingIds:Workteam', workteam_productListingIds - The Amazon Marketplace identifier for a vendor's work team.

$sel:notificationConfiguration:Workteam', workteam_notificationConfiguration - Configures SNS notifications of available or expiring work items for work teams.

$sel:createDate:Workteam', workteam_createDate - The date and time that the work team was created (timestamp).

$sel:workforceArn:Workteam', workteam_workforceArn - The Amazon Resource Name (ARN) of the workforce.

$sel:lastUpdatedDate:Workteam', workteam_lastUpdatedDate - The date and time that the work team was last updated (timestamp).

$sel:workteamName:Workteam', workteam_workteamName - The name of the work team.

$sel:memberDefinitions:Workteam', workteam_memberDefinitions - A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

$sel:workteamArn:Workteam', workteam_workteamArn - The Amazon Resource Name (ARN) that identifies the work team.

$sel:description:Workteam', workteam_description - A description of the work team.

workteam_subDomain :: Lens' Workteam (Maybe Text) Source #

The URI of the labeling job's user interface. Workers open this URI to start labeling your data objects.

workteam_productListingIds :: Lens' Workteam (Maybe [Text]) Source #

The Amazon Marketplace identifier for a vendor's work team.

workteam_notificationConfiguration :: Lens' Workteam (Maybe NotificationConfiguration) Source #

Configures SNS notifications of available or expiring work items for work teams.

workteam_createDate :: Lens' Workteam (Maybe UTCTime) Source #

The date and time that the work team was created (timestamp).

workteam_workforceArn :: Lens' Workteam (Maybe Text) Source #

The Amazon Resource Name (ARN) of the workforce.

workteam_lastUpdatedDate :: Lens' Workteam (Maybe UTCTime) Source #

The date and time that the work team was last updated (timestamp).

workteam_workteamName :: Lens' Workteam Text Source #

The name of the work team.

workteam_memberDefinitions :: Lens' Workteam (NonEmpty MemberDefinition) Source #

A list of MemberDefinition objects that contains objects that identify the workers that make up the work team.

Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.

workteam_workteamArn :: Lens' Workteam Text Source #

The Amazon Resource Name (ARN) that identifies the work team.

workteam_description :: Lens' Workteam Text Source #

A description of the work team.