@aws-sdk/client-sagemaker 3.1019.0 → 3.1021.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 +14 -0
- package/dist-cjs/schemas/schemas_0.js +69 -43
- package/dist-es/SageMaker.js +22 -22
- package/dist-es/models/enums.js +11 -0
- package/dist-es/schemas/schemas_0.js +46 -20
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForEndpointInService.js +1 -1
- package/dist-es/waiters/waitForImageCreated.js +1 -1
- package/dist-es/waiters/waitForImageDeleted.js +1 -1
- package/dist-es/waiters/waitForImageUpdated.js +1 -1
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +381 -381
- package/dist-types/SageMakerClient.d.ts +384 -384
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +10 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +65 -93
- package/dist-types/models/models_2.d.ts +99 -46
- package/dist-types/models/models_3.d.ts +47 -105
- package/dist-types/models/models_4.d.ts +106 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_1.d.ts +35 -58
- package/dist-types/ts3.4/models/models_2.d.ts +68 -30
- package/dist-types/ts3.4/models/models_3.d.ts +45 -61
- package/dist-types/ts3.4/models/models_4.d.ts +55 -32
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
- package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
- package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
- package/package.json +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkforcesCommandInput, ListWorkforcesCommandOutput } from "../commands/ListWorkforcesCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkteamsCommandInput, ListWorkteamsCommandOutput } from "../commands/ListWorkteamsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { QueryLineageCommandInput, QueryLineageCommandOutput } from "../commands/QueryLineageCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -710,6 +710,7 @@ export declare var ImageConfig$: StaticStructureSchema;
|
|
|
710
710
|
export declare var ImageVersion$: StaticStructureSchema;
|
|
711
711
|
export declare var ImportHubContentRequest$: StaticStructureSchema;
|
|
712
712
|
export declare var ImportHubContentResponse$: StaticStructureSchema;
|
|
713
|
+
export declare var InferenceComponentAvailabilityZoneBalance$: StaticStructureSchema;
|
|
713
714
|
export declare var InferenceComponentCapacitySize$: StaticStructureSchema;
|
|
714
715
|
export declare var InferenceComponentComputeResourceRequirements$: StaticStructureSchema;
|
|
715
716
|
export declare var InferenceComponentContainerSpecification$: StaticStructureSchema;
|
|
@@ -721,6 +722,7 @@ export declare var InferenceComponentMetadata$: StaticStructureSchema;
|
|
|
721
722
|
export declare var InferenceComponentRollingUpdatePolicy$: StaticStructureSchema;
|
|
722
723
|
export declare var InferenceComponentRuntimeConfig$: StaticStructureSchema;
|
|
723
724
|
export declare var InferenceComponentRuntimeConfigSummary$: StaticStructureSchema;
|
|
725
|
+
export declare var InferenceComponentSchedulingConfig$: StaticStructureSchema;
|
|
724
726
|
export declare var InferenceComponentSpecification$: StaticStructureSchema;
|
|
725
727
|
export declare var InferenceComponentSpecificationSummary$: StaticStructureSchema;
|
|
726
728
|
export declare var InferenceComponentStartupParameters$: StaticStructureSchema;
|
|
@@ -1113,6 +1115,7 @@ export declare var ProductionVariantCapacityReservationConfig$: StaticStructureS
|
|
|
1113
1115
|
export declare var ProductionVariantCapacityReservationSummary$: StaticStructureSchema;
|
|
1114
1116
|
export declare var ProductionVariantCoreDumpConfig$: StaticStructureSchema;
|
|
1115
1117
|
export declare var ProductionVariantManagedInstanceScaling$: StaticStructureSchema;
|
|
1118
|
+
export declare var ProductionVariantManagedInstanceScalingScaleInPolicy$: StaticStructureSchema;
|
|
1116
1119
|
export declare var ProductionVariantRoutingConfig$: StaticStructureSchema;
|
|
1117
1120
|
export declare var ProductionVariantServerlessConfig$: StaticStructureSchema;
|
|
1118
1121
|
export declare var ProductionVariantServerlessUpdateConfig$: StaticStructureSchema;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -2358,7 +2357,7 @@ export interface ClientDefaults
|
|
|
2358
2357
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
2359
2358
|
region?: string | __Provider<string>;
|
|
2360
2359
|
profile?: string;
|
|
2361
|
-
defaultUserAgentProvider?:
|
|
2360
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
2362
2361
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
2363
2362
|
maxAttempts?: number | __Provider<number>;
|
|
2364
2363
|
retryMode?: string | __Provider<string>;
|
|
@@ -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
|
-
|
|
5
|
-
ListPipelineParametersForExecutionResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListPipelineParametersForExecutionRequest } from "../models/models_3";
|
|
4
|
+
import { ListPipelineParametersForExecutionResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListPipelinesRequest,
|
|
5
|
+
ListPipelinesResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1321,6 +1321,11 @@ export declare const AutotuneMode: {
|
|
|
1321
1321
|
readonly ENABLED: "Enabled";
|
|
1322
1322
|
};
|
|
1323
1323
|
export type AutotuneMode = (typeof AutotuneMode)[keyof typeof AutotuneMode];
|
|
1324
|
+
export declare const AvailabilityZoneBalanceEnforcementMode: {
|
|
1325
|
+
readonly PERMISSIVE: "PERMISSIVE";
|
|
1326
|
+
};
|
|
1327
|
+
export type AvailabilityZoneBalanceEnforcementMode =
|
|
1328
|
+
(typeof AvailabilityZoneBalanceEnforcementMode)[keyof typeof AvailabilityZoneBalanceEnforcementMode];
|
|
1324
1329
|
export declare const AwsManagedHumanLoopRequestSource: {
|
|
1325
1330
|
readonly REKOGNITION_DETECT_MODERATION_LABELS_IMAGE_V3: "AWS/Rekognition/DetectModerationLabels/Image/V3";
|
|
1326
1331
|
readonly TEXTRACT_ANALYZE_DOCUMENT_FORMS_V1: "AWS/Textract/AnalyzeDocument/Forms/V1";
|
|
@@ -2107,6 +2112,12 @@ export declare const ProductionVariantInferenceAmiVersion: {
|
|
|
2107
2112
|
};
|
|
2108
2113
|
export type ProductionVariantInferenceAmiVersion =
|
|
2109
2114
|
(typeof ProductionVariantInferenceAmiVersion)[keyof typeof ProductionVariantInferenceAmiVersion];
|
|
2115
|
+
export declare const ManagedInstanceScalingScaleInStrategy: {
|
|
2116
|
+
readonly CONSOLIDATION: "CONSOLIDATION";
|
|
2117
|
+
readonly IDLE_RELEASE: "IDLE_RELEASE";
|
|
2118
|
+
};
|
|
2119
|
+
export type ManagedInstanceScalingScaleInStrategy =
|
|
2120
|
+
(typeof ManagedInstanceScalingScaleInStrategy)[keyof typeof ManagedInstanceScalingScaleInStrategy];
|
|
2110
2121
|
export declare const ManagedInstanceScalingStatus: {
|
|
2111
2122
|
readonly DISABLED: "DISABLED";
|
|
2112
2123
|
readonly ENABLED: "ENABLED";
|
|
@@ -2204,6 +2215,12 @@ export declare const VendorGuidance: {
|
|
|
2204
2215
|
};
|
|
2205
2216
|
export type VendorGuidance =
|
|
2206
2217
|
(typeof VendorGuidance)[keyof typeof VendorGuidance];
|
|
2218
|
+
export declare const InferenceComponentPlacementStrategy: {
|
|
2219
|
+
readonly BINPACK: "BINPACK";
|
|
2220
|
+
readonly SPREAD: "SPREAD";
|
|
2221
|
+
};
|
|
2222
|
+
export type InferenceComponentPlacementStrategy =
|
|
2223
|
+
(typeof InferenceComponentPlacementStrategy)[keyof typeof InferenceComponentPlacementStrategy];
|
|
2207
2224
|
export declare const ModelInfrastructureType: {
|
|
2208
2225
|
readonly REAL_TIME_INFERENCE: "RealTimeInference";
|
|
2209
2226
|
};
|
|
@@ -9,6 +9,7 @@ import {
|
|
|
9
9
|
AppType,
|
|
10
10
|
AuthMode,
|
|
11
11
|
AutoMountHomeEFS,
|
|
12
|
+
AvailabilityZoneBalanceEnforcementMode,
|
|
12
13
|
AwsManagedHumanLoopRequestSource,
|
|
13
14
|
CapacityReservationPreference,
|
|
14
15
|
CollectionType,
|
|
@@ -27,11 +28,13 @@ import {
|
|
|
27
28
|
HyperParameterTuningAllocationStrategy,
|
|
28
29
|
HyperParameterTuningJobStrategyType,
|
|
29
30
|
HyperParameterTuningJobWarmStartType,
|
|
31
|
+
InferenceComponentPlacementStrategy,
|
|
30
32
|
InferenceExecutionMode,
|
|
31
33
|
InferenceExperimentType,
|
|
32
34
|
InputMode,
|
|
33
35
|
IPAddressType,
|
|
34
36
|
JobType,
|
|
37
|
+
ManagedInstanceScalingScaleInStrategy,
|
|
35
38
|
ManagedInstanceScalingStatus,
|
|
36
39
|
MetricPublishFrequencyInSeconds,
|
|
37
40
|
MlTools,
|
|
@@ -84,12 +87,15 @@ import {
|
|
|
84
87
|
VendorGuidance,
|
|
85
88
|
} from "./enums";
|
|
86
89
|
import {
|
|
90
|
+
AdditionalInferenceSpecificationDefinition,
|
|
87
91
|
AmazonQSettings,
|
|
88
92
|
AnnotationConsolidationConfig,
|
|
89
93
|
AppLifecycleManagement,
|
|
90
94
|
AppSpecification,
|
|
91
95
|
AsyncInferenceConfig,
|
|
92
96
|
AthenaDatasetDefinition,
|
|
97
|
+
AuthorizedUrl,
|
|
98
|
+
AutoParameter,
|
|
93
99
|
AutoRollbackConfig,
|
|
94
100
|
Autotune,
|
|
95
101
|
BatchTransformInput,
|
|
@@ -99,41 +105,38 @@ import {
|
|
|
99
105
|
CanvasAppSettings,
|
|
100
106
|
CapacitySize,
|
|
101
107
|
CaptureContentTypeHeader,
|
|
108
|
+
CaptureOption,
|
|
109
|
+
CategoricalParameter,
|
|
110
|
+
CategoricalParameterRange,
|
|
102
111
|
CfnCreateTemplateProvider,
|
|
112
|
+
Channel,
|
|
103
113
|
CheckpointConfig,
|
|
104
114
|
ClarifyExplainerConfig,
|
|
105
115
|
CodeEditorAppSettings,
|
|
116
|
+
CodeRepository,
|
|
106
117
|
CollectionConfig,
|
|
107
118
|
ComputeQuotaConfig,
|
|
108
119
|
ComputeQuotaTarget,
|
|
120
|
+
ContainerDefinition,
|
|
109
121
|
ContextSource,
|
|
122
|
+
ContinuousParameterRange,
|
|
110
123
|
ConvergenceDetected,
|
|
124
|
+
CustomImage,
|
|
111
125
|
HyperParameterTuningJobObjective,
|
|
112
126
|
InferenceSpecification,
|
|
113
127
|
InputConfig,
|
|
114
128
|
MetadataProperties,
|
|
129
|
+
MetricDefinition,
|
|
115
130
|
MetricsSource,
|
|
116
131
|
ModelDataSource,
|
|
117
132
|
OutputDataConfig,
|
|
118
133
|
ResourceConfig,
|
|
119
134
|
ResourceSpec,
|
|
120
135
|
StoppingCondition,
|
|
136
|
+
Tag,
|
|
121
137
|
TargetPlatform,
|
|
122
138
|
TransformJobDefinition,
|
|
123
139
|
VpcConfig,
|
|
124
|
-
AdditionalInferenceSpecificationDefinition,
|
|
125
|
-
AuthorizedUrl,
|
|
126
|
-
AutoParameter,
|
|
127
|
-
CaptureOption,
|
|
128
|
-
CategoricalParameter,
|
|
129
|
-
CategoricalParameterRange,
|
|
130
|
-
Channel,
|
|
131
|
-
CodeRepository,
|
|
132
|
-
ContainerDefinition,
|
|
133
|
-
ContinuousParameterRange,
|
|
134
|
-
CustomImage,
|
|
135
|
-
MetricDefinition,
|
|
136
|
-
Tag,
|
|
137
140
|
} from "./models_0";
|
|
138
141
|
export interface OutputConfig {
|
|
139
142
|
S3OutputLocation: string | undefined;
|
|
@@ -557,10 +560,18 @@ export interface ProductionVariantCoreDumpConfig {
|
|
|
557
560
|
DestinationS3Uri: string | undefined;
|
|
558
561
|
KmsKeyId?: string | undefined;
|
|
559
562
|
}
|
|
563
|
+
export interface ProductionVariantManagedInstanceScalingScaleInPolicy {
|
|
564
|
+
Strategy: ManagedInstanceScalingScaleInStrategy | undefined;
|
|
565
|
+
MaximumStepSize?: number | undefined;
|
|
566
|
+
CooldownInMinutes?: number | undefined;
|
|
567
|
+
}
|
|
560
568
|
export interface ProductionVariantManagedInstanceScaling {
|
|
561
569
|
Status?: ManagedInstanceScalingStatus | undefined;
|
|
562
570
|
MinInstanceCount?: number | undefined;
|
|
563
571
|
MaxInstanceCount?: number | undefined;
|
|
572
|
+
ScaleInPolicy?:
|
|
573
|
+
| ProductionVariantManagedInstanceScalingScaleInPolicy
|
|
574
|
+
| undefined;
|
|
564
575
|
}
|
|
565
576
|
export interface ProductionVariantRoutingConfig {
|
|
566
577
|
RoutingStrategy: RoutingStrategy | undefined;
|
|
@@ -922,6 +933,16 @@ export interface InferenceComponentContainerSpecification {
|
|
|
922
933
|
export interface InferenceComponentDataCacheConfig {
|
|
923
934
|
EnableCaching: boolean | undefined;
|
|
924
935
|
}
|
|
936
|
+
export interface InferenceComponentAvailabilityZoneBalance {
|
|
937
|
+
EnforcementMode: AvailabilityZoneBalanceEnforcementMode | undefined;
|
|
938
|
+
MaxImbalance?: number | undefined;
|
|
939
|
+
}
|
|
940
|
+
export interface InferenceComponentSchedulingConfig {
|
|
941
|
+
PlacementStrategy: InferenceComponentPlacementStrategy | undefined;
|
|
942
|
+
AvailabilityZoneBalance?:
|
|
943
|
+
| InferenceComponentAvailabilityZoneBalance
|
|
944
|
+
| undefined;
|
|
945
|
+
}
|
|
925
946
|
export interface InferenceComponentStartupParameters {
|
|
926
947
|
ModelDataDownloadTimeoutInSeconds?: number | undefined;
|
|
927
948
|
ContainerStartupHealthCheckTimeoutInSeconds?: number | undefined;
|
|
@@ -935,6 +956,7 @@ export interface InferenceComponentSpecification {
|
|
|
935
956
|
| undefined;
|
|
936
957
|
BaseInferenceComponentName?: string | undefined;
|
|
937
958
|
DataCacheConfig?: InferenceComponentDataCacheConfig | undefined;
|
|
959
|
+
SchedulingConfig?: InferenceComponentSchedulingConfig | undefined;
|
|
938
960
|
}
|
|
939
961
|
export interface CreateInferenceComponentInput {
|
|
940
962
|
InferenceComponentName: string | undefined;
|
|
@@ -1859,48 +1881,3 @@ export interface FSxLustreFileSystem {
|
|
|
1859
1881
|
export interface S3FileSystem {
|
|
1860
1882
|
S3Uri: string | undefined;
|
|
1861
1883
|
}
|
|
1862
|
-
export type CustomFileSystem =
|
|
1863
|
-
| CustomFileSystem.EFSFileSystemMember
|
|
1864
|
-
| CustomFileSystem.FSxLustreFileSystemMember
|
|
1865
|
-
| CustomFileSystem.S3FileSystemMember
|
|
1866
|
-
| CustomFileSystem.$UnknownMember;
|
|
1867
|
-
export declare namespace CustomFileSystem {
|
|
1868
|
-
interface EFSFileSystemMember {
|
|
1869
|
-
EFSFileSystem: EFSFileSystem;
|
|
1870
|
-
FSxLustreFileSystem?: never;
|
|
1871
|
-
S3FileSystem?: never;
|
|
1872
|
-
$unknown?: never;
|
|
1873
|
-
}
|
|
1874
|
-
interface FSxLustreFileSystemMember {
|
|
1875
|
-
EFSFileSystem?: never;
|
|
1876
|
-
FSxLustreFileSystem: FSxLustreFileSystem;
|
|
1877
|
-
S3FileSystem?: never;
|
|
1878
|
-
$unknown?: never;
|
|
1879
|
-
}
|
|
1880
|
-
interface S3FileSystemMember {
|
|
1881
|
-
EFSFileSystem?: never;
|
|
1882
|
-
FSxLustreFileSystem?: never;
|
|
1883
|
-
S3FileSystem: S3FileSystem;
|
|
1884
|
-
$unknown?: never;
|
|
1885
|
-
}
|
|
1886
|
-
interface $UnknownMember {
|
|
1887
|
-
EFSFileSystem?: never;
|
|
1888
|
-
FSxLustreFileSystem?: never;
|
|
1889
|
-
S3FileSystem?: never;
|
|
1890
|
-
$unknown: [string, any];
|
|
1891
|
-
}
|
|
1892
|
-
interface Visitor<T> {
|
|
1893
|
-
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
1894
|
-
FSxLustreFileSystem: (value: FSxLustreFileSystem) => T;
|
|
1895
|
-
S3FileSystem: (value: S3FileSystem) => T;
|
|
1896
|
-
_: (name: string, value: any) => T;
|
|
1897
|
-
}
|
|
1898
|
-
}
|
|
1899
|
-
export interface SpaceJupyterLabAppSettings {
|
|
1900
|
-
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
1901
|
-
CodeRepositories?: CodeRepository[] | undefined;
|
|
1902
|
-
AppLifecycleManagement?: SpaceAppLifecycleManagement | undefined;
|
|
1903
|
-
}
|
|
1904
|
-
export interface EbsStorageSettings {
|
|
1905
|
-
EbsVolumeSizeInGb: number | undefined;
|
|
1906
|
-
}
|
|
@@ -109,19 +109,23 @@ import {
|
|
|
109
109
|
} from "./enums";
|
|
110
110
|
import {
|
|
111
111
|
ActionSource,
|
|
112
|
+
AdditionalInferenceSpecificationDefinition,
|
|
112
113
|
AlgorithmSpecification,
|
|
113
114
|
AlgorithmStatusDetails,
|
|
114
115
|
AlgorithmValidationSpecification,
|
|
115
116
|
ArtifactSource,
|
|
116
117
|
AsyncInferenceConfig,
|
|
117
118
|
AutoMLCandidate,
|
|
119
|
+
AutoMLChannel,
|
|
118
120
|
AutoMLComputeConfig,
|
|
119
121
|
AutoMLDataSplitConfig,
|
|
120
122
|
AutoMLJobArtifacts,
|
|
123
|
+
AutoMLJobChannel,
|
|
121
124
|
AutoMLJobCompletionCriteria,
|
|
122
125
|
AutoMLJobConfig,
|
|
123
126
|
AutoMLJobObjective,
|
|
124
127
|
AutoMLOutputDataConfig,
|
|
128
|
+
AutoMLPartialFailureReason,
|
|
125
129
|
AutoMLProblemTypeConfig,
|
|
126
130
|
AutoMLResolvedAttributes,
|
|
127
131
|
AutoMLSecurityConfig,
|
|
@@ -129,17 +133,23 @@ import {
|
|
|
129
133
|
Autotune,
|
|
130
134
|
AvailableUpgrade,
|
|
131
135
|
BatchDataCaptureConfig,
|
|
136
|
+
Channel,
|
|
132
137
|
CheckpointConfig,
|
|
133
138
|
ClusterAutoScalingConfigOutput,
|
|
134
139
|
ClusterEventDetail,
|
|
140
|
+
ClusterInstanceGroupDetails,
|
|
135
141
|
ClusterNodeDetails,
|
|
136
142
|
ClusterOrchestrator,
|
|
143
|
+
ClusterRestrictedInstanceGroupDetails,
|
|
137
144
|
ClusterTieredStorageConfig,
|
|
138
145
|
CodeEditorAppImageConfig,
|
|
146
|
+
CodeRepository,
|
|
139
147
|
CognitoConfig,
|
|
140
148
|
CognitoMemberDefinition,
|
|
149
|
+
CollectionConfiguration,
|
|
141
150
|
ComputeQuotaConfig,
|
|
142
151
|
ComputeQuotaTarget,
|
|
152
|
+
ContainerDefinition,
|
|
143
153
|
ContextSource,
|
|
144
154
|
GitConfig,
|
|
145
155
|
InferenceSpecification,
|
|
@@ -153,22 +163,13 @@ import {
|
|
|
153
163
|
ResourceSpec,
|
|
154
164
|
SchedulerConfig,
|
|
155
165
|
StoppingCondition,
|
|
166
|
+
Tag,
|
|
156
167
|
TrainingSpecification,
|
|
157
168
|
TransformInput,
|
|
158
169
|
TransformOutput,
|
|
159
170
|
TransformResources,
|
|
160
171
|
UserContext,
|
|
161
172
|
VpcConfig,
|
|
162
|
-
AdditionalInferenceSpecificationDefinition,
|
|
163
|
-
AutoMLChannel,
|
|
164
|
-
AutoMLJobChannel,
|
|
165
|
-
AutoMLPartialFailureReason,
|
|
166
|
-
Channel,
|
|
167
|
-
ClusterInstanceGroupDetails,
|
|
168
|
-
ClusterRestrictedInstanceGroupDetails,
|
|
169
|
-
CollectionConfiguration,
|
|
170
|
-
ContainerDefinition,
|
|
171
|
-
Tag,
|
|
172
173
|
} from "./models_0";
|
|
173
174
|
import {
|
|
174
175
|
DataCaptureConfig,
|
|
@@ -180,21 +181,26 @@ import {
|
|
|
180
181
|
DeviceSelectionConfig,
|
|
181
182
|
DomainSettings,
|
|
182
183
|
DriftCheckBaselines,
|
|
183
|
-
EbsStorageSettings,
|
|
184
184
|
EdgeDeploymentConfig,
|
|
185
|
+
EdgeDeploymentModelConfig,
|
|
185
186
|
EdgeOutputConfig,
|
|
187
|
+
EFSFileSystem,
|
|
186
188
|
EndpointInfo,
|
|
187
189
|
ExperimentConfig,
|
|
188
190
|
ExplainerConfig,
|
|
191
|
+
FeatureDefinition,
|
|
189
192
|
FlowDefinitionOutputConfig,
|
|
193
|
+
FSxLustreFileSystem,
|
|
190
194
|
HubS3StorageConfig,
|
|
191
195
|
HumanLoopActivationConfig,
|
|
192
196
|
HumanLoopConfig,
|
|
193
197
|
HumanLoopRequestSource,
|
|
194
198
|
HumanTaskConfig,
|
|
199
|
+
HyperParameterTrainingJobDefinition,
|
|
195
200
|
HyperParameterTuningJobConfig,
|
|
196
201
|
HyperParameterTuningJobWarmStartConfig,
|
|
197
202
|
InferenceComponentComputeResourceRequirements,
|
|
203
|
+
InferenceComponentSchedulingConfig,
|
|
198
204
|
InferenceComponentStartupParameters,
|
|
199
205
|
InferenceExecutionConfig,
|
|
200
206
|
InferenceExperimentDataStorageConfig,
|
|
@@ -230,8 +236,10 @@ import {
|
|
|
230
236
|
MonitoringScheduleConfig,
|
|
231
237
|
MonitoringStoppingCondition,
|
|
232
238
|
NeoVpcConfig,
|
|
239
|
+
NotebookInstanceLifecycleHook,
|
|
233
240
|
OfflineStoreConfig,
|
|
234
241
|
OnlineStoreConfig,
|
|
242
|
+
OptimizationConfig,
|
|
235
243
|
OptimizationJobModelSource,
|
|
236
244
|
OptimizationJobOutputConfig,
|
|
237
245
|
OptimizationVpcConfig,
|
|
@@ -240,25 +248,65 @@ import {
|
|
|
240
248
|
ParallelismConfiguration,
|
|
241
249
|
PartnerAppConfig,
|
|
242
250
|
PartnerAppMaintenanceConfig,
|
|
251
|
+
ProductionVariant,
|
|
243
252
|
ProductionVariantManagedInstanceScaling,
|
|
244
253
|
ProductionVariantRoutingConfig,
|
|
245
254
|
ProductionVariantServerlessConfig,
|
|
246
255
|
RecommendationJobInputConfig,
|
|
247
256
|
RecommendationJobStoppingConditions,
|
|
248
257
|
RetryStrategy,
|
|
258
|
+
S3FileSystem,
|
|
249
259
|
ShadowModeConfig,
|
|
250
260
|
SourceAlgorithmSpecification,
|
|
261
|
+
SpaceAppLifecycleManagement,
|
|
251
262
|
SpaceCodeEditorAppSettings,
|
|
252
|
-
SpaceJupyterLabAppSettings,
|
|
253
263
|
UserSettings,
|
|
254
|
-
CustomFileSystem,
|
|
255
|
-
EdgeDeploymentModelConfig,
|
|
256
|
-
FeatureDefinition,
|
|
257
|
-
HyperParameterTrainingJobDefinition,
|
|
258
|
-
NotebookInstanceLifecycleHook,
|
|
259
|
-
OptimizationConfig,
|
|
260
|
-
ProductionVariant,
|
|
261
264
|
} from "./models_1";
|
|
265
|
+
export type CustomFileSystem =
|
|
266
|
+
| CustomFileSystem.EFSFileSystemMember
|
|
267
|
+
| CustomFileSystem.FSxLustreFileSystemMember
|
|
268
|
+
| CustomFileSystem.S3FileSystemMember
|
|
269
|
+
| CustomFileSystem.$UnknownMember;
|
|
270
|
+
export declare namespace CustomFileSystem {
|
|
271
|
+
interface EFSFileSystemMember {
|
|
272
|
+
EFSFileSystem: EFSFileSystem;
|
|
273
|
+
FSxLustreFileSystem?: never;
|
|
274
|
+
S3FileSystem?: never;
|
|
275
|
+
$unknown?: never;
|
|
276
|
+
}
|
|
277
|
+
interface FSxLustreFileSystemMember {
|
|
278
|
+
EFSFileSystem?: never;
|
|
279
|
+
FSxLustreFileSystem: FSxLustreFileSystem;
|
|
280
|
+
S3FileSystem?: never;
|
|
281
|
+
$unknown?: never;
|
|
282
|
+
}
|
|
283
|
+
interface S3FileSystemMember {
|
|
284
|
+
EFSFileSystem?: never;
|
|
285
|
+
FSxLustreFileSystem?: never;
|
|
286
|
+
S3FileSystem: S3FileSystem;
|
|
287
|
+
$unknown?: never;
|
|
288
|
+
}
|
|
289
|
+
interface $UnknownMember {
|
|
290
|
+
EFSFileSystem?: never;
|
|
291
|
+
FSxLustreFileSystem?: never;
|
|
292
|
+
S3FileSystem?: never;
|
|
293
|
+
$unknown: [string, any];
|
|
294
|
+
}
|
|
295
|
+
interface Visitor<T> {
|
|
296
|
+
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
297
|
+
FSxLustreFileSystem: (value: FSxLustreFileSystem) => T;
|
|
298
|
+
S3FileSystem: (value: S3FileSystem) => T;
|
|
299
|
+
_: (name: string, value: any) => T;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
export interface SpaceJupyterLabAppSettings {
|
|
303
|
+
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
304
|
+
CodeRepositories?: CodeRepository[] | undefined;
|
|
305
|
+
AppLifecycleManagement?: SpaceAppLifecycleManagement | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface EbsStorageSettings {
|
|
308
|
+
EbsVolumeSizeInGb: number | undefined;
|
|
309
|
+
}
|
|
262
310
|
export interface SpaceStorageSettings {
|
|
263
311
|
EbsStorageSettings?: EbsStorageSettings | undefined;
|
|
264
312
|
}
|
|
@@ -1654,6 +1702,7 @@ export interface InferenceComponentSpecificationSummary {
|
|
|
1654
1702
|
| undefined;
|
|
1655
1703
|
BaseInferenceComponentName?: string | undefined;
|
|
1656
1704
|
DataCacheConfig?: InferenceComponentDataCacheConfigSummary | undefined;
|
|
1705
|
+
SchedulingConfig?: InferenceComponentSchedulingConfig | undefined;
|
|
1657
1706
|
}
|
|
1658
1707
|
export interface DescribeInferenceComponentOutput {
|
|
1659
1708
|
InferenceComponentName: string | undefined;
|
|
@@ -2167,14 +2216,3 @@ export interface DescribePipelineDefinitionForExecutionResponse {
|
|
|
2167
2216
|
export interface DescribePipelineExecutionRequest {
|
|
2168
2217
|
PipelineExecutionArn: string | undefined;
|
|
2169
2218
|
}
|
|
2170
|
-
export interface MLflowConfiguration {
|
|
2171
|
-
MlflowResourceArn?: string | undefined;
|
|
2172
|
-
MlflowExperimentName?: string | undefined;
|
|
2173
|
-
}
|
|
2174
|
-
export interface PipelineExperimentConfig {
|
|
2175
|
-
ExperimentName?: string | undefined;
|
|
2176
|
-
TrialName?: string | undefined;
|
|
2177
|
-
}
|
|
2178
|
-
export interface SelectedStep {
|
|
2179
|
-
StepName: string | undefined;
|
|
2180
|
-
}
|