aws-cdk-lib.aws_sagemaker.CfnModelCard.InferenceSpecificationProperty
interface InferenceSpecificationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelCard.InferenceSpecificationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_InferenceSpecificationProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelCard.InferenceSpecificationProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelCard.InferenceSpecificationProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnModelCard » InferenceSpecificationProperty |
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-lib';
const inferenceSpecificationProperty: sagemaker.CfnModelCard.InferenceSpecificationProperty = {
containers: [{
image: 'image',
// the properties below are optional
modelDataUrl: 'modelDataUrl',
nearestModelName: 'nearestModelName',
}],
};
Properties
Name | Type | Description |
---|---|---|
containers | IResolvable | IResolvable | Container [] | CfnModelCard.InferenceSpecificationProperty.Containers . |
containers
Type:
IResolvable
|
IResolvable
|
Container
[]
CfnModelCard.InferenceSpecificationProperty.Containers
.