InferenceExperiment

class InferenceExperiment : KotlinCustomResource

Resource Type definition for AWS::SageMaker::InferenceExperiment

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val creationTime: Output<String>

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: Output<String>?

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
val endpointName: Output<String>

The name of the endpoint.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKey: Output<String>?

The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.

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
val name: Output<String>

The name for the inference experiment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The Amazon Resource Name (ARN) of an 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. 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: Output<String>?

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: Output<List<Tag>>?

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

Link copied to clipboard

The type of the inference experiment that you want to run.

Link copied to clipboard
val urn: Output<String>