interface InferenceEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnModelCardPropsMixin_InferenceEnvironmentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnModelCardPropsMixin.InferenceEnvironmentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » 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 { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const inferenceEnvironmentProperty: sagemaker.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