interface ModelDataConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.Alpha.ModelDataConfig |
Go | github.com/aws/aws-cdk-go/awscdksagemakeralpha/v2#ModelDataConfig |
Java | software.amazon.awscdk.services.sagemaker.alpha.ModelDataConfig |
Python | aws_cdk.aws_sagemaker_alpha.ModelDataConfig |
TypeScript (source) | @aws-cdk/aws-sagemaker-alpha » ModelDataConfig |
Obtainable from
Model
.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
Name | Type | Description |
---|---|---|
uri | string | The 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).