@aws-sdk/client-sagemaker 3.112.0 → 3.117.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +1 -2
- package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +2 -1
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +1 -2
- package/dist-cjs/models/models_1.js +10 -10
- package/dist-cjs/models/models_2.js +26 -24
- package/dist-cjs/models/models_3.js +21 -3
- package/dist-cjs/protocols/Aws_json1_1.js +86 -0
- package/dist-es/commands/DescribeLabelingJobCommand.js +1 -2
- package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +2 -1
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +1 -2
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/protocols/Aws_json1_1.js +103 -22
- package/dist-types/SageMaker.d.ts +7 -2
- package/dist-types/commands/CreateModelCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateWorkforceCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +28 -5
- package/dist-types/models/models_1.d.ts +36 -14
- package/dist-types/models/models_2.d.ts +58 -70
- package/dist-types/models/models_3.d.ts +75 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_1.d.ts +17 -8
- package/dist-types/ts3.4/models/models_2.d.ts +36 -39
- package/dist-types/ts3.4/models/models_3.d.ts +42 -1
- package/package.json +1 -1
|
@@ -1,6 +1,76 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
3
|
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Details of the Studio Lifecycle Configuration.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface StudioLifecycleConfigDetails {
|
|
8
|
+
/**
|
|
9
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration.</p>
|
|
10
|
+
*/
|
|
11
|
+
StudioLifecycleConfigArn?: string;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The name of the Studio Lifecycle Configuration.</p>
|
|
14
|
+
*/
|
|
15
|
+
StudioLifecycleConfigName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The creation time of the Studio Lifecycle Configuration.</p>
|
|
18
|
+
*/
|
|
19
|
+
CreationTime?: Date;
|
|
20
|
+
/**
|
|
21
|
+
* <p>This value is equivalent to CreationTime because Studio Lifecycle Configurations are immutable.</p>
|
|
22
|
+
*/
|
|
23
|
+
LastModifiedTime?: Date;
|
|
24
|
+
/**
|
|
25
|
+
* <p>The App type to which the Lifecycle Configuration is attached.</p>
|
|
26
|
+
*/
|
|
27
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace StudioLifecycleConfigDetails {
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
const filterSensitiveLog: (obj: StudioLifecycleConfigDetails) => any;
|
|
34
|
+
}
|
|
35
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
36
|
+
/**
|
|
37
|
+
* <p>A token for getting the next set of actions, if there are any.</p>
|
|
38
|
+
*/
|
|
39
|
+
NextToken?: string;
|
|
40
|
+
/**
|
|
41
|
+
* <p>A list of Lifecycle Configurations and their properties.</p>
|
|
42
|
+
*/
|
|
43
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[];
|
|
44
|
+
}
|
|
45
|
+
export declare namespace ListStudioLifecycleConfigsResponse {
|
|
46
|
+
/**
|
|
47
|
+
* @internal
|
|
48
|
+
*/
|
|
49
|
+
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsResponse) => any;
|
|
50
|
+
}
|
|
51
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
52
|
+
/**
|
|
53
|
+
* <p>A string in the work team name. This filter returns only work teams whose name
|
|
54
|
+
* contains the specified string.</p>
|
|
55
|
+
*/
|
|
56
|
+
NameContains?: string;
|
|
57
|
+
/**
|
|
58
|
+
* <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was
|
|
59
|
+
* truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
|
|
60
|
+
* labeling jobs, use the token in the next request.</p>
|
|
61
|
+
*/
|
|
62
|
+
NextToken?: string;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The maximum number of work teams to return in each page of the response.</p>
|
|
65
|
+
*/
|
|
66
|
+
MaxResults?: number;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace ListSubscribedWorkteamsRequest {
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
72
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
73
|
+
}
|
|
4
74
|
export interface ListSubscribedWorkteamsResponse {
|
|
5
75
|
/**
|
|
6
76
|
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
@@ -3832,6 +3902,10 @@ export interface UpdateWorkforceRequest {
|
|
|
3832
3902
|
* configuration for a workforce made using your own IdP.</p>
|
|
3833
3903
|
*/
|
|
3834
3904
|
OidcConfig?: OidcConfig;
|
|
3905
|
+
/**
|
|
3906
|
+
* <p>Use this parameter to update your VPC configuration for a workforce.</p>
|
|
3907
|
+
*/
|
|
3908
|
+
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
3835
3909
|
}
|
|
3836
3910
|
export declare namespace UpdateWorkforceRequest {
|
|
3837
3911
|
/**
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeLabelingJobRequest } from "../models/
|
|
4
|
-
import { DescribeLabelingJobResponse } from "../models/models_2";
|
|
3
|
+
import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_2";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface DescribeLabelingJobCommandInput extends DescribeLabelingJobRequest {
|
|
7
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListStudioLifecycleConfigsRequest
|
|
3
|
+
import { ListStudioLifecycleConfigsRequest } from "../models/models_2";
|
|
4
|
+
import { ListStudioLifecycleConfigsResponse } from "../models/models_3";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface ListStudioLifecycleConfigsCommandInput extends ListStudioLifecycleConfigsRequest {
|
|
6
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListSubscribedWorkteamsRequest } from "../models/
|
|
4
|
-
import { ListSubscribedWorkteamsResponse } from "../models/models_3";
|
|
3
|
+
import { ListSubscribedWorkteamsRequest, ListSubscribedWorkteamsResponse } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface ListSubscribedWorkteamsCommandInput extends ListSubscribedWorkteamsRequest {
|
|
7
6
|
}
|
|
@@ -277,6 +277,8 @@ export declare namespace LabelingJobInputConfig {
|
|
|
277
277
|
export interface LabelingJobResourceConfig {
|
|
278
278
|
|
|
279
279
|
VolumeKmsKeyId?: string;
|
|
280
|
+
|
|
281
|
+
VpcConfig?: VpcConfig;
|
|
280
282
|
}
|
|
281
283
|
export declare namespace LabelingJobResourceConfig {
|
|
282
284
|
|
|
@@ -1940,6 +1942,19 @@ export declare namespace SourceIpConfig {
|
|
|
1940
1942
|
|
|
1941
1943
|
const filterSensitiveLog: (obj: SourceIpConfig) => any;
|
|
1942
1944
|
}
|
|
1945
|
+
|
|
1946
|
+
export interface WorkforceVpcConfigRequest {
|
|
1947
|
+
|
|
1948
|
+
VpcId?: string;
|
|
1949
|
+
|
|
1950
|
+
SecurityGroupIds?: string[];
|
|
1951
|
+
|
|
1952
|
+
Subnets?: string[];
|
|
1953
|
+
}
|
|
1954
|
+
export declare namespace WorkforceVpcConfigRequest {
|
|
1955
|
+
|
|
1956
|
+
const filterSensitiveLog: (obj: WorkforceVpcConfigRequest) => any;
|
|
1957
|
+
}
|
|
1943
1958
|
export interface CreateWorkforceRequest {
|
|
1944
1959
|
|
|
1945
1960
|
CognitoConfig?: CognitoConfig;
|
|
@@ -1951,6 +1966,8 @@ export interface CreateWorkforceRequest {
|
|
|
1951
1966
|
WorkforceName: string | undefined;
|
|
1952
1967
|
|
|
1953
1968
|
Tags?: Tag[];
|
|
1969
|
+
|
|
1970
|
+
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
1954
1971
|
}
|
|
1955
1972
|
export declare namespace CreateWorkforceRequest {
|
|
1956
1973
|
|
|
@@ -3849,11 +3866,3 @@ export declare namespace DescribeInferenceRecommendationsJobResponse {
|
|
|
3849
3866
|
|
|
3850
3867
|
const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
|
|
3851
3868
|
}
|
|
3852
|
-
export interface DescribeLabelingJobRequest {
|
|
3853
|
-
|
|
3854
|
-
LabelingJobName: string | undefined;
|
|
3855
|
-
}
|
|
3856
|
-
export declare namespace DescribeLabelingJobRequest {
|
|
3857
|
-
|
|
3858
|
-
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
3859
|
-
}
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
2
|
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
export interface DescribeLabelingJobRequest {
|
|
4
|
+
|
|
5
|
+
LabelingJobName: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace DescribeLabelingJobRequest {
|
|
8
|
+
|
|
9
|
+
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
10
|
+
}
|
|
3
11
|
|
|
4
12
|
export interface LabelCounters {
|
|
5
13
|
|
|
@@ -1270,6 +1278,28 @@ export declare namespace OidcConfigForResponse {
|
|
|
1270
1278
|
|
|
1271
1279
|
const filterSensitiveLog: (obj: OidcConfigForResponse) => any;
|
|
1272
1280
|
}
|
|
1281
|
+
export declare enum WorkforceStatus {
|
|
1282
|
+
ACTIVE = "Active",
|
|
1283
|
+
DELETING = "Deleting",
|
|
1284
|
+
FAILED = "Failed",
|
|
1285
|
+
INITIALIZING = "Initializing",
|
|
1286
|
+
UPDATING = "Updating"
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
export interface WorkforceVpcConfigResponse {
|
|
1290
|
+
|
|
1291
|
+
VpcId: string | undefined;
|
|
1292
|
+
|
|
1293
|
+
SecurityGroupIds: string[] | undefined;
|
|
1294
|
+
|
|
1295
|
+
Subnets: string[] | undefined;
|
|
1296
|
+
|
|
1297
|
+
VpcEndpointId?: string;
|
|
1298
|
+
}
|
|
1299
|
+
export declare namespace WorkforceVpcConfigResponse {
|
|
1300
|
+
|
|
1301
|
+
const filterSensitiveLog: (obj: WorkforceVpcConfigResponse) => any;
|
|
1302
|
+
}
|
|
1273
1303
|
|
|
1274
1304
|
export interface Workforce {
|
|
1275
1305
|
|
|
@@ -1288,6 +1318,12 @@ export interface Workforce {
|
|
|
1288
1318
|
OidcConfig?: OidcConfigForResponse;
|
|
1289
1319
|
|
|
1290
1320
|
CreateDate?: Date;
|
|
1321
|
+
|
|
1322
|
+
WorkforceVpcConfig?: WorkforceVpcConfigResponse;
|
|
1323
|
+
|
|
1324
|
+
Status?: WorkforceStatus | string;
|
|
1325
|
+
|
|
1326
|
+
FailureReason?: string;
|
|
1291
1327
|
}
|
|
1292
1328
|
export declare namespace Workforce {
|
|
1293
1329
|
|
|
@@ -4286,42 +4322,3 @@ export declare namespace ListStudioLifecycleConfigsRequest {
|
|
|
4286
4322
|
|
|
4287
4323
|
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsRequest) => any;
|
|
4288
4324
|
}
|
|
4289
|
-
|
|
4290
|
-
export interface StudioLifecycleConfigDetails {
|
|
4291
|
-
|
|
4292
|
-
StudioLifecycleConfigArn?: string;
|
|
4293
|
-
|
|
4294
|
-
StudioLifecycleConfigName?: string;
|
|
4295
|
-
|
|
4296
|
-
CreationTime?: Date;
|
|
4297
|
-
|
|
4298
|
-
LastModifiedTime?: Date;
|
|
4299
|
-
|
|
4300
|
-
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
4301
|
-
}
|
|
4302
|
-
export declare namespace StudioLifecycleConfigDetails {
|
|
4303
|
-
|
|
4304
|
-
const filterSensitiveLog: (obj: StudioLifecycleConfigDetails) => any;
|
|
4305
|
-
}
|
|
4306
|
-
export interface ListStudioLifecycleConfigsResponse {
|
|
4307
|
-
|
|
4308
|
-
NextToken?: string;
|
|
4309
|
-
|
|
4310
|
-
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[];
|
|
4311
|
-
}
|
|
4312
|
-
export declare namespace ListStudioLifecycleConfigsResponse {
|
|
4313
|
-
|
|
4314
|
-
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsResponse) => any;
|
|
4315
|
-
}
|
|
4316
|
-
export interface ListSubscribedWorkteamsRequest {
|
|
4317
|
-
|
|
4318
|
-
NameContains?: string;
|
|
4319
|
-
|
|
4320
|
-
NextToken?: string;
|
|
4321
|
-
|
|
4322
|
-
MaxResults?: number;
|
|
4323
|
-
}
|
|
4324
|
-
export declare namespace ListSubscribedWorkteamsRequest {
|
|
4325
|
-
|
|
4326
|
-
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
4327
|
-
}
|
|
@@ -1,6 +1,45 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
|
|
3
3
|
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
|
|
5
|
+
export interface StudioLifecycleConfigDetails {
|
|
6
|
+
|
|
7
|
+
StudioLifecycleConfigArn?: string;
|
|
8
|
+
|
|
9
|
+
StudioLifecycleConfigName?: string;
|
|
10
|
+
|
|
11
|
+
CreationTime?: Date;
|
|
12
|
+
|
|
13
|
+
LastModifiedTime?: Date;
|
|
14
|
+
|
|
15
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | string;
|
|
16
|
+
}
|
|
17
|
+
export declare namespace StudioLifecycleConfigDetails {
|
|
18
|
+
|
|
19
|
+
const filterSensitiveLog: (obj: StudioLifecycleConfigDetails) => any;
|
|
20
|
+
}
|
|
21
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
22
|
+
|
|
23
|
+
NextToken?: string;
|
|
24
|
+
|
|
25
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[];
|
|
26
|
+
}
|
|
27
|
+
export declare namespace ListStudioLifecycleConfigsResponse {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: ListStudioLifecycleConfigsResponse) => any;
|
|
30
|
+
}
|
|
31
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
32
|
+
|
|
33
|
+
NameContains?: string;
|
|
34
|
+
|
|
35
|
+
NextToken?: string;
|
|
36
|
+
|
|
37
|
+
MaxResults?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace ListSubscribedWorkteamsRequest {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
42
|
+
}
|
|
4
43
|
export interface ListSubscribedWorkteamsResponse {
|
|
5
44
|
|
|
6
45
|
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
@@ -1844,6 +1883,8 @@ export interface UpdateWorkforceRequest {
|
|
|
1844
1883
|
SourceIpConfig?: SourceIpConfig;
|
|
1845
1884
|
|
|
1846
1885
|
OidcConfig?: OidcConfig;
|
|
1886
|
+
|
|
1887
|
+
WorkforceVpcConfig?: WorkforceVpcConfigRequest;
|
|
1847
1888
|
}
|
|
1848
1889
|
export declare namespace UpdateWorkforceRequest {
|
|
1849
1890
|
|
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.117.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|