Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-sagemaker

Package Overview
Dependencies
Maintainers
5
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-sagemaker - npm Package Compare versions

Comparing version 0.26.0 to 0.27.0

80

lib/sagemaker.generated.d.ts

@@ -11,3 +11,3 @@ import cdk = require('@aws-cdk/cdk');

*/
endpointConfigName: string;
readonly endpointConfigName: string;
/**

@@ -17,3 +17,3 @@ * `AWS::SageMaker::Endpoint.EndpointName`

*/
endpointName?: string;
readonly endpointName?: string;
/**

@@ -23,3 +23,3 @@ * `AWS::SageMaker::Endpoint.Tags`

*/
tags?: cdk.CfnTag[];
readonly tags?: cdk.CfnTag[];
}

@@ -73,3 +73,3 @@ /**

*/
productionVariants: Array<CfnEndpointConfig.ProductionVariantProperty | cdk.Token> | cdk.Token;
readonly productionVariants: Array<CfnEndpointConfig.ProductionVariantProperty | cdk.Token> | cdk.Token;
/**

@@ -79,3 +79,3 @@ * `AWS::SageMaker::EndpointConfig.EndpointConfigName`

*/
endpointConfigName?: string;
readonly endpointConfigName?: string;
/**

@@ -85,3 +85,3 @@ * `AWS::SageMaker::EndpointConfig.KmsKeyId`

*/
kmsKeyId?: string;
readonly kmsKeyId?: string;
/**

@@ -91,3 +91,3 @@ * `AWS::SageMaker::EndpointConfig.Tags`

*/
tags?: cdk.CfnTag[];
readonly tags?: cdk.CfnTag[];
}

@@ -141,3 +141,3 @@ /**

*/
acceleratorType?: string;
readonly acceleratorType?: string;
/**

@@ -147,3 +147,3 @@ * `CfnEndpointConfig.ProductionVariantProperty.InitialInstanceCount`

*/
initialInstanceCount: number | cdk.Token;
readonly initialInstanceCount: number | cdk.Token;
/**

@@ -153,3 +153,3 @@ * `CfnEndpointConfig.ProductionVariantProperty.InitialVariantWeight`

*/
initialVariantWeight: number | cdk.Token;
readonly initialVariantWeight: number | cdk.Token;
/**

@@ -159,3 +159,3 @@ * `CfnEndpointConfig.ProductionVariantProperty.InstanceType`

*/
instanceType: string;
readonly instanceType: string;
/**

@@ -165,3 +165,3 @@ * `CfnEndpointConfig.ProductionVariantProperty.ModelName`

*/
modelName: string;
readonly modelName: string;
/**

@@ -171,3 +171,3 @@ * `CfnEndpointConfig.ProductionVariantProperty.VariantName`

*/
variantName: string;
readonly variantName: string;
}

@@ -184,3 +184,3 @@ }

*/
executionRoleArn: string;
readonly executionRoleArn: string;
/**

@@ -190,3 +190,3 @@ * `AWS::SageMaker::Model.Containers`

*/
containers?: Array<CfnModel.ContainerDefinitionProperty | cdk.Token> | cdk.Token;
readonly containers?: Array<CfnModel.ContainerDefinitionProperty | cdk.Token> | cdk.Token;
/**

@@ -196,3 +196,3 @@ * `AWS::SageMaker::Model.ModelName`

*/
modelName?: string;
readonly modelName?: string;
/**

@@ -202,3 +202,3 @@ * `AWS::SageMaker::Model.PrimaryContainer`

*/
primaryContainer?: CfnModel.ContainerDefinitionProperty | cdk.Token;
readonly primaryContainer?: CfnModel.ContainerDefinitionProperty | cdk.Token;
/**

@@ -208,3 +208,3 @@ * `AWS::SageMaker::Model.Tags`

*/
tags?: cdk.CfnTag[];
readonly tags?: cdk.CfnTag[];
/**

@@ -214,3 +214,3 @@ * `AWS::SageMaker::Model.VpcConfig`

*/
vpcConfig?: CfnModel.VpcConfigProperty | cdk.Token;
readonly vpcConfig?: CfnModel.VpcConfigProperty | cdk.Token;
}

@@ -264,3 +264,3 @@ /**

*/
containerHostname?: string;
readonly containerHostname?: string;
/**

@@ -270,3 +270,3 @@ * `CfnModel.ContainerDefinitionProperty.Environment`

*/
environment?: object | cdk.Token;
readonly environment?: object | cdk.Token;
/**

@@ -276,3 +276,3 @@ * `CfnModel.ContainerDefinitionProperty.Image`

*/
image: string;
readonly image: string;
/**

@@ -282,3 +282,3 @@ * `CfnModel.ContainerDefinitionProperty.ModelDataUrl`

*/
modelDataUrl?: string;
readonly modelDataUrl?: string;
}

@@ -295,3 +295,3 @@ }

*/
securityGroupIds: string[];
readonly securityGroupIds: string[];
/**

@@ -301,3 +301,3 @@ * `CfnModel.VpcConfigProperty.Subnets`

*/
subnets: string[];
readonly subnets: string[];
}

@@ -314,3 +314,3 @@ }

*/
instanceType: string;
readonly instanceType: string;
/**

@@ -320,3 +320,3 @@ * `AWS::SageMaker::NotebookInstance.RoleArn`

*/
roleArn: string;
readonly roleArn: string;
/**

@@ -326,3 +326,3 @@ * `AWS::SageMaker::NotebookInstance.DirectInternetAccess`

*/
directInternetAccess?: string;
readonly directInternetAccess?: string;
/**

@@ -332,3 +332,3 @@ * `AWS::SageMaker::NotebookInstance.KmsKeyId`

*/
kmsKeyId?: string;
readonly kmsKeyId?: string;
/**

@@ -338,3 +338,3 @@ * `AWS::SageMaker::NotebookInstance.LifecycleConfigName`

*/
lifecycleConfigName?: string;
readonly lifecycleConfigName?: string;
/**

@@ -344,3 +344,3 @@ * `AWS::SageMaker::NotebookInstance.NotebookInstanceName`

*/
notebookInstanceName?: string;
readonly notebookInstanceName?: string;
/**

@@ -350,3 +350,3 @@ * `AWS::SageMaker::NotebookInstance.RootAccess`

*/
rootAccess?: string;
readonly rootAccess?: string;
/**

@@ -356,3 +356,3 @@ * `AWS::SageMaker::NotebookInstance.SecurityGroupIds`

*/
securityGroupIds?: string[];
readonly securityGroupIds?: string[];
/**

@@ -362,3 +362,3 @@ * `AWS::SageMaker::NotebookInstance.SubnetId`

*/
subnetId?: string;
readonly subnetId?: string;
/**

@@ -368,3 +368,3 @@ * `AWS::SageMaker::NotebookInstance.Tags`

*/
tags?: cdk.CfnTag[];
readonly tags?: cdk.CfnTag[];
/**

@@ -374,3 +374,3 @@ * `AWS::SageMaker::NotebookInstance.VolumeSizeInGB`

*/
volumeSizeInGb?: number | cdk.Token;
readonly volumeSizeInGb?: number | cdk.Token;
}

@@ -424,3 +424,3 @@ /**

*/
notebookInstanceLifecycleConfigName?: string;
readonly notebookInstanceLifecycleConfigName?: string;
/**

@@ -430,3 +430,3 @@ * `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnCreate`

*/
onCreate?: Array<CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
readonly onCreate?: Array<CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
/**

@@ -436,3 +436,3 @@ * `AWS::SageMaker::NotebookInstanceLifecycleConfig.OnStart`

*/
onStart?: Array<CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
readonly onStart?: Array<CfnNotebookInstanceLifecycleConfig.NotebookInstanceLifecycleHookProperty | cdk.Token> | cdk.Token;
}

@@ -477,4 +477,4 @@ /**

*/
content?: string;
readonly content?: string;
}
}
{
"name": "@aws-cdk/aws-sagemaker",
"version": "0.26.0",
"version": "0.27.0",
"description": "The CDK Construct Library for AWS::SageMaker",

@@ -23,3 +23,7 @@ "main": "lib/index.js",

},
"sphinx": {}
"sphinx": {},
"python": {
"distName": "aws-cdk.aws-sagemaker",
"module": "aws_cdk.aws_sagemaker"
}
}

@@ -59,12 +63,12 @@ },

"devDependencies": {
"@aws-cdk/assert": "^0.26.0",
"cdk-build-tools": "^0.26.0",
"cfn2ts": "^0.26.0",
"pkglint": "^0.26.0"
"@aws-cdk/assert": "^0.27.0",
"cdk-build-tools": "^0.27.0",
"cfn2ts": "^0.27.0",
"pkglint": "^0.27.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.26.0"
"@aws-cdk/cdk": "^0.27.0"
},

@@ -71,0 +75,0 @@ "engines": {

@@ -25,2 +25,3 @@ {

"strictNullChecks": true,
"stripInternal": true,
"target": "ES2018",

@@ -27,0 +28,0 @@ "composite": true

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc