@aws-sdk/client-sagemaker 3.864.0 → 3.867.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
@@ -3469,7 +3469,7 @@ var se_CreateCompilationJobCommand = /* @__PURE__ */ __name(async (input, contex
3469
3469
  var se_CreateComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
3470
3470
  const headers = sharedHeaders("CreateComputeQuota");
3471
3471
  let body;
3472
- body = JSON.stringify((0, import_smithy_client._json)(input));
3472
+ body = JSON.stringify(se_CreateComputeQuotaRequest(input, context));
3473
3473
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3474
3474
  }, "se_CreateComputeQuotaCommand");
3475
3475
  var se_CreateContextCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -5353,7 +5353,7 @@ var se_UpdateCodeRepositoryCommand = /* @__PURE__ */ __name(async (input, contex
5353
5353
  var se_UpdateComputeQuotaCommand = /* @__PURE__ */ __name(async (input, context) => {
5354
5354
  const headers = sharedHeaders("UpdateComputeQuota");
5355
5355
  let body;
5356
- body = JSON.stringify((0, import_smithy_client._json)(input));
5356
+ body = JSON.stringify(se_UpdateComputeQuotaRequest(input, context));
5357
5357
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5358
5358
  }, "se_UpdateComputeQuotaCommand");
5359
5359
  var se_UpdateContextCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -10290,6 +10290,27 @@ var se_BatchTransformInput = /* @__PURE__ */ __name((input, context) => {
10290
10290
  StartTimeOffset: []
10291
10291
  });
10292
10292
  }, "se_BatchTransformInput");
10293
+ var se_ComputeQuotaConfig = /* @__PURE__ */ __name((input, context) => {
10294
+ return (0, import_smithy_client.take)(input, {
10295
+ ComputeQuotaResources: /* @__PURE__ */ __name((_) => se_ComputeQuotaResourceConfigList(_, context), "ComputeQuotaResources"),
10296
+ PreemptTeamTasks: [],
10297
+ ResourceSharingConfig: import_smithy_client._json
10298
+ });
10299
+ }, "se_ComputeQuotaConfig");
10300
+ var se_ComputeQuotaResourceConfig = /* @__PURE__ */ __name((input, context) => {
10301
+ return (0, import_smithy_client.take)(input, {
10302
+ Accelerators: [],
10303
+ Count: [],
10304
+ InstanceType: [],
10305
+ MemoryInGiB: import_smithy_client.serializeFloat,
10306
+ VCpu: import_smithy_client.serializeFloat
10307
+ });
10308
+ }, "se_ComputeQuotaResourceConfig");
10309
+ var se_ComputeQuotaResourceConfigList = /* @__PURE__ */ __name((input, context) => {
10310
+ return input.filter((e) => e != null).map((entry) => {
10311
+ return se_ComputeQuotaResourceConfig(entry, context);
10312
+ });
10313
+ }, "se_ComputeQuotaResourceConfigList");
10293
10314
  var se_CreateAutoMLJobRequest = /* @__PURE__ */ __name((input, context) => {
10294
10315
  return (0, import_smithy_client.take)(input, {
10295
10316
  AutoMLJobConfig: /* @__PURE__ */ __name((_) => se_AutoMLJobConfig(_, context), "AutoMLJobConfig"),
@@ -10319,6 +10340,17 @@ var se_CreateAutoMLJobV2Request = /* @__PURE__ */ __name((input, context) => {
10319
10340
  Tags: import_smithy_client._json
10320
10341
  });
10321
10342
  }, "se_CreateAutoMLJobV2Request");
10343
+ var se_CreateComputeQuotaRequest = /* @__PURE__ */ __name((input, context) => {
10344
+ return (0, import_smithy_client.take)(input, {
10345
+ ActivationState: [],
10346
+ ClusterArn: [],
10347
+ ComputeQuotaConfig: /* @__PURE__ */ __name((_) => se_ComputeQuotaConfig(_, context), "ComputeQuotaConfig"),
10348
+ ComputeQuotaTarget: import_smithy_client._json,
10349
+ Description: [],
10350
+ Name: [],
10351
+ Tags: import_smithy_client._json
10352
+ });
10353
+ }, "se_CreateComputeQuotaRequest");
10322
10354
  var se_CreateDataQualityJobDefinitionRequest = /* @__PURE__ */ __name((input, context) => {
10323
10355
  return (0, import_smithy_client.take)(input, {
10324
10356
  DataQualityAppSpecification: import_smithy_client._json,
@@ -11657,6 +11689,16 @@ var se_TuningJobCompletionCriteria = /* @__PURE__ */ __name((input, context) =>
11657
11689
  TargetObjectiveMetricValue: import_smithy_client.serializeFloat
11658
11690
  });
11659
11691
  }, "se_TuningJobCompletionCriteria");
11692
+ var se_UpdateComputeQuotaRequest = /* @__PURE__ */ __name((input, context) => {
11693
+ return (0, import_smithy_client.take)(input, {
11694
+ ActivationState: [],
11695
+ ComputeQuotaConfig: /* @__PURE__ */ __name((_) => se_ComputeQuotaConfig(_, context), "ComputeQuotaConfig"),
11696
+ ComputeQuotaId: [],
11697
+ ComputeQuotaTarget: import_smithy_client._json,
11698
+ Description: [],
11699
+ TargetVersion: []
11700
+ });
11701
+ }, "se_UpdateComputeQuotaRequest");
11660
11702
  var se_UpdateEndpointWeightsAndCapacitiesInput = /* @__PURE__ */ __name((input, context) => {
11661
11703
  return (0, import_smithy_client.take)(input, {
11662
11704
  DesiredWeightsAndCapacities: /* @__PURE__ */ __name((_) => se_DesiredWeightAndCapacityList(_, context), "DesiredWeightsAndCapacities"),
@@ -13117,8 +13159,11 @@ var de_ComputeQuotaConfig = /* @__PURE__ */ __name((output, context) => {
13117
13159
  }, "de_ComputeQuotaConfig");
13118
13160
  var de_ComputeQuotaResourceConfig = /* @__PURE__ */ __name((output, context) => {
13119
13161
  return (0, import_smithy_client.take)(output, {
13162
+ Accelerators: import_smithy_client.expectInt32,
13120
13163
  Count: import_smithy_client.expectInt32,
13121
- InstanceType: import_smithy_client.expectString
13164
+ InstanceType: import_smithy_client.expectString,
13165
+ MemoryInGiB: import_smithy_client.limitedParseFloat32,
13166
+ VCpu: import_smithy_client.limitedParseFloat32
13122
13167
  });
13123
13168
  }, "de_ComputeQuotaResourceConfig");
13124
13169
  var de_ComputeQuotaResourceConfigList = /* @__PURE__ */ __name((output, context) => {
@@ -14012,6 +14057,7 @@ var de_DescribeAppResponse = /* @__PURE__ */ __name((output, context) => {
14012
14057
  BuiltInLifecycleConfigArn: import_smithy_client.expectString,
14013
14058
  CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
14014
14059
  DomainId: import_smithy_client.expectString,
14060
+ EffectiveTrustedIdentityPropagationStatus: import_smithy_client.expectString,
14015
14061
  FailureReason: import_smithy_client.expectString,
14016
14062
  LastHealthCheckTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastHealthCheckTimestamp"),
14017
14063
  LastUserActivityTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUserActivityTimestamp"),
@@ -15249,6 +15295,7 @@ var de_DomainSettings = /* @__PURE__ */ __name((output, context) => {
15249
15295
  ExecutionRoleIdentityConfig: import_smithy_client.expectString,
15250
15296
  RStudioServerProDomainSettings: /* @__PURE__ */ __name((_) => de_RStudioServerProDomainSettings(_, context), "RStudioServerProDomainSettings"),
15251
15297
  SecurityGroupIds: /* @__PURE__ */ __name((_) => de_DomainSecurityGroupIds(_, context), "SecurityGroupIds"),
15298
+ TrustedIdentityPropagationSettings: /* @__PURE__ */ __name((_) => de_TrustedIdentityPropagationSettings(_, context), "TrustedIdentityPropagationSettings"),
15252
15299
  UnifiedStudioSettings: /* @__PURE__ */ __name((_) => de_UnifiedStudioSettings(_, context), "UnifiedStudioSettings")
15253
15300
  });
15254
15301
  }, "de_DomainSettings");
@@ -20792,6 +20839,11 @@ var de_TrialSummary = /* @__PURE__ */ __name((output, context) => {
20792
20839
  TrialSource: /* @__PURE__ */ __name((_) => de_TrialSource(_, context), "TrialSource")
20793
20840
  });
20794
20841
  }, "de_TrialSummary");
20842
+ var de_TrustedIdentityPropagationSettings = /* @__PURE__ */ __name((output, context) => {
20843
+ return (0, import_smithy_client.take)(output, {
20844
+ Status: import_smithy_client.expectString
20845
+ });
20846
+ }, "de_TrustedIdentityPropagationSettings");
20795
20847
  var de_TtlDuration = /* @__PURE__ */ __name((output, context) => {
20796
20848
  return (0, import_smithy_client.take)(output, {
20797
20849
  Unit: import_smithy_client.expectString,
@@ -117,7 +117,7 @@ export const se_CreateCompilationJobCommand = async (input, context) => {
117
117
  export const se_CreateComputeQuotaCommand = async (input, context) => {
118
118
  const headers = sharedHeaders("CreateComputeQuota");
119
119
  let body;
120
- body = JSON.stringify(_json(input));
120
+ body = JSON.stringify(se_CreateComputeQuotaRequest(input, context));
121
121
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
122
122
  };
123
123
  export const se_CreateContextCommand = async (input, context) => {
@@ -2001,7 +2001,7 @@ export const se_UpdateCodeRepositoryCommand = async (input, context) => {
2001
2001
  export const se_UpdateComputeQuotaCommand = async (input, context) => {
2002
2002
  const headers = sharedHeaders("UpdateComputeQuota");
2003
2003
  let body;
2004
- body = JSON.stringify(_json(input));
2004
+ body = JSON.stringify(se_UpdateComputeQuotaRequest(input, context));
2005
2005
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
2006
2006
  };
2007
2007
  export const se_UpdateContextCommand = async (input, context) => {
@@ -6938,6 +6938,29 @@ const se_BatchTransformInput = (input, context) => {
6938
6938
  StartTimeOffset: [],
6939
6939
  });
6940
6940
  };
6941
+ const se_ComputeQuotaConfig = (input, context) => {
6942
+ return take(input, {
6943
+ ComputeQuotaResources: (_) => se_ComputeQuotaResourceConfigList(_, context),
6944
+ PreemptTeamTasks: [],
6945
+ ResourceSharingConfig: _json,
6946
+ });
6947
+ };
6948
+ const se_ComputeQuotaResourceConfig = (input, context) => {
6949
+ return take(input, {
6950
+ Accelerators: [],
6951
+ Count: [],
6952
+ InstanceType: [],
6953
+ MemoryInGiB: __serializeFloat,
6954
+ VCpu: __serializeFloat,
6955
+ });
6956
+ };
6957
+ const se_ComputeQuotaResourceConfigList = (input, context) => {
6958
+ return input
6959
+ .filter((e) => e != null)
6960
+ .map((entry) => {
6961
+ return se_ComputeQuotaResourceConfig(entry, context);
6962
+ });
6963
+ };
6941
6964
  const se_CreateAutoMLJobRequest = (input, context) => {
6942
6965
  return take(input, {
6943
6966
  AutoMLJobConfig: (_) => se_AutoMLJobConfig(_, context),
@@ -6967,6 +6990,17 @@ const se_CreateAutoMLJobV2Request = (input, context) => {
6967
6990
  Tags: _json,
6968
6991
  });
6969
6992
  };
6993
+ const se_CreateComputeQuotaRequest = (input, context) => {
6994
+ return take(input, {
6995
+ ActivationState: [],
6996
+ ClusterArn: [],
6997
+ ComputeQuotaConfig: (_) => se_ComputeQuotaConfig(_, context),
6998
+ ComputeQuotaTarget: _json,
6999
+ Description: [],
7000
+ Name: [],
7001
+ Tags: _json,
7002
+ });
7003
+ };
6970
7004
  const se_CreateDataQualityJobDefinitionRequest = (input, context) => {
6971
7005
  return take(input, {
6972
7006
  DataQualityAppSpecification: _json,
@@ -8313,6 +8347,16 @@ const se_TuningJobCompletionCriteria = (input, context) => {
8313
8347
  TargetObjectiveMetricValue: __serializeFloat,
8314
8348
  });
8315
8349
  };
8350
+ const se_UpdateComputeQuotaRequest = (input, context) => {
8351
+ return take(input, {
8352
+ ActivationState: [],
8353
+ ComputeQuotaConfig: (_) => se_ComputeQuotaConfig(_, context),
8354
+ ComputeQuotaId: [],
8355
+ ComputeQuotaTarget: _json,
8356
+ Description: [],
8357
+ TargetVersion: [],
8358
+ });
8359
+ };
8316
8360
  const se_UpdateEndpointWeightsAndCapacitiesInput = (input, context) => {
8317
8361
  return take(input, {
8318
8362
  DesiredWeightsAndCapacities: (_) => se_DesiredWeightAndCapacityList(_, context),
@@ -9873,8 +9917,11 @@ const de_ComputeQuotaConfig = (output, context) => {
9873
9917
  };
9874
9918
  const de_ComputeQuotaResourceConfig = (output, context) => {
9875
9919
  return take(output, {
9920
+ Accelerators: __expectInt32,
9876
9921
  Count: __expectInt32,
9877
9922
  InstanceType: __expectString,
9923
+ MemoryInGiB: __limitedParseFloat32,
9924
+ VCpu: __limitedParseFloat32,
9878
9925
  });
9879
9926
  };
9880
9927
  const de_ComputeQuotaResourceConfigList = (output, context) => {
@@ -10811,6 +10858,7 @@ const de_DescribeAppResponse = (output, context) => {
10811
10858
  BuiltInLifecycleConfigArn: __expectString,
10812
10859
  CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
10813
10860
  DomainId: __expectString,
10861
+ EffectiveTrustedIdentityPropagationStatus: __expectString,
10814
10862
  FailureReason: __expectString,
10815
10863
  LastHealthCheckTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
10816
10864
  LastUserActivityTimestamp: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -12060,6 +12108,7 @@ const de_DomainSettings = (output, context) => {
12060
12108
  ExecutionRoleIdentityConfig: __expectString,
12061
12109
  RStudioServerProDomainSettings: (_) => de_RStudioServerProDomainSettings(_, context),
12062
12110
  SecurityGroupIds: (_) => de_DomainSecurityGroupIds(_, context),
12111
+ TrustedIdentityPropagationSettings: (_) => de_TrustedIdentityPropagationSettings(_, context),
12063
12112
  UnifiedStudioSettings: (_) => de_UnifiedStudioSettings(_, context),
12064
12113
  });
12065
12114
  };
@@ -17953,6 +18002,11 @@ const de_TrialSummary = (output, context) => {
17953
18002
  TrialSource: (_) => de_TrialSource(_, context),
17954
18003
  });
17955
18004
  };
18005
+ const de_TrustedIdentityPropagationSettings = (output, context) => {
18006
+ return take(output, {
18007
+ Status: __expectString,
18008
+ });
18009
+ };
17956
18010
  const de_TtlDuration = (output, context) => {
17957
18011
  return take(output, {
17958
18012
  Unit: __expectString,
@@ -43,6 +43,9 @@ declare const CreateComputeQuotaCommand_base: {
43
43
  * { // ComputeQuotaResourceConfig
44
44
  * InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge", // required
45
45
  * Count: Number("int"),
46
+ * Accelerators: Number("int"),
47
+ * VCpu: Number("float"),
48
+ * MemoryInGiB: Number("float"),
46
49
  * },
47
50
  * ],
48
51
  * ResourceSharingConfig: { // ResourceSharingConfig
@@ -269,6 +269,9 @@ declare const CreateDomainCommand_base: {
269
269
  * DefaultResourceSpec: "<ResourceSpec>",
270
270
  * },
271
271
  * ExecutionRoleIdentityConfig: "USER_PROFILE_NAME" || "DISABLED",
272
+ * TrustedIdentityPropagationSettings: { // TrustedIdentityPropagationSettings
273
+ * Status: "ENABLED" || "DISABLED", // required
274
+ * },
272
275
  * DockerSettings: { // DockerSettings
273
276
  * EnableDockerAccess: "ENABLED" || "DISABLED",
274
277
  * VpcOnlyTrustedAccounts: [ // VpcOnlyTrustedAccounts
@@ -51,6 +51,7 @@ declare const DescribeAppCommand_base: {
51
51
  * // UserProfileName: "STRING_VALUE",
52
52
  * // SpaceName: "STRING_VALUE",
53
53
  * // Status: "Deleted" || "Deleting" || "Failed" || "InService" || "Pending",
54
+ * // EffectiveTrustedIdentityPropagationStatus: "ENABLED" || "DISABLED",
54
55
  * // RecoveryMode: true || false,
55
56
  * // LastHealthCheckTimestamp: new Date("TIMESTAMP"),
56
57
  * // LastUserActivityTimestamp: new Date("TIMESTAMP"),
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DescribeCompilationJobRequest, DescribeCompilationJobResponse } from "../models/models_2";
3
+ import { DescribeCompilationJobRequest } from "../models/models_2";
4
+ import { DescribeCompilationJobResponse } from "../models/models_3";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -54,6 +54,9 @@ declare const DescribeComputeQuotaCommand_base: {
54
54
  * // { // ComputeQuotaResourceConfig
55
55
  * // InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge", // required
56
56
  * // Count: Number("int"),
57
+ * // Accelerators: Number("int"),
58
+ * // VCpu: Number("float"),
59
+ * // MemoryInGiB: Number("float"),
57
60
  * // },
58
61
  * // ],
59
62
  * // ResourceSharingConfig: { // ResourceSharingConfig
@@ -284,6 +284,9 @@ declare const DescribeDomainCommand_base: {
284
284
  * // DefaultResourceSpec: "<ResourceSpec>",
285
285
  * // },
286
286
  * // ExecutionRoleIdentityConfig: "USER_PROFILE_NAME" || "DISABLED",
287
+ * // TrustedIdentityPropagationSettings: { // TrustedIdentityPropagationSettings
288
+ * // Status: "ENABLED" || "DISABLED", // required
289
+ * // },
287
290
  * // DockerSettings: { // DockerSettings
288
291
  * // EnableDockerAccess: "ENABLED" || "DISABLED",
289
292
  * // VpcOnlyTrustedAccounts: [ // VpcOnlyTrustedAccounts
@@ -61,6 +61,9 @@ declare const ListComputeQuotasCommand_base: {
61
61
  * // { // ComputeQuotaResourceConfig
62
62
  * // InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge", // required
63
63
  * // Count: Number("int"),
64
+ * // Accelerators: Number("int"),
65
+ * // VCpu: Number("float"),
66
+ * // MemoryInGiB: Number("float"),
64
67
  * // },
65
68
  * // ],
66
69
  * // ResourceSharingConfig: { // ResourceSharingConfig
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_4";
3
+ import { ListWorkforcesRequest } from "../models/models_4";
4
+ import { ListWorkforcesResponse } from "../models/models_5";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -42,6 +42,9 @@ declare const UpdateComputeQuotaCommand_base: {
42
42
  * { // ComputeQuotaResourceConfig
43
43
  * InstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.c5.large" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.12xlarge" || "ml.c5.18xlarge" || "ml.c5.24xlarge" || "ml.c5n.large" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.8xlarge" || "ml.m5.12xlarge" || "ml.m5.16xlarge" || "ml.m5.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.16xlarge" || "ml.g6.12xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.gr6.4xlarge" || "ml.gr6.8xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.16xlarge" || "ml.g6e.12xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.p6-b200.48xlarge" || "ml.trn2.48xlarge" || "ml.c6i.large" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.4xlarge" || "ml.c6i.8xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.r6i.large" || "ml.r6i.xlarge" || "ml.r6i.2xlarge" || "ml.r6i.4xlarge" || "ml.r6i.8xlarge" || "ml.r6i.12xlarge" || "ml.r6i.16xlarge" || "ml.r6i.24xlarge" || "ml.r6i.32xlarge" || "ml.i3en.large" || "ml.i3en.xlarge" || "ml.i3en.2xlarge" || "ml.i3en.3xlarge" || "ml.i3en.6xlarge" || "ml.i3en.12xlarge" || "ml.i3en.24xlarge" || "ml.m7i.large" || "ml.m7i.xlarge" || "ml.m7i.2xlarge" || "ml.m7i.4xlarge" || "ml.m7i.8xlarge" || "ml.m7i.12xlarge" || "ml.m7i.16xlarge" || "ml.m7i.24xlarge" || "ml.m7i.48xlarge" || "ml.r7i.large" || "ml.r7i.xlarge" || "ml.r7i.2xlarge" || "ml.r7i.4xlarge" || "ml.r7i.8xlarge" || "ml.r7i.12xlarge" || "ml.r7i.16xlarge" || "ml.r7i.24xlarge" || "ml.r7i.48xlarge", // required
44
44
  * Count: Number("int"),
45
+ * Accelerators: Number("int"),
46
+ * VCpu: Number("float"),
47
+ * MemoryInGiB: Number("float"),
45
48
  * },
46
49
  * ],
47
50
  * ResourceSharingConfig: { // ResourceSharingConfig
@@ -268,6 +268,9 @@ declare const UpdateDomainCommand_base: {
268
268
  * SecurityGroupIds: [ // DomainSecurityGroupIds
269
269
  * "STRING_VALUE",
270
270
  * ],
271
+ * TrustedIdentityPropagationSettings: { // TrustedIdentityPropagationSettings
272
+ * Status: "ENABLED" || "DISABLED", // required
273
+ * },
271
274
  * DockerSettings: { // DockerSettings
272
275
  * EnableDockerAccess: "ENABLED" || "DISABLED",
273
276
  * VpcOnlyTrustedAccounts: [ // VpcOnlyTrustedAccounts
@@ -546,6 +546,21 @@ export interface ComputeQuotaResourceConfig {
546
546
  * @public
547
547
  */
548
548
  Count?: number | undefined;
549
+ /**
550
+ * <p>The number of accelerators to allocate. If you don't specify a value for vCPU and MemoryInGiB, SageMaker AI automatically allocates ratio-based values for those parameters based on the number of accelerators you provide. For example, if you allocate 16 out of 32 total accelerators, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU and MemoryInGiB.</p>
551
+ * @public
552
+ */
553
+ Accelerators?: number | undefined;
554
+ /**
555
+ * <p>The number of vCPU to allocate. If you specify a value only for vCPU, SageMaker AI automatically allocates ratio-based values for MemoryInGiB based on this vCPU parameter. For example, if you allocate 20 out of 40 total vCPU, SageMaker AI uses the ratio of 0.5 and allocates values to MemoryInGiB. Accelerators are set to 0.</p>
556
+ * @public
557
+ */
558
+ VCpu?: number | undefined;
559
+ /**
560
+ * <p>The amount of memory in GiB to allocate. If you specify a value only for this parameter, SageMaker AI automatically allocates a ratio-based value for vCPU based on this memory that you provide. For example, if you allocate 200 out of 400 total memory in GiB, SageMaker AI uses the ratio of 0.5 and allocates values to vCPU. Accelerators are set to 0.</p>
561
+ * @public
562
+ */
563
+ MemoryInGiB?: number | undefined;
549
564
  }
550
565
  /**
551
566
  * @public
@@ -3230,6 +3245,17 @@ export interface RStudioServerProDomainSettings {
3230
3245
  */
3231
3246
  DefaultResourceSpec?: ResourceSpec | undefined;
3232
3247
  }
3248
+ /**
3249
+ * <p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>
3250
+ * @public
3251
+ */
3252
+ export interface TrustedIdentityPropagationSettings {
3253
+ /**
3254
+ * <p>The status of Trusted Identity Propagation (TIP) at the SageMaker domain level. </p> <p>When disabled, standard IAM role-based access is used. </p> <p>When enabled:</p> <ul> <li> <p>User identities from IAM Identity Center are propagated through the application to TIP enabled Amazon Web Services services.</p> </li> <li> <p>New applications or existing applications that are automatically patched, will use the domain level configuration.</p> </li> </ul>
3255
+ * @public
3256
+ */
3257
+ Status: FeatureStatus | undefined;
3258
+ }
3233
3259
  /**
3234
3260
  * <p>The settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>
3235
3261
  * @public
@@ -3296,6 +3322,11 @@ export interface DomainSettings {
3296
3322
  * @public
3297
3323
  */
3298
3324
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | undefined;
3325
+ /**
3326
+ * <p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>
3327
+ * @public
3328
+ */
3329
+ TrustedIdentityPropagationSettings?: TrustedIdentityPropagationSettings | undefined;
3299
3330
  /**
3300
3331
  * <p>A collection of settings that configure the domain's Docker interaction.</p>
3301
3332
  * @public
@@ -6627,7 +6658,7 @@ export interface CreateLabelingJobRequest {
6627
6658
  */
6628
6659
  LabelingJobName: string | undefined;
6629
6660
  /**
6630
- * <p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with "-metadata". </p> </li> <li> <p>If you are using one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, the attribute name <i>must</i> end with "-ref". If the task type you are using is not listed below, the attribute name <i>must not</i> end with "-ref".</p> <ul> <li> <p>Image semantic segmentation (<code>SemanticSegmentation)</code>, and adjustment (<code>AdjustmentSemanticSegmentation</code>) and verification (<code>VerificationSemanticSegmentation</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels</a>.</p> </important>
6661
+ * <p>The attribute name to use for the label in the output manifest file. This is the key for the key/value pair formed with the label that a worker assigns to the object. The <code>LabelAttributeName</code> must meet the following requirements.</p> <ul> <li> <p>The name can't end with "-metadata". </p> </li> <li> <p>If you are using one of the following <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html">built-in task types</a>, the attribute name <i>must</i> end with "-ref". If the task type you are using is not listed below, the attribute name <i>must not</i> end with "-ref".</p> <ul> <li> <p>Verification (<code>VerificationSemanticSegmentation</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object detection (<code>VideoObjectDetection</code>), and adjustment and verification (<code>AdjustmentVideoObjectDetection</code>) labeling jobs for this task type.</p> </li> <li> <p>Video frame object tracking (<code>VideoObjectTracking</code>), and adjustment and verification (<code>AdjustmentVideoObjectTracking</code>) labeling jobs for this task type.</p> </li> <li> <p>3D point cloud semantic segmentation (<code>3DPointCloudSemanticSegmentation</code>), and adjustment and verification (<code>Adjustment3DPointCloudSemanticSegmentation</code>) labeling jobs for this task type. </p> </li> <li> <p>3D point cloud object tracking (<code>3DPointCloudObjectTracking</code>), and adjustment and verification (<code>Adjustment3DPointCloudObjectTracking</code>) labeling jobs for this task type. </p> </li> </ul> </li> </ul> <p/> <important> <p>If you are creating an adjustment or verification labeling job, you must use a <i>different</i> <code>LabelAttributeName</code> than the one used in the original labeling job. The original labeling job is the Ground Truth labeling job that produced the labels that you want verified or adjusted. To learn more about adjustment and verification labeling jobs, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html">Verify and Adjust Labels</a>.</p> </important>
6631
6662
  * @public
6632
6663
  */
6633
6664
  LabelAttributeName: string | undefined;
@@ -6849,19 +6880,3 @@ export interface ModelBiasAppSpecification {
6849
6880
  */
6850
6881
  Environment?: Record<string, string> | undefined;
6851
6882
  }
6852
- /**
6853
- * <p>The configuration for a baseline model bias job.</p>
6854
- * @public
6855
- */
6856
- export interface ModelBiasBaselineConfig {
6857
- /**
6858
- * <p>The name of the baseline model bias job.</p>
6859
- * @public
6860
- */
6861
- BaseliningJobName?: string | undefined;
6862
- /**
6863
- * <p>The constraints resource for a monitoring job.</p>
6864
- * @public
6865
- */
6866
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
6867
- }
@@ -1,5 +1,21 @@
1
1
  import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CfnCreateTemplateProvider, Channel, CheckpointConfig, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, CodeEditorAppImageConfig, FeatureStatus, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ClusterStatus, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, GitConfig, HubContentType, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, SchedulerConfig, TrainingSpecification, UserSettings } from "./models_1";
2
+ import { _InstanceType, ClusterStatus, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, GitConfig, HubContentType, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelBiasAppSpecification, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, SchedulerConfig, TrainingSpecification, UserSettings } from "./models_1";
3
+ /**
4
+ * <p>The configuration for a baseline model bias job.</p>
5
+ * @public
6
+ */
7
+ export interface ModelBiasBaselineConfig {
8
+ /**
9
+ * <p>The name of the baseline model bias job.</p>
10
+ * @public
11
+ */
12
+ BaseliningJobName?: string | undefined;
13
+ /**
14
+ * <p>The constraints resource for a monitoring job.</p>
15
+ * @public
16
+ */
17
+ ConstraintsResource?: MonitoringConstraintsResource | undefined;
18
+ }
3
19
  /**
4
20
  * <p>The ground truth labels for the dataset used for the monitoring job.</p>
5
21
  * @public
@@ -5275,6 +5291,11 @@ export interface DescribeAppResponse {
5275
5291
  * @public
5276
5292
  */
5277
5293
  Status?: AppStatus | undefined;
5294
+ /**
5295
+ * <p>The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used. </p>
5296
+ * @public
5297
+ */
5298
+ EffectiveTrustedIdentityPropagationStatus?: FeatureStatus | undefined;
5278
5299
  /**
5279
5300
  * <p> Indicates whether the application is launched in recovery mode. </p>
5280
5301
  * @public
@@ -5995,101 +6016,6 @@ export interface ModelDigests {
5995
6016
  */
5996
6017
  ArtifactDigest?: string | undefined;
5997
6018
  }
5998
- /**
5999
- * @public
6000
- */
6001
- export interface DescribeCompilationJobResponse {
6002
- /**
6003
- * <p>The name of the model compilation job.</p>
6004
- * @public
6005
- */
6006
- CompilationJobName: string | undefined;
6007
- /**
6008
- * <p>The Amazon Resource Name (ARN) of the model compilation job.</p>
6009
- * @public
6010
- */
6011
- CompilationJobArn: string | undefined;
6012
- /**
6013
- * <p>The status of the model compilation job.</p>
6014
- * @public
6015
- */
6016
- CompilationJobStatus: CompilationJobStatus | undefined;
6017
- /**
6018
- * <p>The time when the model compilation job started the <code>CompilationJob</code> instances. </p> <p>You are billed for the time between this timestamp and the timestamp in the <code>CompilationEndTime</code> field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. </p>
6019
- * @public
6020
- */
6021
- CompilationStartTime?: Date | undefined;
6022
- /**
6023
- * <p>The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed. </p>
6024
- * @public
6025
- */
6026
- CompilationEndTime?: Date | undefined;
6027
- /**
6028
- * <p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.</p>
6029
- * @public
6030
- */
6031
- StoppingCondition: StoppingCondition | undefined;
6032
- /**
6033
- * <p>The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.</p>
6034
- * @public
6035
- */
6036
- InferenceImage?: string | undefined;
6037
- /**
6038
- * <p>The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.</p>
6039
- * @public
6040
- */
6041
- ModelPackageVersionArn?: string | undefined;
6042
- /**
6043
- * <p>The time that the model compilation job was created.</p>
6044
- * @public
6045
- */
6046
- CreationTime: Date | undefined;
6047
- /**
6048
- * <p>The time that the status of the model compilation job was last modified.</p>
6049
- * @public
6050
- */
6051
- LastModifiedTime: Date | undefined;
6052
- /**
6053
- * <p>If a model compilation job failed, the reason it failed. </p>
6054
- * @public
6055
- */
6056
- FailureReason: string | undefined;
6057
- /**
6058
- * <p>Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.</p>
6059
- * @public
6060
- */
6061
- ModelArtifacts: ModelArtifacts | undefined;
6062
- /**
6063
- * <p>Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.</p>
6064
- * @public
6065
- */
6066
- ModelDigests?: ModelDigests | undefined;
6067
- /**
6068
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.</p>
6069
- * @public
6070
- */
6071
- RoleArn: string | undefined;
6072
- /**
6073
- * <p>Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>
6074
- * @public
6075
- */
6076
- InputConfig: InputConfig | undefined;
6077
- /**
6078
- * <p>Information about the output location for the compiled model and the target device that the model runs on.</p>
6079
- * @public
6080
- */
6081
- OutputConfig: OutputConfig | undefined;
6082
- /**
6083
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html">Protect Compilation Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
6084
- * @public
6085
- */
6086
- VpcConfig?: NeoVpcConfig | undefined;
6087
- /**
6088
- * <p>Information that SageMaker Neo automatically derived about the model.</p>
6089
- * @public
6090
- */
6091
- DerivedInformation?: DerivedInformation | undefined;
6092
- }
6093
6019
  /**
6094
6020
  * @internal
6095
6021
  */
@@ -1,6 +1,101 @@
1
1
  import { ActivationState, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSpecification, AmazonQSettings, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CapacityReservationPreference, CfnTemplateProviderDetail, Channel, CheckpointConfig, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VolumeAttachmentStatus, VpcConfig } from "./models_0";
2
- import { _InstanceType, CognitoConfig, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
- import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DeploymentStageStatusSummary, DirectInternetAccess, DriftCheckBaselines, ExperimentConfig, InfraCheckConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType } from "./models_2";
2
+ import { _InstanceType, CognitoConfig, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DockerSettings, DomainSettings, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
3
+ import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DeploymentStageStatusSummary, DerivedInformation, DirectInternetAccess, DriftCheckBaselines, ExperimentConfig, InfraCheckConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelDigests, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DescribeCompilationJobResponse {
8
+ /**
9
+ * <p>The name of the model compilation job.</p>
10
+ * @public
11
+ */
12
+ CompilationJobName: string | undefined;
13
+ /**
14
+ * <p>The Amazon Resource Name (ARN) of the model compilation job.</p>
15
+ * @public
16
+ */
17
+ CompilationJobArn: string | undefined;
18
+ /**
19
+ * <p>The status of the model compilation job.</p>
20
+ * @public
21
+ */
22
+ CompilationJobStatus: CompilationJobStatus | undefined;
23
+ /**
24
+ * <p>The time when the model compilation job started the <code>CompilationJob</code> instances. </p> <p>You are billed for the time between this timestamp and the timestamp in the <code>CompilationEndTime</code> field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. </p>
25
+ * @public
26
+ */
27
+ CompilationStartTime?: Date | undefined;
28
+ /**
29
+ * <p>The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed. </p>
30
+ * @public
31
+ */
32
+ CompilationEndTime?: Date | undefined;
33
+ /**
34
+ * <p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.</p>
35
+ * @public
36
+ */
37
+ StoppingCondition: StoppingCondition | undefined;
38
+ /**
39
+ * <p>The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.</p>
40
+ * @public
41
+ */
42
+ InferenceImage?: string | undefined;
43
+ /**
44
+ * <p>The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.</p>
45
+ * @public
46
+ */
47
+ ModelPackageVersionArn?: string | undefined;
48
+ /**
49
+ * <p>The time that the model compilation job was created.</p>
50
+ * @public
51
+ */
52
+ CreationTime: Date | undefined;
53
+ /**
54
+ * <p>The time that the status of the model compilation job was last modified.</p>
55
+ * @public
56
+ */
57
+ LastModifiedTime: Date | undefined;
58
+ /**
59
+ * <p>If a model compilation job failed, the reason it failed. </p>
60
+ * @public
61
+ */
62
+ FailureReason: string | undefined;
63
+ /**
64
+ * <p>Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.</p>
65
+ * @public
66
+ */
67
+ ModelArtifacts: ModelArtifacts | undefined;
68
+ /**
69
+ * <p>Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.</p>
70
+ * @public
71
+ */
72
+ ModelDigests?: ModelDigests | undefined;
73
+ /**
74
+ * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.</p>
75
+ * @public
76
+ */
77
+ RoleArn: string | undefined;
78
+ /**
79
+ * <p>Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>
80
+ * @public
81
+ */
82
+ InputConfig: InputConfig | undefined;
83
+ /**
84
+ * <p>Information about the output location for the compiled model and the target device that the model runs on.</p>
85
+ * @public
86
+ */
87
+ OutputConfig: OutputConfig | undefined;
88
+ /**
89
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html">Protect Compilation Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
90
+ * @public
91
+ */
92
+ VpcConfig?: NeoVpcConfig | undefined;
93
+ /**
94
+ * <p>Information that SageMaker Neo automatically derived about the model.</p>
95
+ * @public
96
+ */
97
+ DerivedInformation?: DerivedInformation | undefined;
98
+ }
4
99
  /**
5
100
  * @public
6
101
  */
@@ -7508,6 +7603,11 @@ export interface DomainSettingsForUpdate {
7508
7603
  * @public
7509
7604
  */
7510
7605
  SecurityGroupIds?: string[] | undefined;
7606
+ /**
7607
+ * <p>The Trusted Identity Propagation (TIP) settings for the SageMaker domain. These settings determine how user identities from IAM Identity Center are propagated through the domain to TIP enabled Amazon Web Services services.</p>
7608
+ * @public
7609
+ */
7610
+ TrustedIdentityPropagationSettings?: TrustedIdentityPropagationSettings | undefined;
7511
7611
  /**
7512
7612
  * <p>A collection of settings that configure the domain's Docker interaction.</p>
7513
7613
  * @public
@@ -8850,52 +8950,6 @@ export declare const HubContentSortBy: {
8850
8950
  * @public
8851
8951
  */
8852
8952
  export type HubContentSortBy = (typeof HubContentSortBy)[keyof typeof HubContentSortBy];
8853
- /**
8854
- * <p>Information about a hub.</p>
8855
- * @public
8856
- */
8857
- export interface HubInfo {
8858
- /**
8859
- * <p>The name of the hub.</p>
8860
- * @public
8861
- */
8862
- HubName: string | undefined;
8863
- /**
8864
- * <p>The Amazon Resource Name (ARN) of the hub.</p>
8865
- * @public
8866
- */
8867
- HubArn: string | undefined;
8868
- /**
8869
- * <p>The display name of the hub.</p>
8870
- * @public
8871
- */
8872
- HubDisplayName?: string | undefined;
8873
- /**
8874
- * <p>A description of the hub.</p>
8875
- * @public
8876
- */
8877
- HubDescription?: string | undefined;
8878
- /**
8879
- * <p>The searchable keywords for the hub.</p>
8880
- * @public
8881
- */
8882
- HubSearchKeywords?: string[] | undefined;
8883
- /**
8884
- * <p>The status of the hub.</p>
8885
- * @public
8886
- */
8887
- HubStatus: HubStatus | undefined;
8888
- /**
8889
- * <p>The date and time that the hub was created.</p>
8890
- * @public
8891
- */
8892
- CreationTime: Date | undefined;
8893
- /**
8894
- * <p>The date and time that the hub was last modified.</p>
8895
- * @public
8896
- */
8897
- LastModifiedTime: Date | undefined;
8898
- }
8899
8953
  /**
8900
8954
  * @internal
8901
8955
  */
@@ -1,7 +1,53 @@
1
1
  import { ActionSummary, AlgorithmSortBy, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppType, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobStepMetadata, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, ClarifyCheckStepMetadata, ClusterEventResourceType, ClusterEventSummary, ClusterNodeSummary, FeatureStatus, ModelApprovalStatus, ModelPackageStatus, OutputParameter, SchedulerResourceStatus, Tag, UserContext } from "./models_0";
2
2
  import { _InstanceType, ClusterSchedulerConfigSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CompilationJobStatus, CompilationJobSummary, ComputeQuotaSummary, ConditionStepMetadata, ContextSummary, HubContentType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, RecommendationJobType, ResourceLimits } from "./models_1";
3
3
  import { CrossAccountFilterOption, ModelCardStatus, ModelLifeCycle, MonitoringType, OptimizationJobDeploymentInstanceType, PartnerAppType, SharingType, SpaceStorageSettings, StudioLifecycleConfigAppType, TrialComponentStatus } from "./models_2";
4
- import { DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, DomainDetails, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointStepMetadata, EndpointSummary, EventSortBy, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubContentSupportStatus, HubInfo, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrainingPlanStatus, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce } from "./models_3";
4
+ import { DeviceDeploymentSummary, DeviceFleetSummary, DeviceSummary, DomainDetails, EdgeDeploymentPlanSummary, EdgePackagingJobStatus, EdgePackagingJobSummary, EMRStepMetadata, EndpointConfigSortKey, EndpointConfigStepMetadata, EndpointConfigSummary, EndpointOutputConfiguration, EndpointSortKey, EndpointStatus, EndpointStepMetadata, EndpointSummary, EventSortBy, ExecutionStatus, ExperimentSummary, FailStepMetadata, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureGroupSummary, FlowDefinitionSummary, HubContentInfo, HubContentSortBy, HubContentSupportStatus, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, ModelCardExportJobStatus, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotebookInstanceStatus, ObjectiveStatusCounters, OfflineStoreStatusValue, OptimizationJobStatus, PartnerAppStatus, PipelineExecutionStatus, ProcessingJobStatus, ProjectStatus, RecommendationJobStatus, RecommendationMetrics, ReservedCapacityInstanceType, ReservedCapacitySummary, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SpaceStatus, SubscribedWorkteam, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrainingPlanStatus, TransformJobStatus, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus } from "./models_3";
5
+ /**
6
+ * <p>Information about a hub.</p>
7
+ * @public
8
+ */
9
+ export interface HubInfo {
10
+ /**
11
+ * <p>The name of the hub.</p>
12
+ * @public
13
+ */
14
+ HubName: string | undefined;
15
+ /**
16
+ * <p>The Amazon Resource Name (ARN) of the hub.</p>
17
+ * @public
18
+ */
19
+ HubArn: string | undefined;
20
+ /**
21
+ * <p>The display name of the hub.</p>
22
+ * @public
23
+ */
24
+ HubDisplayName?: string | undefined;
25
+ /**
26
+ * <p>A description of the hub.</p>
27
+ * @public
28
+ */
29
+ HubDescription?: string | undefined;
30
+ /**
31
+ * <p>The searchable keywords for the hub.</p>
32
+ * @public
33
+ */
34
+ HubSearchKeywords?: string[] | undefined;
35
+ /**
36
+ * <p>The status of the hub.</p>
37
+ * @public
38
+ */
39
+ HubStatus: HubStatus | undefined;
40
+ /**
41
+ * <p>The date and time that the hub was created.</p>
42
+ * @public
43
+ */
44
+ CreationTime: Date | undefined;
45
+ /**
46
+ * <p>The date and time that the hub was last modified.</p>
47
+ * @public
48
+ */
49
+ LastModifiedTime: Date | undefined;
50
+ }
5
51
  /**
6
52
  * @public
7
53
  * @enum
@@ -8193,18 +8239,3 @@ export interface ListWorkforcesRequest {
8193
8239
  */
8194
8240
  MaxResults?: number | undefined;
8195
8241
  }
8196
- /**
8197
- * @public
8198
- */
8199
- export interface ListWorkforcesResponse {
8200
- /**
8201
- * <p>A list containing information about your workforce.</p>
8202
- * @public
8203
- */
8204
- Workforces: Workforce[] | undefined;
8205
- /**
8206
- * <p>A token to resume pagination.</p>
8207
- * @public
8208
- */
8209
- NextToken?: string | undefined;
8210
- }
@@ -3,6 +3,21 @@ import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinit
3
3
  import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
4
4
  import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, EndpointStatus, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TemplateProviderDetail, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_3";
5
5
  import { HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, SortOrder } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface ListWorkforcesResponse {
10
+ /**
11
+ * <p>A list containing information about your workforce.</p>
12
+ * @public
13
+ */
14
+ Workforces: Workforce[] | undefined;
15
+ /**
16
+ * <p>A token to resume pagination.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
6
21
  /**
7
22
  * @public
8
23
  * @enum
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DescribeCompilationJobRequest,
5
- DescribeCompilationJobResponse,
6
- } from "../models/models_2";
3
+ import { DescribeCompilationJobRequest } from "../models/models_2";
4
+ import { DescribeCompilationJobResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ListWorkforcesRequest,
5
- ListWorkforcesResponse,
6
- } from "../models/models_4";
3
+ import { ListWorkforcesRequest } from "../models/models_4";
4
+ import { ListWorkforcesResponse } from "../models/models_5";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -285,6 +285,9 @@ export type CompleteOnConvergence =
285
285
  export interface ComputeQuotaResourceConfig {
286
286
  InstanceType: ClusterInstanceType | undefined;
287
287
  Count?: number | undefined;
288
+ Accelerators?: number | undefined;
289
+ VCpu?: number | undefined;
290
+ MemoryInGiB?: number | undefined;
288
291
  }
289
292
  export declare const PreemptTeamTasks: {
290
293
  readonly LOWERPRIORITY: "LowerPriority";
@@ -1135,6 +1138,9 @@ export interface RStudioServerProDomainSettings {
1135
1138
  RStudioPackageManagerUrl?: string | undefined;
1136
1139
  DefaultResourceSpec?: ResourceSpec | undefined;
1137
1140
  }
1141
+ export interface TrustedIdentityPropagationSettings {
1142
+ Status: FeatureStatus | undefined;
1143
+ }
1138
1144
  export interface UnifiedStudioSettings {
1139
1145
  StudioWebPortalAccess?: FeatureStatus | undefined;
1140
1146
  DomainAccountId?: string | undefined;
@@ -1149,6 +1155,9 @@ export interface DomainSettings {
1149
1155
  SecurityGroupIds?: string[] | undefined;
1150
1156
  RStudioServerProDomainSettings?: RStudioServerProDomainSettings | undefined;
1151
1157
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | undefined;
1158
+ TrustedIdentityPropagationSettings?:
1159
+ | TrustedIdentityPropagationSettings
1160
+ | undefined;
1152
1161
  DockerSettings?: DockerSettings | undefined;
1153
1162
  AmazonQSettings?: AmazonQSettings | undefined;
1154
1163
  UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
@@ -2232,7 +2241,3 @@ export interface ModelBiasAppSpecification {
2232
2241
  ConfigUri: string | undefined;
2233
2242
  Environment?: Record<string, string> | undefined;
2234
2243
  }
2235
- export interface ModelBiasBaselineConfig {
2236
- BaseliningJobName?: string | undefined;
2237
- ConstraintsResource?: MonitoringConstraintsResource | undefined;
2238
- }
@@ -75,18 +75,15 @@ import {
75
75
  CognitoConfig,
76
76
  CognitoMemberDefinition,
77
77
  CollectionConfiguration,
78
- CompilationJobStatus,
79
78
  DeviceSelectionConfig,
80
79
  EdgeDeploymentConfig,
81
80
  EndpointInput,
82
81
  GitConfig,
83
82
  HubContentType,
84
- InputConfig,
85
83
  JupyterServerAppSettings,
86
84
  KernelGatewayAppSettings,
87
85
  MetadataProperties,
88
86
  ModelBiasAppSpecification,
89
- ModelBiasBaselineConfig,
90
87
  ModelDeployConfig,
91
88
  MonitoringConstraintsResource,
92
89
  MonitoringNetworkConfig,
@@ -94,8 +91,6 @@ import {
94
91
  MonitoringResources,
95
92
  MonitoringStatisticsResource,
96
93
  MonitoringStoppingCondition,
97
- NeoVpcConfig,
98
- OutputConfig,
99
94
  ProcessingInstanceType,
100
95
  ProcessingS3UploadMode,
101
96
  RetryStrategy,
@@ -103,6 +98,10 @@ import {
103
98
  TrainingSpecification,
104
99
  UserSettings,
105
100
  } from "./models_1";
101
+ export interface ModelBiasBaselineConfig {
102
+ BaseliningJobName?: string | undefined;
103
+ ConstraintsResource?: MonitoringConstraintsResource | undefined;
104
+ }
106
105
  export interface MonitoringGroundTruthS3Input {
107
106
  S3Uri?: string | undefined;
108
107
  }
@@ -1608,6 +1607,7 @@ export interface DescribeAppResponse {
1608
1607
  UserProfileName?: string | undefined;
1609
1608
  SpaceName?: string | undefined;
1610
1609
  Status?: AppStatus | undefined;
1610
+ EffectiveTrustedIdentityPropagationStatus?: FeatureStatus | undefined;
1611
1611
  RecoveryMode?: boolean | undefined;
1612
1612
  LastHealthCheckTimestamp?: Date | undefined;
1613
1613
  LastUserActivityTimestamp?: Date | undefined;
@@ -1777,26 +1777,6 @@ export interface ModelArtifacts {
1777
1777
  export interface ModelDigests {
1778
1778
  ArtifactDigest?: string | undefined;
1779
1779
  }
1780
- export interface DescribeCompilationJobResponse {
1781
- CompilationJobName: string | undefined;
1782
- CompilationJobArn: string | undefined;
1783
- CompilationJobStatus: CompilationJobStatus | undefined;
1784
- CompilationStartTime?: Date | undefined;
1785
- CompilationEndTime?: Date | undefined;
1786
- StoppingCondition: StoppingCondition | undefined;
1787
- InferenceImage?: string | undefined;
1788
- ModelPackageVersionArn?: string | undefined;
1789
- CreationTime: Date | undefined;
1790
- LastModifiedTime: Date | undefined;
1791
- FailureReason: string | undefined;
1792
- ModelArtifacts: ModelArtifacts | undefined;
1793
- ModelDigests?: ModelDigests | undefined;
1794
- RoleArn: string | undefined;
1795
- InputConfig: InputConfig | undefined;
1796
- OutputConfig: OutputConfig | undefined;
1797
- VpcConfig?: NeoVpcConfig | undefined;
1798
- DerivedInformation?: DerivedInformation | undefined;
1799
- }
1800
1780
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1801
1781
  obj: CreateModelCardRequest
1802
1782
  ) => any;
@@ -39,6 +39,7 @@ import {
39
39
  import {
40
40
  _InstanceType,
41
41
  CognitoConfig,
42
+ CompilationJobStatus,
42
43
  ComputeQuotaConfig,
43
44
  ComputeQuotaTarget,
44
45
  ContainerDefinition,
@@ -76,6 +77,7 @@ import {
76
77
  InferenceExperimentDataStorageConfig,
77
78
  InferenceExperimentSchedule,
78
79
  InferenceExperimentType,
80
+ InputConfig,
79
81
  JobType,
80
82
  LabelingJobAlgorithmsConfig,
81
83
  LabelingJobInputConfig,
@@ -83,14 +85,15 @@ import {
83
85
  LabelingJobStoppingConditions,
84
86
  MetadataProperties,
85
87
  ModelBiasAppSpecification,
86
- ModelBiasBaselineConfig,
87
88
  ModelInfrastructureConfig,
88
89
  MonitoringNetworkConfig,
89
90
  MonitoringOutputConfig,
90
91
  MonitoringResources,
91
92
  MonitoringStoppingCondition,
93
+ NeoVpcConfig,
92
94
  OfflineStoreConfig,
93
95
  OnlineStoreConfig,
96
+ OutputConfig,
94
97
  Processor,
95
98
  ProductionVariant,
96
99
  ProductionVariantAcceleratorType,
@@ -105,6 +108,7 @@ import {
105
108
  TagPropagation,
106
109
  ThroughputMode,
107
110
  TrackingServerSize,
111
+ TrustedIdentityPropagationSettings,
108
112
  UnifiedStudioSettings,
109
113
  UserSettings,
110
114
  VendorGuidance,
@@ -119,6 +123,7 @@ import {
119
123
  DeployedImage,
120
124
  DeploymentRecommendation,
121
125
  DeploymentStageStatusSummary,
126
+ DerivedInformation,
122
127
  DirectInternetAccess,
123
128
  DriftCheckBaselines,
124
129
  ExperimentConfig,
@@ -126,11 +131,13 @@ import {
126
131
  InstanceMetadataServiceConfiguration,
127
132
  MemberDefinition,
128
133
  ModelArtifacts,
134
+ ModelBiasBaselineConfig,
129
135
  ModelBiasJobInput,
130
136
  ModelCardExportOutputConfig,
131
137
  ModelCardSecurityConfig,
132
138
  ModelCardStatus,
133
139
  ModelClientConfig,
140
+ ModelDigests,
134
141
  ModelExplainabilityAppSpecification,
135
142
  ModelExplainabilityBaselineConfig,
136
143
  ModelExplainabilityJobInput,
@@ -182,6 +189,26 @@ import {
182
189
  WorkerAccessConfiguration,
183
190
  WorkforceIpAddressType,
184
191
  } from "./models_2";
192
+ export interface DescribeCompilationJobResponse {
193
+ CompilationJobName: string | undefined;
194
+ CompilationJobArn: string | undefined;
195
+ CompilationJobStatus: CompilationJobStatus | undefined;
196
+ CompilationStartTime?: Date | undefined;
197
+ CompilationEndTime?: Date | undefined;
198
+ StoppingCondition: StoppingCondition | undefined;
199
+ InferenceImage?: string | undefined;
200
+ ModelPackageVersionArn?: string | undefined;
201
+ CreationTime: Date | undefined;
202
+ LastModifiedTime: Date | undefined;
203
+ FailureReason: string | undefined;
204
+ ModelArtifacts: ModelArtifacts | undefined;
205
+ ModelDigests?: ModelDigests | undefined;
206
+ RoleArn: string | undefined;
207
+ InputConfig: InputConfig | undefined;
208
+ OutputConfig: OutputConfig | undefined;
209
+ VpcConfig?: NeoVpcConfig | undefined;
210
+ DerivedInformation?: DerivedInformation | undefined;
211
+ }
185
212
  export interface DescribeComputeQuotaRequest {
186
213
  ComputeQuotaId: string | undefined;
187
214
  ComputeQuotaVersion?: number | undefined;
@@ -2212,6 +2239,9 @@ export interface DomainSettingsForUpdate {
2212
2239
  | undefined;
2213
2240
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | undefined;
2214
2241
  SecurityGroupIds?: string[] | undefined;
2242
+ TrustedIdentityPropagationSettings?:
2243
+ | TrustedIdentityPropagationSettings
2244
+ | undefined;
2215
2245
  DockerSettings?: DockerSettings | undefined;
2216
2246
  AmazonQSettings?: AmazonQSettings | undefined;
2217
2247
  UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
@@ -2597,16 +2627,6 @@ export declare const HubContentSortBy: {
2597
2627
  };
2598
2628
  export type HubContentSortBy =
2599
2629
  (typeof HubContentSortBy)[keyof typeof HubContentSortBy];
2600
- export interface HubInfo {
2601
- HubName: string | undefined;
2602
- HubArn: string | undefined;
2603
- HubDisplayName?: string | undefined;
2604
- HubDescription?: string | undefined;
2605
- HubSearchKeywords?: string[] | undefined;
2606
- HubStatus: HubStatus | undefined;
2607
- CreationTime: Date | undefined;
2608
- LastModifiedTime: Date | undefined;
2609
- }
2610
2630
  export declare const DescribeModelCardResponseFilterSensitiveLog: (
2611
2631
  obj: DescribeModelCardResponse
2612
2632
  ) => any;
@@ -97,7 +97,7 @@ import {
97
97
  HubContentInfo,
98
98
  HubContentSortBy,
99
99
  HubContentSupportStatus,
100
- HubInfo,
100
+ HubStatus,
101
101
  HyperParameterTrainingJobSummary,
102
102
  HyperParameterTuningJobCompletionDetails,
103
103
  HyperParameterTuningJobConsumedResources,
@@ -142,8 +142,17 @@ import {
142
142
  UserProfileStatus,
143
143
  WarmPoolResourceStatus,
144
144
  WarmPoolStatus,
145
- Workforce,
146
145
  } from "./models_3";
146
+ export interface HubInfo {
147
+ HubName: string | undefined;
148
+ HubArn: string | undefined;
149
+ HubDisplayName?: string | undefined;
150
+ HubDescription?: string | undefined;
151
+ HubSearchKeywords?: string[] | undefined;
152
+ HubStatus: HubStatus | undefined;
153
+ CreationTime: Date | undefined;
154
+ LastModifiedTime: Date | undefined;
155
+ }
147
156
  export declare const HubSortBy: {
148
157
  readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
149
158
  readonly CREATION_TIME: "CreationTime";
@@ -2265,7 +2274,3 @@ export interface ListWorkforcesRequest {
2265
2274
  NextToken?: string | undefined;
2266
2275
  MaxResults?: number | undefined;
2267
2276
  }
2268
- export interface ListWorkforcesResponse {
2269
- Workforces: Workforce[] | undefined;
2270
- NextToken?: string | undefined;
2271
- }
@@ -167,6 +167,10 @@ import {
167
167
  Parameter,
168
168
  SortOrder,
169
169
  } from "./models_4";
170
+ export interface ListWorkforcesResponse {
171
+ Workforces: Workforce[] | undefined;
172
+ NextToken?: string | undefined;
173
+ }
170
174
  export declare const ListWorkteamsSortByOptions: {
171
175
  readonly CreateDate: "CreateDate";
172
176
  readonly Name: "Name";
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.864.0",
4
+ "version": "3.867.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",