interface InferenceEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awssagemaker/mixins#CfnModelCardPropsMixin_InferenceEnvironmentProperty |
Java | software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
Python | aws_cdk.mixins_preview.aws_sagemaker.mixins.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
TypeScript | @aws-cdk/mixins-preview » aws_sagemaker » mixins » CfnModelCardPropsMixin » InferenceEnvironmentProperty |
An overview of a model's inference environment.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as sagemaker_mixins } from '@aws-cdk/mixins-preview/aws-sagemaker';
const inferenceEnvironmentProperty: sagemaker_mixins.CfnModelCardPropsMixin.InferenceEnvironmentProperty = {
containerImage: ['containerImage'],
};
Properties
| Name | Type | Description |
|---|---|---|
| container | string[] | The container used to run the inference environment. |
containerImage?
Type:
string[]
(optional)
The container used to run the inference environment.

.NET
Go
Java
Python
TypeScript