aws-cdk-lib.aws_sagemaker.CfnModelPackage.SourceAlgorithmSpecificationProperty

interface SourceAlgorithmSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelPackage.SourceAlgorithmSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_SourceAlgorithmSpecificationProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelPackage.SourceAlgorithmSpecificationProperty
Pythonaws_cdk.aws_sagemaker.CfnModelPackage.SourceAlgorithmSpecificationProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelPackage » SourceAlgorithmSpecificationProperty

A list of algorithms that were used to create a model package.

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 sourceAlgorithmSpecificationProperty: sagemaker.CfnModelPackage.SourceAlgorithmSpecificationProperty = {
  sourceAlgorithms: [{
    algorithmName: 'algorithmName',

    // the properties below are optional
    modelDataUrl: 'modelDataUrl',
  }],
};

Properties

NameTypeDescription
sourceAlgorithmsIResolvable | IResolvable | SourceAlgorithmProperty[]A list of the algorithms that were used to create a model package.

sourceAlgorithms

Type: IResolvable | IResolvable | SourceAlgorithmProperty[]

A list of the algorithms that were used to create a model package.