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
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>
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
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

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>