aws-cdk-lib.aws_sagemaker.CfnInferenceExperiment.InferenceExperimentScheduleProperty

interface InferenceExperimentScheduleProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnInferenceExperiment.InferenceExperimentScheduleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnInferenceExperiment_InferenceExperimentScheduleProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnInferenceExperiment.InferenceExperimentScheduleProperty
Pythonaws_cdk.aws_sagemaker.CfnInferenceExperiment.InferenceExperimentScheduleProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnInferenceExperiment » InferenceExperimentScheduleProperty

The start and end times of an inference experiment.

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const inferenceExperimentScheduleProperty: sagemaker.CfnInferenceExperiment.InferenceExperimentScheduleProperty = {
  endTime: 'endTime',
  startTime: 'startTime',
};

Properties

NameTypeDescription
endTime?stringThe timestamp at which the inference experiment ended or will end.
startTime?stringThe timestamp at which the inference experiment started or will start.

endTime?

Type: string (optional)

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


startTime?

Type: string (optional)

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