UpdateInferenceExperimentRequest

Types

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

Properties

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

An array of ModelVariantConfig objects. There is one for each variant, whose infrastructure configuration you want to update.

Link copied to clipboard
val name: String?

The name of the inference experiment to be updated.

Link copied to clipboard

The duration for which the inference experiment will run. If the status of the inference experiment is Created, then you can update both the start and end dates. If the status of the inference experiment is Running, then you can update only the end date.

Link copied to clipboard

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

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