@aws-sdk/client-sagemaker 3.592.0 → 3.593.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 CHANGED
@@ -476,6 +476,7 @@ __export(src_exports, {
476
476
  ProcessingS3UploadMode: () => ProcessingS3UploadMode,
477
477
  Processor: () => Processor,
478
478
  ProductionVariantAcceleratorType: () => ProductionVariantAcceleratorType,
479
+ ProductionVariantInferenceAmiVersion: () => ProductionVariantInferenceAmiVersion,
479
480
  ProductionVariantInstanceType: () => ProductionVariantInstanceType,
480
481
  ProfilingStatus: () => ProfilingStatus,
481
482
  ProjectSortBy: () => ProjectSortBy,
@@ -2280,6 +2281,9 @@ var ProductionVariantAcceleratorType = {
2280
2281
  ML_EIA2_MEDIUM: "ml.eia2.medium",
2281
2282
  ML_EIA2_XLARGE: "ml.eia2.xlarge"
2282
2283
  };
2284
+ var ProductionVariantInferenceAmiVersion = {
2285
+ AL2_GPU_2: "al2-ami-sagemaker-inference-gpu-2"
2286
+ };
2283
2287
  var ManagedInstanceScalingStatus = {
2284
2288
  DISABLED: "DISABLED",
2285
2289
  ENABLED: "ENABLED"
@@ -10058,6 +10062,7 @@ var se_ProductionVariant = /* @__PURE__ */ __name((input, context) => {
10058
10062
  ContainerStartupHealthCheckTimeoutInSeconds: [],
10059
10063
  CoreDumpConfig: import_smithy_client._json,
10060
10064
  EnableSSMAccess: [],
10065
+ InferenceAmiVersion: [],
10061
10066
  InitialInstanceCount: [],
10062
10067
  InitialVariantWeight: import_smithy_client.serializeFloat,
10063
10068
  InstanceType: [],
@@ -16489,6 +16494,7 @@ var de_ProductionVariant = /* @__PURE__ */ __name((output, context) => {
16489
16494
  ContainerStartupHealthCheckTimeoutInSeconds: import_smithy_client.expectInt32,
16490
16495
  CoreDumpConfig: (_) => de_ProductionVariantCoreDumpConfig(_, context),
16491
16496
  EnableSSMAccess: import_smithy_client.expectBoolean,
16497
+ InferenceAmiVersion: import_smithy_client.expectString,
16492
16498
  InitialInstanceCount: import_smithy_client.expectInt32,
16493
16499
  InitialVariantWeight: import_smithy_client.limitedParseFloat32,
16494
16500
  InstanceType: import_smithy_client.expectString,
@@ -22474,6 +22480,10 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
22474
22480
 
22475
22481
  // src/models/models_4.ts
22476
22482
 
22483
+ var NotebookInstanceSortOrder = {
22484
+ ASCENDING: "Ascending",
22485
+ DESCENDING: "Descending"
22486
+ };
22477
22487
  var SortPipelineExecutionsBy = {
22478
22488
  CREATION_TIME: "CreationTime",
22479
22489
  PIPELINE_EXECUTION_ARN: "PipelineExecutionArn"
@@ -25066,10 +25076,6 @@ var NotebookInstanceSortKey = {
25066
25076
  NAME: "Name",
25067
25077
  STATUS: "Status"
25068
25078
  };
25069
- var NotebookInstanceSortOrder = {
25070
- ASCENDING: "Ascending",
25071
- DESCENDING: "Descending"
25072
- };
25073
25079
  // Annotate the CommonJS export names for ESM import in node:
25074
25080
 
25075
25081
  0 && (module.exports = {
@@ -25609,6 +25615,7 @@ var NotebookInstanceSortOrder = {
25609
25615
  FailureHandlingPolicy,
25610
25616
  DeviceSubsetType,
25611
25617
  ProductionVariantAcceleratorType,
25618
+ ProductionVariantInferenceAmiVersion,
25612
25619
  ManagedInstanceScalingStatus,
25613
25620
  RoutingStrategy,
25614
25621
  FeatureType,
@@ -97,6 +97,9 @@ export const ProductionVariantAcceleratorType = {
97
97
  ML_EIA2_MEDIUM: "ml.eia2.medium",
98
98
  ML_EIA2_XLARGE: "ml.eia2.xlarge",
99
99
  };
100
+ export const ProductionVariantInferenceAmiVersion = {
101
+ AL2_GPU_2: "al2-ami-sagemaker-inference-gpu-2",
102
+ };
100
103
  export const ManagedInstanceScalingStatus = {
101
104
  DISABLED: "DISABLED",
102
105
  ENABLED: "ENABLED",
@@ -369,7 +369,3 @@ export const NotebookInstanceSortKey = {
369
369
  NAME: "Name",
370
370
  STATUS: "Status",
371
371
  };
372
- export const NotebookInstanceSortOrder = {
373
- ASCENDING: "Ascending",
374
- DESCENDING: "Descending",
375
- };
@@ -1,6 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
3
  import { OidcConfigFilterSensitiveLog, } from "./models_2";
4
+ export const NotebookInstanceSortOrder = {
5
+ ASCENDING: "Ascending",
6
+ DESCENDING: "Descending",
7
+ };
4
8
  export const SortPipelineExecutionsBy = {
5
9
  CREATION_TIME: "CreationTime",
6
10
  PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
@@ -7129,6 +7129,7 @@ const se_ProductionVariant = (input, context) => {
7129
7129
  ContainerStartupHealthCheckTimeoutInSeconds: [],
7130
7130
  CoreDumpConfig: _json,
7131
7131
  EnableSSMAccess: [],
7132
+ InferenceAmiVersion: [],
7132
7133
  InitialInstanceCount: [],
7133
7134
  InitialVariantWeight: __serializeFloat,
7134
7135
  InstanceType: [],
@@ -13881,6 +13882,7 @@ const de_ProductionVariant = (output, context) => {
13881
13882
  ContainerStartupHealthCheckTimeoutInSeconds: __expectInt32,
13882
13883
  CoreDumpConfig: (_) => de_ProductionVariantCoreDumpConfig(_, context),
13883
13884
  EnableSSMAccess: __expectBoolean,
13885
+ InferenceAmiVersion: __expectString,
13884
13886
  InitialInstanceCount: __expectInt32,
13885
13887
  InitialVariantWeight: __limitedParseFloat32,
13886
13888
  InstanceType: __expectString,
@@ -95,6 +95,7 @@ declare const CreateEndpointConfigCommand_base: {
95
95
  * RoutingConfig: { // ProductionVariantRoutingConfig
96
96
  * RoutingStrategy: "LEAST_OUTSTANDING_REQUESTS" || "RANDOM", // required
97
97
  * },
98
+ * InferenceAmiVersion: "al2-ami-sagemaker-inference-gpu-2",
98
99
  * },
99
100
  * ],
100
101
  * DataCaptureConfig: { // DataCaptureConfig
@@ -207,6 +208,7 @@ declare const CreateEndpointConfigCommand_base: {
207
208
  * RoutingConfig: {
208
209
  * RoutingStrategy: "LEAST_OUTSTANDING_REQUESTS" || "RANDOM", // required
209
210
  * },
211
+ * InferenceAmiVersion: "al2-ami-sagemaker-inference-gpu-2",
210
212
  * },
211
213
  * ],
212
214
  * ExecutionRoleArn: "STRING_VALUE",
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSpaceRequest } from "../models/models_1";
4
- import { CreateSpaceResponse } from "../models/models_2";
3
+ import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_2";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -72,6 +72,7 @@ declare const DescribeEndpointConfigCommand_base: {
72
72
  * // RoutingConfig: { // ProductionVariantRoutingConfig
73
73
  * // RoutingStrategy: "LEAST_OUTSTANDING_REQUESTS" || "RANDOM", // required
74
74
  * // },
75
+ * // InferenceAmiVersion: "al2-ami-sagemaker-inference-gpu-2",
75
76
  * // },
76
77
  * // ],
77
78
  * // DataCaptureConfig: { // DataCaptureConfig
@@ -179,6 +180,7 @@ declare const DescribeEndpointConfigCommand_base: {
179
180
  * // RoutingConfig: {
180
181
  * // RoutingStrategy: "LEAST_OUTSTANDING_REQUESTS" || "RANDOM", // required
181
182
  * // },
183
+ * // InferenceAmiVersion: "al2-ami-sagemaker-inference-gpu-2",
182
184
  * // },
183
185
  * // ],
184
186
  * // ExecutionRoleArn: "STRING_VALUE",
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeProcessingJobRequest } from "../models/models_2";
4
- import { DescribeProcessingJobResponse } from "../models/models_3";
3
+ import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../models/models_3";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -2176,6 +2176,17 @@ export interface ProductionVariantCoreDumpConfig {
2176
2176
  */
2177
2177
  KmsKeyId?: string;
2178
2178
  }
2179
+ /**
2180
+ * @public
2181
+ * @enum
2182
+ */
2183
+ export declare const ProductionVariantInferenceAmiVersion: {
2184
+ readonly AL2_GPU_2: "al2-ami-sagemaker-inference-gpu-2";
2185
+ };
2186
+ /**
2187
+ * @public
2188
+ */
2189
+ export type ProductionVariantInferenceAmiVersion = (typeof ProductionVariantInferenceAmiVersion)[keyof typeof ProductionVariantInferenceAmiVersion];
2179
2190
  /**
2180
2191
  * @public
2181
2192
  * @enum
@@ -2374,6 +2385,17 @@ export interface ProductionVariant {
2374
2385
  * @public
2375
2386
  */
2376
2387
  RoutingConfig?: ProductionVariantRoutingConfig;
2388
+ /**
2389
+ * <p>Specifies an option from a collection of preconfigured Amazon Machine Image (AMI)
2390
+ * images. Each image is configured by Amazon Web Services with a set of software and driver
2391
+ * versions. Amazon Web Services optimizes these configurations for different machine
2392
+ * learning workloads.</p>
2393
+ * <p>By selecting an AMI version, you can ensure that your inference environment is
2394
+ * compatible with specific software requirements, such as CUDA driver versions, Linux
2395
+ * kernel versions, or Amazon Web Services Neuron driver versions.</p>
2396
+ * @public
2397
+ */
2398
+ InferenceAmiVersion?: ProductionVariantInferenceAmiVersion;
2377
2399
  }
2378
2400
  /**
2379
2401
  * @public
@@ -9076,14 +9098,18 @@ export interface DriftCheckBaselines {
9076
9098
  * simplified compared to the schema of <code>ModelCard</code>. The
9077
9099
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
9078
9100
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
9079
- * <code>model_artifact</code> properties. For more information about
9101
+ * <code>model_artifact</code> properties. For more information about the model package model
9102
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
9103
+ * package model card schema</a>. For more information about
9080
9104
  * the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
9081
9105
  * the Details of a Model Version</a>.</p>
9082
9106
  * @public
9083
9107
  */
9084
9108
  export interface ModelPackageModelCard {
9085
9109
  /**
9086
- * <p>The content of the model card.</p>
9110
+ * <p>The content of the model card. The content must follow the schema described
9111
+ * in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
9112
+ * Package Model Card Schema</a>.</p>
9087
9113
  * @public
9088
9114
  */
9089
9115
  ModelCardContent?: string;
@@ -9447,7 +9473,9 @@ export interface CreateModelPackageInput {
9447
9473
  * simplified compared to the schema of <code>ModelCard</code>. The
9448
9474
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
9449
9475
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
9450
- * <code>model_artifact</code> properties. For more information about
9476
+ * <code>model_artifact</code> properties. For more information about the model package model
9477
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
9478
+ * package model card schema</a>. For more information about
9451
9479
  * the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
9452
9480
  * the Details of a Model Version</a>.</p>
9453
9481
  * @public
@@ -11247,48 +11275,6 @@ export interface SpaceSharingSettings {
11247
11275
  */
11248
11276
  SharingType: SharingType | undefined;
11249
11277
  }
11250
- /**
11251
- * @public
11252
- */
11253
- export interface CreateSpaceRequest {
11254
- /**
11255
- * <p>The ID of the associated domain.</p>
11256
- * @public
11257
- */
11258
- DomainId: string | undefined;
11259
- /**
11260
- * <p>The name of the space.</p>
11261
- * @public
11262
- */
11263
- SpaceName: string | undefined;
11264
- /**
11265
- * <p>Tags to associated with the space. Each tag consists of a key and an optional value.
11266
- * Tag keys must be unique for each resource. Tags are searchable using the
11267
- * <code>Search</code> API.</p>
11268
- * @public
11269
- */
11270
- Tags?: Tag[];
11271
- /**
11272
- * <p>A collection of space settings.</p>
11273
- * @public
11274
- */
11275
- SpaceSettings?: SpaceSettings;
11276
- /**
11277
- * <p>A collection of ownership settings.</p>
11278
- * @public
11279
- */
11280
- OwnershipSettings?: OwnershipSettings;
11281
- /**
11282
- * <p>A collection of space sharing settings.</p>
11283
- * @public
11284
- */
11285
- SpaceSharingSettings?: SpaceSharingSettings;
11286
- /**
11287
- * <p>The name of the space that appears in the SageMaker Studio UI.</p>
11288
- * @public
11289
- */
11290
- SpaceDisplayName?: string;
11291
- }
11292
11278
  /**
11293
11279
  * @internal
11294
11280
  */
@@ -1,5 +1,47 @@
1
1
  import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterStatus, CodeEditorAppImageConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NeoVpcConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ParallelismConfiguration, ProcessingInstanceType, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
2
+ import { _InstanceType, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NeoVpcConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OwnershipSettings, ParallelismConfiguration, ProcessingInstanceType, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, SpaceSharingSettings, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateSpaceRequest {
7
+ /**
8
+ * <p>The ID of the associated domain.</p>
9
+ * @public
10
+ */
11
+ DomainId: string | undefined;
12
+ /**
13
+ * <p>The name of the space.</p>
14
+ * @public
15
+ */
16
+ SpaceName: string | undefined;
17
+ /**
18
+ * <p>Tags to associated with the space. Each tag consists of a key and an optional value.
19
+ * Tag keys must be unique for each resource. Tags are searchable using the
20
+ * <code>Search</code> API.</p>
21
+ * @public
22
+ */
23
+ Tags?: Tag[];
24
+ /**
25
+ * <p>A collection of space settings.</p>
26
+ * @public
27
+ */
28
+ SpaceSettings?: SpaceSettings;
29
+ /**
30
+ * <p>A collection of ownership settings.</p>
31
+ * @public
32
+ */
33
+ OwnershipSettings?: OwnershipSettings;
34
+ /**
35
+ * <p>A collection of space sharing settings.</p>
36
+ * @public
37
+ */
38
+ SpaceSharingSettings?: SpaceSharingSettings;
39
+ /**
40
+ * <p>The name of the space that appears in the SageMaker Studio UI.</p>
41
+ * @public
42
+ */
43
+ SpaceDisplayName?: string;
44
+ }
3
45
  /**
4
46
  * @public
5
47
  */
@@ -239,17 +281,15 @@ export interface RemoteDebugConfig {
239
281
  }
240
282
  /**
241
283
  * <p>Contains information about attribute-based access control (ABAC) for a training job.
242
- * The session chaining configuration uses Amazon Security Token Service (STS) for your
243
- * training job to request temporary, limited-privilege credentials to tenants. For more
244
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-access-training-data.html#model-access-training-data-abac">Attribute-based access control (ABAC) for multi-tenancy
245
- * training</a>.</p>
284
+ * The session chaining configuration uses Amazon Security Token Service (STS) for your training job to
285
+ * request temporary, limited-privilege credentials to tenants. For more information, see
286
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-access-training-data.html#model-access-training-data-abac">Attribute-based access control (ABAC) for multi-tenancy training</a>.</p>
246
287
  * @public
247
288
  */
248
289
  export interface SessionChainingConfig {
249
290
  /**
250
- * <p>Set to <code>True</code> to allow SageMaker to extract session tags from a
251
- * training job creation role and reuse these tags when assuming the training
252
- * job execution role.</p>
291
+ * <p>Set to <code>True</code> to allow SageMaker to extract session tags from a training job
292
+ * creation role and reuse these tags when assuming the training job execution role.</p>
253
293
  * @public
254
294
  */
255
295
  EnableSessionTagChaining?: boolean;
@@ -3231,8 +3271,8 @@ export interface DescribeCompilationJobRequest {
3231
3271
  * <p>Model artifacts are outputs that result from training a model. They typically consist
3232
3272
  * of trained parameters, a model definition that describes how to compute inferences, and
3233
3273
  * other metadata. A SageMaker container stores your trained model artifacts in the
3234
- * <code>/opt/ml/model</code> directory. After training has completed, by default, these artifacts
3235
- * are uploaded to your Amazon S3 bucket as compressed files.</p>
3274
+ * <code>/opt/ml/model</code> directory. After training has completed, by default,
3275
+ * these artifacts are uploaded to your Amazon S3 bucket as compressed files.</p>
3236
3276
  * @public
3237
3277
  */
3238
3278
  export interface ModelArtifacts {
@@ -7706,7 +7746,9 @@ export interface DescribeModelPackageOutput {
7706
7746
  * simplified compared to the schema of <code>ModelCard</code>. The
7707
7747
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
7708
7748
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
7709
- * <code>model_artifact</code> properties. For more information about
7749
+ * <code>model_artifact</code> properties. For more information about the model package model
7750
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
7751
+ * package model card schema</a>. For more information about
7710
7752
  * the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
7711
7753
  * the Details of a Model Version</a>.</p>
7712
7754
  * @public
@@ -8509,17 +8551,6 @@ export interface DescribePipelineExecutionResponse {
8509
8551
  */
8510
8552
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
8511
8553
  }
8512
- /**
8513
- * @public
8514
- */
8515
- export interface DescribeProcessingJobRequest {
8516
- /**
8517
- * <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
8518
- * Amazon Web Services account.</p>
8519
- * @public
8520
- */
8521
- ProcessingJobName: string | undefined;
8522
- }
8523
8554
  /**
8524
8555
  * @internal
8525
8556
  */
@@ -1,6 +1,17 @@
1
1
  import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContextSummary, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { DockerSettings, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails, SpaceSettings, SpaceSharingSettings, UserSettings } from "./models_1";
3
3
  import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExecutionStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ScheduleStatus, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeProcessingJobRequest {
8
+ /**
9
+ * <p>The name of the processing job. The name must be unique within an Amazon Web Services Region in the
10
+ * Amazon Web Services account.</p>
11
+ * @public
12
+ */
13
+ ProcessingJobName: string | undefined;
14
+ }
4
15
  /**
5
16
  * @public
6
17
  * @enum
@@ -9645,15 +9656,3 @@ export declare const NotebookInstanceSortKey: {
9645
9656
  * @public
9646
9657
  */
9647
9658
  export type NotebookInstanceSortKey = (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
9648
- /**
9649
- * @public
9650
- * @enum
9651
- */
9652
- export declare const NotebookInstanceSortOrder: {
9653
- readonly ASCENDING: "Ascending";
9654
- readonly DESCENDING: "Descending";
9655
- };
9656
- /**
9657
- * @public
9658
- */
9659
- export type NotebookInstanceSortOrder = (typeof NotebookInstanceSortOrder)[keyof typeof NotebookInstanceSortOrder];
@@ -1,7 +1,19 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SharingType, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, SpaceStorageSettings, ThroughputMode, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
3
  import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotebookInstanceStatus, NotificationConfiguration, OidcConfig, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProfilerConfig, ProfilerRuleConfiguration, ScheduleStatus, SelectiveExecutionConfig, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
4
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, MonitoringAlertSummary, NotebookInstanceSortKey, NotebookInstanceSortOrder, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
4
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, MonitoringAlertSummary, NotebookInstanceSortKey, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const NotebookInstanceSortOrder: {
10
+ readonly ASCENDING: "Ascending";
11
+ readonly DESCENDING: "Descending";
12
+ };
13
+ /**
14
+ * @public
15
+ */
16
+ export type NotebookInstanceSortOrder = (typeof NotebookInstanceSortOrder)[keyof typeof NotebookInstanceSortOrder];
5
17
  /**
6
18
  * @public
7
19
  */
@@ -3155,7 +3167,9 @@ export interface ModelPackage {
3155
3167
  * simplified compared to the schema of <code>ModelCard</code>. The
3156
3168
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
3157
3169
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
3158
- * <code>model_artifact</code> properties. For more information about
3170
+ * <code>model_artifact</code> properties. For more information about the model package model
3171
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
3172
+ * package model card schema</a>. For more information about
3159
3173
  * the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
3160
3174
  * the Details of a Model Version</a>.</p>
3161
3175
  * @public
@@ -6236,7 +6250,9 @@ export interface UpdateModelPackageInput {
6236
6250
  * simplified compared to the schema of <code>ModelCard</code>. The
6237
6251
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
6238
6252
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
6239
- * <code>model_artifact</code> properties. For more information about
6253
+ * <code>model_artifact</code> properties. For more information about the model package model
6254
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
6255
+ * package model card schema</a>. For more information about
6240
6256
  * the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View
6241
6257
  * the Details of a Model Version</a>.</p>
6242
6258
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSpaceRequest } from "../models/models_1";
4
- import { CreateSpaceResponse } from "../models/models_2";
3
+ import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_2";
5
4
  import {
6
5
  SageMakerClientResolvedConfig,
7
6
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeProcessingJobRequest } from "../models/models_2";
4
- import { DescribeProcessingJobResponse } from "../models/models_3";
3
+ import {
4
+ DescribeProcessingJobRequest,
5
+ DescribeProcessingJobResponse,
6
+ } from "../models/models_3";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -513,6 +513,11 @@ export interface ProductionVariantCoreDumpConfig {
513
513
  DestinationS3Uri: string | undefined;
514
514
  KmsKeyId?: string;
515
515
  }
516
+ export declare const ProductionVariantInferenceAmiVersion: {
517
+ readonly AL2_GPU_2: "al2-ami-sagemaker-inference-gpu-2";
518
+ };
519
+ export type ProductionVariantInferenceAmiVersion =
520
+ (typeof ProductionVariantInferenceAmiVersion)[keyof typeof ProductionVariantInferenceAmiVersion];
516
521
  export declare const ManagedInstanceScalingStatus: {
517
522
  readonly DISABLED: "DISABLED";
518
523
  readonly ENABLED: "ENABLED";
@@ -553,6 +558,7 @@ export interface ProductionVariant {
553
558
  EnableSSMAccess?: boolean;
554
559
  ManagedInstanceScaling?: ProductionVariantManagedInstanceScaling;
555
560
  RoutingConfig?: ProductionVariantRoutingConfig;
561
+ InferenceAmiVersion?: ProductionVariantInferenceAmiVersion;
556
562
  }
557
563
  export interface CreateEndpointConfigInput {
558
564
  EndpointConfigName: string | undefined;
@@ -1972,15 +1978,6 @@ export type SharingType = (typeof SharingType)[keyof typeof SharingType];
1972
1978
  export interface SpaceSharingSettings {
1973
1979
  SharingType: SharingType | undefined;
1974
1980
  }
1975
- export interface CreateSpaceRequest {
1976
- DomainId: string | undefined;
1977
- SpaceName: string | undefined;
1978
- Tags?: Tag[];
1979
- SpaceSettings?: SpaceSettings;
1980
- OwnershipSettings?: OwnershipSettings;
1981
- SpaceSharingSettings?: SpaceSharingSettings;
1982
- SpaceDisplayName?: string;
1983
- }
1984
1981
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1985
1982
  obj: CreateModelCardRequest
1986
1983
  ) => any;
@@ -141,6 +141,7 @@ import {
141
141
  OfflineStoreConfig,
142
142
  OnlineStoreConfig,
143
143
  OutputConfig,
144
+ OwnershipSettings,
144
145
  ParallelismConfiguration,
145
146
  ProcessingInstanceType,
146
147
  Processor,
@@ -157,10 +158,21 @@ import {
157
158
  ShadowModeConfig,
158
159
  SkipModelValidation,
159
160
  SourceAlgorithmSpecification,
161
+ SpaceSettings,
162
+ SpaceSharingSettings,
160
163
  ThroughputMode,
161
164
  UserSettings,
162
165
  VendorGuidance,
163
166
  } from "./models_1";
167
+ export interface CreateSpaceRequest {
168
+ DomainId: string | undefined;
169
+ SpaceName: string | undefined;
170
+ Tags?: Tag[];
171
+ SpaceSettings?: SpaceSettings;
172
+ OwnershipSettings?: OwnershipSettings;
173
+ SpaceSharingSettings?: SpaceSharingSettings;
174
+ SpaceDisplayName?: string;
175
+ }
164
176
  export interface CreateSpaceResponse {
165
177
  SpaceArn?: string;
166
178
  }
@@ -2131,9 +2143,6 @@ export interface DescribePipelineExecutionResponse {
2131
2143
  ParallelismConfiguration?: ParallelismConfiguration;
2132
2144
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
2133
2145
  }
2134
- export interface DescribeProcessingJobRequest {
2135
- ProcessingJobName: string | undefined;
2136
- }
2137
2146
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2138
2147
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2139
2148
  obj: CreateWorkforceRequest
@@ -143,6 +143,9 @@ import {
143
143
  TrialComponentStatus,
144
144
  WorkerAccessConfiguration,
145
145
  } from "./models_2";
146
+ export interface DescribeProcessingJobRequest {
147
+ ProcessingJobName: string | undefined;
148
+ }
146
149
  export declare const ProcessingJobStatus: {
147
150
  readonly COMPLETED: "Completed";
148
151
  readonly FAILED: "Failed";
@@ -2350,9 +2353,3 @@ export declare const NotebookInstanceSortKey: {
2350
2353
  };
2351
2354
  export type NotebookInstanceSortKey =
2352
2355
  (typeof NotebookInstanceSortKey)[keyof typeof NotebookInstanceSortKey];
2353
- export declare const NotebookInstanceSortOrder: {
2354
- readonly ASCENDING: "Ascending";
2355
- readonly DESCENDING: "Descending";
2356
- };
2357
- export type NotebookInstanceSortOrder =
2358
- (typeof NotebookInstanceSortOrder)[keyof typeof NotebookInstanceSortOrder];
@@ -145,7 +145,6 @@ import {
145
145
  MetricData,
146
146
  MonitoringAlertSummary,
147
147
  NotebookInstanceSortKey,
148
- NotebookInstanceSortOrder,
149
148
  ProcessingJobStatus,
150
149
  ProjectStatus,
151
150
  ResourceType,
@@ -166,6 +165,12 @@ import {
166
165
  Workforce,
167
166
  Workteam,
168
167
  } from "./models_3";
168
+ export declare const NotebookInstanceSortOrder: {
169
+ readonly ASCENDING: "Ascending";
170
+ readonly DESCENDING: "Descending";
171
+ };
172
+ export type NotebookInstanceSortOrder =
173
+ (typeof NotebookInstanceSortOrder)[keyof typeof NotebookInstanceSortOrder];
169
174
  export interface ListNotebookInstancesInput {
170
175
  NextToken?: string;
171
176
  MaxResults?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.592.0",
4
+ "version": "3.593.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",