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.InferenceRecommendationsJob

Description

 
Synopsis

Documentation

data InferenceRecommendationsJob Source #

A structure that contains a list of recommendation jobs.

See: newInferenceRecommendationsJob smart constructor.

Constructors

InferenceRecommendationsJob' 

Fields

Instances

Instances details
FromJSON InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

Generic InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

Associated Types

type Rep InferenceRecommendationsJob :: Type -> Type #

Read InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

Show InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

NFData InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

Eq InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

Hashable InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

type Rep InferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceRecommendationsJob

newInferenceRecommendationsJob Source #

Create a value of InferenceRecommendationsJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:completionTime:InferenceRecommendationsJob', inferenceRecommendationsJob_completionTime - A timestamp that shows when the job completed.

$sel:failureReason:InferenceRecommendationsJob', inferenceRecommendationsJob_failureReason - If the job fails, provides information why the job failed.

$sel:jobName:InferenceRecommendationsJob', inferenceRecommendationsJob_jobName - The name of the job.

$sel:jobDescription:InferenceRecommendationsJob', inferenceRecommendationsJob_jobDescription - The job description.

$sel:jobType:InferenceRecommendationsJob', inferenceRecommendationsJob_jobType - The recommendation job type.

$sel:jobArn:InferenceRecommendationsJob', inferenceRecommendationsJob_jobArn - The Amazon Resource Name (ARN) of the recommendation job.

$sel:status:InferenceRecommendationsJob', inferenceRecommendationsJob_status - The status of the job.

$sel:creationTime:InferenceRecommendationsJob', inferenceRecommendationsJob_creationTime - A timestamp that shows when the job was created.

$sel:roleArn:InferenceRecommendationsJob', inferenceRecommendationsJob_roleArn - The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

$sel:lastModifiedTime:InferenceRecommendationsJob', inferenceRecommendationsJob_lastModifiedTime - A timestamp that shows when the job was last modified.

inferenceRecommendationsJob_failureReason :: Lens' InferenceRecommendationsJob (Maybe Text) Source #

If the job fails, provides information why the job failed.

inferenceRecommendationsJob_jobArn :: Lens' InferenceRecommendationsJob Text Source #

The Amazon Resource Name (ARN) of the recommendation job.

inferenceRecommendationsJob_roleArn :: Lens' InferenceRecommendationsJob Text Source #

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf.

inferenceRecommendationsJob_lastModifiedTime :: Lens' InferenceRecommendationsJob UTCTime Source #

A timestamp that shows when the job was last modified.