GetInferenceExperimentResult

data class GetInferenceExperimentResult(val arn: String? = null, val creationTime: String? = null, val dataStorageConfig: InferenceExperimentDataStorageConfig? = null, val description: String? = null, val desiredState: InferenceExperimentDesiredState? = null, val endpointMetadata: InferenceExperimentEndpointMetadata? = null, val lastModifiedTime: String? = null, val modelVariants: List<InferenceExperimentModelVariantConfig>? = null, val schedule: InferenceExperimentSchedule? = null, val shadowModeConfig: InferenceExperimentShadowModeConfig? = null, val status: InferenceExperimentStatus? = null, val statusReason: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationTime: String? = null, dataStorageConfig: InferenceExperimentDataStorageConfig? = null, description: String? = null, desiredState: InferenceExperimentDesiredState? = null, endpointMetadata: InferenceExperimentEndpointMetadata? = null, lastModifiedTime: String? = null, modelVariants: List<InferenceExperimentModelVariantConfig>? = null, schedule: InferenceExperimentSchedule? = null, shadowModeConfig: InferenceExperimentShadowModeConfig? = null, status: InferenceExperimentStatus? = null, statusReason: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the inference experiment.

Link copied to clipboard
val creationTime: String? = null

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
val description: String? = null

The description of the inference experiment.

Link copied to clipboard

The desired state of the experiment after starting or stopping operation.

Link copied to clipboard

The timestamp at which you last modified the inference experiment.

Link copied to clipboard

An array of ModelVariantConfig objects. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.

Link copied to clipboard

The duration for which the inference experiment ran or will run. The maximum duration that you can set for an inference experiment is 30 days.

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.

Link copied to clipboard
val statusReason: String? = null

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

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.