interface ModelPackageContainerDefinitionProperty
Language Type name
.NETAmazon.CDK.AWS.Sagemaker.CfnAlgorithm.ModelPackageContainerDefinitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnAlgorithm_ModelPackageContainerDefinitionProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnAlgorithm.ModelPackageContainerDefinitionProperty
Pythonaws_cdk.aws_sagemaker.CfnAlgorithm.ModelPackageContainerDefinitionProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnAlgorithm » ModelPackageContainerDefinitionProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html
Example
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib' ;
const modelPackageContainerDefinitionProperty: sagemaker.CfnAlgorithm.ModelPackageContainerDefinitionProperty = {
image: 'image' ,
containerHostname: 'containerHostname' ,
environment: {
environmentKey: 'environment' ,
},
framework: 'framework' ,
frameworkVersion: 'frameworkVersion' ,
imageDigest: 'imageDigest' ,
isCheckpoint: false ,
modelInput: {
dataInputConfig: 'dataInputConfig' ,
},
nearestModelName: 'nearestModelName' ,
};
Properties
Name Type Description
image string
containerHostname? string
environment? IResolvable | { [string]: string }
framework? string
frameworkVersion? string
imageDigest? string
isCheckpoint? boolean | IResolvable
modelInput? IResolvable | ModelInputProperty
nearestModelName? string
image
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-image
containerHostname?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-containerhostname
environment?
Type:
IResolvable | { [string]: string }
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-environment
framework?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-framework
frameworkVersion?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-frameworkversion
imageDigest?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-imagedigest
isCheckpoint?
Type:
boolean | IResolvable
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-ischeckpoint
modelInput?
Type:
IResolvable | ModelInputProperty
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-modelinput
nearestModelName?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-modelpackagecontainerdefinition.html#cfn-sagemaker-algorithm-modelpackagecontainerdefinition-nearestmodelname