@aws-sdk/client-sagemaker 3.232.0 → 3.234.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/SageMaker.js +30 -0
- package/dist-cjs/commands/DescribeAlgorithmCommand.js +3 -3
- package/dist-cjs/commands/DescribeAppCommand.js +1 -2
- package/dist-cjs/commands/ListAliasesCommand.js +46 -0
- package/dist-cjs/commands/ListAssociationsCommand.js +2 -1
- package/dist-cjs/commands/ListAutoMLJobsCommand.js +3 -3
- package/dist-cjs/commands/ListCandidatesForAutoMLJobCommand.js +3 -3
- package/dist-cjs/commands/UpdateFeatureGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +2 -2
- package/dist-cjs/commands/UpdateHubCommand.js +3 -3
- package/dist-cjs/commands/UpdateImageCommand.js +1 -2
- package/dist-cjs/commands/UpdateImageVersionCommand.js +46 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_1.js +25 -19
- package/dist-cjs/models/models_2.js +25 -25
- package/dist-cjs/models/models_3.js +26 -26
- package/dist-cjs/models/models_4.js +29 -1
- package/dist-cjs/pagination/ListAliasesPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +179 -9
- package/dist-es/SageMaker.js +30 -0
- package/dist-es/commands/DescribeAlgorithmCommand.js +1 -1
- package/dist-es/commands/DescribeAppCommand.js +1 -2
- package/dist-es/commands/ListAliasesCommand.js +42 -0
- package/dist-es/commands/ListAssociationsCommand.js +2 -1
- package/dist-es/commands/ListAutoMLJobsCommand.js +1 -1
- package/dist-es/commands/ListCandidatesForAutoMLJobCommand.js +1 -1
- package/dist-es/commands/UpdateFeatureGroupCommand.js +2 -1
- package/dist-es/commands/UpdateFeatureMetadataCommand.js +1 -1
- package/dist-es/commands/UpdateHubCommand.js +1 -1
- package/dist-es/commands/UpdateImageCommand.js +1 -2
- package/dist-es/commands/UpdateImageVersionCommand.js +42 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_1.js +18 -9
- package/dist-es/models/models_2.js +15 -15
- package/dist-es/models/models_3.js +15 -15
- package/dist-es/models/models_4.js +21 -0
- package/dist-es/pagination/ListAliasesPaginator.js +32 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +166 -0
- package/dist-types/SageMaker.d.ts +14 -0
- package/dist-types/SageMakerClient.d.ts +4 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAliasesCommand.d.ts +37 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/commands/UpdateImageVersionCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +12 -12
- package/dist-types/models/models_1.d.ts +116 -107
- package/dist-types/models/models_2.d.ts +213 -137
- package/dist-types/models/models_3.d.ts +129 -97
- package/dist-types/models/models_4.d.ts +204 -3
- package/dist-types/pagination/ListAliasesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/SageMaker.d.ts +34 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListAutoMLJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateImageCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/UpdateImageVersionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +26 -37
- package/dist-types/ts3.4/models/models_2.d.ts +64 -54
- package/dist-types/ts3.4/models/models_3.d.ts +56 -42
- package/dist-types/ts3.4/models/models_4.d.ts +74 -1
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
- package/package.json +7 -7
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DescribeAppRequest } from "../models/
|
|
10
|
-
import { DescribeAppResponse } from "../models/models_2";
|
|
9
|
+
import { DescribeAppRequest, DescribeAppResponse } from "../models/models_2";
|
|
11
10
|
import {
|
|
12
11
|
SageMakerClientResolvedConfig,
|
|
13
12
|
ServiceInputTypes,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import { ListAliasesRequest, ListAliasesResponse } from "../models/models_2";
|
|
10
|
+
import {
|
|
11
|
+
SageMakerClientResolvedConfig,
|
|
12
|
+
ServiceInputTypes,
|
|
13
|
+
ServiceOutputTypes,
|
|
14
|
+
} from "../SageMakerClient";
|
|
15
|
+
export interface ListAliasesCommandInput extends ListAliasesRequest {}
|
|
16
|
+
export interface ListAliasesCommandOutput
|
|
17
|
+
extends ListAliasesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class ListAliasesCommand extends $Command<
|
|
20
|
+
ListAliasesCommandInput,
|
|
21
|
+
ListAliasesCommandOutput,
|
|
22
|
+
SageMakerClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListAliasesCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: ListAliasesCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: SageMakerClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListAliasesCommandInput, ListAliasesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
ListAssociationsResponse,
|
|
12
|
-
} from "../models/models_2";
|
|
9
|
+
import { ListAssociationsRequest } from "../models/models_2";
|
|
10
|
+
import { ListAssociationsResponse } from "../models/models_3";
|
|
13
11
|
import {
|
|
14
12
|
SageMakerClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
UpdateFeatureGroupResponse,
|
|
12
|
-
} from "../models/models_3";
|
|
9
|
+
import { UpdateFeatureGroupRequest } from "../models/models_3";
|
|
10
|
+
import { UpdateFeatureGroupResponse } from "../models/models_4";
|
|
13
11
|
import {
|
|
14
12
|
SageMakerClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateFeatureMetadataRequest } from "../models/
|
|
9
|
+
import { UpdateFeatureMetadataRequest } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateHubRequest, UpdateHubResponse } from "../models/
|
|
9
|
+
import { UpdateHubRequest, UpdateHubResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
SageMakerClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateImageRequest } from "../models/
|
|
10
|
-
import { UpdateImageResponse } from "../models/models_4";
|
|
9
|
+
import { UpdateImageRequest, UpdateImageResponse } from "../models/models_4";
|
|
11
10
|
import {
|
|
12
11
|
SageMakerClientResolvedConfig,
|
|
13
12
|
ServiceInputTypes,
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateImageVersionRequest,
|
|
11
|
+
UpdateImageVersionResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
13
|
+
import {
|
|
14
|
+
SageMakerClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../SageMakerClient";
|
|
18
|
+
export interface UpdateImageVersionCommandInput
|
|
19
|
+
extends UpdateImageVersionRequest {}
|
|
20
|
+
export interface UpdateImageVersionCommandOutput
|
|
21
|
+
extends UpdateImageVersionResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateImageVersionCommand extends $Command<
|
|
24
|
+
UpdateImageVersionCommandInput,
|
|
25
|
+
UpdateImageVersionCommandOutput,
|
|
26
|
+
SageMakerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateImageVersionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateImageVersionCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: SageMakerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -169,6 +169,7 @@ export * from "./GetSearchSuggestionsCommand";
|
|
|
169
169
|
export * from "./ImportHubContentCommand";
|
|
170
170
|
export * from "./ListActionsCommand";
|
|
171
171
|
export * from "./ListAlgorithmsCommand";
|
|
172
|
+
export * from "./ListAliasesCommand";
|
|
172
173
|
export * from "./ListAppImageConfigsCommand";
|
|
173
174
|
export * from "./ListAppsCommand";
|
|
174
175
|
export * from "./ListArtifactsCommand";
|
|
@@ -279,6 +280,7 @@ export * from "./UpdateFeatureGroupCommand";
|
|
|
279
280
|
export * from "./UpdateFeatureMetadataCommand";
|
|
280
281
|
export * from "./UpdateHubCommand";
|
|
281
282
|
export * from "./UpdateImageCommand";
|
|
283
|
+
export * from "./UpdateImageVersionCommand";
|
|
282
284
|
export * from "./UpdateInferenceExperimentCommand";
|
|
283
285
|
export * from "./UpdateModelCardCommand";
|
|
284
286
|
export * from "./UpdateModelPackageCommand";
|
|
@@ -4,9 +4,6 @@ import {
|
|
|
4
4
|
ActionStatus,
|
|
5
5
|
AdditionalInferenceSpecificationDefinition,
|
|
6
6
|
AlgorithmSpecification,
|
|
7
|
-
AlgorithmStatus,
|
|
8
|
-
AlgorithmStatusDetails,
|
|
9
|
-
AlgorithmValidationSpecification,
|
|
10
7
|
AnnotationConsolidationConfig,
|
|
11
8
|
AppSpecification,
|
|
12
9
|
AppType,
|
|
@@ -61,7 +58,6 @@ import {
|
|
|
61
58
|
Tag,
|
|
62
59
|
TrainingInputMode,
|
|
63
60
|
TrainingInstanceType,
|
|
64
|
-
TrainingSpecification,
|
|
65
61
|
TransformInput,
|
|
66
62
|
TransformJobDefinition,
|
|
67
63
|
TransformOutput,
|
|
@@ -218,6 +214,7 @@ export interface HyperParameterTuningJobConfig {
|
|
|
218
214
|
ParameterRanges?: ParameterRanges;
|
|
219
215
|
TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType | string;
|
|
220
216
|
TuningJobCompletionCriteria?: TuningJobCompletionCriteria;
|
|
217
|
+
RandomSeed?: number;
|
|
221
218
|
}
|
|
222
219
|
export interface HyperParameterAlgorithmSpecification {
|
|
223
220
|
TrainingImage?: string;
|
|
@@ -295,10 +292,33 @@ export interface CreateImageRequest {
|
|
|
295
292
|
export interface CreateImageResponse {
|
|
296
293
|
ImageArn?: string;
|
|
297
294
|
}
|
|
295
|
+
export declare enum JobType {
|
|
296
|
+
INFERENCE = "INFERENCE",
|
|
297
|
+
NOTEBOOK_KERNEL = "NOTEBOOK_KERNEL",
|
|
298
|
+
TRAINING = "TRAINING",
|
|
299
|
+
}
|
|
300
|
+
export declare enum Processor {
|
|
301
|
+
CPU = "CPU",
|
|
302
|
+
GPU = "GPU",
|
|
303
|
+
}
|
|
304
|
+
export declare enum VendorGuidance {
|
|
305
|
+
ARCHIVED = "ARCHIVED",
|
|
306
|
+
NOT_PROVIDED = "NOT_PROVIDED",
|
|
307
|
+
STABLE = "STABLE",
|
|
308
|
+
TO_BE_ARCHIVED = "TO_BE_ARCHIVED",
|
|
309
|
+
}
|
|
298
310
|
export interface CreateImageVersionRequest {
|
|
299
311
|
BaseImage: string | undefined;
|
|
300
312
|
ClientToken?: string;
|
|
301
313
|
ImageName: string | undefined;
|
|
314
|
+
Aliases?: string[];
|
|
315
|
+
VendorGuidance?: VendorGuidance | string;
|
|
316
|
+
JobType?: JobType | string;
|
|
317
|
+
MLFramework?: string;
|
|
318
|
+
ProgrammingLang?: string;
|
|
319
|
+
Processor?: Processor | string;
|
|
320
|
+
Horovod?: boolean;
|
|
321
|
+
ReleaseNotes?: string;
|
|
302
322
|
}
|
|
303
323
|
export interface CreateImageVersionResponse {
|
|
304
324
|
ImageVersionArn?: string;
|
|
@@ -1485,7 +1505,8 @@ export interface DeleteImageRequest {
|
|
|
1485
1505
|
export interface DeleteImageResponse {}
|
|
1486
1506
|
export interface DeleteImageVersionRequest {
|
|
1487
1507
|
ImageName: string | undefined;
|
|
1488
|
-
Version
|
|
1508
|
+
Version?: number;
|
|
1509
|
+
Alias?: string;
|
|
1489
1510
|
}
|
|
1490
1511
|
export interface DeleteImageVersionResponse {}
|
|
1491
1512
|
export interface DeleteInferenceExperimentRequest {
|
|
@@ -1626,29 +1647,6 @@ export interface DescribeActionResponse {
|
|
|
1626
1647
|
MetadataProperties?: MetadataProperties;
|
|
1627
1648
|
LineageGroupArn?: string;
|
|
1628
1649
|
}
|
|
1629
|
-
export interface DescribeAlgorithmInput {
|
|
1630
|
-
AlgorithmName: string | undefined;
|
|
1631
|
-
}
|
|
1632
|
-
export interface DescribeAlgorithmOutput {
|
|
1633
|
-
AlgorithmName: string | undefined;
|
|
1634
|
-
AlgorithmArn: string | undefined;
|
|
1635
|
-
AlgorithmDescription?: string;
|
|
1636
|
-
CreationTime: Date | undefined;
|
|
1637
|
-
TrainingSpecification: TrainingSpecification | undefined;
|
|
1638
|
-
InferenceSpecification?: InferenceSpecification;
|
|
1639
|
-
ValidationSpecification?: AlgorithmValidationSpecification;
|
|
1640
|
-
AlgorithmStatus: AlgorithmStatus | string | undefined;
|
|
1641
|
-
AlgorithmStatusDetails: AlgorithmStatusDetails | undefined;
|
|
1642
|
-
ProductId?: string;
|
|
1643
|
-
CertifyForMarketplace?: boolean;
|
|
1644
|
-
}
|
|
1645
|
-
export interface DescribeAppRequest {
|
|
1646
|
-
DomainId: string | undefined;
|
|
1647
|
-
UserProfileName?: string;
|
|
1648
|
-
AppType: AppType | string | undefined;
|
|
1649
|
-
AppName: string | undefined;
|
|
1650
|
-
SpaceName?: string;
|
|
1651
|
-
}
|
|
1652
1650
|
export declare const OfflineStoreConfigFilterSensitiveLog: (
|
|
1653
1651
|
obj: OfflineStoreConfig
|
|
1654
1652
|
) => any;
|
|
@@ -2432,12 +2430,3 @@ export declare const DescribeActionRequestFilterSensitiveLog: (
|
|
|
2432
2430
|
export declare const DescribeActionResponseFilterSensitiveLog: (
|
|
2433
2431
|
obj: DescribeActionResponse
|
|
2434
2432
|
) => any;
|
|
2435
|
-
export declare const DescribeAlgorithmInputFilterSensitiveLog: (
|
|
2436
|
-
obj: DescribeAlgorithmInput
|
|
2437
|
-
) => any;
|
|
2438
|
-
export declare const DescribeAlgorithmOutputFilterSensitiveLog: (
|
|
2439
|
-
obj: DescribeAlgorithmOutput
|
|
2440
|
-
) => any;
|
|
2441
|
-
export declare const DescribeAppRequestFilterSensitiveLog: (
|
|
2442
|
-
obj: DescribeAppRequest
|
|
2443
|
-
) => any;
|
|
@@ -4,7 +4,10 @@ import {
|
|
|
4
4
|
AgentVersion,
|
|
5
5
|
AlgorithmSortBy,
|
|
6
6
|
AlgorithmSpecification,
|
|
7
|
+
AlgorithmStatus,
|
|
8
|
+
AlgorithmStatusDetails,
|
|
7
9
|
AlgorithmSummary,
|
|
10
|
+
AlgorithmValidationSpecification,
|
|
8
11
|
AppDetails,
|
|
9
12
|
AppImageConfigDetails,
|
|
10
13
|
AppImageConfigSortKey,
|
|
@@ -17,7 +20,6 @@ import {
|
|
|
17
20
|
ArtifactSource,
|
|
18
21
|
ArtifactSummary,
|
|
19
22
|
AssociationEdgeType,
|
|
20
|
-
AssociationSummary,
|
|
21
23
|
AsyncInferenceConfig,
|
|
22
24
|
AuthMode,
|
|
23
25
|
AutoMLCandidate,
|
|
@@ -28,15 +30,10 @@ import {
|
|
|
28
30
|
AutoMLJobObjective,
|
|
29
31
|
AutoMLJobSecondaryStatus,
|
|
30
32
|
AutoMLJobStatus,
|
|
31
|
-
AutoMLJobSummary,
|
|
32
33
|
AutoMLOutputDataConfig,
|
|
33
34
|
AutoMLPartialFailureReason,
|
|
34
|
-
AutoMLSortBy,
|
|
35
|
-
AutoMLSortOrder,
|
|
36
35
|
BatchDataCaptureConfig,
|
|
37
36
|
BatchStrategy,
|
|
38
|
-
CandidateSortBy,
|
|
39
|
-
CandidateStatus,
|
|
40
37
|
Channel,
|
|
41
38
|
CheckpointConfig,
|
|
42
39
|
CognitoConfig,
|
|
@@ -84,6 +81,7 @@ import {
|
|
|
84
81
|
ResourceSpec,
|
|
85
82
|
StoppingCondition,
|
|
86
83
|
Tag,
|
|
84
|
+
TrainingSpecification,
|
|
87
85
|
TransformInput,
|
|
88
86
|
TransformOutput,
|
|
89
87
|
TransformResources,
|
|
@@ -120,6 +118,7 @@ import {
|
|
|
120
118
|
InferenceExperimentSchedule,
|
|
121
119
|
InferenceExperimentType,
|
|
122
120
|
InstanceMetadataServiceConfiguration,
|
|
121
|
+
JobType,
|
|
123
122
|
LabelingJobAlgorithmsConfig,
|
|
124
123
|
LabelingJobInputConfig,
|
|
125
124
|
LabelingJobOutputConfig,
|
|
@@ -154,6 +153,7 @@ import {
|
|
|
154
153
|
ProcessingOutputConfig,
|
|
155
154
|
ProcessingResources,
|
|
156
155
|
ProcessingStoppingCondition,
|
|
156
|
+
Processor,
|
|
157
157
|
ProfilerConfig,
|
|
158
158
|
ProfilerRuleConfiguration,
|
|
159
159
|
RecommendationJobInputConfig,
|
|
@@ -173,7 +173,31 @@ import {
|
|
|
173
173
|
TrialComponentArtifact,
|
|
174
174
|
TrialComponentParameterValue,
|
|
175
175
|
TrialComponentStatus,
|
|
176
|
+
VendorGuidance,
|
|
176
177
|
} from "./models_1";
|
|
178
|
+
export interface DescribeAlgorithmInput {
|
|
179
|
+
AlgorithmName: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface DescribeAlgorithmOutput {
|
|
182
|
+
AlgorithmName: string | undefined;
|
|
183
|
+
AlgorithmArn: string | undefined;
|
|
184
|
+
AlgorithmDescription?: string;
|
|
185
|
+
CreationTime: Date | undefined;
|
|
186
|
+
TrainingSpecification: TrainingSpecification | undefined;
|
|
187
|
+
InferenceSpecification?: InferenceSpecification;
|
|
188
|
+
ValidationSpecification?: AlgorithmValidationSpecification;
|
|
189
|
+
AlgorithmStatus: AlgorithmStatus | string | undefined;
|
|
190
|
+
AlgorithmStatusDetails: AlgorithmStatusDetails | undefined;
|
|
191
|
+
ProductId?: string;
|
|
192
|
+
CertifyForMarketplace?: boolean;
|
|
193
|
+
}
|
|
194
|
+
export interface DescribeAppRequest {
|
|
195
|
+
DomainId: string | undefined;
|
|
196
|
+
UserProfileName?: string;
|
|
197
|
+
AppType: AppType | string | undefined;
|
|
198
|
+
AppName: string | undefined;
|
|
199
|
+
SpaceName?: string;
|
|
200
|
+
}
|
|
177
201
|
export interface DescribeAppResponse {
|
|
178
202
|
AppArn?: string;
|
|
179
203
|
AppType?: AppType | string;
|
|
@@ -807,6 +831,7 @@ export interface DescribeImageResponse {
|
|
|
807
831
|
export interface DescribeImageVersionRequest {
|
|
808
832
|
ImageName: string | undefined;
|
|
809
833
|
Version?: number;
|
|
834
|
+
Alias?: string;
|
|
810
835
|
}
|
|
811
836
|
export declare enum ImageVersionStatus {
|
|
812
837
|
CREATED = "CREATED",
|
|
@@ -825,6 +850,13 @@ export interface DescribeImageVersionResponse {
|
|
|
825
850
|
ImageVersionStatus?: ImageVersionStatus | string;
|
|
826
851
|
LastModifiedTime?: Date;
|
|
827
852
|
Version?: number;
|
|
853
|
+
VendorGuidance?: VendorGuidance | string;
|
|
854
|
+
JobType?: JobType | string;
|
|
855
|
+
MLFramework?: string;
|
|
856
|
+
ProgrammingLang?: string;
|
|
857
|
+
Processor?: Processor | string;
|
|
858
|
+
Horovod?: boolean;
|
|
859
|
+
ReleaseNotes?: string;
|
|
828
860
|
}
|
|
829
861
|
export interface DescribeInferenceExperimentRequest {
|
|
830
862
|
Name: string | undefined;
|
|
@@ -2291,6 +2323,17 @@ export interface ListAlgorithmsOutput {
|
|
|
2291
2323
|
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
2292
2324
|
NextToken?: string;
|
|
2293
2325
|
}
|
|
2326
|
+
export interface ListAliasesRequest {
|
|
2327
|
+
ImageName: string | undefined;
|
|
2328
|
+
Alias?: string;
|
|
2329
|
+
Version?: number;
|
|
2330
|
+
MaxResults?: number;
|
|
2331
|
+
NextToken?: string;
|
|
2332
|
+
}
|
|
2333
|
+
export interface ListAliasesResponse {
|
|
2334
|
+
SageMakerImageVersionAliases?: string[];
|
|
2335
|
+
NextToken?: string;
|
|
2336
|
+
}
|
|
2294
2337
|
export interface ListAppImageConfigsRequest {
|
|
2295
2338
|
MaxResults?: number;
|
|
2296
2339
|
NextToken?: string;
|
|
@@ -2356,39 +2399,15 @@ export interface ListAssociationsRequest {
|
|
|
2356
2399
|
NextToken?: string;
|
|
2357
2400
|
MaxResults?: number;
|
|
2358
2401
|
}
|
|
2359
|
-
export
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
NameContains?: string;
|
|
2369
|
-
StatusEquals?: AutoMLJobStatus | string;
|
|
2370
|
-
SortOrder?: AutoMLSortOrder | string;
|
|
2371
|
-
SortBy?: AutoMLSortBy | string;
|
|
2372
|
-
MaxResults?: number;
|
|
2373
|
-
NextToken?: string;
|
|
2374
|
-
}
|
|
2375
|
-
export interface ListAutoMLJobsResponse {
|
|
2376
|
-
AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
|
|
2377
|
-
NextToken?: string;
|
|
2378
|
-
}
|
|
2379
|
-
export interface ListCandidatesForAutoMLJobRequest {
|
|
2380
|
-
AutoMLJobName: string | undefined;
|
|
2381
|
-
StatusEquals?: CandidateStatus | string;
|
|
2382
|
-
CandidateNameEquals?: string;
|
|
2383
|
-
SortOrder?: AutoMLSortOrder | string;
|
|
2384
|
-
SortBy?: CandidateSortBy | string;
|
|
2385
|
-
MaxResults?: number;
|
|
2386
|
-
NextToken?: string;
|
|
2387
|
-
}
|
|
2388
|
-
export interface ListCandidatesForAutoMLJobResponse {
|
|
2389
|
-
Candidates: AutoMLCandidate[] | undefined;
|
|
2390
|
-
NextToken?: string;
|
|
2391
|
-
}
|
|
2402
|
+
export declare const DescribeAlgorithmInputFilterSensitiveLog: (
|
|
2403
|
+
obj: DescribeAlgorithmInput
|
|
2404
|
+
) => any;
|
|
2405
|
+
export declare const DescribeAlgorithmOutputFilterSensitiveLog: (
|
|
2406
|
+
obj: DescribeAlgorithmOutput
|
|
2407
|
+
) => any;
|
|
2408
|
+
export declare const DescribeAppRequestFilterSensitiveLog: (
|
|
2409
|
+
obj: DescribeAppRequest
|
|
2410
|
+
) => any;
|
|
2392
2411
|
export declare const DescribeAppResponseFilterSensitiveLog: (
|
|
2393
2412
|
obj: DescribeAppResponse
|
|
2394
2413
|
) => any;
|
|
@@ -3038,6 +3057,12 @@ export declare const ListAlgorithmsInputFilterSensitiveLog: (
|
|
|
3038
3057
|
export declare const ListAlgorithmsOutputFilterSensitiveLog: (
|
|
3039
3058
|
obj: ListAlgorithmsOutput
|
|
3040
3059
|
) => any;
|
|
3060
|
+
export declare const ListAliasesRequestFilterSensitiveLog: (
|
|
3061
|
+
obj: ListAliasesRequest
|
|
3062
|
+
) => any;
|
|
3063
|
+
export declare const ListAliasesResponseFilterSensitiveLog: (
|
|
3064
|
+
obj: ListAliasesResponse
|
|
3065
|
+
) => any;
|
|
3041
3066
|
export declare const ListAppImageConfigsRequestFilterSensitiveLog: (
|
|
3042
3067
|
obj: ListAppImageConfigsRequest
|
|
3043
3068
|
) => any;
|
|
@@ -3059,18 +3084,3 @@ export declare const ListArtifactsResponseFilterSensitiveLog: (
|
|
|
3059
3084
|
export declare const ListAssociationsRequestFilterSensitiveLog: (
|
|
3060
3085
|
obj: ListAssociationsRequest
|
|
3061
3086
|
) => any;
|
|
3062
|
-
export declare const ListAssociationsResponseFilterSensitiveLog: (
|
|
3063
|
-
obj: ListAssociationsResponse
|
|
3064
|
-
) => any;
|
|
3065
|
-
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (
|
|
3066
|
-
obj: ListAutoMLJobsRequest
|
|
3067
|
-
) => any;
|
|
3068
|
-
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (
|
|
3069
|
-
obj: ListAutoMLJobsResponse
|
|
3070
|
-
) => any;
|
|
3071
|
-
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (
|
|
3072
|
-
obj: ListCandidatesForAutoMLJobRequest
|
|
3073
|
-
) => any;
|
|
3074
|
-
export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (
|
|
3075
|
-
obj: ListCandidatesForAutoMLJobResponse
|
|
3076
|
-
) => any;
|
|
@@ -3,10 +3,18 @@ import {
|
|
|
3
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
5
|
AppSpecification,
|
|
6
|
+
AssociationSummary,
|
|
7
|
+
AutoMLCandidate,
|
|
8
|
+
AutoMLJobStatus,
|
|
6
9
|
AutoMLJobStepMetadata,
|
|
10
|
+
AutoMLJobSummary,
|
|
11
|
+
AutoMLSortBy,
|
|
12
|
+
AutoMLSortOrder,
|
|
7
13
|
BatchStrategy,
|
|
8
14
|
CacheHitResult,
|
|
9
15
|
CallbackStepMetadata,
|
|
16
|
+
CandidateSortBy,
|
|
17
|
+
CandidateStatus,
|
|
10
18
|
Channel,
|
|
11
19
|
CheckpointConfig,
|
|
12
20
|
ClarifyCheckStepMetadata,
|
|
@@ -104,7 +112,6 @@ import {
|
|
|
104
112
|
FeatureGroupStatus,
|
|
105
113
|
FeatureGroupSummary,
|
|
106
114
|
FeatureMetadata,
|
|
107
|
-
FeatureParameter,
|
|
108
115
|
Filter,
|
|
109
116
|
FlowDefinitionSummary,
|
|
110
117
|
GitConfigForUpdate,
|
|
@@ -168,6 +175,39 @@ import {
|
|
|
168
175
|
Workforce,
|
|
169
176
|
Workteam,
|
|
170
177
|
} from "./models_2";
|
|
178
|
+
export interface ListAssociationsResponse {
|
|
179
|
+
AssociationSummaries?: AssociationSummary[];
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
}
|
|
182
|
+
export interface ListAutoMLJobsRequest {
|
|
183
|
+
CreationTimeAfter?: Date;
|
|
184
|
+
CreationTimeBefore?: Date;
|
|
185
|
+
LastModifiedTimeAfter?: Date;
|
|
186
|
+
LastModifiedTimeBefore?: Date;
|
|
187
|
+
NameContains?: string;
|
|
188
|
+
StatusEquals?: AutoMLJobStatus | string;
|
|
189
|
+
SortOrder?: AutoMLSortOrder | string;
|
|
190
|
+
SortBy?: AutoMLSortBy | string;
|
|
191
|
+
MaxResults?: number;
|
|
192
|
+
NextToken?: string;
|
|
193
|
+
}
|
|
194
|
+
export interface ListAutoMLJobsResponse {
|
|
195
|
+
AutoMLJobSummaries: AutoMLJobSummary[] | undefined;
|
|
196
|
+
NextToken?: string;
|
|
197
|
+
}
|
|
198
|
+
export interface ListCandidatesForAutoMLJobRequest {
|
|
199
|
+
AutoMLJobName: string | undefined;
|
|
200
|
+
StatusEquals?: CandidateStatus | string;
|
|
201
|
+
CandidateNameEquals?: string;
|
|
202
|
+
SortOrder?: AutoMLSortOrder | string;
|
|
203
|
+
SortBy?: CandidateSortBy | string;
|
|
204
|
+
MaxResults?: number;
|
|
205
|
+
NextToken?: string;
|
|
206
|
+
}
|
|
207
|
+
export interface ListCandidatesForAutoMLJobResponse {
|
|
208
|
+
Candidates: AutoMLCandidate[] | undefined;
|
|
209
|
+
NextToken?: string;
|
|
210
|
+
}
|
|
171
211
|
export interface ListCodeRepositoriesInput {
|
|
172
212
|
CreationTimeAfter?: Date;
|
|
173
213
|
CreationTimeBefore?: Date;
|
|
@@ -2094,32 +2134,21 @@ export interface UpdateFeatureGroupRequest {
|
|
|
2094
2134
|
FeatureGroupName: string | undefined;
|
|
2095
2135
|
FeatureAdditions?: FeatureDefinition[];
|
|
2096
2136
|
}
|
|
2097
|
-
export
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
export
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
}
|
|
2113
|
-
export interface UpdateHubResponse {
|
|
2114
|
-
HubArn: string | undefined;
|
|
2115
|
-
}
|
|
2116
|
-
export interface UpdateImageRequest {
|
|
2117
|
-
DeleteProperties?: string[];
|
|
2118
|
-
Description?: string;
|
|
2119
|
-
DisplayName?: string;
|
|
2120
|
-
ImageName: string | undefined;
|
|
2121
|
-
RoleArn?: string;
|
|
2122
|
-
}
|
|
2137
|
+
export declare const ListAssociationsResponseFilterSensitiveLog: (
|
|
2138
|
+
obj: ListAssociationsResponse
|
|
2139
|
+
) => any;
|
|
2140
|
+
export declare const ListAutoMLJobsRequestFilterSensitiveLog: (
|
|
2141
|
+
obj: ListAutoMLJobsRequest
|
|
2142
|
+
) => any;
|
|
2143
|
+
export declare const ListAutoMLJobsResponseFilterSensitiveLog: (
|
|
2144
|
+
obj: ListAutoMLJobsResponse
|
|
2145
|
+
) => any;
|
|
2146
|
+
export declare const ListCandidatesForAutoMLJobRequestFilterSensitiveLog: (
|
|
2147
|
+
obj: ListCandidatesForAutoMLJobRequest
|
|
2148
|
+
) => any;
|
|
2149
|
+
export declare const ListCandidatesForAutoMLJobResponseFilterSensitiveLog: (
|
|
2150
|
+
obj: ListCandidatesForAutoMLJobResponse
|
|
2151
|
+
) => any;
|
|
2123
2152
|
export declare const ListCodeRepositoriesInputFilterSensitiveLog: (
|
|
2124
2153
|
obj: ListCodeRepositoriesInput
|
|
2125
2154
|
) => any;
|
|
@@ -2832,18 +2861,3 @@ export declare const UpdateExperimentResponseFilterSensitiveLog: (
|
|
|
2832
2861
|
export declare const UpdateFeatureGroupRequestFilterSensitiveLog: (
|
|
2833
2862
|
obj: UpdateFeatureGroupRequest
|
|
2834
2863
|
) => any;
|
|
2835
|
-
export declare const UpdateFeatureGroupResponseFilterSensitiveLog: (
|
|
2836
|
-
obj: UpdateFeatureGroupResponse
|
|
2837
|
-
) => any;
|
|
2838
|
-
export declare const UpdateFeatureMetadataRequestFilterSensitiveLog: (
|
|
2839
|
-
obj: UpdateFeatureMetadataRequest
|
|
2840
|
-
) => any;
|
|
2841
|
-
export declare const UpdateHubRequestFilterSensitiveLog: (
|
|
2842
|
-
obj: UpdateHubRequest
|
|
2843
|
-
) => any;
|
|
2844
|
-
export declare const UpdateHubResponseFilterSensitiveLog: (
|
|
2845
|
-
obj: UpdateHubResponse
|
|
2846
|
-
) => any;
|
|
2847
|
-
export declare const UpdateImageRequestFilterSensitiveLog: (
|
|
2848
|
-
obj: UpdateImageRequest
|
|
2849
|
-
) => any;
|