@aws-cdk_aws-sagemaker-alpha.ModelDataConfig

interface ModelDataConfig 🔹

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.Alpha.ModelDataConfig
Gogithub.com/aws/aws-cdk-go/awscdksagemakeralpha/v2#ModelDataConfig
Javasoftware.amazon.awscdk.services.sagemaker.alpha.ModelDataConfig
Pythonaws_cdk.aws_sagemaker_alpha.ModelDataConfig
TypeScript (source)@aws-cdk/aws-sagemaker-alpha » ModelDataConfig

Obtainable from ModelData.bind()

The configuration needed to reference model artifacts.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker_alpha from '@aws-cdk/aws-sagemaker-alpha';
const modelDataConfig: sagemaker_alpha.ModelDataConfig = {
  uri: 'uri',
};

Properties

NameTypeDescription
uri🔹stringThe S3 path where the model artifacts, which result from model training, are stored.

uri🔹

Type: string

The S3 path where the model artifacts, which result from model training, are stored.

This path must point to a single gzip compressed tar archive (.tar.gz suffix).