@aws-sdk/client-sagemaker 3.377.0 → 3.379.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.
@@ -16164,6 +16164,7 @@ const de_TrainingJob = (output, context) => {
16164
16164
  LastModifiedTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
16165
16165
  ModelArtifacts: smithy_client_1._json,
16166
16166
  OutputDataConfig: smithy_client_1._json,
16167
+ ProfilerConfig: smithy_client_1._json,
16167
16168
  ResourceConfig: smithy_client_1._json,
16168
16169
  RetryStrategy: smithy_client_1._json,
16169
16170
  RoleArn: smithy_client_1.expectString,
@@ -15543,6 +15543,7 @@ const de_TrainingJob = (output, context) => {
15543
15543
  LastModifiedTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
15544
15544
  ModelArtifacts: _json,
15545
15545
  OutputDataConfig: _json,
15546
+ ProfilerConfig: _json,
15546
15547
  ResourceConfig: _json,
15547
15548
  RetryStrategy: _json,
15548
15549
  RoleArn: __expectString,
@@ -272,6 +272,14 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
272
272
  * // LastModifiedTime: new Date("TIMESTAMP"),
273
273
  * // },
274
274
  * // ],
275
+ * // ProfilerConfig: { // ProfilerConfig
276
+ * // S3OutputPath: "STRING_VALUE",
277
+ * // ProfilingIntervalInMilliseconds: Number("long"),
278
+ * // ProfilingParameters: { // ProfilingParameters
279
+ * // "<keys>": "STRING_VALUE",
280
+ * // },
281
+ * // DisableProfiler: true || false,
282
+ * // },
275
283
  * // Environment: { // TrainingEnvironmentMap
276
284
  * // "<keys>": "STRING_VALUE",
277
285
  * // },
@@ -622,6 +630,14 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
622
630
  * // LastModifiedTime: new Date("TIMESTAMP"),
623
631
  * // },
624
632
  * // ],
633
+ * // ProfilerConfig: {
634
+ * // S3OutputPath: "STRING_VALUE",
635
+ * // ProfilingIntervalInMilliseconds: Number("long"),
636
+ * // ProfilingParameters: {
637
+ * // "<keys>": "STRING_VALUE",
638
+ * // },
639
+ * // DisableProfiler: true || false,
640
+ * // },
625
641
  * // Environment: {
626
642
  * // "<keys>": "STRING_VALUE",
627
643
  * // },
@@ -1,5 +1,5 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, BooleanOperator, Channel, CheckpointConfig, DefaultSpaceSettings, EdgeOutputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
2
+ import { _InstanceType, CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, MetricData, ModelArtifacts, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
4
4
  import { GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, ModelCard, ModelDashboardModel, ModelPackage, ModelPackageGroup, ModelVariantAction, NestedFilters, OnlineStoreConfigUpdate, Parameter, Parent, Pipeline, PipelineExecution, ProcessingJob, ProfilerConfigForUpdate, Project, ResourceConfigForUpdate, ResourceType, TransformJob } from "./models_3";
5
5
  /**
@@ -359,6 +359,11 @@ export interface TrainingJob {
359
359
  * <p>Information about the evaluation status of the rules for the training job.</p>
360
360
  */
361
361
  DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
362
+ /**
363
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
364
+ * storage paths.</p>
365
+ */
366
+ ProfilerConfig?: ProfilerConfig;
362
367
  /**
363
368
  * <p>The environment variables to set in the Docker container.</p>
364
369
  */
@@ -43,6 +43,7 @@ import {
43
43
  ParallelismConfiguration,
44
44
  PipelineDefinitionS3Location,
45
45
  Processor,
46
+ ProfilerConfig,
46
47
  ProfilerRuleConfiguration,
47
48
  ProvisioningParameter,
48
49
  RetryStrategy,
@@ -151,6 +152,7 @@ export interface TrainingJob {
151
152
  DebugRuleConfigurations?: DebugRuleConfiguration[];
152
153
  TensorBoardOutputConfig?: TensorBoardOutputConfig;
153
154
  DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
155
+ ProfilerConfig?: ProfilerConfig;
154
156
  Environment?: Record<string, string>;
155
157
  RetryStrategy?: RetryStrategy;
156
158
  Tags?: Tag[];
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.377.0",
4
+ "version": "3.379.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,45 +21,45 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.377.0",
25
- "@aws-sdk/credential-provider-node": "3.370.0",
26
- "@aws-sdk/middleware-host-header": "3.370.0",
27
- "@aws-sdk/middleware-logger": "3.370.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.370.0",
29
- "@aws-sdk/middleware-signing": "3.370.0",
30
- "@aws-sdk/middleware-user-agent": "3.370.0",
31
- "@aws-sdk/types": "3.370.0",
32
- "@aws-sdk/util-endpoints": "3.370.0",
33
- "@aws-sdk/util-user-agent-browser": "3.370.0",
34
- "@aws-sdk/util-user-agent-node": "3.370.0",
35
- "@smithy/config-resolver": "^1.0.1",
36
- "@smithy/fetch-http-handler": "^1.0.1",
37
- "@smithy/hash-node": "^1.0.1",
38
- "@smithy/invalid-dependency": "^1.0.1",
39
- "@smithy/middleware-content-length": "^1.0.1",
40
- "@smithy/middleware-endpoint": "^1.0.2",
41
- "@smithy/middleware-retry": "^1.0.3",
42
- "@smithy/middleware-serde": "^1.0.1",
43
- "@smithy/middleware-stack": "^1.0.1",
44
- "@smithy/node-config-provider": "^1.0.1",
45
- "@smithy/node-http-handler": "^1.0.2",
46
- "@smithy/protocol-http": "^1.1.0",
47
- "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.1.0",
49
- "@smithy/url-parser": "^1.0.1",
50
- "@smithy/util-base64": "^1.0.1",
51
- "@smithy/util-body-length-browser": "^1.0.1",
52
- "@smithy/util-body-length-node": "^1.0.1",
53
- "@smithy/util-defaults-mode-browser": "^1.0.1",
54
- "@smithy/util-defaults-mode-node": "^1.0.1",
55
- "@smithy/util-retry": "^1.0.3",
56
- "@smithy/util-utf8": "^1.0.1",
57
- "@smithy/util-waiter": "^1.0.1",
24
+ "@aws-sdk/client-sts": "3.378.0",
25
+ "@aws-sdk/credential-provider-node": "3.378.0",
26
+ "@aws-sdk/middleware-host-header": "3.378.0",
27
+ "@aws-sdk/middleware-logger": "3.378.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.378.0",
30
+ "@aws-sdk/middleware-user-agent": "3.378.0",
31
+ "@aws-sdk/types": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.378.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.378.0",
34
+ "@aws-sdk/util-user-agent-node": "3.378.0",
35
+ "@smithy/config-resolver": "^2.0.1",
36
+ "@smithy/fetch-http-handler": "^2.0.1",
37
+ "@smithy/hash-node": "^2.0.1",
38
+ "@smithy/invalid-dependency": "^2.0.1",
39
+ "@smithy/middleware-content-length": "^2.0.1",
40
+ "@smithy/middleware-endpoint": "^2.0.1",
41
+ "@smithy/middleware-retry": "^2.0.1",
42
+ "@smithy/middleware-serde": "^2.0.1",
43
+ "@smithy/middleware-stack": "^2.0.0",
44
+ "@smithy/node-config-provider": "^2.0.1",
45
+ "@smithy/node-http-handler": "^2.0.1",
46
+ "@smithy/protocol-http": "^2.0.1",
47
+ "@smithy/smithy-client": "^2.0.1",
48
+ "@smithy/types": "^2.0.2",
49
+ "@smithy/url-parser": "^2.0.1",
50
+ "@smithy/util-base64": "^2.0.0",
51
+ "@smithy/util-body-length-browser": "^2.0.0",
52
+ "@smithy/util-body-length-node": "^2.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.1",
54
+ "@smithy/util-defaults-mode-node": "^2.0.1",
55
+ "@smithy/util-retry": "^2.0.0",
56
+ "@smithy/util-utf8": "^2.0.0",
57
+ "@smithy/util-waiter": "^2.0.1",
58
58
  "tslib": "^2.5.0",
59
59
  "uuid": "^8.3.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@smithy/service-client-documentation-generator": "^1.0.1",
62
+ "@smithy/service-client-documentation-generator": "^2.0.0",
63
63
  "@tsconfig/node14": "1.0.3",
64
64
  "@types/node": "^14.14.31",
65
65
  "@types/uuid": "^8.3.0",