AWS::SageMaker::InferenceExperiment InferenceExperimentSchedule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::InferenceExperiment InferenceExperimentSchedule

The start and end times of an inference experiment.

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EndTime" : String, "StartTime" : String }

YAML

EndTime: String StartTime: String

Properties

EndTime

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

Required: No

Type: String

Update requires: No interruption

StartTime

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

Required: No

Type: String

Update requires: No interruption