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

Description

 
Synopsis

Documentation

data InferenceExperimentSchedule Source #

The start and end times of an inference experiment.

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

See: newInferenceExperimentSchedule smart constructor.

Constructors

InferenceExperimentSchedule' 

Fields

  • endTime :: Maybe POSIX

    The timestamp at which the inference experiment ended or will end.

  • startTime :: Maybe POSIX

    The timestamp at which the inference experiment started or will start.

Instances

Instances details
FromJSON InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

ToJSON InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

Generic InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

Associated Types

type Rep InferenceExperimentSchedule :: Type -> Type #

Read InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

Show InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

NFData InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

Eq InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

Hashable InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

type Rep InferenceExperimentSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.InferenceExperimentSchedule

type Rep InferenceExperimentSchedule = D1 ('MetaData "InferenceExperimentSchedule" "Amazonka.SageMaker.Types.InferenceExperimentSchedule" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "InferenceExperimentSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newInferenceExperimentSchedule :: InferenceExperimentSchedule Source #

Create a value of InferenceExperimentSchedule with all optional fields omitted.

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

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

$sel:endTime:InferenceExperimentSchedule', inferenceExperimentSchedule_endTime - The timestamp at which the inference experiment ended or will end.

$sel:startTime:InferenceExperimentSchedule', inferenceExperimentSchedule_startTime - The timestamp at which the inference experiment started or will start.

inferenceExperimentSchedule_endTime :: Lens' InferenceExperimentSchedule (Maybe UTCTime) Source #

The timestamp at which the inference experiment ended or will end.

inferenceExperimentSchedule_startTime :: Lens' InferenceExperimentSchedule (Maybe UTCTime) Source #

The timestamp at which the inference experiment started or will start.