InferenceExecutionSummary

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 object that the inference execution results were uploaded to.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the machine learning model being used for the inference execution.

Link copied to clipboard

The model version used for the inference execution.

Link copied to clipboard

The Amazon Resource Number (ARN) of the model version used for the inference execution.

Link copied to clipboard

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

Link copied to clipboard

Indicates the status of the inference execution.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String