@aws-sdk/client-sagemaker 3.413.0 → 3.414.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.
Files changed (30) hide show
  1. package/dist-cjs/models/models_1.js +5 -1
  2. package/dist-cjs/models/models_2.js +1 -5
  3. package/dist-cjs/models/models_3.js +6 -2
  4. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  5. package/dist-cjs/runtimeExtensions.js +3 -0
  6. package/dist-es/models/models_1.js +4 -0
  7. package/dist-es/models/models_2.js +0 -4
  8. package/dist-es/models/models_3.js +4 -0
  9. package/dist-es/protocols/Aws_json1_1.js +3 -0
  10. package/dist-es/runtimeExtensions.js +3 -0
  11. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateModelPackageCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -2
  15. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -0
  17. package/dist-types/commands/SearchCommand.d.ts +1 -0
  18. package/dist-types/extensionConfiguration.d.ts +2 -1
  19. package/dist-types/models/models_0.d.ts +37 -33
  20. package/dist-types/models/models_1.d.ts +79 -74
  21. package/dist-types/models/models_2.d.ts +35 -38
  22. package/dist-types/models/models_3.d.ts +53 -52
  23. package/dist-types/models/models_4.d.ts +23 -5
  24. package/dist-types/ts3.4/commands/DeleteEndpointConfigCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  26. package/dist-types/ts3.4/models/models_1.d.ts +7 -3
  27. package/dist-types/ts3.4/models/models_2.d.ts +5 -6
  28. package/dist-types/ts3.4/models/models_3.d.ts +8 -5
  29. package/dist-types/ts3.4/models/models_4.d.ts +4 -1
  30. package/package.json +4 -3
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RetentionType = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = void 0;
3
+ exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RetentionType = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  exports.RStudioServerProAccessStatus = {
6
6
  Disabled: "DISABLED",
@@ -192,6 +192,10 @@ exports.ModelCardStatus = {
192
192
  DRAFT: "Draft",
193
193
  PENDINGREVIEW: "PendingReview",
194
194
  };
195
+ exports.SkipModelValidation = {
196
+ ALL: "All",
197
+ NONE: "None",
198
+ };
195
199
  exports.MonitoringProblemType = {
196
200
  BINARY_CLASSIFICATION: "BinaryClassification",
197
201
  MULTICLASS_CLASSIFICATION: "MulticlassClassification",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeModelCardResponseFilterSensitiveLog = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = exports.EndpointConfigSortKey = exports.ScalingPolicy = exports.MetricSpecification = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = exports.HubContentType = void 0;
3
+ exports.DescribeModelCardResponseFilterSensitiveLog = exports.FeatureGroupSortBy = exports.EndpointSortKey = exports.EndpointConfigSortKey = exports.ScalingPolicy = exports.MetricSpecification = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = exports.HubContentType = void 0;
4
4
  const smithy_client_1 = require("@smithy/smithy-client");
5
5
  exports.HubContentType = {
6
6
  MODEL: "Model",
@@ -353,10 +353,6 @@ exports.FeatureGroupSortBy = {
353
353
  NAME: "Name",
354
354
  OFFLINE_STORE_STATUS: "OfflineStoreStatus",
355
355
  };
356
- exports.FeatureGroupSortOrder = {
357
- ASCENDING: "Ascending",
358
- DESCENDING: "Descending",
359
- };
360
356
  const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
361
357
  ...obj,
362
358
  ...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
@@ -1,8 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = void 0;
4
- exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = void 0;
3
+ exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = exports.FeatureGroupSortOrder = void 0;
4
+ exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = void 0;
5
5
  const smithy_client_1 = require("@smithy/smithy-client");
6
+ exports.FeatureGroupSortOrder = {
7
+ ASCENDING: "Ascending",
8
+ DESCENDING: "Descending",
9
+ };
6
10
  exports.Operator = {
7
11
  CONTAINS: "Contains",
8
12
  EQUALS: "Equals",
@@ -11893,6 +11893,7 @@ const se_CreateModelPackageInput = (input, context) => {
11893
11893
  ModelPackageGroupName: [],
11894
11894
  ModelPackageName: [],
11895
11895
  SamplePayloadUrl: [],
11896
+ SkipModelValidation: [],
11896
11897
  SourceAlgorithmSpecification: smithy_client_1._json,
11897
11898
  Tags: smithy_client_1._json,
11898
11899
  Task: [],
@@ -13907,6 +13908,7 @@ const de_DescribeModelPackageOutput = (output, context) => {
13907
13908
  ModelPackageStatusDetails: smithy_client_1._json,
13908
13909
  ModelPackageVersion: smithy_client_1.expectInt32,
13909
13910
  SamplePayloadUrl: smithy_client_1.expectString,
13911
+ SkipModelValidation: smithy_client_1.expectString,
13910
13912
  SourceAlgorithmSpecification: smithy_client_1._json,
13911
13913
  Task: smithy_client_1.expectString,
13912
13914
  ValidationSpecification: smithy_client_1._json,
@@ -15523,6 +15525,7 @@ const de_ModelPackage = (output, context) => {
15523
15525
  ModelPackageStatusDetails: smithy_client_1._json,
15524
15526
  ModelPackageVersion: smithy_client_1.expectInt32,
15525
15527
  SamplePayloadUrl: smithy_client_1.expectString,
15528
+ SkipModelValidation: smithy_client_1.expectString,
15526
15529
  SourceAlgorithmSpecification: smithy_client_1._json,
15527
15530
  Tags: smithy_client_1._json,
15528
15531
  Task: smithy_client_1.expectString,
@@ -1,17 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveRuntimeExtensions = void 0;
4
+ const region_config_resolver_1 = require("@aws-sdk/region-config-resolver");
4
5
  const protocol_http_1 = require("@smithy/protocol-http");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const asPartial = (t) => t;
7
8
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
8
9
  const extensionConfiguration = {
10
+ ...asPartial((0, region_config_resolver_1.getAwsRegionExtensionConfiguration)(runtimeConfig)),
9
11
  ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
10
12
  ...asPartial((0, protocol_http_1.getHttpHandlerExtensionConfiguration)(runtimeConfig)),
11
13
  };
12
14
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
13
15
  return {
14
16
  ...runtimeConfig,
17
+ ...(0, region_config_resolver_1.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
15
18
  ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
16
19
  ...(0, protocol_http_1.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),
17
20
  };
@@ -189,6 +189,10 @@ export const ModelCardStatus = {
189
189
  DRAFT: "Draft",
190
190
  PENDINGREVIEW: "PendingReview",
191
191
  };
192
+ export const SkipModelValidation = {
193
+ ALL: "All",
194
+ NONE: "None",
195
+ };
192
196
  export const MonitoringProblemType = {
193
197
  BINARY_CLASSIFICATION: "BinaryClassification",
194
198
  MULTICLASS_CLASSIFICATION: "MulticlassClassification",
@@ -350,10 +350,6 @@ export const FeatureGroupSortBy = {
350
350
  NAME: "Name",
351
351
  OFFLINE_STORE_STATUS: "OfflineStoreStatus",
352
352
  };
353
- export const FeatureGroupSortOrder = {
354
- ASCENDING: "Ascending",
355
- DESCENDING: "Descending",
356
- };
357
353
  export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
358
354
  ...obj,
359
355
  ...(obj.Content && { Content: SENSITIVE_STRING }),
@@ -1,4 +1,8 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
+ export const FeatureGroupSortOrder = {
3
+ ASCENDING: "Ascending",
4
+ DESCENDING: "Descending",
5
+ };
2
6
  export const Operator = {
3
7
  CONTAINS: "Contains",
4
8
  EQUALS: "Equals",
@@ -11270,6 +11270,7 @@ const se_CreateModelPackageInput = (input, context) => {
11270
11270
  ModelPackageGroupName: [],
11271
11271
  ModelPackageName: [],
11272
11272
  SamplePayloadUrl: [],
11273
+ SkipModelValidation: [],
11273
11274
  SourceAlgorithmSpecification: _json,
11274
11275
  Tags: _json,
11275
11276
  Task: [],
@@ -13284,6 +13285,7 @@ const de_DescribeModelPackageOutput = (output, context) => {
13284
13285
  ModelPackageStatusDetails: _json,
13285
13286
  ModelPackageVersion: __expectInt32,
13286
13287
  SamplePayloadUrl: __expectString,
13288
+ SkipModelValidation: __expectString,
13287
13289
  SourceAlgorithmSpecification: _json,
13288
13290
  Task: __expectString,
13289
13291
  ValidationSpecification: _json,
@@ -14900,6 +14902,7 @@ const de_ModelPackage = (output, context) => {
14900
14902
  ModelPackageStatusDetails: _json,
14901
14903
  ModelPackageVersion: __expectInt32,
14902
14904
  SamplePayloadUrl: __expectString,
14905
+ SkipModelValidation: __expectString,
14903
14906
  SourceAlgorithmSpecification: _json,
14904
14907
  Tags: _json,
14905
14908
  Task: __expectString,
@@ -1,14 +1,17 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
1
2
  import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
2
3
  import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
3
4
  const asPartial = (t) => t;
4
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
5
6
  const extensionConfiguration = {
7
+ ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
6
8
  ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
7
9
  ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
8
10
  };
9
11
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
10
12
  return {
11
13
  ...runtimeConfig,
14
+ ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
12
15
  ...resolveDefaultRuntimeConfig(extensionConfiguration),
13
16
  ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
14
17
  };
@@ -24,7 +24,8 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a definition for a job that monitors data quality and drift. For information
27
- * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
27
+ * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
28
+ * Monitor</a>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -253,6 +253,7 @@ export interface CreateModelPackageCommandOutput extends CreateModelPackageOutpu
253
253
  * ],
254
254
  * },
255
255
  * ],
256
+ * SkipModelValidation: "All" || "None",
256
257
  * };
257
258
  * const command = new CreateModelPackageCommand(input);
258
259
  * const response = await client.send(command);
@@ -24,7 +24,8 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
24
24
  /**
25
25
  * @public
26
26
  * <p>Creates a definition for a job that monitors model quality and drift. For information
27
- * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
27
+ * about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
28
+ * Monitor</a>.</p>
28
29
  * @example
29
30
  * Use a bare-bones client and the command you need to make an API call.
30
31
  * ```javascript
@@ -23,8 +23,8 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data
27
- * captured for an Amazon SageMaker Endpoint.</p>
26
+ * <p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to
27
+ * monitor the data captured for an Amazon SageMaker Endpoint.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
- import { DeleteEndpointConfigInput } from "../models/models_1";
4
+ import { DeleteEndpointConfigInput } from "../models/models_2";
5
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
6
  /**
7
7
  * @public
@@ -277,6 +277,7 @@ export interface DescribeModelPackageCommandOutput extends DescribeModelPackageO
277
277
  * // ],
278
278
  * // },
279
279
  * // ],
280
+ * // SkipModelValidation: "All" || "None",
280
281
  * // };
281
282
  *
282
283
  * ```
@@ -1263,6 +1263,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1263
1263
  * // Constraints: "<MetricsSource>",
1264
1264
  * // },
1265
1265
  * // },
1266
+ * // SkipModelValidation: "All" || "None",
1266
1267
  * // },
1267
1268
  * // ModelPackageGroup: { // ModelPackageGroup
1268
1269
  * // ModelPackageGroupName: "STRING_VALUE",
@@ -1,7 +1,8 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
1
2
  import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
3
4
  /**
4
5
  * @internal
5
6
  */
6
- export interface SageMakerExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration {
7
+ export interface SageMakerExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
7
8
  }
@@ -6231,8 +6231,7 @@ export interface MonitoringCsvDatasetFormat {
6231
6231
  export interface MonitoringJsonDatasetFormat {
6232
6232
  /**
6233
6233
  * @public
6234
- * <p>Indicates if the file should be read as a json object per line.
6235
- * </p>
6234
+ * <p>Indicates if the file should be read as a JSON object per line. </p>
6236
6235
  */
6237
6236
  Line?: boolean;
6238
6237
  }
@@ -6761,18 +6760,20 @@ export interface CanvasAppSettings {
6761
6760
  }
6762
6761
  /**
6763
6762
  * @public
6764
- * <p>Configuration specifying how to treat different headers. If no headers are specified SageMaker
6765
- * will by default base64 encode when capturing the data.</p>
6763
+ * <p>Configuration specifying how to treat different headers. If no headers are specified
6764
+ * Amazon SageMaker will by default base64 encode when capturing the data.</p>
6766
6765
  */
6767
6766
  export interface CaptureContentTypeHeader {
6768
6767
  /**
6769
6768
  * @public
6770
- * <p>The list of all content type headers that SageMaker will treat as CSV and capture accordingly.</p>
6769
+ * <p>The list of all content type headers that Amazon SageMaker will treat as CSV and
6770
+ * capture accordingly.</p>
6771
6771
  */
6772
6772
  CsvContentTypes?: string[];
6773
6773
  /**
6774
6774
  * @public
6775
- * <p>The list of all content type headers that SageMaker will treat as JSON and capture accordingly.</p>
6775
+ * <p>The list of all content type headers that SageMaker will treat as JSON and
6776
+ * capture accordingly.</p>
6776
6777
  */
6777
6778
  JsonContentTypes?: string[];
6778
6779
  }
@@ -9956,15 +9957,14 @@ export interface DataQualityAppSpecification {
9956
9957
  /**
9957
9958
  * @public
9958
9959
  * <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
9959
- * base64 decode the payload and convert it into a flatted json so that the built-in container
9960
- * can use the converted data. Applicable only for the built-in (first party)
9961
- * containers.</p>
9960
+ * base64 decode the payload and convert it into a flattened JSON so that the built-in container can use
9961
+ * the converted data. Applicable only for the built-in (first party) containers.</p>
9962
9962
  */
9963
9963
  RecordPreprocessorSourceUri?: string;
9964
9964
  /**
9965
9965
  * @public
9966
- * <p>An Amazon S3 URI to a script that is called after analysis has been performed.
9967
- * Applicable only for the built-in (first party) containers.</p>
9966
+ * <p>An Amazon S3 URI to a script that is called after analysis has been performed. Applicable
9967
+ * only for the built-in (first party) containers.</p>
9968
9968
  */
9969
9969
  PostAnalyticsProcessorSourceUri?: string;
9970
9970
  /**
@@ -9997,9 +9997,9 @@ export interface MonitoringStatisticsResource {
9997
9997
  }
9998
9998
  /**
9999
9999
  * @public
10000
- * <p>Configuration for monitoring constraints and monitoring statistics. These baseline
10001
- * resources are compared against the results of the current job from the series of jobs
10002
- * scheduled to collect data periodically.</p>
10000
+ * <p>Configuration for monitoring constraints and monitoring statistics. These baseline resources are
10001
+ * compared against the results of the current job from the series of jobs scheduled to collect data
10002
+ * periodically.</p>
10003
10003
  */
10004
10004
  export interface DataQualityBaselineConfig {
10005
10005
  /**
@@ -10044,8 +10044,8 @@ export interface EndpointInput {
10044
10044
  S3InputMode?: ProcessingS3InputMode | string;
10045
10045
  /**
10046
10046
  * @public
10047
- * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
10048
- * Defaults to <code>FullyReplicated</code>
10047
+ * <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
10048
+ * Amazon S3 key. Defaults to <code>FullyReplicated</code>
10049
10049
  * </p>
10050
10050
  */
10051
10051
  S3DataDistributionType?: ProcessingS3DataDistributionType | string;
@@ -10121,14 +10121,15 @@ export type ProcessingS3UploadMode = (typeof ProcessingS3UploadMode)[keyof typeo
10121
10121
  export interface MonitoringS3Output {
10122
10122
  /**
10123
10123
  * @public
10124
- * <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a
10125
- * monitoring job.</p>
10124
+ * <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
10125
+ * saves the results of a monitoring job.</p>
10126
10126
  */
10127
10127
  S3Uri: string | undefined;
10128
10128
  /**
10129
10129
  * @public
10130
- * <p>The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a
10131
- * monitoring job. LocalPath is an absolute path for the output data.</p>
10130
+ * <p>The local path to the Amazon S3 storage location where Amazon SageMaker
10131
+ * saves the results of a monitoring job. LocalPath is an absolute path for the output
10132
+ * data.</p>
10132
10133
  */
10133
10134
  LocalPath: string | undefined;
10134
10135
  /**
@@ -10145,7 +10146,8 @@ export interface MonitoringS3Output {
10145
10146
  export interface MonitoringOutput {
10146
10147
  /**
10147
10148
  * @public
10148
- * <p>The Amazon S3 storage location where the results of a monitoring job are saved.</p>
10149
+ * <p>The Amazon S3 storage location where the results of a monitoring job are
10150
+ * saved.</p>
10149
10151
  */
10150
10152
  S3Output: MonitoringS3Output | undefined;
10151
10153
  }
@@ -10162,8 +10164,8 @@ export interface MonitoringOutputConfig {
10162
10164
  MonitoringOutputs: MonitoringOutput[] | undefined;
10163
10165
  /**
10164
10166
  * @public
10165
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model
10166
- * artifacts at rest using Amazon S3 server-side encryption.</p>
10167
+ * <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
10168
+ * encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
10167
10169
  */
10168
10170
  KmsKeyId?: string;
10169
10171
  }
@@ -10245,9 +10247,9 @@ export interface MonitoringClusterConfig {
10245
10247
  VolumeSizeInGB: number | undefined;
10246
10248
  /**
10247
10249
  * @public
10248
- * <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data
10249
- * on the storage volume attached to the ML compute instance(s) that run the model monitoring
10250
- * job.</p>
10250
+ * <p>The Key Management Service (KMS) key that Amazon SageMaker uses to
10251
+ * encrypt data on the storage volume attached to the ML compute instance(s) that run the
10252
+ * model monitoring job.</p>
10251
10253
  */
10252
10254
  VolumeKmsKeyId?: string;
10253
10255
  }
@@ -10298,9 +10300,10 @@ export interface MonitoringStoppingCondition {
10298
10300
  * @public
10299
10301
  * <p>The maximum runtime allowed in seconds.</p>
10300
10302
  * <note>
10301
- * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data quality and
10302
- * model explainability, this can be up to 3600 seconds for an hourly schedule. For model
10303
- * bias and model quality hourly schedules, this can be up to 1800 seconds.</p>
10303
+ * <p>The <code>MaxRuntimeInSeconds</code> cannot exceed the frequency of the job. For data
10304
+ * quality and model explainability, this can be up to 3600 seconds for an hourly schedule.
10305
+ * For model bias and model quality hourly schedules, this can be up to 1800
10306
+ * seconds.</p>
10304
10307
  * </note>
10305
10308
  */
10306
10309
  MaxRuntimeInSeconds: number | undefined;
@@ -10347,8 +10350,8 @@ export interface CreateDataQualityJobDefinitionRequest {
10347
10350
  NetworkConfig?: MonitoringNetworkConfig;
10348
10351
  /**
10349
10352
  * @public
10350
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
10351
- * perform tasks on your behalf.</p>
10353
+ * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
10354
+ * assume to perform tasks on your behalf.</p>
10352
10355
  */
10353
10356
  RoleArn: string | undefined;
10354
10357
  /**
@@ -10358,8 +10361,9 @@ export interface CreateDataQualityJobDefinitionRequest {
10358
10361
  StoppingCondition?: MonitoringStoppingCondition;
10359
10362
  /**
10360
10363
  * @public
10361
- * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
10362
- * User Guide</i>.</p>
10364
+ * <p>(Optional) An array of key-value pairs. For more information, see
10365
+ * <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">
10366
+ * Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
10363
10367
  */
10364
10368
  Tags?: Tag[];
10365
10369
  }