amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.CompilationJobSummary

Description

 
Synopsis

Documentation

data CompilationJobSummary Source #

A summary of a model compilation job.

See: newCompilationJobSummary smart constructor.

Constructors

CompilationJobSummary' 

Fields

Instances

Instances details
FromJSON 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 #

Read CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Show CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

NFData CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Methods

rnf :: CompilationJobSummary -> () #

Eq CompilationJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.CompilationJobSummary

Hashable 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "CompilationJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "compilationEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "compilationStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "compilationTargetDevice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetDevice)) :*: (S1 ('MetaSel ('Just "compilationTargetPlatformAccelerator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformAccelerator)) :*: S1 ('MetaSel ('Just "compilationTargetPlatformArch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformArch))))) :*: ((S1 ('MetaSel ('Just "compilationTargetPlatformOs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetPlatformOs)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: 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:compilationEndTime:CompilationJobSummary', compilationJobSummary_compilationEndTime - The time when the model compilation job completed.

$sel:compilationStartTime:CompilationJobSummary', compilationJobSummary_compilationStartTime - The time when the model compilation job started.

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

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

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

$sel:compilationTargetPlatformOs:CompilationJobSummary', compilationJobSummary_compilationTargetPlatformOs - The type of OS 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: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_compilationEndTime :: Lens' CompilationJobSummary (Maybe UTCTime) Source #

The time when the model compilation job completed.

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

The time when the model compilation job started.

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

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

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

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

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

The type of architecture that the model will run on after the compilation job has 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_lastModifiedTime :: Lens' CompilationJobSummary (Maybe UTCTime) Source #

The time when the model compilation job was last modified.

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.