DescribeInferenceExperimentResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the inference experiment being described.

Link copied to clipboard

The timestamp at which the inference experiment was completed.

Link copied to clipboard

The timestamp at which you created the inference experiment.

Link copied to clipboard

The Amazon S3 location and configuration for storing inference request and response data.

Link copied to clipboard

The description of the inference experiment.

Link copied to clipboard

The metadata of the endpoint on which the inference experiment ran.

Link copied to clipboard

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint. For more information, see CreateInferenceExperiment.

Link copied to clipboard

The timestamp at which you last modified the inference experiment.

Link copied to clipboard

An array of ModelVariantConfigSummary objects. There is one for each variant in the inference experiment. Each ModelVariantConfigSummary object in the array describes the infrastructure configuration for deploying the corresponding variant.

Link copied to clipboard
val name: String?

The name of the inference experiment.

Link copied to clipboard

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

Link copied to clipboard

The duration for which the inference experiment ran or will run.

Link copied to clipboard

The configuration of ShadowMode inference experiment type, which shows the production variant that takes all the inference requests, and the shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also shows the percentage of requests that Amazon SageMaker replicates.

Link copied to clipboard

The status of the inference experiment. The following are the possible statuses for an inference experiment:

Link copied to clipboard

The error message or client-specified Reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

Link copied to clipboard

The type of the inference experiment.

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