@aws-sdk/client-sagemaker 3.592.0 → 3.595.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"
@@ -9751,6 +9755,7 @@ var se_ListModelPackageGroupsInput = /* @__PURE__ */ __name((input, context) =>
9751
9755
  return (0, import_smithy_client.take)(input, {
9752
9756
  CreationTimeAfter: (_) => _.getTime() / 1e3,
9753
9757
  CreationTimeBefore: (_) => _.getTime() / 1e3,
9758
+ CrossAccountFilterOption: [],
9754
9759
  MaxResults: [],
9755
9760
  NameContains: [],
9756
9761
  NextToken: [],
@@ -10058,6 +10063,7 @@ var se_ProductionVariant = /* @__PURE__ */ __name((input, context) => {
10058
10063
  ContainerStartupHealthCheckTimeoutInSeconds: [],
10059
10064
  CoreDumpConfig: import_smithy_client._json,
10060
10065
  EnableSSMAccess: [],
10066
+ InferenceAmiVersion: [],
10061
10067
  InitialInstanceCount: [],
10062
10068
  InitialVariantWeight: import_smithy_client.serializeFloat,
10063
10069
  InstanceType: [],
@@ -10548,6 +10554,15 @@ var de_AttributeNames = /* @__PURE__ */ __name((output, context) => {
10548
10554
  });
10549
10555
  return retVal;
10550
10556
  }, "de_AttributeNames");
10557
+ var de_AuthenticationRequestExtraParams = /* @__PURE__ */ __name((output, context) => {
10558
+ return Object.entries(output).reduce((acc, [key, value]) => {
10559
+ if (value === null) {
10560
+ return acc;
10561
+ }
10562
+ acc[key] = (0, import_smithy_client.expectString)(value);
10563
+ return acc;
10564
+ }, {});
10565
+ }, "de_AuthenticationRequestExtraParams");
10551
10566
  var de_AutoMLAlgorithmConfig = /* @__PURE__ */ __name((output, context) => {
10552
10567
  return (0, import_smithy_client.take)(output, {
10553
10568
  AutoMLAlgorithms: (_) => de_AutoMLAlgorithms(_, context)
@@ -16062,11 +16077,13 @@ var de_OfflineStoreStatus = /* @__PURE__ */ __name((output, context) => {
16062
16077
  }, "de_OfflineStoreStatus");
16063
16078
  var de_OidcConfigForResponse = /* @__PURE__ */ __name((output, context) => {
16064
16079
  return (0, import_smithy_client.take)(output, {
16080
+ AuthenticationRequestExtraParams: (_) => de_AuthenticationRequestExtraParams(_, context),
16065
16081
  AuthorizationEndpoint: import_smithy_client.expectString,
16066
16082
  ClientId: import_smithy_client.expectString,
16067
16083
  Issuer: import_smithy_client.expectString,
16068
16084
  JwksUri: import_smithy_client.expectString,
16069
16085
  LogoutEndpoint: import_smithy_client.expectString,
16086
+ Scope: import_smithy_client.expectString,
16070
16087
  TokenEndpoint: import_smithy_client.expectString,
16071
16088
  UserInfoEndpoint: import_smithy_client.expectString
16072
16089
  });
@@ -16489,6 +16506,7 @@ var de_ProductionVariant = /* @__PURE__ */ __name((output, context) => {
16489
16506
  ContainerStartupHealthCheckTimeoutInSeconds: import_smithy_client.expectInt32,
16490
16507
  CoreDumpConfig: (_) => de_ProductionVariantCoreDumpConfig(_, context),
16491
16508
  EnableSSMAccess: import_smithy_client.expectBoolean,
16509
+ InferenceAmiVersion: import_smithy_client.expectString,
16492
16510
  InitialInstanceCount: import_smithy_client.expectInt32,
16493
16511
  InitialVariantWeight: import_smithy_client.limitedParseFloat32,
16494
16512
  InstanceType: import_smithy_client.expectString,
@@ -22474,6 +22492,10 @@ var RetryPipelineExecutionCommand = _RetryPipelineExecutionCommand;
22474
22492
 
22475
22493
  // src/models/models_4.ts
22476
22494
 
22495
+ var NotebookInstanceSortOrder = {
22496
+ ASCENDING: "Ascending",
22497
+ DESCENDING: "Descending"
22498
+ };
22477
22499
  var SortPipelineExecutionsBy = {
22478
22500
  CREATION_TIME: "CreationTime",
22479
22501
  PIPELINE_EXECUTION_ARN: "PipelineExecutionArn"
@@ -25066,10 +25088,6 @@ var NotebookInstanceSortKey = {
25066
25088
  NAME: "Name",
25067
25089
  STATUS: "Status"
25068
25090
  };
25069
- var NotebookInstanceSortOrder = {
25070
- ASCENDING: "Ascending",
25071
- DESCENDING: "Descending"
25072
- };
25073
25091
  // Annotate the CommonJS export names for ESM import in node:
25074
25092
 
25075
25093
  0 && (module.exports = {
@@ -25609,6 +25627,7 @@ var NotebookInstanceSortOrder = {
25609
25627
  FailureHandlingPolicy,
25610
25628
  DeviceSubsetType,
25611
25629
  ProductionVariantAcceleratorType,
25630
+ ProductionVariantInferenceAmiVersion,
25612
25631
  ManagedInstanceScalingStatus,
25613
25632
  RoutingStrategy,
25614
25633
  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",
@@ -6820,6 +6820,7 @@ const se_ListModelPackageGroupsInput = (input, context) => {
6820
6820
  return take(input, {
6821
6821
  CreationTimeAfter: (_) => _.getTime() / 1000,
6822
6822
  CreationTimeBefore: (_) => _.getTime() / 1000,
6823
+ CrossAccountFilterOption: [],
6823
6824
  MaxResults: [],
6824
6825
  NameContains: [],
6825
6826
  NextToken: [],
@@ -7129,6 +7130,7 @@ const se_ProductionVariant = (input, context) => {
7129
7130
  ContainerStartupHealthCheckTimeoutInSeconds: [],
7130
7131
  CoreDumpConfig: _json,
7131
7132
  EnableSSMAccess: [],
7133
+ InferenceAmiVersion: [],
7132
7134
  InitialInstanceCount: [],
7133
7135
  InitialVariantWeight: __serializeFloat,
7134
7136
  InstanceType: [],
@@ -7650,6 +7652,15 @@ const de_AttributeNames = (output, context) => {
7650
7652
  });
7651
7653
  return retVal;
7652
7654
  };
7655
+ const de_AuthenticationRequestExtraParams = (output, context) => {
7656
+ return Object.entries(output).reduce((acc, [key, value]) => {
7657
+ if (value === null) {
7658
+ return acc;
7659
+ }
7660
+ acc[key] = __expectString(value);
7661
+ return acc;
7662
+ }, {});
7663
+ };
7653
7664
  const de_AutoMLAlgorithmConfig = (output, context) => {
7654
7665
  return take(output, {
7655
7666
  AutoMLAlgorithms: (_) => de_AutoMLAlgorithms(_, context),
@@ -13428,11 +13439,13 @@ const de_OfflineStoreStatus = (output, context) => {
13428
13439
  };
13429
13440
  const de_OidcConfigForResponse = (output, context) => {
13430
13441
  return take(output, {
13442
+ AuthenticationRequestExtraParams: (_) => de_AuthenticationRequestExtraParams(_, context),
13431
13443
  AuthorizationEndpoint: __expectString,
13432
13444
  ClientId: __expectString,
13433
13445
  Issuer: __expectString,
13434
13446
  JwksUri: __expectString,
13435
13447
  LogoutEndpoint: __expectString,
13448
+ Scope: __expectString,
13436
13449
  TokenEndpoint: __expectString,
13437
13450
  UserInfoEndpoint: __expectString,
13438
13451
  });
@@ -13881,6 +13894,7 @@ const de_ProductionVariant = (output, context) => {
13881
13894
  ContainerStartupHealthCheckTimeoutInSeconds: __expectInt32,
13882
13895
  CoreDumpConfig: (_) => de_ProductionVariantCoreDumpConfig(_, context),
13883
13896
  EnableSSMAccess: __expectBoolean,
13897
+ InferenceAmiVersion: __expectString,
13884
13898
  InitialInstanceCount: __expectInt32,
13885
13899
  InitialVariantWeight: __limitedParseFloat32,
13886
13900
  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
@@ -65,6 +65,10 @@ declare const CreateWorkforceCommand_base: {
65
65
  * UserInfoEndpoint: "STRING_VALUE", // required
66
66
  * LogoutEndpoint: "STRING_VALUE", // required
67
67
  * JwksUri: "STRING_VALUE", // required
68
+ * Scope: "STRING_VALUE",
69
+ * AuthenticationRequestExtraParams: { // AuthenticationRequestExtraParams
70
+ * "<keys>": "STRING_VALUE",
71
+ * },
68
72
  * },
69
73
  * SourceIpConfig: { // SourceIpConfig
70
74
  * Cidrs: [ // Cidrs // required
@@ -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
@@ -67,6 +67,10 @@ declare const DescribeWorkforceCommand_base: {
67
67
  * // UserInfoEndpoint: "STRING_VALUE",
68
68
  * // LogoutEndpoint: "STRING_VALUE",
69
69
  * // JwksUri: "STRING_VALUE",
70
+ * // Scope: "STRING_VALUE",
71
+ * // AuthenticationRequestExtraParams: { // AuthenticationRequestExtraParams
72
+ * // "<keys>": "STRING_VALUE",
73
+ * // },
70
74
  * // },
71
75
  * // CreateDate: new Date("TIMESTAMP"),
72
76
  * // WorkforceVpcConfig: { // WorkforceVpcConfigResponse
@@ -42,6 +42,7 @@ declare const ListModelPackageGroupsCommand_base: {
42
42
  * NextToken: "STRING_VALUE",
43
43
  * SortBy: "Name" || "CreationTime",
44
44
  * SortOrder: "Ascending" || "Descending",
45
+ * CrossAccountFilterOption: "SameAccount" || "CrossAccount",
45
46
  * };
46
47
  * const command = new ListModelPackageGroupsCommand(input);
47
48
  * const response = await client.send(command);
@@ -68,6 +68,10 @@ declare const ListWorkforcesCommand_base: {
68
68
  * // UserInfoEndpoint: "STRING_VALUE",
69
69
  * // LogoutEndpoint: "STRING_VALUE",
70
70
  * // JwksUri: "STRING_VALUE",
71
+ * // Scope: "STRING_VALUE",
72
+ * // AuthenticationRequestExtraParams: { // AuthenticationRequestExtraParams
73
+ * // "<keys>": "STRING_VALUE",
74
+ * // },
71
75
  * // },
72
76
  * // CreateDate: new Date("TIMESTAMP"),
73
77
  * // WorkforceVpcConfig: { // WorkforceVpcConfigResponse
@@ -75,6 +75,10 @@ declare const UpdateWorkforceCommand_base: {
75
75
  * UserInfoEndpoint: "STRING_VALUE", // required
76
76
  * LogoutEndpoint: "STRING_VALUE", // required
77
77
  * JwksUri: "STRING_VALUE", // required
78
+ * Scope: "STRING_VALUE",
79
+ * AuthenticationRequestExtraParams: { // AuthenticationRequestExtraParams
80
+ * "<keys>": "STRING_VALUE",
81
+ * },
78
82
  * },
79
83
  * WorkforceVpcConfig: { // WorkforceVpcConfigRequest
80
84
  * VpcId: "STRING_VALUE",
@@ -111,6 +115,10 @@ declare const UpdateWorkforceCommand_base: {
111
115
  * // UserInfoEndpoint: "STRING_VALUE",
112
116
  * // LogoutEndpoint: "STRING_VALUE",
113
117
  * // JwksUri: "STRING_VALUE",
118
+ * // Scope: "STRING_VALUE",
119
+ * // AuthenticationRequestExtraParams: { // AuthenticationRequestExtraParams
120
+ * // "<keys>": "STRING_VALUE",
121
+ * // },
114
122
  * // },
115
123
  * // CreateDate: new Date("TIMESTAMP"),
116
124
  * // WorkforceVpcConfig: { // WorkforceVpcConfigResponse
@@ -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;
@@ -1076,6 +1116,16 @@ export interface OidcConfig {
1076
1116
  * @public
1077
1117
  */
1078
1118
  JwksUri: string | undefined;
1119
+ /**
1120
+ * <p>An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.</p>
1121
+ * @public
1122
+ */
1123
+ Scope?: string;
1124
+ /**
1125
+ * <p>A string to string map of identifiers specific to the custom identity provider (IdP) being used.</p>
1126
+ * @public
1127
+ */
1128
+ AuthenticationRequestExtraParams?: Record<string, string>;
1079
1129
  }
1080
1130
  /**
1081
1131
  * <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
@@ -3231,8 +3281,8 @@ export interface DescribeCompilationJobRequest {
3231
3281
  * <p>Model artifacts are outputs that result from training a model. They typically consist
3232
3282
  * of trained parameters, a model definition that describes how to compute inferences, and
3233
3283
  * 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>
3284
+ * <code>/opt/ml/model</code> directory. After training has completed, by default,
3285
+ * these artifacts are uploaded to your Amazon S3 bucket as compressed files.</p>
3236
3286
  * @public
3237
3287
  */
3238
3288
  export interface ModelArtifacts {
@@ -7706,7 +7756,9 @@ export interface DescribeModelPackageOutput {
7706
7756
  * simplified compared to the schema of <code>ModelCard</code>. The
7707
7757
  * <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>,
7708
7758
  * and <code>model_overview</code> is composed of the <code>model_creator</code> and
7709
- * <code>model_artifact</code> properties. For more information about
7759
+ * <code>model_artifact</code> properties. For more information about the model package model
7760
+ * card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
7761
+ * package model card schema</a>. For more information about
7710
7762
  * 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
7763
  * the Details of a Model Version</a>.</p>
7712
7764
  * @public
@@ -8509,17 +8561,6 @@ export interface DescribePipelineExecutionResponse {
8509
8561
  */
8510
8562
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
8511
8563
  }
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
8564
  /**
8524
8565
  * @internal
8525
8566
  */
@@ -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
- 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";
3
+ import { CrossAccountFilterOption, 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
@@ -1858,6 +1869,16 @@ export interface OidcConfigForResponse {
1858
1869
  * @public
1859
1870
  */
1860
1871
  JwksUri?: string;
1872
+ /**
1873
+ * <p>An array of string identifiers used to refer to the specific pieces of user data or claims that the client application wants to access.</p>
1874
+ * @public
1875
+ */
1876
+ Scope?: string;
1877
+ /**
1878
+ * <p>A string to string map of identifiers specific to the custom identity provider (IdP) being used.</p>
1879
+ * @public
1880
+ */
1881
+ AuthenticationRequestExtraParams?: Record<string, string>;
1861
1882
  }
1862
1883
  /**
1863
1884
  * @public
@@ -8621,6 +8642,15 @@ export interface ListModelPackageGroupsInput {
8621
8642
  * @public
8622
8643
  */
8623
8644
  SortOrder?: SortOrder;
8645
+ /**
8646
+ * <p>A filter that returns either model groups shared with you or model groups in
8647
+ * your own account. When the value is <code>CrossAccount</code>, the results show
8648
+ * the resources made discoverable to you from other accounts. When the value is
8649
+ * <code>SameAccount</code> or <code>null</code>, the results show resources from your
8650
+ * account. The default is <code>SameAccount</code>.</p>
8651
+ * @public
8652
+ */
8653
+ CrossAccountFilterOption?: CrossAccountFilterOption;
8624
8654
  }
8625
8655
  /**
8626
8656
  * <p>Summary information about a model group.</p>
@@ -9645,15 +9675,3 @@ export declare const NotebookInstanceSortKey: {
9645
9675
  * @public
9646
9676
  */
9647
9677
  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
  }
@@ -379,6 +391,8 @@ export interface OidcConfig {
379
391
  UserInfoEndpoint: string | undefined;
380
392
  LogoutEndpoint: string | undefined;
381
393
  JwksUri: string | undefined;
394
+ Scope?: string;
395
+ AuthenticationRequestExtraParams?: Record<string, string>;
382
396
  }
383
397
  export interface SourceIpConfig {
384
398
  Cidrs: string[] | undefined;
@@ -2131,9 +2145,6 @@ export interface DescribePipelineExecutionResponse {
2131
2145
  ParallelismConfiguration?: ParallelismConfiguration;
2132
2146
  SelectiveExecutionConfig?: SelectiveExecutionConfig;
2133
2147
  }
2134
- export interface DescribeProcessingJobRequest {
2135
- ProcessingJobName: string | undefined;
2136
- }
2137
2148
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2138
2149
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2139
2150
  obj: CreateWorkforceRequest
@@ -82,6 +82,7 @@ import {
82
82
  UserSettings,
83
83
  } from "./models_1";
84
84
  import {
85
+ CrossAccountFilterOption,
85
86
  CustomizedMetricSpecification,
86
87
  DataCaptureConfigSummary,
87
88
  DataProcessing,
@@ -143,6 +144,9 @@ import {
143
144
  TrialComponentStatus,
144
145
  WorkerAccessConfiguration,
145
146
  } from "./models_2";
147
+ export interface DescribeProcessingJobRequest {
148
+ ProcessingJobName: string | undefined;
149
+ }
146
150
  export declare const ProcessingJobStatus: {
147
151
  readonly COMPLETED: "Completed";
148
152
  readonly FAILED: "Failed";
@@ -500,6 +504,8 @@ export interface OidcConfigForResponse {
500
504
  UserInfoEndpoint?: string;
501
505
  LogoutEndpoint?: string;
502
506
  JwksUri?: string;
507
+ Scope?: string;
508
+ AuthenticationRequestExtraParams?: Record<string, string>;
503
509
  }
504
510
  export declare const WorkforceStatus: {
505
511
  readonly ACTIVE: "Active";
@@ -2100,6 +2106,7 @@ export interface ListModelPackageGroupsInput {
2100
2106
  NextToken?: string;
2101
2107
  SortBy?: ModelPackageGroupSortBy;
2102
2108
  SortOrder?: SortOrder;
2109
+ CrossAccountFilterOption?: CrossAccountFilterOption;
2103
2110
  }
2104
2111
  export interface ModelPackageGroupSummary {
2105
2112
  ModelPackageGroupName: string | undefined;
@@ -2350,9 +2357,3 @@ export declare const NotebookInstanceSortKey: {
2350
2357
  };
2351
2358
  export type NotebookInstanceSortKey =
2352
2359
  (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.595.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",