@aws-sdk/client-sagemaker 3.462.0 → 3.464.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +15 -13
- package/dist-cjs/models/models_1.js +23 -22
- package/dist-cjs/models/models_2.js +22 -45
- package/dist-cjs/models/models_3.js +46 -22
- package/dist-cjs/models/models_4.js +21 -1
- package/dist-cjs/protocols/Aws_json1_1.js +180 -2
- package/dist-es/models/models_0.js +14 -12
- package/dist-es/models/models_1.js +22 -21
- package/dist-es/models/models_2.js +21 -44
- package/dist-es/models/models_3.js +44 -20
- package/dist-es/models/models_4.js +20 -0
- package/dist-es/protocols/Aws_json1_1.js +179 -1
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
- package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
- package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
- package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
- package/dist-types/commands/ListAppsCommand.d.ts +8 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
- package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
- package/dist-types/models/models_0.d.ts +184 -176
- package/dist-types/models/models_1.d.ts +383 -796
- package/dist-types/models/models_2.d.ts +4794 -5178
- package/dist-types/models/models_3.d.ts +5376 -4691
- package/dist-types/models/models_4.d.ts +598 -13
- package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +68 -65
- package/dist-types/ts3.4/models/models_1.d.ts +116 -160
- package/dist-types/ts3.4/models/models_2.d.ts +162 -203
- package/dist-types/ts3.4/models/models_3.d.ts +227 -130
- package/dist-types/ts3.4/models/models_4.d.ts +165 -17
- package/package.json +1 -1
|
@@ -3609,6 +3609,8 @@ export interface AnnotationConsolidationConfig {
|
|
|
3609
3609
|
* @enum
|
|
3610
3610
|
*/
|
|
3611
3611
|
export declare const AppType: {
|
|
3612
|
+
readonly CodeEditor: "CodeEditor";
|
|
3613
|
+
readonly JupyterLab: "JupyterLab";
|
|
3612
3614
|
readonly JupyterServer: "JupyterServer";
|
|
3613
3615
|
readonly KernelGateway: "KernelGateway";
|
|
3614
3616
|
readonly RSessionGateway: "RSessionGateway";
|
|
@@ -3619,6 +3621,118 @@ export declare const AppType: {
|
|
|
3619
3621
|
* @public
|
|
3620
3622
|
*/
|
|
3621
3623
|
export type AppType = (typeof AppType)[keyof typeof AppType];
|
|
3624
|
+
/**
|
|
3625
|
+
* @public
|
|
3626
|
+
* @enum
|
|
3627
|
+
*/
|
|
3628
|
+
export declare const AppInstanceType: {
|
|
3629
|
+
readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
|
|
3630
|
+
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
3631
|
+
readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
|
|
3632
|
+
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
3633
|
+
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
3634
|
+
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
3635
|
+
readonly ML_C5_LARGE: "ml.c5.large";
|
|
3636
|
+
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
3637
|
+
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
3638
|
+
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
3639
|
+
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
3640
|
+
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
3641
|
+
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
3642
|
+
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
3643
|
+
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
3644
|
+
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
3645
|
+
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
3646
|
+
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
3647
|
+
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
3648
|
+
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
3649
|
+
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
3650
|
+
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
3651
|
+
readonly ML_GEOSPATIAL_INTERACTIVE: "ml.geospatial.interactive";
|
|
3652
|
+
readonly ML_M5D_12XLARGE: "ml.m5d.12xlarge";
|
|
3653
|
+
readonly ML_M5D_16XLARGE: "ml.m5d.16xlarge";
|
|
3654
|
+
readonly ML_M5D_24XLARGE: "ml.m5d.24xlarge";
|
|
3655
|
+
readonly ML_M5D_2XLARGE: "ml.m5d.2xlarge";
|
|
3656
|
+
readonly ML_M5D_4XLARGE: "ml.m5d.4xlarge";
|
|
3657
|
+
readonly ML_M5D_8XLARGE: "ml.m5d.8xlarge";
|
|
3658
|
+
readonly ML_M5D_LARGE: "ml.m5d.large";
|
|
3659
|
+
readonly ML_M5D_XLARGE: "ml.m5d.xlarge";
|
|
3660
|
+
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
3661
|
+
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
3662
|
+
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
3663
|
+
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
3664
|
+
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
3665
|
+
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
3666
|
+
readonly ML_M5_LARGE: "ml.m5.large";
|
|
3667
|
+
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
3668
|
+
readonly ML_P3DN_24XLARGE: "ml.p3dn.24xlarge";
|
|
3669
|
+
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
3670
|
+
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
3671
|
+
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
3672
|
+
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
3673
|
+
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
3674
|
+
readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
|
|
3675
|
+
readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
|
|
3676
|
+
readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
|
|
3677
|
+
readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
|
|
3678
|
+
readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
|
|
3679
|
+
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
3680
|
+
readonly ML_R5_LARGE: "ml.r5.large";
|
|
3681
|
+
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
3682
|
+
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
3683
|
+
readonly ML_T3_LARGE: "ml.t3.large";
|
|
3684
|
+
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
3685
|
+
readonly ML_T3_MICRO: "ml.t3.micro";
|
|
3686
|
+
readonly ML_T3_SMALL: "ml.t3.small";
|
|
3687
|
+
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
3688
|
+
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
3689
|
+
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
3690
|
+
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
3691
|
+
readonly SYSTEM: "system";
|
|
3692
|
+
};
|
|
3693
|
+
/**
|
|
3694
|
+
* @public
|
|
3695
|
+
*/
|
|
3696
|
+
export type AppInstanceType = (typeof AppInstanceType)[keyof typeof AppInstanceType];
|
|
3697
|
+
/**
|
|
3698
|
+
* @public
|
|
3699
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
3700
|
+
* the version runs on.</p>
|
|
3701
|
+
*/
|
|
3702
|
+
export interface ResourceSpec {
|
|
3703
|
+
/**
|
|
3704
|
+
* @public
|
|
3705
|
+
* <p>The ARN of the SageMaker image that the image version belongs to.</p>
|
|
3706
|
+
*/
|
|
3707
|
+
SageMakerImageArn?: string;
|
|
3708
|
+
/**
|
|
3709
|
+
* @public
|
|
3710
|
+
* <p>The ARN of the image version created on the instance.</p>
|
|
3711
|
+
*/
|
|
3712
|
+
SageMakerImageVersionArn?: string;
|
|
3713
|
+
/**
|
|
3714
|
+
* @public
|
|
3715
|
+
* <p>The SageMakerImageVersionAlias.</p>
|
|
3716
|
+
*/
|
|
3717
|
+
SageMakerImageVersionAlias?: string;
|
|
3718
|
+
/**
|
|
3719
|
+
* @public
|
|
3720
|
+
* <p>The instance type that the image version runs on.</p>
|
|
3721
|
+
* <note>
|
|
3722
|
+
* <p>
|
|
3723
|
+
* <b>JupyterServer apps</b> only support the <code>system</code> value.</p>
|
|
3724
|
+
* <p>For <b>KernelGateway apps</b>, the <code>system</code>
|
|
3725
|
+
* value is translated to <code>ml.t3.medium</code>. KernelGateway apps also support all other values for available
|
|
3726
|
+
* instance types.</p>
|
|
3727
|
+
* </note>
|
|
3728
|
+
*/
|
|
3729
|
+
InstanceType?: AppInstanceType;
|
|
3730
|
+
/**
|
|
3731
|
+
* @public
|
|
3732
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</p>
|
|
3733
|
+
*/
|
|
3734
|
+
LifecycleConfigArn?: string;
|
|
3735
|
+
}
|
|
3622
3736
|
/**
|
|
3623
3737
|
* @public
|
|
3624
3738
|
* @enum
|
|
@@ -3674,6 +3788,44 @@ export interface AppDetails {
|
|
|
3674
3788
|
* <p>The name of the space.</p>
|
|
3675
3789
|
*/
|
|
3676
3790
|
SpaceName?: string;
|
|
3791
|
+
/**
|
|
3792
|
+
* @public
|
|
3793
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
3794
|
+
* the version runs on.</p>
|
|
3795
|
+
*/
|
|
3796
|
+
ResourceSpec?: ResourceSpec;
|
|
3797
|
+
}
|
|
3798
|
+
/**
|
|
3799
|
+
* @public
|
|
3800
|
+
* <p>The configuration used to run the application image container.</p>
|
|
3801
|
+
*/
|
|
3802
|
+
export interface ContainerConfig {
|
|
3803
|
+
/**
|
|
3804
|
+
* @public
|
|
3805
|
+
* <p>The arguments for the container when you're running the application.</p>
|
|
3806
|
+
*/
|
|
3807
|
+
ContainerArguments?: string[];
|
|
3808
|
+
/**
|
|
3809
|
+
* @public
|
|
3810
|
+
* <p>The entrypoint used to run the application in the container.</p>
|
|
3811
|
+
*/
|
|
3812
|
+
ContainerEntrypoint?: string[];
|
|
3813
|
+
/**
|
|
3814
|
+
* @public
|
|
3815
|
+
* <p>The environment variables to set in the container</p>
|
|
3816
|
+
*/
|
|
3817
|
+
ContainerEnvironmentVariables?: Record<string, string>;
|
|
3818
|
+
}
|
|
3819
|
+
/**
|
|
3820
|
+
* @public
|
|
3821
|
+
* <p>The configuration for the file system and kernels in a SageMaker image running as a JupyterLab app.</p>
|
|
3822
|
+
*/
|
|
3823
|
+
export interface JupyterLabAppImageConfig {
|
|
3824
|
+
/**
|
|
3825
|
+
* @public
|
|
3826
|
+
* <p>The configuration used to run the application image container.</p>
|
|
3827
|
+
*/
|
|
3828
|
+
ContainerConfig?: ContainerConfig;
|
|
3677
3829
|
}
|
|
3678
3830
|
/**
|
|
3679
3831
|
* @public
|
|
@@ -3760,6 +3912,11 @@ export interface AppImageConfigDetails {
|
|
|
3760
3912
|
* <p>The configuration for the file system and kernels in the SageMaker image.</p>
|
|
3761
3913
|
*/
|
|
3762
3914
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
3915
|
+
/**
|
|
3916
|
+
* @public
|
|
3917
|
+
* <p>The configuration for the file system and the runtime, such as the environment variables and entry point.</p>
|
|
3918
|
+
*/
|
|
3919
|
+
JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
|
|
3763
3920
|
}
|
|
3764
3921
|
/**
|
|
3765
3922
|
* @public
|
|
@@ -3774,79 +3931,6 @@ export declare const AppImageConfigSortKey: {
|
|
|
3774
3931
|
* @public
|
|
3775
3932
|
*/
|
|
3776
3933
|
export type AppImageConfigSortKey = (typeof AppImageConfigSortKey)[keyof typeof AppImageConfigSortKey];
|
|
3777
|
-
/**
|
|
3778
|
-
* @public
|
|
3779
|
-
* @enum
|
|
3780
|
-
*/
|
|
3781
|
-
export declare const AppInstanceType: {
|
|
3782
|
-
readonly ML_C5_12XLARGE: "ml.c5.12xlarge";
|
|
3783
|
-
readonly ML_C5_18XLARGE: "ml.c5.18xlarge";
|
|
3784
|
-
readonly ML_C5_24XLARGE: "ml.c5.24xlarge";
|
|
3785
|
-
readonly ML_C5_2XLARGE: "ml.c5.2xlarge";
|
|
3786
|
-
readonly ML_C5_4XLARGE: "ml.c5.4xlarge";
|
|
3787
|
-
readonly ML_C5_9XLARGE: "ml.c5.9xlarge";
|
|
3788
|
-
readonly ML_C5_LARGE: "ml.c5.large";
|
|
3789
|
-
readonly ML_C5_XLARGE: "ml.c5.xlarge";
|
|
3790
|
-
readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
|
|
3791
|
-
readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
|
|
3792
|
-
readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
|
|
3793
|
-
readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
|
|
3794
|
-
readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
|
|
3795
|
-
readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
|
|
3796
|
-
readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
|
|
3797
|
-
readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
|
|
3798
|
-
readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
|
|
3799
|
-
readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
|
|
3800
|
-
readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
|
|
3801
|
-
readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
|
|
3802
|
-
readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
|
|
3803
|
-
readonly ML_G5_XLARGE: "ml.g5.xlarge";
|
|
3804
|
-
readonly ML_GEOSPATIAL_INTERACTIVE: "ml.geospatial.interactive";
|
|
3805
|
-
readonly ML_M5D_12XLARGE: "ml.m5d.12xlarge";
|
|
3806
|
-
readonly ML_M5D_16XLARGE: "ml.m5d.16xlarge";
|
|
3807
|
-
readonly ML_M5D_24XLARGE: "ml.m5d.24xlarge";
|
|
3808
|
-
readonly ML_M5D_2XLARGE: "ml.m5d.2xlarge";
|
|
3809
|
-
readonly ML_M5D_4XLARGE: "ml.m5d.4xlarge";
|
|
3810
|
-
readonly ML_M5D_8XLARGE: "ml.m5d.8xlarge";
|
|
3811
|
-
readonly ML_M5D_LARGE: "ml.m5d.large";
|
|
3812
|
-
readonly ML_M5D_XLARGE: "ml.m5d.xlarge";
|
|
3813
|
-
readonly ML_M5_12XLARGE: "ml.m5.12xlarge";
|
|
3814
|
-
readonly ML_M5_16XLARGE: "ml.m5.16xlarge";
|
|
3815
|
-
readonly ML_M5_24XLARGE: "ml.m5.24xlarge";
|
|
3816
|
-
readonly ML_M5_2XLARGE: "ml.m5.2xlarge";
|
|
3817
|
-
readonly ML_M5_4XLARGE: "ml.m5.4xlarge";
|
|
3818
|
-
readonly ML_M5_8XLARGE: "ml.m5.8xlarge";
|
|
3819
|
-
readonly ML_M5_LARGE: "ml.m5.large";
|
|
3820
|
-
readonly ML_M5_XLARGE: "ml.m5.xlarge";
|
|
3821
|
-
readonly ML_P3DN_24XLARGE: "ml.p3dn.24xlarge";
|
|
3822
|
-
readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
|
|
3823
|
-
readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
|
|
3824
|
-
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
3825
|
-
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
3826
|
-
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
3827
|
-
readonly ML_R5_12XLARGE: "ml.r5.12xlarge";
|
|
3828
|
-
readonly ML_R5_16XLARGE: "ml.r5.16xlarge";
|
|
3829
|
-
readonly ML_R5_24XLARGE: "ml.r5.24xlarge";
|
|
3830
|
-
readonly ML_R5_2XLARGE: "ml.r5.2xlarge";
|
|
3831
|
-
readonly ML_R5_4XLARGE: "ml.r5.4xlarge";
|
|
3832
|
-
readonly ML_R5_8XLARGE: "ml.r5.8xlarge";
|
|
3833
|
-
readonly ML_R5_LARGE: "ml.r5.large";
|
|
3834
|
-
readonly ML_R5_XLARGE: "ml.r5.xlarge";
|
|
3835
|
-
readonly ML_T3_2XLARGE: "ml.t3.2xlarge";
|
|
3836
|
-
readonly ML_T3_LARGE: "ml.t3.large";
|
|
3837
|
-
readonly ML_T3_MEDIUM: "ml.t3.medium";
|
|
3838
|
-
readonly ML_T3_MICRO: "ml.t3.micro";
|
|
3839
|
-
readonly ML_T3_SMALL: "ml.t3.small";
|
|
3840
|
-
readonly ML_T3_XLARGE: "ml.t3.xlarge";
|
|
3841
|
-
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
3842
|
-
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
3843
|
-
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
3844
|
-
readonly SYSTEM: "system";
|
|
3845
|
-
};
|
|
3846
|
-
/**
|
|
3847
|
-
* @public
|
|
3848
|
-
*/
|
|
3849
|
-
export type AppInstanceType = (typeof AppInstanceType)[keyof typeof AppInstanceType];
|
|
3850
3934
|
/**
|
|
3851
3935
|
* @public
|
|
3852
3936
|
* @enum
|
|
@@ -7932,6 +8016,26 @@ export interface ClusterSummary {
|
|
|
7932
8016
|
*/
|
|
7933
8017
|
ClusterStatus: ClusterStatus | undefined;
|
|
7934
8018
|
}
|
|
8019
|
+
/**
|
|
8020
|
+
* @public
|
|
8021
|
+
* <p>The Code Editor application settings.</p>
|
|
8022
|
+
* <p>For more information about Code Editor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/code-editor.html">Get started with Code
|
|
8023
|
+
* Editor in Amazon SageMaker</a>.</p>
|
|
8024
|
+
*/
|
|
8025
|
+
export interface CodeEditorAppSettings {
|
|
8026
|
+
/**
|
|
8027
|
+
* @public
|
|
8028
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
8029
|
+
* the version runs on.</p>
|
|
8030
|
+
*/
|
|
8031
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
8032
|
+
/**
|
|
8033
|
+
* @public
|
|
8034
|
+
* <p>The Amazon Resource Name (ARN) of the Code Editor application
|
|
8035
|
+
* lifecycle configuration.</p>
|
|
8036
|
+
*/
|
|
8037
|
+
LifecycleConfigArns?: string[];
|
|
8038
|
+
}
|
|
7935
8039
|
/**
|
|
7936
8040
|
* @public
|
|
7937
8041
|
* <p>A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.</p>
|
|
@@ -9284,45 +9388,6 @@ export interface CreateAlgorithmOutput {
|
|
|
9284
9388
|
*/
|
|
9285
9389
|
AlgorithmArn: string | undefined;
|
|
9286
9390
|
}
|
|
9287
|
-
/**
|
|
9288
|
-
* @public
|
|
9289
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
9290
|
-
* the version runs on.</p>
|
|
9291
|
-
*/
|
|
9292
|
-
export interface ResourceSpec {
|
|
9293
|
-
/**
|
|
9294
|
-
* @public
|
|
9295
|
-
* <p>The ARN of the SageMaker image that the image version belongs to.</p>
|
|
9296
|
-
*/
|
|
9297
|
-
SageMakerImageArn?: string;
|
|
9298
|
-
/**
|
|
9299
|
-
* @public
|
|
9300
|
-
* <p>The ARN of the image version created on the instance.</p>
|
|
9301
|
-
*/
|
|
9302
|
-
SageMakerImageVersionArn?: string;
|
|
9303
|
-
/**
|
|
9304
|
-
* @public
|
|
9305
|
-
* <p>The SageMakerImageVersionAlias.</p>
|
|
9306
|
-
*/
|
|
9307
|
-
SageMakerImageVersionAlias?: string;
|
|
9308
|
-
/**
|
|
9309
|
-
* @public
|
|
9310
|
-
* <p>The instance type that the image version runs on.</p>
|
|
9311
|
-
* <note>
|
|
9312
|
-
* <p>
|
|
9313
|
-
* <b>JupyterServer apps</b> only support the <code>system</code> value.</p>
|
|
9314
|
-
* <p>For <b>KernelGateway apps</b>, the <code>system</code>
|
|
9315
|
-
* value is translated to <code>ml.t3.medium</code>. KernelGateway apps also support all other values for available
|
|
9316
|
-
* instance types.</p>
|
|
9317
|
-
* </note>
|
|
9318
|
-
*/
|
|
9319
|
-
InstanceType?: AppInstanceType;
|
|
9320
|
-
/**
|
|
9321
|
-
* @public
|
|
9322
|
-
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.</p>
|
|
9323
|
-
*/
|
|
9324
|
-
LifecycleConfigArn?: string;
|
|
9325
|
-
}
|
|
9326
9391
|
/**
|
|
9327
9392
|
* @public
|
|
9328
9393
|
*/
|
|
@@ -9365,7 +9430,8 @@ export interface CreateAppRequest {
|
|
|
9365
9430
|
ResourceSpec?: ResourceSpec;
|
|
9366
9431
|
/**
|
|
9367
9432
|
* @public
|
|
9368
|
-
* <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
|
|
9433
|
+
* <p>The name of the space. If this value is not set, then <code>UserProfileName</code>
|
|
9434
|
+
* must be set.</p>
|
|
9369
9435
|
*/
|
|
9370
9436
|
SpaceName?: string;
|
|
9371
9437
|
}
|
|
@@ -9413,6 +9479,11 @@ export interface CreateAppImageConfigRequest {
|
|
|
9413
9479
|
* image starts. Once the image runs, all kernels are visible in JupyterLab.</p>
|
|
9414
9480
|
*/
|
|
9415
9481
|
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
9482
|
+
/**
|
|
9483
|
+
* @public
|
|
9484
|
+
* <p>The <code>JupyterLabAppImageConfig</code>. You can only specify one image kernel in the <code>AppImageConfig</code> API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.</p>
|
|
9485
|
+
*/
|
|
9486
|
+
JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
|
|
9416
9487
|
}
|
|
9417
9488
|
/**
|
|
9418
9489
|
* @public
|
|
@@ -10622,66 +10693,3 @@ export interface CreateCompilationJobRequest {
|
|
|
10622
10693
|
*/
|
|
10623
10694
|
Tags?: Tag[];
|
|
10624
10695
|
}
|
|
10625
|
-
/**
|
|
10626
|
-
* @public
|
|
10627
|
-
*/
|
|
10628
|
-
export interface CreateCompilationJobResponse {
|
|
10629
|
-
/**
|
|
10630
|
-
* @public
|
|
10631
|
-
* <p>If the action is successful, the service sends back an HTTP 200 response. Amazon SageMaker returns
|
|
10632
|
-
* the following data in JSON format:</p>
|
|
10633
|
-
* <ul>
|
|
10634
|
-
* <li>
|
|
10635
|
-
* <p>
|
|
10636
|
-
* <code>CompilationJobArn</code>: The Amazon Resource Name (ARN) of the compiled
|
|
10637
|
-
* job.</p>
|
|
10638
|
-
* </li>
|
|
10639
|
-
* </ul>
|
|
10640
|
-
*/
|
|
10641
|
-
CompilationJobArn: string | undefined;
|
|
10642
|
-
}
|
|
10643
|
-
/**
|
|
10644
|
-
* @public
|
|
10645
|
-
*/
|
|
10646
|
-
export interface CreateContextRequest {
|
|
10647
|
-
/**
|
|
10648
|
-
* @public
|
|
10649
|
-
* <p>The name of the context. Must be unique to your account in an Amazon Web Services Region.</p>
|
|
10650
|
-
*/
|
|
10651
|
-
ContextName: string | undefined;
|
|
10652
|
-
/**
|
|
10653
|
-
* @public
|
|
10654
|
-
* <p>The source type, ID, and URI.</p>
|
|
10655
|
-
*/
|
|
10656
|
-
Source: ContextSource | undefined;
|
|
10657
|
-
/**
|
|
10658
|
-
* @public
|
|
10659
|
-
* <p>The context type.</p>
|
|
10660
|
-
*/
|
|
10661
|
-
ContextType: string | undefined;
|
|
10662
|
-
/**
|
|
10663
|
-
* @public
|
|
10664
|
-
* <p>The description of the context.</p>
|
|
10665
|
-
*/
|
|
10666
|
-
Description?: string;
|
|
10667
|
-
/**
|
|
10668
|
-
* @public
|
|
10669
|
-
* <p>A list of properties to add to the context.</p>
|
|
10670
|
-
*/
|
|
10671
|
-
Properties?: Record<string, string>;
|
|
10672
|
-
/**
|
|
10673
|
-
* @public
|
|
10674
|
-
* <p>A list of tags to apply to the context.</p>
|
|
10675
|
-
*/
|
|
10676
|
-
Tags?: Tag[];
|
|
10677
|
-
}
|
|
10678
|
-
/**
|
|
10679
|
-
* @public
|
|
10680
|
-
*/
|
|
10681
|
-
export interface CreateContextResponse {
|
|
10682
|
-
/**
|
|
10683
|
-
* @public
|
|
10684
|
-
* <p>The Amazon Resource Name (ARN) of the context.</p>
|
|
10685
|
-
*/
|
|
10686
|
-
ContextArn?: string;
|
|
10687
|
-
}
|