@aws-sdk/client-sagemaker 3.100.0 → 3.109.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 +30 -0
- package/dist-cjs/SageMakerClient.js +2 -0
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -1
- package/dist-cjs/models/models_0.js +8 -0
- package/dist-cjs/models/models_1.js +11 -11
- package/dist-cjs/models/models_2.js +12 -12
- package/dist-cjs/models/models_3.js +9 -3
- package/dist-cjs/protocols/Aws_json1_1.js +24 -0
- package/dist-es/SageMakerClient.js +2 -0
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -1
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -4
- package/dist-es/models/models_3.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +24 -4
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +42 -46
- package/dist-types/models/models_1.d.ts +39 -91
- package/dist-types/models/models_2.d.ts +44 -42
- package/dist-types/models/models_3.d.ts +40 -53
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -39
- package/dist-types/ts3.4/models/models_1.d.ts +31 -77
- package/dist-types/ts3.4/models/models_2.d.ts +28 -35
- package/dist-types/ts3.4/models/models_3.d.ts +31 -53
- package/package.json +30 -29
|
@@ -1,5 +1,22 @@
|
|
|
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
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig,
|
|
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
|
+
|
|
4
|
+
export interface LabelCounters {
|
|
5
|
+
|
|
6
|
+
TotalLabeled?: number;
|
|
7
|
+
|
|
8
|
+
HumanLabeled?: number;
|
|
9
|
+
|
|
10
|
+
MachineLabeled?: number;
|
|
11
|
+
|
|
12
|
+
FailedNonRetryableError?: number;
|
|
13
|
+
|
|
14
|
+
Unlabeled?: number;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace LabelCounters {
|
|
17
|
+
|
|
18
|
+
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
19
|
+
}
|
|
3
20
|
|
|
4
21
|
export interface LabelingJobOutput {
|
|
5
22
|
|
|
@@ -273,9 +290,7 @@ export interface DescribeModelPackageOutput {
|
|
|
273
290
|
|
|
274
291
|
ApprovalDescription?: string;
|
|
275
292
|
|
|
276
|
-
CustomerMetadataProperties?:
|
|
277
|
-
[key: string]: string;
|
|
278
|
-
};
|
|
293
|
+
CustomerMetadataProperties?: Record<string, string>;
|
|
279
294
|
|
|
280
295
|
DriftCheckBaselines?: DriftCheckBaselines;
|
|
281
296
|
|
|
@@ -497,6 +512,8 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
497
512
|
RootAccess?: RootAccess | string;
|
|
498
513
|
|
|
499
514
|
PlatformIdentifier?: string;
|
|
515
|
+
|
|
516
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
500
517
|
}
|
|
501
518
|
export declare namespace DescribeNotebookInstanceOutput {
|
|
502
519
|
|
|
@@ -674,9 +691,7 @@ export interface DescribeProcessingJobResponse {
|
|
|
674
691
|
|
|
675
692
|
AppSpecification: AppSpecification | undefined;
|
|
676
693
|
|
|
677
|
-
Environment?:
|
|
678
|
-
[key: string]: string;
|
|
679
|
-
};
|
|
694
|
+
Environment?: Record<string, string>;
|
|
680
695
|
|
|
681
696
|
NetworkConfig?: NetworkConfig;
|
|
682
697
|
|
|
@@ -923,9 +938,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
923
938
|
|
|
924
939
|
FailureReason?: string;
|
|
925
940
|
|
|
926
|
-
HyperParameters?:
|
|
927
|
-
[key: string]: string;
|
|
928
|
-
};
|
|
941
|
+
HyperParameters?: Record<string, string>;
|
|
929
942
|
|
|
930
943
|
AlgorithmSpecification: AlgorithmSpecification | undefined;
|
|
931
944
|
|
|
@@ -985,9 +998,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
985
998
|
|
|
986
999
|
RetryStrategy?: RetryStrategy;
|
|
987
1000
|
|
|
988
|
-
Environment?:
|
|
989
|
-
[key: string]: string;
|
|
990
|
-
};
|
|
1001
|
+
Environment?: Record<string, string>;
|
|
991
1002
|
}
|
|
992
1003
|
export declare namespace DescribeTrainingJobResponse {
|
|
993
1004
|
|
|
@@ -1028,9 +1039,7 @@ export interface DescribeTransformJobResponse {
|
|
|
1028
1039
|
|
|
1029
1040
|
BatchStrategy?: BatchStrategy | string;
|
|
1030
1041
|
|
|
1031
|
-
Environment?:
|
|
1032
|
-
[key: string]: string;
|
|
1033
|
-
};
|
|
1042
|
+
Environment?: Record<string, string>;
|
|
1034
1043
|
|
|
1035
1044
|
TransformInput: TransformInput | undefined;
|
|
1036
1045
|
|
|
@@ -1169,17 +1178,11 @@ export interface DescribeTrialComponentResponse {
|
|
|
1169
1178
|
|
|
1170
1179
|
LastModifiedBy?: UserContext;
|
|
1171
1180
|
|
|
1172
|
-
Parameters?:
|
|
1173
|
-
[key: string]: TrialComponentParameterValue;
|
|
1174
|
-
};
|
|
1181
|
+
Parameters?: Record<string, TrialComponentParameterValue>;
|
|
1175
1182
|
|
|
1176
|
-
InputArtifacts?:
|
|
1177
|
-
[key: string]: TrialComponentArtifact;
|
|
1178
|
-
};
|
|
1183
|
+
InputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1179
1184
|
|
|
1180
|
-
OutputArtifacts?:
|
|
1181
|
-
[key: string]: TrialComponentArtifact;
|
|
1182
|
-
};
|
|
1185
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1183
1186
|
|
|
1184
1187
|
MetadataProperties?: MetadataProperties;
|
|
1185
1188
|
|
|
@@ -4322,13 +4325,3 @@ export declare namespace ListSubscribedWorkteamsRequest {
|
|
|
4322
4325
|
|
|
4323
4326
|
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
4324
4327
|
}
|
|
4325
|
-
export interface ListSubscribedWorkteamsResponse {
|
|
4326
|
-
|
|
4327
|
-
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
4328
|
-
|
|
4329
|
-
NextToken?: string;
|
|
4330
|
-
}
|
|
4331
|
-
export declare namespace ListSubscribedWorkteamsResponse {
|
|
4332
|
-
|
|
4333
|
-
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
4334
|
-
}
|
|
@@ -1,6 +1,16 @@
|
|
|
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, 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";
|
|
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, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
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";
|
|
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
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
5
|
+
|
|
6
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
7
|
+
|
|
8
|
+
NextToken?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace ListSubscribedWorkteamsResponse {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
13
|
+
}
|
|
4
14
|
export interface ListTagsInput {
|
|
5
15
|
|
|
6
16
|
ResourceArn: string | undefined;
|
|
@@ -451,9 +461,7 @@ export interface ModelPackage {
|
|
|
451
461
|
|
|
452
462
|
Tags?: Tag[];
|
|
453
463
|
|
|
454
|
-
CustomerMetadataProperties?:
|
|
455
|
-
[key: string]: string;
|
|
456
|
-
};
|
|
464
|
+
CustomerMetadataProperties?: Record<string, string>;
|
|
457
465
|
|
|
458
466
|
DriftCheckBaselines?: DriftCheckBaselines;
|
|
459
467
|
}
|
|
@@ -585,9 +593,7 @@ export interface ProcessingJob {
|
|
|
585
593
|
|
|
586
594
|
AppSpecification?: AppSpecification;
|
|
587
595
|
|
|
588
|
-
Environment?:
|
|
589
|
-
[key: string]: string;
|
|
590
|
-
};
|
|
596
|
+
Environment?: Record<string, string>;
|
|
591
597
|
|
|
592
598
|
NetworkConfig?: NetworkConfig;
|
|
593
599
|
|
|
@@ -630,9 +636,7 @@ export interface ProfilerConfigForUpdate {
|
|
|
630
636
|
|
|
631
637
|
ProfilingIntervalInMilliseconds?: number;
|
|
632
638
|
|
|
633
|
-
ProfilingParameters?:
|
|
634
|
-
[key: string]: string;
|
|
635
|
-
};
|
|
639
|
+
ProfilingParameters?: Record<string, string>;
|
|
636
640
|
|
|
637
641
|
DisableProfiler?: boolean;
|
|
638
642
|
}
|
|
@@ -704,9 +708,7 @@ export interface QueryFilters {
|
|
|
704
708
|
|
|
705
709
|
ModifiedAfter?: Date;
|
|
706
710
|
|
|
707
|
-
Properties?:
|
|
708
|
-
[key: string]: string;
|
|
709
|
-
};
|
|
711
|
+
Properties?: Record<string, string>;
|
|
710
712
|
}
|
|
711
713
|
export declare namespace QueryFilters {
|
|
712
714
|
|
|
@@ -858,9 +860,7 @@ export interface TrainingJob {
|
|
|
858
860
|
|
|
859
861
|
FailureReason?: string;
|
|
860
862
|
|
|
861
|
-
HyperParameters?:
|
|
862
|
-
[key: string]: string;
|
|
863
|
-
};
|
|
863
|
+
HyperParameters?: Record<string, string>;
|
|
864
864
|
|
|
865
865
|
AlgorithmSpecification?: AlgorithmSpecification;
|
|
866
866
|
|
|
@@ -910,9 +910,7 @@ export interface TrainingJob {
|
|
|
910
910
|
|
|
911
911
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
|
|
912
912
|
|
|
913
|
-
Environment?:
|
|
914
|
-
[key: string]: string;
|
|
915
|
-
};
|
|
913
|
+
Environment?: Record<string, string>;
|
|
916
914
|
|
|
917
915
|
RetryStrategy?: RetryStrategy;
|
|
918
916
|
|
|
@@ -991,9 +989,7 @@ export interface TransformJob {
|
|
|
991
989
|
|
|
992
990
|
BatchStrategy?: BatchStrategy | string;
|
|
993
991
|
|
|
994
|
-
Environment?:
|
|
995
|
-
[key: string]: string;
|
|
996
|
-
};
|
|
992
|
+
Environment?: Record<string, string>;
|
|
997
993
|
|
|
998
994
|
TransformInput?: TransformInput;
|
|
999
995
|
|
|
@@ -1061,17 +1057,11 @@ export interface TrialComponent {
|
|
|
1061
1057
|
|
|
1062
1058
|
LastModifiedBy?: UserContext;
|
|
1063
1059
|
|
|
1064
|
-
Parameters?:
|
|
1065
|
-
[key: string]: TrialComponentParameterValue;
|
|
1066
|
-
};
|
|
1060
|
+
Parameters?: Record<string, TrialComponentParameterValue>;
|
|
1067
1061
|
|
|
1068
|
-
InputArtifacts?:
|
|
1069
|
-
[key: string]: TrialComponentArtifact;
|
|
1070
|
-
};
|
|
1062
|
+
InputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1071
1063
|
|
|
1072
|
-
OutputArtifacts?:
|
|
1073
|
-
[key: string]: TrialComponentArtifact;
|
|
1074
|
-
};
|
|
1064
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1075
1065
|
|
|
1076
1066
|
Metrics?: TrialComponentMetricSummary[];
|
|
1077
1067
|
|
|
@@ -1324,9 +1314,7 @@ export interface UpdateActionRequest {
|
|
|
1324
1314
|
|
|
1325
1315
|
Status?: ActionStatus | string;
|
|
1326
1316
|
|
|
1327
|
-
Properties?:
|
|
1328
|
-
[key: string]: string;
|
|
1329
|
-
};
|
|
1317
|
+
Properties?: Record<string, string>;
|
|
1330
1318
|
|
|
1331
1319
|
PropertiesToRemove?: string[];
|
|
1332
1320
|
}
|
|
@@ -1366,9 +1354,7 @@ export interface UpdateArtifactRequest {
|
|
|
1366
1354
|
|
|
1367
1355
|
ArtifactName?: string;
|
|
1368
1356
|
|
|
1369
|
-
Properties?:
|
|
1370
|
-
[key: string]: string;
|
|
1371
|
-
};
|
|
1357
|
+
Properties?: Record<string, string>;
|
|
1372
1358
|
|
|
1373
1359
|
PropertiesToRemove?: string[];
|
|
1374
1360
|
}
|
|
@@ -1408,9 +1394,7 @@ export interface UpdateContextRequest {
|
|
|
1408
1394
|
|
|
1409
1395
|
Description?: string;
|
|
1410
1396
|
|
|
1411
|
-
Properties?:
|
|
1412
|
-
[key: string]: string;
|
|
1413
|
-
};
|
|
1397
|
+
Properties?: Record<string, string>;
|
|
1414
1398
|
|
|
1415
1399
|
PropertiesToRemove?: string[];
|
|
1416
1400
|
}
|
|
@@ -1582,9 +1566,7 @@ export interface UpdateModelPackageInput {
|
|
|
1582
1566
|
|
|
1583
1567
|
ApprovalDescription?: string;
|
|
1584
1568
|
|
|
1585
|
-
CustomerMetadataProperties?:
|
|
1586
|
-
[key: string]: string;
|
|
1587
|
-
};
|
|
1569
|
+
CustomerMetadataProperties?: Record<string, string>;
|
|
1588
1570
|
|
|
1589
1571
|
CustomerMetadataPropertiesToRemove?: string[];
|
|
1590
1572
|
|
|
@@ -1647,6 +1629,8 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1647
1629
|
DisassociateAdditionalCodeRepositories?: boolean;
|
|
1648
1630
|
|
|
1649
1631
|
RootAccess?: RootAccess | string;
|
|
1632
|
+
|
|
1633
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1650
1634
|
}
|
|
1651
1635
|
export declare namespace UpdateNotebookInstanceInput {
|
|
1652
1636
|
|
|
@@ -1809,21 +1793,15 @@ export interface UpdateTrialComponentRequest {
|
|
|
1809
1793
|
|
|
1810
1794
|
EndTime?: Date;
|
|
1811
1795
|
|
|
1812
|
-
Parameters?:
|
|
1813
|
-
[key: string]: TrialComponentParameterValue;
|
|
1814
|
-
};
|
|
1796
|
+
Parameters?: Record<string, TrialComponentParameterValue>;
|
|
1815
1797
|
|
|
1816
1798
|
ParametersToRemove?: string[];
|
|
1817
1799
|
|
|
1818
|
-
InputArtifacts?:
|
|
1819
|
-
[key: string]: TrialComponentArtifact;
|
|
1820
|
-
};
|
|
1800
|
+
InputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1821
1801
|
|
|
1822
1802
|
InputArtifactsToRemove?: string[];
|
|
1823
1803
|
|
|
1824
|
-
OutputArtifacts?:
|
|
1825
|
-
[key: string]: TrialComponentArtifact;
|
|
1826
|
-
};
|
|
1804
|
+
OutputArtifacts?: Record<string, TrialComponentArtifact>;
|
|
1827
1805
|
|
|
1828
1806
|
OutputArtifactsToRemove?: string[];
|
|
1829
1807
|
}
|
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.109.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",
|
|
@@ -18,37 +18,38 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-
|
|
31
|
-
"@aws-sdk/middleware-
|
|
32
|
-
"@aws-sdk/middleware-
|
|
33
|
-
"@aws-sdk/middleware-
|
|
34
|
-
"@aws-sdk/middleware-
|
|
35
|
-
"@aws-sdk/
|
|
36
|
-
"@aws-sdk/node-
|
|
37
|
-
"@aws-sdk/
|
|
38
|
-
"@aws-sdk/
|
|
39
|
-
"@aws-sdk/
|
|
40
|
-
"@aws-sdk/
|
|
41
|
-
"@aws-sdk/
|
|
21
|
+
"@aws-sdk/client-sts": "3.109.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.109.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.109.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.109.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.109.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.109.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.109.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.109.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.109.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.109.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.109.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.109.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.109.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.109.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.109.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.109.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.109.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.109.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.109.0",
|
|
40
|
+
"@aws-sdk/types": "3.109.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.109.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
42
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.109.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.109.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.109.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.109.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.109.0",
|
|
52
53
|
"tslib": "^2.3.1",
|
|
53
54
|
"uuid": "^8.3.2"
|
|
54
55
|
},
|