@aws-sdk/client-sagemaker 3.658.0 → 3.659.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 +7 -0
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +2 -1
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +2 -1
- package/dist-types/models/models_1.d.ts +17 -69
- package/dist-types/models/models_2.d.ts +75 -161
- package/dist-types/models/models_3.d.ts +161 -17
- package/dist-types/models/models_4.d.ts +22 -11
- package/dist-types/models/models_5.d.ts +11 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_1.d.ts +7 -8
- package/dist-types/ts3.4/models/models_2.d.ts +10 -25
- package/dist-types/ts3.4/models/models_3.d.ts +24 -4
- package/dist-types/ts3.4/models/models_4.d.ts +6 -3
- package/dist-types/ts3.4/models/models_5.d.ts +4 -1
- package/package.json +12 -12
package/dist-cjs/index.js
CHANGED
|
@@ -597,6 +597,7 @@ __export(src_exports, {
|
|
|
597
597
|
StudioLifecycleConfigSortKey: () => StudioLifecycleConfigSortKey,
|
|
598
598
|
StudioWebPortal: () => StudioWebPortal,
|
|
599
599
|
TableFormat: () => TableFormat,
|
|
600
|
+
TagPropagation: () => TagPropagation,
|
|
600
601
|
TargetDevice: () => TargetDevice,
|
|
601
602
|
TargetPlatformAccelerator: () => TargetPlatformAccelerator,
|
|
602
603
|
TargetPlatformArch: () => TargetPlatformArch,
|
|
@@ -2378,6 +2379,10 @@ var ExecutionRoleIdentityConfig = {
|
|
|
2378
2379
|
DISABLED: "DISABLED",
|
|
2379
2380
|
USER_PROFILE_NAME: "USER_PROFILE_NAME"
|
|
2380
2381
|
};
|
|
2382
|
+
var TagPropagation = {
|
|
2383
|
+
DISABLED: "DISABLED",
|
|
2384
|
+
ENABLED: "ENABLED"
|
|
2385
|
+
};
|
|
2381
2386
|
var FailureHandlingPolicy = {
|
|
2382
2387
|
DoNothing: "DO_NOTHING",
|
|
2383
2388
|
RollbackOnFailure: "ROLLBACK_ON_FAILURE"
|
|
@@ -12776,6 +12781,7 @@ var de_DescribeDomainResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
12776
12781
|
SingleSignOnManagedApplicationInstanceId: import_smithy_client.expectString,
|
|
12777
12782
|
Status: import_smithy_client.expectString,
|
|
12778
12783
|
SubnetIds: (_) => de_Subnets(_, context),
|
|
12784
|
+
TagPropagation: import_smithy_client.expectString,
|
|
12779
12785
|
Url: import_smithy_client.expectString,
|
|
12780
12786
|
VpcId: import_smithy_client.expectString
|
|
12781
12787
|
});
|
|
@@ -26167,6 +26173,7 @@ var waitUntilTransformJobCompletedOrStopped = /* @__PURE__ */ __name(async (para
|
|
|
26167
26173
|
MlTools,
|
|
26168
26174
|
SageMakerImageName,
|
|
26169
26175
|
ExecutionRoleIdentityConfig,
|
|
26176
|
+
TagPropagation,
|
|
26170
26177
|
FailureHandlingPolicy,
|
|
26171
26178
|
DeviceSubsetType,
|
|
26172
26179
|
ProductionVariantAcceleratorType,
|
|
@@ -141,6 +141,10 @@ export const ExecutionRoleIdentityConfig = {
|
|
|
141
141
|
DISABLED: "DISABLED",
|
|
142
142
|
USER_PROFILE_NAME: "USER_PROFILE_NAME",
|
|
143
143
|
};
|
|
144
|
+
export const TagPropagation = {
|
|
145
|
+
DISABLED: "DISABLED",
|
|
146
|
+
ENABLED: "ENABLED",
|
|
147
|
+
};
|
|
144
148
|
export const FailureHandlingPolicy = {
|
|
145
149
|
DoNothing: "DO_NOTHING",
|
|
146
150
|
RollbackOnFailure: "ROLLBACK_ON_FAILURE",
|
|
@@ -9872,6 +9872,7 @@ const de_DescribeDomainResponse = (output, context) => {
|
|
|
9872
9872
|
SingleSignOnManagedApplicationInstanceId: __expectString,
|
|
9873
9873
|
Status: __expectString,
|
|
9874
9874
|
SubnetIds: (_) => de_Subnets(_, context),
|
|
9875
|
+
TagPropagation: __expectString,
|
|
9875
9876
|
Url: __expectString,
|
|
9876
9877
|
VpcId: __expectString,
|
|
9877
9878
|
});
|
|
@@ -327,6 +327,7 @@ declare const CreateDomainCommand_base: {
|
|
|
327
327
|
* HomeEfsFileSystemKmsKeyId: "STRING_VALUE",
|
|
328
328
|
* KmsKeyId: "STRING_VALUE",
|
|
329
329
|
* AppSecurityGroupManagement: "Service" || "Customer",
|
|
330
|
+
* TagPropagation: "ENABLED" || "DISABLED",
|
|
330
331
|
* DefaultSpaceSettings: { // DefaultSpaceSettings
|
|
331
332
|
* ExecutionRole: "STRING_VALUE",
|
|
332
333
|
* SecurityGroups: [
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreatePresignedDomainUrlRequest } from "../models/
|
|
4
|
-
import { CreatePresignedDomainUrlResponse } from "../models/models_2";
|
|
3
|
+
import { CreatePresignedDomainUrlRequest, CreatePresignedDomainUrlResponse } from "../models/models_2";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -294,6 +294,7 @@ declare const DescribeDomainCommand_base: {
|
|
|
294
294
|
* // VpcId: "STRING_VALUE",
|
|
295
295
|
* // KmsKeyId: "STRING_VALUE",
|
|
296
296
|
* // AppSecurityGroupManagement: "Service" || "Customer",
|
|
297
|
+
* // TagPropagation: "ENABLED" || "DISABLED",
|
|
297
298
|
* // DefaultSpaceSettings: { // DefaultSpaceSettings
|
|
298
299
|
* // ExecutionRole: "STRING_VALUE",
|
|
299
300
|
* // SecurityGroups: [
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeLabelingJobRequest
|
|
3
|
+
import { DescribeLabelingJobRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeLabelingJobResponse } from "../models/models_3";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListModelBiasJobDefinitionsRequest
|
|
3
|
+
import { ListModelBiasJobDefinitionsRequest } from "../models/models_3";
|
|
4
|
+
import { ListModelBiasJobDefinitionsResponse } from "../models/models_4";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -346,6 +346,7 @@ declare const UpdateDomainCommand_base: {
|
|
|
346
346
|
* "STRING_VALUE",
|
|
347
347
|
* ],
|
|
348
348
|
* AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
|
|
349
|
+
* TagPropagation: "ENABLED" || "DISABLED",
|
|
349
350
|
* };
|
|
350
351
|
* const command = new UpdateDomainCommand(input);
|
|
351
352
|
* const response = await client.send(command);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { UpdateWorkteamRequest
|
|
3
|
+
import { UpdateWorkteamRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateWorkteamResponse } from "../models/models_5";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -2623,6 +2623,18 @@ export interface DomainSettings {
|
|
|
2623
2623
|
*/
|
|
2624
2624
|
AmazonQSettings?: AmazonQSettings;
|
|
2625
2625
|
}
|
|
2626
|
+
/**
|
|
2627
|
+
* @public
|
|
2628
|
+
* @enum
|
|
2629
|
+
*/
|
|
2630
|
+
export declare const TagPropagation: {
|
|
2631
|
+
readonly DISABLED: "DISABLED";
|
|
2632
|
+
readonly ENABLED: "ENABLED";
|
|
2633
|
+
};
|
|
2634
|
+
/**
|
|
2635
|
+
* @public
|
|
2636
|
+
*/
|
|
2637
|
+
export type TagPropagation = (typeof TagPropagation)[keyof typeof TagPropagation];
|
|
2626
2638
|
/**
|
|
2627
2639
|
* @public
|
|
2628
2640
|
*/
|
|
@@ -2711,6 +2723,11 @@ export interface CreateDomainRequest {
|
|
|
2711
2723
|
* @public
|
|
2712
2724
|
*/
|
|
2713
2725
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
2726
|
+
/**
|
|
2727
|
+
* <p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>
|
|
2728
|
+
* @public
|
|
2729
|
+
*/
|
|
2730
|
+
TagPropagation?: TagPropagation;
|
|
2714
2731
|
/**
|
|
2715
2732
|
* <p>The default settings used to create a space.</p>
|
|
2716
2733
|
* @public
|
|
@@ -11813,75 +11830,6 @@ export interface CreatePipelineResponse {
|
|
|
11813
11830
|
*/
|
|
11814
11831
|
PipelineArn?: string;
|
|
11815
11832
|
}
|
|
11816
|
-
/**
|
|
11817
|
-
* @public
|
|
11818
|
-
*/
|
|
11819
|
-
export interface CreatePresignedDomainUrlRequest {
|
|
11820
|
-
/**
|
|
11821
|
-
* <p>The domain ID.</p>
|
|
11822
|
-
* @public
|
|
11823
|
-
*/
|
|
11824
|
-
DomainId: string | undefined;
|
|
11825
|
-
/**
|
|
11826
|
-
* <p>The name of the UserProfile to sign-in as.</p>
|
|
11827
|
-
* @public
|
|
11828
|
-
*/
|
|
11829
|
-
UserProfileName: string | undefined;
|
|
11830
|
-
/**
|
|
11831
|
-
* <p>The session expiration duration in seconds. This value defaults to 43200.</p>
|
|
11832
|
-
* @public
|
|
11833
|
-
*/
|
|
11834
|
-
SessionExpirationDurationInSeconds?: number;
|
|
11835
|
-
/**
|
|
11836
|
-
* <p>The number of seconds until the pre-signed URL expires. This value defaults to 300.</p>
|
|
11837
|
-
* @public
|
|
11838
|
-
*/
|
|
11839
|
-
ExpiresInSeconds?: number;
|
|
11840
|
-
/**
|
|
11841
|
-
* <p>The name of the space.</p>
|
|
11842
|
-
* @public
|
|
11843
|
-
*/
|
|
11844
|
-
SpaceName?: string;
|
|
11845
|
-
/**
|
|
11846
|
-
* <p>The landing page that the user is directed to when accessing the presigned URL. Using this
|
|
11847
|
-
* value, users can access Studio or Studio Classic, even if it is not the default experience for
|
|
11848
|
-
* the domain. The supported values are:</p>
|
|
11849
|
-
* <ul>
|
|
11850
|
-
* <li>
|
|
11851
|
-
* <p>
|
|
11852
|
-
* <code>studio::relative/path</code>: Directs users to the relative path in
|
|
11853
|
-
* Studio.</p>
|
|
11854
|
-
* </li>
|
|
11855
|
-
* <li>
|
|
11856
|
-
* <p>
|
|
11857
|
-
* <code>app:JupyterServer:relative/path</code>: Directs users to the relative path in
|
|
11858
|
-
* the Studio Classic application.</p>
|
|
11859
|
-
* </li>
|
|
11860
|
-
* <li>
|
|
11861
|
-
* <p>
|
|
11862
|
-
* <code>app:JupyterLab:relative/path</code>: Directs users to the relative path in the
|
|
11863
|
-
* JupyterLab application.</p>
|
|
11864
|
-
* </li>
|
|
11865
|
-
* <li>
|
|
11866
|
-
* <p>
|
|
11867
|
-
* <code>app:RStudioServerPro:relative/path</code>: Directs users to the relative path in
|
|
11868
|
-
* the RStudio application.</p>
|
|
11869
|
-
* </li>
|
|
11870
|
-
* <li>
|
|
11871
|
-
* <p>
|
|
11872
|
-
* <code>app:CodeEditor:relative/path</code>: Directs users to the relative path in the
|
|
11873
|
-
* Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.</p>
|
|
11874
|
-
* </li>
|
|
11875
|
-
* <li>
|
|
11876
|
-
* <p>
|
|
11877
|
-
* <code>app:Canvas:relative/path</code>: Directs users to the relative path in the
|
|
11878
|
-
* Canvas application.</p>
|
|
11879
|
-
* </li>
|
|
11880
|
-
* </ul>
|
|
11881
|
-
* @public
|
|
11882
|
-
*/
|
|
11883
|
-
LandingUri?: string;
|
|
11884
|
-
}
|
|
11885
11833
|
/**
|
|
11886
11834
|
* @internal
|
|
11887
11835
|
*/
|
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource,
|
|
2
|
+
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, ModelDeployConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreatePresignedDomainUrlRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The domain ID.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
DomainId: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The name of the UserProfile to sign-in as.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
UserProfileName: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The session expiration duration in seconds. This value defaults to 43200.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
SessionExpirationDurationInSeconds?: number;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The number of seconds until the pre-signed URL expires. This value defaults to 300.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
ExpiresInSeconds?: number;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The name of the space.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
SpaceName?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The landing page that the user is directed to when accessing the presigned URL. Using this
|
|
34
|
+
* value, users can access Studio or Studio Classic, even if it is not the default experience for
|
|
35
|
+
* the domain. The supported values are:</p>
|
|
36
|
+
* <ul>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>studio::relative/path</code>: Directs users to the relative path in
|
|
40
|
+
* Studio.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>app:JupyterServer:relative/path</code>: Directs users to the relative path in
|
|
45
|
+
* the Studio Classic application.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>app:JupyterLab:relative/path</code>: Directs users to the relative path in the
|
|
50
|
+
* JupyterLab application.</p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>app:RStudioServerPro:relative/path</code>: Directs users to the relative path in
|
|
55
|
+
* the RStudio application.</p>
|
|
56
|
+
* </li>
|
|
57
|
+
* <li>
|
|
58
|
+
* <p>
|
|
59
|
+
* <code>app:CodeEditor:relative/path</code>: Directs users to the relative path in the
|
|
60
|
+
* Code Editor, based on Code-OSS, Visual Studio Code - Open Source application.</p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>
|
|
64
|
+
* <code>app:Canvas:relative/path</code>: Directs users to the relative path in the
|
|
65
|
+
* Canvas application.</p>
|
|
66
|
+
* </li>
|
|
67
|
+
* </ul>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
LandingUri?: string;
|
|
71
|
+
}
|
|
3
72
|
/**
|
|
4
73
|
* @public
|
|
5
74
|
*/
|
|
@@ -4878,6 +4947,11 @@ export interface DescribeDomainResponse {
|
|
|
4878
4947
|
* @public
|
|
4879
4948
|
*/
|
|
4880
4949
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
4950
|
+
/**
|
|
4951
|
+
* <p>Indicates whether custom tag propagation is supported for the domain.</p>
|
|
4952
|
+
* @public
|
|
4953
|
+
*/
|
|
4954
|
+
TagPropagation?: TagPropagation;
|
|
4881
4955
|
/**
|
|
4882
4956
|
* <p>The default settings used to create a space.</p>
|
|
4883
4957
|
* @public
|
|
@@ -7876,166 +7950,6 @@ export declare const LabelingJobStatus: {
|
|
|
7876
7950
|
* @public
|
|
7877
7951
|
*/
|
|
7878
7952
|
export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
7879
|
-
/**
|
|
7880
|
-
* @public
|
|
7881
|
-
*/
|
|
7882
|
-
export interface DescribeLabelingJobResponse {
|
|
7883
|
-
/**
|
|
7884
|
-
* <p>The processing status of the labeling job. </p>
|
|
7885
|
-
* @public
|
|
7886
|
-
*/
|
|
7887
|
-
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
7888
|
-
/**
|
|
7889
|
-
* <p>Provides a breakdown of the number of data objects labeled by humans, the number of
|
|
7890
|
-
* objects labeled by machine, the number of objects than couldn't be labeled, and the
|
|
7891
|
-
* total number of objects labeled. </p>
|
|
7892
|
-
* @public
|
|
7893
|
-
*/
|
|
7894
|
-
LabelCounters: LabelCounters | undefined;
|
|
7895
|
-
/**
|
|
7896
|
-
* <p>If the job failed, the reason that it failed. </p>
|
|
7897
|
-
* @public
|
|
7898
|
-
*/
|
|
7899
|
-
FailureReason?: string;
|
|
7900
|
-
/**
|
|
7901
|
-
* <p>The date and time that the labeling job was created.</p>
|
|
7902
|
-
* @public
|
|
7903
|
-
*/
|
|
7904
|
-
CreationTime: Date | undefined;
|
|
7905
|
-
/**
|
|
7906
|
-
* <p>The date and time that the labeling job was last updated.</p>
|
|
7907
|
-
* @public
|
|
7908
|
-
*/
|
|
7909
|
-
LastModifiedTime: Date | undefined;
|
|
7910
|
-
/**
|
|
7911
|
-
* <p>A unique identifier for work done as part of a labeling job.</p>
|
|
7912
|
-
* @public
|
|
7913
|
-
*/
|
|
7914
|
-
JobReferenceCode: string | undefined;
|
|
7915
|
-
/**
|
|
7916
|
-
* <p>The name assigned to the labeling job when it was created.</p>
|
|
7917
|
-
* @public
|
|
7918
|
-
*/
|
|
7919
|
-
LabelingJobName: string | undefined;
|
|
7920
|
-
/**
|
|
7921
|
-
* <p>The Amazon Resource Name (ARN) of the labeling job.</p>
|
|
7922
|
-
* @public
|
|
7923
|
-
*/
|
|
7924
|
-
LabelingJobArn: string | undefined;
|
|
7925
|
-
/**
|
|
7926
|
-
* <p>The attribute used as the label in the output manifest file.</p>
|
|
7927
|
-
* @public
|
|
7928
|
-
*/
|
|
7929
|
-
LabelAttributeName?: string;
|
|
7930
|
-
/**
|
|
7931
|
-
* <p>Input configuration information for the labeling job, such as the Amazon S3 location of the
|
|
7932
|
-
* data objects and the location of the manifest file that describes the data
|
|
7933
|
-
* objects.</p>
|
|
7934
|
-
* @public
|
|
7935
|
-
*/
|
|
7936
|
-
InputConfig: LabelingJobInputConfig | undefined;
|
|
7937
|
-
/**
|
|
7938
|
-
* <p>The location of the job's output data and the Amazon Web Services Key Management
|
|
7939
|
-
* Service key ID for the key used to encrypt the output data, if any.</p>
|
|
7940
|
-
* @public
|
|
7941
|
-
*/
|
|
7942
|
-
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
7943
|
-
/**
|
|
7944
|
-
* <p>The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf
|
|
7945
|
-
* during data labeling.</p>
|
|
7946
|
-
* @public
|
|
7947
|
-
*/
|
|
7948
|
-
RoleArn: string | undefined;
|
|
7949
|
-
/**
|
|
7950
|
-
* <p>The S3 location of the JSON file that defines the categories used to label data
|
|
7951
|
-
* objects. Please note the following label-category limits:</p>
|
|
7952
|
-
* <ul>
|
|
7953
|
-
* <li>
|
|
7954
|
-
* <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p>
|
|
7955
|
-
* </li>
|
|
7956
|
-
* <li>
|
|
7957
|
-
* <p>Box bounding labeling jobs (all): 10 labels</p>
|
|
7958
|
-
* </li>
|
|
7959
|
-
* </ul>
|
|
7960
|
-
* <p>The file is a JSON structure in the following format:</p>
|
|
7961
|
-
* <p>
|
|
7962
|
-
* <code>\{</code>
|
|
7963
|
-
* </p>
|
|
7964
|
-
* <p>
|
|
7965
|
-
* <code> "document-version": "2018-11-28"</code>
|
|
7966
|
-
* </p>
|
|
7967
|
-
* <p>
|
|
7968
|
-
* <code> "labels": [</code>
|
|
7969
|
-
* </p>
|
|
7970
|
-
* <p>
|
|
7971
|
-
* <code> \{</code>
|
|
7972
|
-
* </p>
|
|
7973
|
-
* <p>
|
|
7974
|
-
* <code> "label": "<i>label 1</i>"</code>
|
|
7975
|
-
* </p>
|
|
7976
|
-
* <p>
|
|
7977
|
-
* <code> \},</code>
|
|
7978
|
-
* </p>
|
|
7979
|
-
* <p>
|
|
7980
|
-
* <code> \{</code>
|
|
7981
|
-
* </p>
|
|
7982
|
-
* <p>
|
|
7983
|
-
* <code> "label": "<i>label 2</i>"</code>
|
|
7984
|
-
* </p>
|
|
7985
|
-
* <p>
|
|
7986
|
-
* <code> \},</code>
|
|
7987
|
-
* </p>
|
|
7988
|
-
* <p>
|
|
7989
|
-
* <code> ...</code>
|
|
7990
|
-
* </p>
|
|
7991
|
-
* <p>
|
|
7992
|
-
* <code> \{</code>
|
|
7993
|
-
* </p>
|
|
7994
|
-
* <p>
|
|
7995
|
-
* <code> "label": "<i>label n</i>"</code>
|
|
7996
|
-
* </p>
|
|
7997
|
-
* <p>
|
|
7998
|
-
* <code> \}</code>
|
|
7999
|
-
* </p>
|
|
8000
|
-
* <p>
|
|
8001
|
-
* <code> ]</code>
|
|
8002
|
-
* </p>
|
|
8003
|
-
* <p>
|
|
8004
|
-
* <code>\}</code>
|
|
8005
|
-
* </p>
|
|
8006
|
-
* @public
|
|
8007
|
-
*/
|
|
8008
|
-
LabelCategoryConfigS3Uri?: string;
|
|
8009
|
-
/**
|
|
8010
|
-
* <p>A set of conditions for stopping a labeling job. If any of the conditions are met, the
|
|
8011
|
-
* job is automatically stopped.</p>
|
|
8012
|
-
* @public
|
|
8013
|
-
*/
|
|
8014
|
-
StoppingConditions?: LabelingJobStoppingConditions;
|
|
8015
|
-
/**
|
|
8016
|
-
* <p>Configuration information for automated data labeling.</p>
|
|
8017
|
-
* @public
|
|
8018
|
-
*/
|
|
8019
|
-
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
8020
|
-
/**
|
|
8021
|
-
* <p>Configuration information required for human workers to complete a labeling
|
|
8022
|
-
* task.</p>
|
|
8023
|
-
* @public
|
|
8024
|
-
*/
|
|
8025
|
-
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
8026
|
-
/**
|
|
8027
|
-
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
8028
|
-
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
8029
|
-
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
Tags?: Tag[];
|
|
8033
|
-
/**
|
|
8034
|
-
* <p>The location of the output produced by the labeling job.</p>
|
|
8035
|
-
* @public
|
|
8036
|
-
*/
|
|
8037
|
-
LabelingJobOutput?: LabelingJobOutput;
|
|
8038
|
-
}
|
|
8039
7953
|
/**
|
|
8040
7954
|
* @internal
|
|
8041
7955
|
*/
|
|
@@ -1,6 +1,166 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobInputConfig, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
|
|
2
|
+
import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
|
|
3
3
|
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelConfiguration, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DescribeLabelingJobResponse {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The processing status of the labeling job. </p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>Provides a breakdown of the number of data objects labeled by humans, the number of
|
|
15
|
+
* objects labeled by machine, the number of objects than couldn't be labeled, and the
|
|
16
|
+
* total number of objects labeled. </p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
LabelCounters: LabelCounters | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>If the job failed, the reason that it failed. </p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
FailureReason?: string;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The date and time that the labeling job was created.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
CreationTime: Date | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The date and time that the labeling job was last updated.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
LastModifiedTime: Date | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A unique identifier for work done as part of a labeling job.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
JobReferenceCode: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The name assigned to the labeling job when it was created.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
LabelingJobName: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The Amazon Resource Name (ARN) of the labeling job.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
LabelingJobArn: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The attribute used as the label in the output manifest file.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
LabelAttributeName?: string;
|
|
55
|
+
/**
|
|
56
|
+
* <p>Input configuration information for the labeling job, such as the Amazon S3 location of the
|
|
57
|
+
* data objects and the location of the manifest file that describes the data
|
|
58
|
+
* objects.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
InputConfig: LabelingJobInputConfig | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>The location of the job's output data and the Amazon Web Services Key Management
|
|
64
|
+
* Service key ID for the key used to encrypt the output data, if any.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf
|
|
70
|
+
* during data labeling.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
RoleArn: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The S3 location of the JSON file that defines the categories used to label data
|
|
76
|
+
* objects. Please note the following label-category limits:</p>
|
|
77
|
+
* <ul>
|
|
78
|
+
* <li>
|
|
79
|
+
* <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p>
|
|
80
|
+
* </li>
|
|
81
|
+
* <li>
|
|
82
|
+
* <p>Box bounding labeling jobs (all): 10 labels</p>
|
|
83
|
+
* </li>
|
|
84
|
+
* </ul>
|
|
85
|
+
* <p>The file is a JSON structure in the following format:</p>
|
|
86
|
+
* <p>
|
|
87
|
+
* <code>\{</code>
|
|
88
|
+
* </p>
|
|
89
|
+
* <p>
|
|
90
|
+
* <code> "document-version": "2018-11-28"</code>
|
|
91
|
+
* </p>
|
|
92
|
+
* <p>
|
|
93
|
+
* <code> "labels": [</code>
|
|
94
|
+
* </p>
|
|
95
|
+
* <p>
|
|
96
|
+
* <code> \{</code>
|
|
97
|
+
* </p>
|
|
98
|
+
* <p>
|
|
99
|
+
* <code> "label": "<i>label 1</i>"</code>
|
|
100
|
+
* </p>
|
|
101
|
+
* <p>
|
|
102
|
+
* <code> \},</code>
|
|
103
|
+
* </p>
|
|
104
|
+
* <p>
|
|
105
|
+
* <code> \{</code>
|
|
106
|
+
* </p>
|
|
107
|
+
* <p>
|
|
108
|
+
* <code> "label": "<i>label 2</i>"</code>
|
|
109
|
+
* </p>
|
|
110
|
+
* <p>
|
|
111
|
+
* <code> \},</code>
|
|
112
|
+
* </p>
|
|
113
|
+
* <p>
|
|
114
|
+
* <code> ...</code>
|
|
115
|
+
* </p>
|
|
116
|
+
* <p>
|
|
117
|
+
* <code> \{</code>
|
|
118
|
+
* </p>
|
|
119
|
+
* <p>
|
|
120
|
+
* <code> "label": "<i>label n</i>"</code>
|
|
121
|
+
* </p>
|
|
122
|
+
* <p>
|
|
123
|
+
* <code> \}</code>
|
|
124
|
+
* </p>
|
|
125
|
+
* <p>
|
|
126
|
+
* <code> ]</code>
|
|
127
|
+
* </p>
|
|
128
|
+
* <p>
|
|
129
|
+
* <code>\}</code>
|
|
130
|
+
* </p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
LabelCategoryConfigS3Uri?: string;
|
|
134
|
+
/**
|
|
135
|
+
* <p>A set of conditions for stopping a labeling job. If any of the conditions are met, the
|
|
136
|
+
* job is automatically stopped.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
StoppingConditions?: LabelingJobStoppingConditions;
|
|
140
|
+
/**
|
|
141
|
+
* <p>Configuration information for automated data labeling.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
145
|
+
/**
|
|
146
|
+
* <p>Configuration information required for human workers to complete a labeling
|
|
147
|
+
* task.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
|
|
153
|
+
* resources in different ways, for example, by purpose, owner, or environment. For more
|
|
154
|
+
* information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
Tags?: Tag[];
|
|
158
|
+
/**
|
|
159
|
+
* <p>The location of the output produced by the labeling job.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
163
|
+
}
|
|
4
164
|
/**
|
|
5
165
|
* @public
|
|
6
166
|
*/
|
|
@@ -9987,22 +10147,6 @@ export interface ListModelBiasJobDefinitionsRequest {
|
|
|
9987
10147
|
*/
|
|
9988
10148
|
CreationTimeAfter?: Date;
|
|
9989
10149
|
}
|
|
9990
|
-
/**
|
|
9991
|
-
* @public
|
|
9992
|
-
*/
|
|
9993
|
-
export interface ListModelBiasJobDefinitionsResponse {
|
|
9994
|
-
/**
|
|
9995
|
-
* <p>A JSON array in which each element is a summary for a model bias jobs.</p>
|
|
9996
|
-
* @public
|
|
9997
|
-
*/
|
|
9998
|
-
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
9999
|
-
/**
|
|
10000
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
10001
|
-
* it in the next request.</p>
|
|
10002
|
-
* @public
|
|
10003
|
-
*/
|
|
10004
|
-
NextToken?: string;
|
|
10005
|
-
}
|
|
10006
10150
|
/**
|
|
10007
10151
|
* @internal
|
|
10008
10152
|
*/
|
|
@@ -1,7 +1,23 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
2
|
+
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
3
|
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, NotificationConfiguration, OidcConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, ServiceCatalogProvisioningDetails, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
4
|
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSortKey, MonitoringJobDefinitionSummary, NotebookInstanceStatus, OptimizationJobStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListModelBiasJobDefinitionsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>A JSON array in which each element is a summary for a model bias jobs.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
16
|
+
* it in the next request.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string;
|
|
20
|
+
}
|
|
5
21
|
/**
|
|
6
22
|
* @public
|
|
7
23
|
* @enum
|
|
@@ -7461,6 +7477,11 @@ export interface UpdateDomainRequest {
|
|
|
7461
7477
|
* @public
|
|
7462
7478
|
*/
|
|
7463
7479
|
AppNetworkAccessType?: AppNetworkAccessType;
|
|
7480
|
+
/**
|
|
7481
|
+
* <p>Indicates whether custom tag propagation is supported for the domain. Defaults to <code>DISABLED</code>.</p>
|
|
7482
|
+
* @public
|
|
7483
|
+
*/
|
|
7484
|
+
TagPropagation?: TagPropagation;
|
|
7464
7485
|
}
|
|
7465
7486
|
/**
|
|
7466
7487
|
* @public
|
|
@@ -8890,16 +8911,6 @@ export interface UpdateWorkteamRequest {
|
|
|
8890
8911
|
*/
|
|
8891
8912
|
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
8892
8913
|
}
|
|
8893
|
-
/**
|
|
8894
|
-
* @public
|
|
8895
|
-
*/
|
|
8896
|
-
export interface UpdateWorkteamResponse {
|
|
8897
|
-
/**
|
|
8898
|
-
* <p>A <code>Workteam</code> object that describes the updated work team.</p>
|
|
8899
|
-
* @public
|
|
8900
|
-
*/
|
|
8901
|
-
Workteam: Workteam | undefined;
|
|
8902
|
-
}
|
|
8903
8914
|
/**
|
|
8904
8915
|
* @internal
|
|
8905
8916
|
*/
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { BooleanOperator } from "./models_0";
|
|
2
2
|
import { CrossAccountFilterOption } from "./models_2";
|
|
3
|
-
import { Filter, ResourceType } from "./models_3";
|
|
3
|
+
import { Filter, ResourceType, Workteam } from "./models_3";
|
|
4
4
|
import { NestedFilters, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateWorkteamResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>A <code>Workteam</code> object that describes the updated work team.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Workteam: Workteam | undefined;
|
|
14
|
+
}
|
|
5
15
|
/**
|
|
6
16
|
* <p>A multi-expression that searches for the specified resource or resources in a search. All resource
|
|
7
17
|
* objects that satisfy the expression's condition are included in the search results. You must specify at
|
|
@@ -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
|
+
CreatePresignedDomainUrlRequest,
|
|
5
|
+
CreatePresignedDomainUrlResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -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
|
-
DescribeLabelingJobResponse,
|
|
6
|
-
} from "../models/models_2";
|
|
3
|
+
import { DescribeLabelingJobRequest } from "../models/models_2";
|
|
4
|
+
import { DescribeLabelingJobResponse } from "../models/models_3";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -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
|
-
ListModelBiasJobDefinitionsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListModelBiasJobDefinitionsRequest } from "../models/models_3";
|
|
4
|
+
import { ListModelBiasJobDefinitionsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -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
|
-
UpdateWorkteamResponse,
|
|
6
|
-
} from "../models/models_4";
|
|
3
|
+
import { UpdateWorkteamRequest } from "../models/models_4";
|
|
4
|
+
import { UpdateWorkteamResponse } from "../models/models_5";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -575,6 +575,12 @@ export interface DomainSettings {
|
|
|
575
575
|
DockerSettings?: DockerSettings;
|
|
576
576
|
AmazonQSettings?: AmazonQSettings;
|
|
577
577
|
}
|
|
578
|
+
export declare const TagPropagation: {
|
|
579
|
+
readonly DISABLED: "DISABLED";
|
|
580
|
+
readonly ENABLED: "ENABLED";
|
|
581
|
+
};
|
|
582
|
+
export type TagPropagation =
|
|
583
|
+
(typeof TagPropagation)[keyof typeof TagPropagation];
|
|
578
584
|
export interface CreateDomainRequest {
|
|
579
585
|
DomainName: string | undefined;
|
|
580
586
|
AuthMode: AuthMode | undefined;
|
|
@@ -587,6 +593,7 @@ export interface CreateDomainRequest {
|
|
|
587
593
|
HomeEfsFileSystemKmsKeyId?: string;
|
|
588
594
|
KmsKeyId?: string;
|
|
589
595
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
596
|
+
TagPropagation?: TagPropagation;
|
|
590
597
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
591
598
|
}
|
|
592
599
|
export interface CreateDomainResponse {
|
|
@@ -2071,14 +2078,6 @@ export interface CreatePipelineRequest {
|
|
|
2071
2078
|
export interface CreatePipelineResponse {
|
|
2072
2079
|
PipelineArn?: string;
|
|
2073
2080
|
}
|
|
2074
|
-
export interface CreatePresignedDomainUrlRequest {
|
|
2075
|
-
DomainId: string | undefined;
|
|
2076
|
-
UserProfileName: string | undefined;
|
|
2077
|
-
SessionExpirationDurationInSeconds?: number;
|
|
2078
|
-
ExpiresInSeconds?: number;
|
|
2079
|
-
SpaceName?: string;
|
|
2080
|
-
LandingUri?: string;
|
|
2081
|
-
}
|
|
2082
2081
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2083
2082
|
obj: CreateModelCardRequest
|
|
2084
2083
|
) => any;
|
|
@@ -94,7 +94,6 @@ import {
|
|
|
94
94
|
HumanLoopActivationConfig,
|
|
95
95
|
HumanLoopConfig,
|
|
96
96
|
HumanLoopRequestSource,
|
|
97
|
-
HumanTaskConfig,
|
|
98
97
|
HyperParameterTrainingJobDefinition,
|
|
99
98
|
HyperParameterTuningJobConfig,
|
|
100
99
|
HyperParameterTuningJobWarmStartConfig,
|
|
@@ -107,10 +106,6 @@ import {
|
|
|
107
106
|
JobType,
|
|
108
107
|
JupyterServerAppSettings,
|
|
109
108
|
KernelGatewayAppSettings,
|
|
110
|
-
LabelingJobAlgorithmsConfig,
|
|
111
|
-
LabelingJobInputConfig,
|
|
112
|
-
LabelingJobOutputConfig,
|
|
113
|
-
LabelingJobStoppingConditions,
|
|
114
109
|
ModelDeployConfig,
|
|
115
110
|
ModelInfrastructureConfig,
|
|
116
111
|
MonitoringNetworkConfig,
|
|
@@ -135,10 +130,19 @@ import {
|
|
|
135
130
|
RecommendationJobType,
|
|
136
131
|
RetryStrategy,
|
|
137
132
|
ShadowModeConfig,
|
|
133
|
+
TagPropagation,
|
|
138
134
|
ThroughputMode,
|
|
139
135
|
UserSettings,
|
|
140
136
|
VendorGuidance,
|
|
141
137
|
} from "./models_1";
|
|
138
|
+
export interface CreatePresignedDomainUrlRequest {
|
|
139
|
+
DomainId: string | undefined;
|
|
140
|
+
UserProfileName: string | undefined;
|
|
141
|
+
SessionExpirationDurationInSeconds?: number;
|
|
142
|
+
ExpiresInSeconds?: number;
|
|
143
|
+
SpaceName?: string;
|
|
144
|
+
LandingUri?: string;
|
|
145
|
+
}
|
|
142
146
|
export interface CreatePresignedDomainUrlResponse {
|
|
143
147
|
AuthorizedUrl?: string;
|
|
144
148
|
}
|
|
@@ -1289,6 +1293,7 @@ export interface DescribeDomainResponse {
|
|
|
1289
1293
|
VpcId?: string;
|
|
1290
1294
|
KmsKeyId?: string;
|
|
1291
1295
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
1296
|
+
TagPropagation?: TagPropagation;
|
|
1292
1297
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
1293
1298
|
}
|
|
1294
1299
|
export interface DescribeEdgeDeploymentPlanRequest {
|
|
@@ -1985,26 +1990,6 @@ export declare const LabelingJobStatus: {
|
|
|
1985
1990
|
};
|
|
1986
1991
|
export type LabelingJobStatus =
|
|
1987
1992
|
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
1988
|
-
export interface DescribeLabelingJobResponse {
|
|
1989
|
-
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
1990
|
-
LabelCounters: LabelCounters | undefined;
|
|
1991
|
-
FailureReason?: string;
|
|
1992
|
-
CreationTime: Date | undefined;
|
|
1993
|
-
LastModifiedTime: Date | undefined;
|
|
1994
|
-
JobReferenceCode: string | undefined;
|
|
1995
|
-
LabelingJobName: string | undefined;
|
|
1996
|
-
LabelingJobArn: string | undefined;
|
|
1997
|
-
LabelAttributeName?: string;
|
|
1998
|
-
InputConfig: LabelingJobInputConfig | undefined;
|
|
1999
|
-
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
2000
|
-
RoleArn: string | undefined;
|
|
2001
|
-
LabelCategoryConfigS3Uri?: string;
|
|
2002
|
-
StoppingConditions?: LabelingJobStoppingConditions;
|
|
2003
|
-
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
2004
|
-
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
2005
|
-
Tags?: Tag[];
|
|
2006
|
-
LabelingJobOutput?: LabelingJobOutput;
|
|
2007
|
-
}
|
|
2008
1993
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
2009
1994
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
2010
1995
|
obj: CreateWorkforceRequest
|
|
@@ -61,6 +61,7 @@ import {
|
|
|
61
61
|
ExecutionRoleIdentityConfig,
|
|
62
62
|
FeatureDefinition,
|
|
63
63
|
FeatureType,
|
|
64
|
+
HumanTaskConfig,
|
|
64
65
|
HyperParameterTrainingJobDefinition,
|
|
65
66
|
HyperParameterTuningJobConfig,
|
|
66
67
|
HyperParameterTuningJobStrategyType,
|
|
@@ -69,7 +70,10 @@ import {
|
|
|
69
70
|
InferenceExperimentSchedule,
|
|
70
71
|
InferenceExperimentType,
|
|
71
72
|
InstanceMetadataServiceConfiguration,
|
|
73
|
+
LabelingJobAlgorithmsConfig,
|
|
72
74
|
LabelingJobInputConfig,
|
|
75
|
+
LabelingJobOutputConfig,
|
|
76
|
+
LabelingJobStoppingConditions,
|
|
73
77
|
ModelBiasAppSpecification,
|
|
74
78
|
ModelBiasBaselineConfig,
|
|
75
79
|
ModelBiasJobInput,
|
|
@@ -180,6 +184,26 @@ import {
|
|
|
180
184
|
TrialComponentStatus,
|
|
181
185
|
WorkerAccessConfiguration,
|
|
182
186
|
} from "./models_2";
|
|
187
|
+
export interface DescribeLabelingJobResponse {
|
|
188
|
+
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
189
|
+
LabelCounters: LabelCounters | undefined;
|
|
190
|
+
FailureReason?: string;
|
|
191
|
+
CreationTime: Date | undefined;
|
|
192
|
+
LastModifiedTime: Date | undefined;
|
|
193
|
+
JobReferenceCode: string | undefined;
|
|
194
|
+
LabelingJobName: string | undefined;
|
|
195
|
+
LabelingJobArn: string | undefined;
|
|
196
|
+
LabelAttributeName?: string;
|
|
197
|
+
InputConfig: LabelingJobInputConfig | undefined;
|
|
198
|
+
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
199
|
+
RoleArn: string | undefined;
|
|
200
|
+
LabelCategoryConfigS3Uri?: string;
|
|
201
|
+
StoppingConditions?: LabelingJobStoppingConditions;
|
|
202
|
+
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
203
|
+
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
204
|
+
Tags?: Tag[];
|
|
205
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
206
|
+
}
|
|
183
207
|
export interface DescribeLineageGroupRequest {
|
|
184
208
|
LineageGroupName: string | undefined;
|
|
185
209
|
}
|
|
@@ -2469,10 +2493,6 @@ export interface ListModelBiasJobDefinitionsRequest {
|
|
|
2469
2493
|
CreationTimeBefore?: Date;
|
|
2470
2494
|
CreationTimeAfter?: Date;
|
|
2471
2495
|
}
|
|
2472
|
-
export interface ListModelBiasJobDefinitionsResponse {
|
|
2473
|
-
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
2474
|
-
NextToken?: string;
|
|
2475
|
-
}
|
|
2476
2496
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2477
2497
|
obj: DescribeModelCardResponse
|
|
2478
2498
|
) => any;
|
|
@@ -72,6 +72,7 @@ import {
|
|
|
72
72
|
ShadowModeConfig,
|
|
73
73
|
SkipModelValidation,
|
|
74
74
|
SourceAlgorithmSpecification,
|
|
75
|
+
TagPropagation,
|
|
75
76
|
ThroughputMode,
|
|
76
77
|
TrackingServerSize,
|
|
77
78
|
TtlDuration,
|
|
@@ -172,6 +173,10 @@ import {
|
|
|
172
173
|
Workforce,
|
|
173
174
|
Workteam,
|
|
174
175
|
} from "./models_3";
|
|
176
|
+
export interface ListModelBiasJobDefinitionsResponse {
|
|
177
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
178
|
+
NextToken?: string;
|
|
179
|
+
}
|
|
175
180
|
export declare const ModelCardExportJobSortBy: {
|
|
176
181
|
readonly CREATION_TIME: "CreationTime";
|
|
177
182
|
readonly NAME: "Name";
|
|
@@ -1791,6 +1796,7 @@ export interface UpdateDomainRequest {
|
|
|
1791
1796
|
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
1792
1797
|
SubnetIds?: string[];
|
|
1793
1798
|
AppNetworkAccessType?: AppNetworkAccessType;
|
|
1799
|
+
TagPropagation?: TagPropagation;
|
|
1794
1800
|
}
|
|
1795
1801
|
export interface UpdateDomainResponse {
|
|
1796
1802
|
DomainArn?: string;
|
|
@@ -2086,9 +2092,6 @@ export interface UpdateWorkteamRequest {
|
|
|
2086
2092
|
NotificationConfiguration?: NotificationConfiguration;
|
|
2087
2093
|
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
2088
2094
|
}
|
|
2089
|
-
export interface UpdateWorkteamResponse {
|
|
2090
|
-
Workteam: Workteam | undefined;
|
|
2091
|
-
}
|
|
2092
2095
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2093
2096
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2094
2097
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { BooleanOperator } from "./models_0";
|
|
2
2
|
import { CrossAccountFilterOption } from "./models_2";
|
|
3
|
-
import { Filter, ResourceType } from "./models_3";
|
|
3
|
+
import { Filter, ResourceType, Workteam } from "./models_3";
|
|
4
4
|
import {
|
|
5
5
|
NestedFilters,
|
|
6
6
|
SearchSortOrder,
|
|
7
7
|
VisibilityConditions,
|
|
8
8
|
} from "./models_4";
|
|
9
|
+
export interface UpdateWorkteamResponse {
|
|
10
|
+
Workteam: Workteam | undefined;
|
|
11
|
+
}
|
|
9
12
|
export interface SearchExpression {
|
|
10
13
|
Filters?: Filter[];
|
|
11
14
|
NestedFilters?: NestedFilters[];
|
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.
|
|
4
|
+
"version": "3.659.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.658.
|
|
24
|
-
"@aws-sdk/client-sts": "3.658.
|
|
25
|
-
"@aws-sdk/core": "3.658.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.658.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.1",
|
|
25
|
+
"@aws-sdk/core": "3.658.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
@@ -34,26 +34,26 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
37
|
+
"@smithy/core": "^2.4.6",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.8",
|
|
39
39
|
"@smithy/hash-node": "^3.0.6",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
41
|
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
42
|
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.21",
|
|
44
44
|
"@smithy/middleware-serde": "^3.0.6",
|
|
45
45
|
"@smithy/middleware-stack": "^3.0.6",
|
|
46
46
|
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.3",
|
|
48
48
|
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
49
|
+
"@smithy/smithy-client": "^3.3.5",
|
|
50
50
|
"@smithy/types": "^3.4.2",
|
|
51
51
|
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.21",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.21",
|
|
57
57
|
"@smithy/util-endpoints": "^2.1.2",
|
|
58
58
|
"@smithy/util-middleware": "^3.0.6",
|
|
59
59
|
"@smithy/util-retry": "^3.0.6",
|