AWS::SageMaker::InferenceExperimentResource Type definition for AWS::SageMaker::InferenceExperiment
13 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndpointName | string | RequiredCreate-only |
ModelVariants | Array<ModelVariantConfig> | Required |
Name | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
DataStorageConfig | DataStorageConfig | |
Description | string | |
DesiredState | string | Write-only |
KmsKey | string | Create-only |
Schedule | InferenceExperimentSchedule | Write-only |
ShadowModeConfig | ShadowModeConfig | |
StatusReason | string | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the inference experiment. |
CreationTime | string | The timestamp at which you created the inference experiment. |
EndpointMetadata | EndpointMetadata | - |
LastModifiedTime | string | The timestamp at which you last modified the inference experiment. |
Status | string | The status of the inference experiment. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::InferenceExperiment
Resources:
MyResource:
Type: AWS::SageMaker::InferenceExperiment
Properties:
Name: "my-name"
Type: "ShadowMode"
RoleArn: "arn:aws:service:region:account:resource"
EndpointName: "my-endpointname"
ModelVariants: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateInferenceExperimentsagemaker:DescribeInferenceExperimentsagemaker:AddTagssagemaker:ListTagsiam:PassRolesagemaker:DeleteInferenceExperimentsagemaker:DescribeInferenceExperimentsagemaker:StopInferenceExperimentsagemaker:ListTagssagemaker:ListInferenceExperimentssagemaker:DescribeInferenceExperimentsagemaker:ListTagssagemaker:UpdateInferenceExperimentsagemaker:StartInferenceExperimentsagemaker:StopInferenceExperimentsagemaker:DescribeInferenceExperimentsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTypeRoleArnEndpointNameKmsKey