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

Description

 
Synopsis

Documentation

data InferenceExperimentSummary Source #

Lists a summary of properties of an inference experiment.

See: newInferenceExperimentSummary smart constructor.

Constructors

InferenceExperimentSummary' 

Fields

Instances

Instances details
FromJSON InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

Generic InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

Associated Types

type Rep InferenceExperimentSummary :: Type -> Type #

Read InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

Show InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

NFData InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

Eq InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

Hashable InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

type Rep InferenceExperimentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSummary

newInferenceExperimentSummary Source #

Create a value of InferenceExperimentSummary with all optional fields omitted.

Use 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:InferenceExperimentSummary', inferenceExperimentSummary_completionTime - The timestamp at which the inference experiment was completed.

$sel:description:InferenceExperimentSummary', inferenceExperimentSummary_description - The description of the inference experiment.

$sel:roleArn:InferenceExperimentSummary', inferenceExperimentSummary_roleArn - The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

$sel:schedule:InferenceExperimentSummary', inferenceExperimentSummary_schedule - The duration for which the inference experiment ran or will run.

The maximum duration that you can set for an inference experiment is 30 days.

$sel:statusReason:InferenceExperimentSummary', inferenceExperimentSummary_statusReason - The error message for the inference experiment status result.

$sel:name:InferenceExperimentSummary', inferenceExperimentSummary_name - The name of the inference experiment.

$sel:type':InferenceExperimentSummary', inferenceExperimentSummary_type - The type of the inference experiment.

$sel:status:InferenceExperimentSummary', inferenceExperimentSummary_status - The status of the inference experiment.

$sel:creationTime:InferenceExperimentSummary', inferenceExperimentSummary_creationTime - The timestamp at which the inference experiment was created.

$sel:lastModifiedTime:InferenceExperimentSummary', inferenceExperimentSummary_lastModifiedTime - The timestamp when you last modified the inference experiment.

inferenceExperimentSummary_completionTime :: Lens' InferenceExperimentSummary (Maybe UTCTime) Source #

The timestamp at which the inference experiment was completed.

inferenceExperimentSummary_roleArn :: Lens' InferenceExperimentSummary (Maybe Text) Source #

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

inferenceExperimentSummary_schedule :: Lens' InferenceExperimentSummary (Maybe InferenceExperimentSchedule) Source #

The duration for which the inference experiment ran or will run.

The maximum duration that you can set for an inference experiment is 30 days.

inferenceExperimentSummary_statusReason :: Lens' InferenceExperimentSummary (Maybe Text) Source #

The error message for the inference experiment status result.

inferenceExperimentSummary_creationTime :: Lens' InferenceExperimentSummary UTCTime Source #

The timestamp at which the inference experiment was created.

inferenceExperimentSummary_lastModifiedTime :: Lens' InferenceExperimentSummary UTCTime Source #

The timestamp when you last modified the inference experiment.