@aws-sdk/client-sagemaker 3.437.0 → 3.441.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@aws-sdk/util-endpoints");
4
+ const util_endpoints_1 = require("@smithy/util-endpoints");
5
5
  const ruleset_1 = require("./ruleset");
6
6
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
7
  return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
package/dist-cjs/index.js CHANGED
@@ -8,5 +8,6 @@ tslib_1.__exportStar(require("./commands"), exports);
8
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
9
  tslib_1.__exportStar(require("./waiters"), exports);
10
10
  tslib_1.__exportStar(require("./models"), exports);
11
+ require("@aws-sdk/util-endpoints");
11
12
  var SageMakerServiceException_1 = require("./models/SageMakerServiceException");
12
13
  Object.defineProperty(exports, "SageMakerServiceException", { enumerable: true, get: function () { return SageMakerServiceException_1.SageMakerServiceException; } });
@@ -15479,6 +15479,7 @@ const de_ModelDashboardModelCard = (output, context) => {
15479
15479
  };
15480
15480
  const de_ModelDashboardMonitoringSchedule = (output, context) => {
15481
15481
  return (0, smithy_client_1.take)(output, {
15482
+ BatchTransformInput: (_) => de_BatchTransformInput(_, context),
15482
15483
  CreationTime: (_) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(_))),
15483
15484
  EndpointName: smithy_client_1.expectString,
15484
15485
  FailureReason: smithy_client_1.expectString,
@@ -1,4 +1,4 @@
1
- import { resolveEndpoint } from "@aws-sdk/util-endpoints";
1
+ import { resolveEndpoint } from "@smithy/util-endpoints";
2
2
  import { ruleSet } from "./ruleset";
3
3
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
4
  return resolveEndpoint(ruleSet, {
package/dist-es/index.js CHANGED
@@ -4,4 +4,5 @@ export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
6
  export * from "./models";
7
+ import "@aws-sdk/util-endpoints";
7
8
  export { SageMakerServiceException } from "./models/SageMakerServiceException";
@@ -14856,6 +14856,7 @@ const de_ModelDashboardModelCard = (output, context) => {
14856
14856
  };
14857
14857
  const de_ModelDashboardMonitoringSchedule = (output, context) => {
14858
14858
  return take(output, {
14859
+ BatchTransformInput: (_) => de_BatchTransformInput(_, context),
14859
14860
  CreationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
14860
14861
  EndpointName: __expectString,
14861
14862
  FailureReason: __expectString,
@@ -1980,6 +1980,28 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
1980
1980
  * // MonitoringJobDefinitionName: "STRING_VALUE",
1981
1981
  * // MonitoringType: "DataQuality" || "ModelQuality" || "ModelBias" || "ModelExplainability",
1982
1982
  * // },
1983
+ * // BatchTransformInput: {
1984
+ * // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
1985
+ * // DatasetFormat: {
1986
+ * // Csv: {
1987
+ * // Header: true || false,
1988
+ * // },
1989
+ * // Json: {
1990
+ * // Line: true || false,
1991
+ * // },
1992
+ * // Parquet: {},
1993
+ * // },
1994
+ * // LocalPath: "STRING_VALUE", // required
1995
+ * // S3InputMode: "Pipe" || "File",
1996
+ * // S3DataDistributionType: "FullyReplicated" || "ShardedByS3Key",
1997
+ * // FeaturesAttribute: "STRING_VALUE",
1998
+ * // InferenceAttribute: "STRING_VALUE",
1999
+ * // ProbabilityAttribute: "STRING_VALUE",
2000
+ * // ProbabilityThresholdAttribute: Number("double"),
2001
+ * // StartTimeOffset: "STRING_VALUE",
2002
+ * // EndTimeOffset: "STRING_VALUE",
2003
+ * // ExcludeFeaturesAttribute: "STRING_VALUE",
2004
+ * // },
1983
2005
  * // },
1984
2006
  * // ],
1985
2007
  * // ModelCard: { // ModelDashboardModelCard
@@ -25,4 +25,5 @@ export * from "./commands";
25
25
  export * from "./pagination";
26
26
  export * from "./waiters";
27
27
  export * from "./models";
28
+ import "@aws-sdk/util-endpoints";
28
29
  export { SageMakerServiceException } from "./models/SageMakerServiceException";
@@ -1,4 +1,4 @@
1
- import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
1
+ import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, Channel, CheckpointConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, TtlDuration, UiTemplate, UserSettings, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
3
  import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, EndpointStatus, FeatureParameter, MetricData, ModelArtifacts, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_2";
4
4
  import { Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, Model, ModelCard, MonitoringAlertSummary, Parameter, ResourceType } from "./models_3";
@@ -348,6 +348,11 @@ export interface ModelDashboardMonitoringSchedule {
348
348
  * <p>Summary of information about the last monitoring job to run.</p>
349
349
  */
350
350
  LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
351
+ /**
352
+ * @public
353
+ * <p>Input object for the batch transform job.</p>
354
+ */
355
+ BatchTransformInput?: BatchTransformInput;
351
356
  }
352
357
  /**
353
358
  * @public
@@ -5,4 +5,5 @@ export * from "./commands";
5
5
  export * from "./pagination";
6
6
  export * from "./waiters";
7
7
  export * from "./models";
8
+ import "@aws-sdk/util-endpoints";
8
9
  export { SageMakerServiceException } from "./models/SageMakerServiceException";
@@ -6,6 +6,7 @@ import {
6
6
  AppSpecification,
7
7
  BatchDataCaptureConfig,
8
8
  BatchStrategy,
9
+ BatchTransformInput,
9
10
  BooleanOperator,
10
11
  Channel,
11
12
  CheckpointConfig,
@@ -188,6 +189,7 @@ export interface ModelDashboardMonitoringSchedule {
188
189
  EndpointName?: string;
189
190
  MonitoringAlertSummaries?: MonitoringAlertSummary[];
190
191
  LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
192
+ BatchTransformInput?: BatchTransformInput;
191
193
  }
192
194
  export interface ModelDashboardModel {
193
195
  Model?: Model;
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.437.0",
4
+ "version": "3.441.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,17 +21,17 @@
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.437.0",
25
- "@aws-sdk/core": "3.436.0",
26
- "@aws-sdk/credential-provider-node": "3.437.0",
24
+ "@aws-sdk/client-sts": "3.441.0",
25
+ "@aws-sdk/core": "3.441.0",
26
+ "@aws-sdk/credential-provider-node": "3.441.0",
27
27
  "@aws-sdk/middleware-host-header": "3.433.0",
28
28
  "@aws-sdk/middleware-logger": "3.433.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.433.0",
30
30
  "@aws-sdk/middleware-signing": "3.433.0",
31
- "@aws-sdk/middleware-user-agent": "3.433.0",
31
+ "@aws-sdk/middleware-user-agent": "3.438.0",
32
32
  "@aws-sdk/region-config-resolver": "3.433.0",
33
33
  "@aws-sdk/types": "3.433.0",
34
- "@aws-sdk/util-endpoints": "3.433.0",
34
+ "@aws-sdk/util-endpoints": "3.438.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.433.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.437.0",
37
37
  "@smithy/config-resolver": "^2.0.16",
@@ -54,6 +54,7 @@
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
55
  "@smithy/util-defaults-mode-browser": "^2.0.16",
56
56
  "@smithy/util-defaults-mode-node": "^2.0.21",
57
+ "@smithy/util-endpoints": "^1.0.2",
57
58
  "@smithy/util-retry": "^2.0.5",
58
59
  "@smithy/util-utf8": "^2.0.0",
59
60
  "@smithy/util-waiter": "^2.0.12",