Jump to Content

Interface InferenceExecutionSummary

Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.

Hierarchy

  • InferenceExecutionSummary

Properties

CustomerResultObject?: S3Object

DataEndTime?: Date

Indicates the time reference in the dataset at which the inference execution stopped.

DataInputConfiguration?: InferenceInputConfiguration

Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.

DataOutputConfiguration?: InferenceOutputConfiguration

Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.

DataStartTime?: Date

Indicates the time reference in the dataset at which the inference execution began.

FailedReason?: string

Specifies the reason for failure when an inference execution has failed.

InferenceSchedulerArn?: string

The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.

InferenceSchedulerName?: string

The name of the inference scheduler being used for the inference execution.

ModelArn?: string

The Amazon Resource Name (ARN) of the ML model used for the inference execution.

ModelName?: string

The name of the ML model being used for the inference execution.

ScheduledStartTime?: Date

Indicates the start time at which the inference scheduler began the specific inference execution.

Status?: string

Indicates the status of the inference execution.