@aws-sdk/client-sagemaker 3.714.0 → 3.717.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/index.js +30 -1
- package/dist-es/models/models_0.js +29 -0
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +4 -4
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +4 -4
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
- package/dist-types/commands/CreateCompilationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +7 -7
- package/dist-types/commands/CreateImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +4 -4
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopCompilationJobCommand.d.ts +2 -2
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +57 -21
- package/dist-types/models/models_1.d.ts +57 -57
- package/dist-types/models/models_2.d.ts +39 -36
- package/dist-types/models/models_3.d.ts +26 -26
- package/dist-types/models/models_4.d.ts +10 -10
- package/dist-types/models/models_5.d.ts +12 -12
- package/dist-types/ts3.4/models/models_0.d.ts +29 -0
- package/package.json +12 -12
|
@@ -82,12 +82,12 @@ export interface CreateNotebookInstanceInput {
|
|
|
82
82
|
SecurityGroupIds?: string[] | undefined;
|
|
83
83
|
/**
|
|
84
84
|
* <p> When you send any requests to Amazon Web Services resources from the notebook
|
|
85
|
-
* instance, SageMaker assumes this role to perform tasks on your behalf. You must
|
|
86
|
-
* grant this role necessary permissions so SageMaker can perform these tasks. The
|
|
87
|
-
* policy must allow the SageMaker service principal (sagemaker.amazonaws.com)
|
|
88
|
-
* permissions to assume this role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
|
|
85
|
+
* instance, SageMaker AI assumes this role to perform tasks on your behalf. You must
|
|
86
|
+
* grant this role necessary permissions so SageMaker AI can perform these tasks. The
|
|
87
|
+
* policy must allow the SageMaker AI service principal (sagemaker.amazonaws.com)
|
|
88
|
+
* permissions to assume this role. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker AI Roles</a>. </p>
|
|
89
89
|
* <note>
|
|
90
|
-
* <p>To be able to pass this role to SageMaker, the caller of this API must
|
|
90
|
+
* <p>To be able to pass this role to SageMaker AI, the caller of this API must
|
|
91
91
|
* have the <code>iam:PassRole</code> permission.</p>
|
|
92
92
|
* </note>
|
|
93
93
|
* @public
|
|
@@ -95,7 +95,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
95
95
|
RoleArn: string | undefined;
|
|
96
96
|
/**
|
|
97
97
|
* <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
|
|
98
|
-
* SageMaker uses to encrypt data on the storage volume attached to your
|
|
98
|
+
* SageMaker AI uses to encrypt data on the storage volume attached to your
|
|
99
99
|
* notebook instance. The KMS key you provide must be enabled. For information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html">Enabling and
|
|
100
100
|
* Disabling Keys</a> in the <i>Amazon Web Services Key Management Service
|
|
101
101
|
* Developer Guide</i>.</p>
|
|
@@ -117,9 +117,9 @@ export interface CreateNotebookInstanceInput {
|
|
|
117
117
|
*/
|
|
118
118
|
LifecycleConfigName?: string | undefined;
|
|
119
119
|
/**
|
|
120
|
-
* <p>Sets whether SageMaker provides internet access to the notebook instance. If
|
|
120
|
+
* <p>Sets whether SageMaker AI provides internet access to the notebook instance. If
|
|
121
121
|
* you set this to <code>Disabled</code> this notebook instance is able to access resources
|
|
122
|
-
* only in your VPC, and is not be able to connect to SageMaker training and
|
|
122
|
+
* only in your VPC, and is not be able to connect to SageMaker AI training and
|
|
123
123
|
* endpoint services unless you configure a NAT Gateway in your VPC.</p>
|
|
124
124
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>. You can set the value
|
|
125
125
|
* of this parameter to <code>Disabled</code> only if you set a value for the
|
|
@@ -147,7 +147,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
147
147
|
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
148
148
|
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
149
149
|
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
150
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
150
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
DefaultCodeRepository?: string | undefined;
|
|
@@ -157,7 +157,7 @@ export interface CreateNotebookInstanceInput {
|
|
|
157
157
|
* or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
158
158
|
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
159
159
|
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
160
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
160
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
AdditionalCodeRepositories?: string[] | undefined;
|
|
@@ -480,8 +480,8 @@ export interface CreateOptimizationJobRequest {
|
|
|
480
480
|
*/
|
|
481
481
|
OptimizationJobName: string | undefined;
|
|
482
482
|
/**
|
|
483
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. </p>
|
|
484
|
-
* <p>During model optimization, Amazon SageMaker needs your permission to:</p>
|
|
483
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker AI to perform tasks on your behalf. </p>
|
|
484
|
+
* <p>During model optimization, Amazon SageMaker AI needs your permission to:</p>
|
|
485
485
|
* <ul>
|
|
486
486
|
* <li>
|
|
487
487
|
* <p>Read input data from an S3 bucket</p>
|
|
@@ -497,8 +497,8 @@ export interface CreateOptimizationJobRequest {
|
|
|
497
497
|
* </li>
|
|
498
498
|
* </ul>
|
|
499
499
|
* <p>You grant permissions for all of these tasks to an IAM role. To pass this
|
|
500
|
-
* role to Amazon SageMaker, the caller of this API must have the
|
|
501
|
-
* <code>iam:PassRole</code> permission. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon SageMaker Roles.</a>
|
|
500
|
+
* role to Amazon SageMaker AI, the caller of this API must have the
|
|
501
|
+
* <code>iam:PassRole</code> permission. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon SageMaker AI Roles.</a>
|
|
502
502
|
* </p>
|
|
503
503
|
* @public
|
|
504
504
|
*/
|
|
@@ -1635,7 +1635,7 @@ export interface SpaceAppLifecycleManagement {
|
|
|
1635
1635
|
*/
|
|
1636
1636
|
export interface SpaceCodeEditorAppSettings {
|
|
1637
1637
|
/**
|
|
1638
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
1638
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
1639
1639
|
* the version runs on.</p>
|
|
1640
1640
|
* @public
|
|
1641
1641
|
*/
|
|
@@ -1649,8 +1649,8 @@ export interface SpaceCodeEditorAppSettings {
|
|
|
1649
1649
|
}
|
|
1650
1650
|
/**
|
|
1651
1651
|
* <p>A file system, created by you in Amazon EFS, that you assign to a user profile or
|
|
1652
|
-
* space for an Amazon SageMaker Domain. Permitted users can access this file system in
|
|
1653
|
-
* Amazon SageMaker Studio.</p>
|
|
1652
|
+
* space for an Amazon SageMaker AI Domain. Permitted users can access this file system in
|
|
1653
|
+
* Amazon SageMaker AI Studio.</p>
|
|
1654
1654
|
* @public
|
|
1655
1655
|
*/
|
|
1656
1656
|
export interface EFSFileSystem {
|
|
@@ -1672,7 +1672,7 @@ export interface FSxLustreFileSystem {
|
|
|
1672
1672
|
FileSystemId: string | undefined;
|
|
1673
1673
|
}
|
|
1674
1674
|
/**
|
|
1675
|
-
* <p>A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker
|
|
1675
|
+
* <p>A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI
|
|
1676
1676
|
* Studio.</p>
|
|
1677
1677
|
* @public
|
|
1678
1678
|
*/
|
|
@@ -1720,7 +1720,7 @@ export declare namespace CustomFileSystem {
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
export interface SpaceJupyterLabAppSettings {
|
|
1722
1722
|
/**
|
|
1723
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
1723
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
1724
1724
|
* the version runs on.</p>
|
|
1725
1725
|
* @public
|
|
1726
1726
|
*/
|
|
@@ -1786,6 +1786,9 @@ export interface SpaceSettings {
|
|
|
1786
1786
|
JupyterLabAppSettings?: SpaceJupyterLabAppSettings | undefined;
|
|
1787
1787
|
/**
|
|
1788
1788
|
* <p>The type of app created within the space.</p>
|
|
1789
|
+
* <p>If using the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateSpace.html">
|
|
1790
|
+
* UpdateSpace</a> API, you can't change the app type of your
|
|
1791
|
+
* space by specifying a different value for this field.</p>
|
|
1789
1792
|
* @public
|
|
1790
1793
|
*/
|
|
1791
1794
|
AppType?: AppType | undefined;
|
|
@@ -1795,8 +1798,8 @@ export interface SpaceSettings {
|
|
|
1795
1798
|
*/
|
|
1796
1799
|
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
1797
1800
|
/**
|
|
1798
|
-
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
|
|
1799
|
-
* Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
|
|
1801
|
+
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker AI
|
|
1802
|
+
* Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.</p>
|
|
1800
1803
|
* @public
|
|
1801
1804
|
*/
|
|
1802
1805
|
CustomFileSystems?: CustomFileSystem[] | undefined;
|
|
@@ -1895,12 +1898,12 @@ export type StudioLifecycleConfigAppType = (typeof StudioLifecycleConfigAppType)
|
|
|
1895
1898
|
*/
|
|
1896
1899
|
export interface CreateStudioLifecycleConfigRequest {
|
|
1897
1900
|
/**
|
|
1898
|
-
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration to create.</p>
|
|
1901
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to create.</p>
|
|
1899
1902
|
* @public
|
|
1900
1903
|
*/
|
|
1901
1904
|
StudioLifecycleConfigName: string | undefined;
|
|
1902
1905
|
/**
|
|
1903
|
-
* <p>The content of your Amazon SageMaker Studio Lifecycle Configuration script. This
|
|
1906
|
+
* <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script. This
|
|
1904
1907
|
* content must be base64 encoded.</p>
|
|
1905
1908
|
* @public
|
|
1906
1909
|
*/
|
|
@@ -4021,7 +4024,7 @@ export interface DeleteMonitoringScheduleRequest {
|
|
|
4021
4024
|
*/
|
|
4022
4025
|
export interface DeleteNotebookInstanceInput {
|
|
4023
4026
|
/**
|
|
4024
|
-
* <p>The name of the SageMaker notebook instance to delete.</p>
|
|
4027
|
+
* <p>The name of the SageMaker AI notebook instance to delete.</p>
|
|
4025
4028
|
* @public
|
|
4026
4029
|
*/
|
|
4027
4030
|
NotebookInstanceName: string | undefined;
|
|
@@ -4127,7 +4130,7 @@ export interface DeleteSpaceRequest {
|
|
|
4127
4130
|
*/
|
|
4128
4131
|
export interface DeleteStudioLifecycleConfigRequest {
|
|
4129
4132
|
/**
|
|
4130
|
-
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration to delete.</p>
|
|
4133
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to delete.</p>
|
|
4131
4134
|
* @public
|
|
4132
4135
|
*/
|
|
4133
4136
|
StudioLifecycleConfigName: string | undefined;
|
|
@@ -4669,7 +4672,7 @@ export interface DescribeAppResponse {
|
|
|
4669
4672
|
LastHealthCheckTimestamp?: Date | undefined;
|
|
4670
4673
|
/**
|
|
4671
4674
|
* <p>The timestamp of the last user's activity. <code>LastUserActivityTimestamp</code> is also
|
|
4672
|
-
* updated when SageMaker performs health checks without user activity. As a result, this
|
|
4675
|
+
* updated when SageMaker AI performs health checks without user activity. As a result, this
|
|
4673
4676
|
* value is set to the same value as <code>LastHealthCheckTimestamp</code>.</p>
|
|
4674
4677
|
* @public
|
|
4675
4678
|
*/
|
|
@@ -4677,7 +4680,7 @@ export interface DescribeAppResponse {
|
|
|
4677
4680
|
/**
|
|
4678
4681
|
* <p>The creation time of the application.</p>
|
|
4679
4682
|
* <note>
|
|
4680
|
-
* <p>After an application has been shut down for 24 hours, SageMaker deletes all
|
|
4683
|
+
* <p>After an application has been shut down for 24 hours, SageMaker AI deletes all
|
|
4681
4684
|
* metadata for the application. To be considered an update and retain application metadata,
|
|
4682
4685
|
* applications must be restarted within 24 hours after the previous application has been shut
|
|
4683
4686
|
* down. After this time window, creation of an application is considered a new application
|
|
@@ -4692,7 +4695,7 @@ export interface DescribeAppResponse {
|
|
|
4692
4695
|
*/
|
|
4693
4696
|
FailureReason?: string | undefined;
|
|
4694
4697
|
/**
|
|
4695
|
-
* <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker image
|
|
4698
|
+
* <p>The instance type and the Amazon Resource Name (ARN) of the SageMaker AI image
|
|
4696
4699
|
* created on the instance.</p>
|
|
4697
4700
|
* @public
|
|
4698
4701
|
*/
|
|
@@ -4942,7 +4945,7 @@ export interface DescribeAutoMLJobResponse {
|
|
|
4942
4945
|
*/
|
|
4943
4946
|
PartialFailureReasons?: AutoMLPartialFailureReason[] | undefined;
|
|
4944
4947
|
/**
|
|
4945
|
-
* <p>The best model candidate selected by SageMaker Autopilot using both the best
|
|
4948
|
+
* <p>The best model candidate selected by SageMaker AI Autopilot using both the best
|
|
4946
4949
|
* objective metric and lowest <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html">InferenceLatency</a> for
|
|
4947
4950
|
* an experiment.</p>
|
|
4948
4951
|
* @public
|
|
@@ -5415,13 +5418,13 @@ export interface DescribeCompilationJobResponse {
|
|
|
5415
5418
|
/**
|
|
5416
5419
|
* <p>The time when the model compilation job on a compilation job instance ended. For a
|
|
5417
5420
|
* successful or stopped job, this is when the job's model artifacts have finished
|
|
5418
|
-
* uploading. For a failed job, this is when Amazon SageMaker detected that the job failed. </p>
|
|
5421
|
+
* uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed. </p>
|
|
5419
5422
|
* @public
|
|
5420
5423
|
*/
|
|
5421
5424
|
CompilationEndTime?: Date | undefined;
|
|
5422
5425
|
/**
|
|
5423
5426
|
* <p>Specifies a limit to how long a model compilation job can run. When the job reaches
|
|
5424
|
-
* the time limit, Amazon SageMaker ends the compilation job. Use this API to cap model training
|
|
5427
|
+
* the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training
|
|
5425
5428
|
* costs.</p>
|
|
5426
5429
|
* @public
|
|
5427
5430
|
*/
|
|
@@ -5468,7 +5471,7 @@ export interface DescribeCompilationJobResponse {
|
|
|
5468
5471
|
*/
|
|
5469
5472
|
ModelDigests?: ModelDigests | undefined;
|
|
5470
5473
|
/**
|
|
5471
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model
|
|
5474
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model
|
|
5472
5475
|
* compilation job.</p>
|
|
5473
5476
|
* @public
|
|
5474
5477
|
*/
|
|
@@ -5732,7 +5735,7 @@ export interface DescribeDataQualityJobDefinitionResponse {
|
|
|
5732
5735
|
*/
|
|
5733
5736
|
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
5734
5737
|
/**
|
|
5735
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
5738
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can
|
|
5736
5739
|
* assume to perform tasks on your behalf.</p>
|
|
5737
5740
|
* @public
|
|
5738
5741
|
*/
|
|
@@ -5961,7 +5964,7 @@ export interface DescribeDomainResponse {
|
|
|
5961
5964
|
*/
|
|
5962
5965
|
SingleSignOnManagedApplicationInstanceId?: string | undefined;
|
|
5963
5966
|
/**
|
|
5964
|
-
* <p>The ARN of the application managed by SageMaker in IAM Identity Center. This value
|
|
5967
|
+
* <p>The ARN of the application managed by SageMaker AI in IAM Identity Center. This value
|
|
5965
5968
|
* is only returned for domains created after October 1, 2023.</p>
|
|
5966
5969
|
* @public
|
|
5967
5970
|
*/
|
|
@@ -6014,7 +6017,7 @@ export interface DescribeDomainResponse {
|
|
|
6014
6017
|
* <ul>
|
|
6015
6018
|
* <li>
|
|
6016
6019
|
* <p>
|
|
6017
|
-
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access</p>
|
|
6020
|
+
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access</p>
|
|
6018
6021
|
* </li>
|
|
6019
6022
|
* <li>
|
|
6020
6023
|
* <p>
|
|
@@ -6743,7 +6746,7 @@ export interface DescribeEndpointConfigOutput {
|
|
|
6743
6746
|
*/
|
|
6744
6747
|
ProductionVariants: ProductionVariant[] | undefined;
|
|
6745
6748
|
/**
|
|
6746
|
-
* <p>Configuration to control how SageMaker captures inference data.</p>
|
|
6749
|
+
* <p>Configuration to control how SageMaker AI captures inference data.</p>
|
|
6747
6750
|
* @public
|
|
6748
6751
|
*/
|
|
6749
6752
|
DataCaptureConfig?: DataCaptureConfig | undefined;
|
|
@@ -503,7 +503,7 @@ export interface DescribeImageResponse {
|
|
|
503
503
|
*/
|
|
504
504
|
LastModifiedTime?: Date | undefined;
|
|
505
505
|
/**
|
|
506
|
-
* <p>The ARN of the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
506
|
+
* <p>The ARN of the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.</p>
|
|
507
507
|
* @public
|
|
508
508
|
*/
|
|
509
509
|
RoleArn?: string | undefined;
|
|
@@ -616,19 +616,19 @@ export interface DescribeImageVersionResponse {
|
|
|
616
616
|
*/
|
|
617
617
|
VendorGuidance?: VendorGuidance | undefined;
|
|
618
618
|
/**
|
|
619
|
-
* <p>Indicates SageMaker job type compatibility.</p>
|
|
619
|
+
* <p>Indicates SageMaker AI job type compatibility.</p>
|
|
620
620
|
* <ul>
|
|
621
621
|
* <li>
|
|
622
622
|
* <p>
|
|
623
|
-
* <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
|
|
623
|
+
* <code>TRAINING</code>: The image version is compatible with SageMaker AI training jobs.</p>
|
|
624
624
|
* </li>
|
|
625
625
|
* <li>
|
|
626
626
|
* <p>
|
|
627
|
-
* <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
|
|
627
|
+
* <code>INFERENCE</code>: The image version is compatible with SageMaker AI inference jobs.</p>
|
|
628
628
|
* </li>
|
|
629
629
|
* <li>
|
|
630
630
|
* <p>
|
|
631
|
-
* <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
|
|
631
|
+
* <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker AI notebook kernels.</p>
|
|
632
632
|
* </li>
|
|
633
633
|
* </ul>
|
|
634
634
|
* @public
|
|
@@ -745,7 +745,7 @@ export interface InferenceComponentContainerSpecificationSummary {
|
|
|
745
745
|
*/
|
|
746
746
|
export interface InferenceComponentSpecificationSummary {
|
|
747
747
|
/**
|
|
748
|
-
* <p>The name of the SageMaker model object that is deployed with the inference
|
|
748
|
+
* <p>The name of the SageMaker AI model object that is deployed with the inference
|
|
749
749
|
* component.</p>
|
|
750
750
|
* @public
|
|
751
751
|
*/
|
|
@@ -2659,7 +2659,7 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
2659
2659
|
*/
|
|
2660
2660
|
NetworkConfig?: MonitoringNetworkConfig | undefined;
|
|
2661
2661
|
/**
|
|
2662
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
2662
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can
|
|
2663
2663
|
* assume to perform tasks on your behalf.</p>
|
|
2664
2664
|
* @public
|
|
2665
2665
|
*/
|
|
@@ -2883,7 +2883,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2883
2883
|
*/
|
|
2884
2884
|
NotebookInstanceArn?: string | undefined;
|
|
2885
2885
|
/**
|
|
2886
|
-
* <p>The name of the SageMaker notebook instance. </p>
|
|
2886
|
+
* <p>The name of the SageMaker AI notebook instance. </p>
|
|
2887
2887
|
* @public
|
|
2888
2888
|
*/
|
|
2889
2889
|
NotebookInstanceName?: string | undefined;
|
|
@@ -2925,13 +2925,13 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2925
2925
|
*/
|
|
2926
2926
|
RoleArn?: string | undefined;
|
|
2927
2927
|
/**
|
|
2928
|
-
* <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when
|
|
2928
|
+
* <p>The Amazon Web Services KMS key ID SageMaker AI uses to encrypt data when
|
|
2929
2929
|
* storing it on the ML storage volume attached to the instance. </p>
|
|
2930
2930
|
* @public
|
|
2931
2931
|
*/
|
|
2932
2932
|
KmsKeyId?: string | undefined;
|
|
2933
2933
|
/**
|
|
2934
|
-
* <p>The network interface IDs that SageMaker created at the time of creating
|
|
2934
|
+
* <p>The network interface IDs that SageMaker AI created at the time of creating
|
|
2935
2935
|
* the instance. </p>
|
|
2936
2936
|
* @public
|
|
2937
2937
|
*/
|
|
@@ -2957,9 +2957,9 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2957
2957
|
*/
|
|
2958
2958
|
NotebookInstanceLifecycleConfigName?: string | undefined;
|
|
2959
2959
|
/**
|
|
2960
|
-
* <p>Describes whether SageMaker provides internet access to the notebook instance.
|
|
2960
|
+
* <p>Describes whether SageMaker AI provides internet access to the notebook instance.
|
|
2961
2961
|
* If this value is set to <i>Disabled</i>, the notebook instance does not
|
|
2962
|
-
* have internet access, and cannot connect to SageMaker training and endpoint
|
|
2962
|
+
* have internet access, and cannot connect to SageMaker AI training and endpoint
|
|
2963
2963
|
* services.</p>
|
|
2964
2964
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
|
|
2965
2965
|
* @public
|
|
@@ -2984,7 +2984,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2984
2984
|
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
2985
2985
|
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
2986
2986
|
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
2987
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
2987
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
2988
2988
|
* @public
|
|
2989
2989
|
*/
|
|
2990
2990
|
DefaultCodeRepository?: string | undefined;
|
|
@@ -2994,7 +2994,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
2994
2994
|
* URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
2995
2995
|
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
2996
2996
|
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
2997
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
2997
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
2998
2998
|
* @public
|
|
2999
2999
|
*/
|
|
3000
3000
|
AdditionalCodeRepositories?: string[] | undefined;
|
|
@@ -3996,7 +3996,7 @@ export interface DescribeSpaceResponse {
|
|
|
3996
3996
|
*/
|
|
3997
3997
|
export interface DescribeStudioLifecycleConfigRequest {
|
|
3998
3998
|
/**
|
|
3999
|
-
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.</p>
|
|
3999
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration to describe.</p>
|
|
4000
4000
|
* @public
|
|
4001
4001
|
*/
|
|
4002
4002
|
StudioLifecycleConfigName: string | undefined;
|
|
@@ -4011,24 +4011,24 @@ export interface DescribeStudioLifecycleConfigResponse {
|
|
|
4011
4011
|
*/
|
|
4012
4012
|
StudioLifecycleConfigArn?: string | undefined;
|
|
4013
4013
|
/**
|
|
4014
|
-
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration that is
|
|
4014
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is
|
|
4015
4015
|
* described.</p>
|
|
4016
4016
|
* @public
|
|
4017
4017
|
*/
|
|
4018
4018
|
StudioLifecycleConfigName?: string | undefined;
|
|
4019
4019
|
/**
|
|
4020
|
-
* <p>The creation time of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
4020
|
+
* <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
4021
4021
|
* @public
|
|
4022
4022
|
*/
|
|
4023
4023
|
CreationTime?: Date | undefined;
|
|
4024
4024
|
/**
|
|
4025
|
-
* <p>This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle
|
|
4025
|
+
* <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle
|
|
4026
4026
|
* Configurations are immutable.</p>
|
|
4027
4027
|
* @public
|
|
4028
4028
|
*/
|
|
4029
4029
|
LastModifiedTime?: Date | undefined;
|
|
4030
4030
|
/**
|
|
4031
|
-
* <p>The content of your Amazon SageMaker Studio Lifecycle Configuration script.</p>
|
|
4031
|
+
* <p>The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.</p>
|
|
4032
4032
|
* @public
|
|
4033
4033
|
*/
|
|
4034
4034
|
StudioLifecycleConfigContent?: string | undefined;
|
|
@@ -6271,7 +6271,7 @@ export interface RStudioServerProDomainSettingsForUpdate {
|
|
|
6271
6271
|
*/
|
|
6272
6272
|
DomainExecutionRoleArn: string | undefined;
|
|
6273
6273
|
/**
|
|
6274
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
6274
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that
|
|
6275
6275
|
* the version runs on.</p>
|
|
6276
6276
|
* @public
|
|
6277
6277
|
*/
|
|
@@ -6299,7 +6299,7 @@ export interface DomainSettingsForUpdate {
|
|
|
6299
6299
|
*/
|
|
6300
6300
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate | undefined;
|
|
6301
6301
|
/**
|
|
6302
|
-
* <p>The configuration for attaching a SageMaker user profile name to the execution
|
|
6302
|
+
* <p>The configuration for attaching a SageMaker AI user profile name to the execution
|
|
6303
6303
|
* role as a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>. This configuration can only be modified if there are no
|
|
6304
6304
|
* apps in the <code>InService</code> or <code>Pending</code> state.</p>
|
|
6305
6305
|
* @public
|
|
@@ -8241,8 +8241,8 @@ export interface HyperParameterTuningJobSummary {
|
|
|
8241
8241
|
ResourceLimits?: ResourceLimits | undefined;
|
|
8242
8242
|
}
|
|
8243
8243
|
/**
|
|
8244
|
-
* <p>A SageMaker image. A SageMaker image represents a set of container images that are derived from
|
|
8245
|
-
* a common base container image. Each of these container images is represented by a SageMaker
|
|
8244
|
+
* <p>A SageMaker AI image. A SageMaker AI image represents a set of container images that are derived from
|
|
8245
|
+
* a common base container image. Each of these container images is represented by a SageMaker AI
|
|
8246
8246
|
* <code>ImageVersion</code>.</p>
|
|
8247
8247
|
* @public
|
|
8248
8248
|
*/
|
|
@@ -8314,7 +8314,7 @@ export declare const ImageSortOrder: {
|
|
|
8314
8314
|
*/
|
|
8315
8315
|
export type ImageSortOrder = (typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
8316
8316
|
/**
|
|
8317
|
-
* <p>A version of a SageMaker <code>Image</code>. A version represents an existing container
|
|
8317
|
+
* <p>A version of a SageMaker AI <code>Image</code>. A version represents an existing container
|
|
8318
8318
|
* image.</p>
|
|
8319
8319
|
* @public
|
|
8320
8320
|
*/
|
|
@@ -9117,7 +9117,7 @@ export interface ListAliasesRequest {
|
|
|
9117
9117
|
*/
|
|
9118
9118
|
export interface ListAliasesResponse {
|
|
9119
9119
|
/**
|
|
9120
|
-
* <p>A list of SageMaker image version aliases.</p>
|
|
9120
|
+
* <p>A list of SageMaker AI image version aliases.</p>
|
|
9121
9121
|
* @public
|
|
9122
9122
|
*/
|
|
9123
9123
|
SageMakerImageVersionAliases?: string[] | undefined;
|
|
@@ -10012,7 +10012,7 @@ export interface ListCompilationJobsResponse {
|
|
|
10012
10012
|
*/
|
|
10013
10013
|
CompilationJobSummaries: CompilationJobSummary[] | undefined;
|
|
10014
10014
|
/**
|
|
10015
|
-
* <p>If the response is truncated, Amazon SageMaker returns this <code>NextToken</code>. To retrieve
|
|
10015
|
+
* <p>If the response is truncated, Amazon SageMaker AI returns this <code>NextToken</code>. To retrieve
|
|
10016
10016
|
* the next set of model compilation jobs, use this token in the next request.</p>
|
|
10017
10017
|
* @public
|
|
10018
10018
|
*/
|
|
@@ -2771,7 +2771,7 @@ export interface ListModelQualityJobDefinitionsResponse {
|
|
|
2771
2771
|
*/
|
|
2772
2772
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2773
2773
|
/**
|
|
2774
|
-
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the
|
|
2774
|
+
* <p>If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the
|
|
2775
2775
|
* next set of model quality monitoring job definitions, use it in the next request.</p>
|
|
2776
2776
|
* @public
|
|
2777
2777
|
*/
|
|
@@ -3477,7 +3477,7 @@ export interface NotebookInstanceLifecycleConfigSummary {
|
|
|
3477
3477
|
*/
|
|
3478
3478
|
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
3479
3479
|
/**
|
|
3480
|
-
* <p>If the response is truncated, SageMaker returns this token. To get the next
|
|
3480
|
+
* <p>If the response is truncated, SageMaker AI returns this token. To get the next
|
|
3481
3481
|
* set of lifecycle configurations, use it in the next request. </p>
|
|
3482
3482
|
* @public
|
|
3483
3483
|
*/
|
|
@@ -3603,7 +3603,7 @@ export interface ListNotebookInstancesInput {
|
|
|
3603
3603
|
AdditionalCodeRepositoryEquals?: string | undefined;
|
|
3604
3604
|
}
|
|
3605
3605
|
/**
|
|
3606
|
-
* <p>Provides summary information for an SageMaker notebook instance.</p>
|
|
3606
|
+
* <p>Provides summary information for an SageMaker AI notebook instance.</p>
|
|
3607
3607
|
* @public
|
|
3608
3608
|
*/
|
|
3609
3609
|
export interface NotebookInstanceSummary {
|
|
@@ -3657,7 +3657,7 @@ export interface NotebookInstanceSummary {
|
|
|
3657
3657
|
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
3658
3658
|
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
3659
3659
|
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
3660
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
3660
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
3661
3661
|
* @public
|
|
3662
3662
|
*/
|
|
3663
3663
|
DefaultCodeRepository?: string | undefined;
|
|
@@ -3667,7 +3667,7 @@ export interface NotebookInstanceSummary {
|
|
|
3667
3667
|
* URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
3668
3668
|
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
3669
3669
|
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
3670
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
3670
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
3671
3671
|
* @public
|
|
3672
3672
|
*/
|
|
3673
3673
|
AdditionalCodeRepositories?: string[] | undefined;
|
|
@@ -3678,7 +3678,7 @@ export interface NotebookInstanceSummary {
|
|
|
3678
3678
|
export interface ListNotebookInstancesOutput {
|
|
3679
3679
|
/**
|
|
3680
3680
|
* <p>If the response to the previous <code>ListNotebookInstances</code> request was
|
|
3681
|
-
* truncated, SageMaker returns this token. To retrieve the next set of notebook
|
|
3681
|
+
* truncated, SageMaker AI returns this token. To retrieve the next set of notebook
|
|
3682
3682
|
* instances, use the token in the next request.</p>
|
|
3683
3683
|
* @public
|
|
3684
3684
|
*/
|
|
@@ -5241,7 +5241,7 @@ export interface ListStudioLifecycleConfigsRequest {
|
|
|
5241
5241
|
SortOrder?: SortOrder | undefined;
|
|
5242
5242
|
}
|
|
5243
5243
|
/**
|
|
5244
|
-
* <p>Details of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
5244
|
+
* <p>Details of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
5245
5245
|
* @public
|
|
5246
5246
|
*/
|
|
5247
5247
|
export interface StudioLifecycleConfigDetails {
|
|
@@ -5251,17 +5251,17 @@ export interface StudioLifecycleConfigDetails {
|
|
|
5251
5251
|
*/
|
|
5252
5252
|
StudioLifecycleConfigArn?: string | undefined;
|
|
5253
5253
|
/**
|
|
5254
|
-
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
5254
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
5255
5255
|
* @public
|
|
5256
5256
|
*/
|
|
5257
5257
|
StudioLifecycleConfigName?: string | undefined;
|
|
5258
5258
|
/**
|
|
5259
|
-
* <p>The creation time of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
5259
|
+
* <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
5260
5260
|
* @public
|
|
5261
5261
|
*/
|
|
5262
5262
|
CreationTime?: Date | undefined;
|
|
5263
5263
|
/**
|
|
5264
|
-
* <p>This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle
|
|
5264
|
+
* <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle
|
|
5265
5265
|
* Configurations are immutable.</p>
|
|
5266
5266
|
* @public
|
|
5267
5267
|
*/
|
|
@@ -389,7 +389,7 @@ export interface UpdateDomainRequest {
|
|
|
389
389
|
* <ul>
|
|
390
390
|
* <li>
|
|
391
391
|
* <p>
|
|
392
|
-
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access.</p>
|
|
392
|
+
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker AI, which allows direct internet access.</p>
|
|
393
393
|
* </li>
|
|
394
394
|
* <li>
|
|
395
395
|
* <p>
|
|
@@ -743,7 +743,7 @@ export interface UpdateImageRequest {
|
|
|
743
743
|
*/
|
|
744
744
|
ImageName: string | undefined;
|
|
745
745
|
/**
|
|
746
|
-
* <p>The new ARN for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.</p>
|
|
746
|
+
* <p>The new ARN for the IAM role that enables Amazon SageMaker AI to perform tasks on your behalf.</p>
|
|
747
747
|
* @public
|
|
748
748
|
*/
|
|
749
749
|
RoleArn?: string | undefined;
|
|
@@ -811,19 +811,19 @@ export interface UpdateImageVersionRequest {
|
|
|
811
811
|
*/
|
|
812
812
|
VendorGuidance?: VendorGuidance | undefined;
|
|
813
813
|
/**
|
|
814
|
-
* <p>Indicates SageMaker job type compatibility.</p>
|
|
814
|
+
* <p>Indicates SageMaker AI job type compatibility.</p>
|
|
815
815
|
* <ul>
|
|
816
816
|
* <li>
|
|
817
817
|
* <p>
|
|
818
|
-
* <code>TRAINING</code>: The image version is compatible with SageMaker training jobs.</p>
|
|
818
|
+
* <code>TRAINING</code>: The image version is compatible with SageMaker AI training jobs.</p>
|
|
819
819
|
* </li>
|
|
820
820
|
* <li>
|
|
821
821
|
* <p>
|
|
822
|
-
* <code>INFERENCE</code>: The image version is compatible with SageMaker inference jobs.</p>
|
|
822
|
+
* <code>INFERENCE</code>: The image version is compatible with SageMaker AI inference jobs.</p>
|
|
823
823
|
* </li>
|
|
824
824
|
* <li>
|
|
825
825
|
* <p>
|
|
826
|
-
* <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker notebook kernels.</p>
|
|
826
|
+
* <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker AI notebook kernels.</p>
|
|
827
827
|
* </li>
|
|
828
828
|
* </ul>
|
|
829
829
|
* @public
|
|
@@ -1270,10 +1270,10 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1270
1270
|
*/
|
|
1271
1271
|
InstanceType?: _InstanceType | undefined;
|
|
1272
1272
|
/**
|
|
1273
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to
|
|
1274
|
-
* access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
|
|
1273
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker AI can assume to
|
|
1274
|
+
* access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker AI Roles</a>. </p>
|
|
1275
1275
|
* <note>
|
|
1276
|
-
* <p>To be able to pass this role to SageMaker, the caller of this API must
|
|
1276
|
+
* <p>To be able to pass this role to SageMaker AI, the caller of this API must
|
|
1277
1277
|
* have the <code>iam:PassRole</code> permission.</p>
|
|
1278
1278
|
* </note>
|
|
1279
1279
|
* @public
|
|
@@ -1296,7 +1296,7 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1296
1296
|
DisassociateLifecycleConfig?: boolean | undefined;
|
|
1297
1297
|
/**
|
|
1298
1298
|
* <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
|
|
1299
|
-
* default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't
|
|
1299
|
+
* default value is 5 GB. ML storage volumes are encrypted, so SageMaker AI can't
|
|
1300
1300
|
* determine the amount of available free space on the volume. Because of this, you can
|
|
1301
1301
|
* increase the volume size when you update a notebook instance, but you can't decrease the
|
|
1302
1302
|
* volume size. If you want to decrease the size of the ML storage volume in use, create a
|
|
@@ -1310,7 +1310,7 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1310
1310
|
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
1311
1311
|
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
1312
1312
|
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
1313
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
1313
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
1314
1314
|
* @public
|
|
1315
1315
|
*/
|
|
1316
1316
|
DefaultCodeRepository?: string | undefined;
|
|
@@ -1320,7 +1320,7 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1320
1320
|
* or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
1321
1321
|
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
1322
1322
|
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
1323
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
1323
|
+
* Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
1324
1324
|
* @public
|
|
1325
1325
|
*/
|
|
1326
1326
|
AdditionalCodeRepositories?: string[] | undefined;
|