@aws-sdk/client-sagemaker 3.41.0 → 3.45.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 +41 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-cjs/models/models_0.js +151 -150
- package/dist-cjs/models/models_1.js +204 -217
- package/dist-cjs/models/models_2.js +338 -326
- package/dist-cjs/models/models_3.js +353 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1586 -35
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTransformJobsCommand.js +2 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-es/models/models_0.js +133 -132
- package/dist-es/models/models_1.js +138 -159
- package/dist-es/models/models_2.js +250 -224
- package/dist-es/models/models_3.js +244 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1523 -34
- package/dist-types/SageMaker.d.ts +72 -0
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -2
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +368 -1957
- package/dist-types/models/models_1.d.ts +6604 -5056
- package/dist-types/models/models_2.d.ts +5469 -6135
- package/dist-types/models/models_3.d.ts +2350 -3
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +226 -201
- package/dist-types/ts3.4/models/models_1.d.ts +448 -509
- package/dist-types/ts3.4/models/models_2.d.ts +2453 -2632
- package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +5 -5
|
@@ -1,5 +1,164 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var DescribeModelBiasJobDefinitionResponse;
|
|
4
|
+
(function (DescribeModelBiasJobDefinitionResponse) {
|
|
5
|
+
DescribeModelBiasJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(DescribeModelBiasJobDefinitionResponse || (DescribeModelBiasJobDefinitionResponse = {}));
|
|
7
|
+
export var DescribeModelExplainabilityJobDefinitionRequest;
|
|
8
|
+
(function (DescribeModelExplainabilityJobDefinitionRequest) {
|
|
9
|
+
DescribeModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(DescribeModelExplainabilityJobDefinitionRequest || (DescribeModelExplainabilityJobDefinitionRequest = {}));
|
|
11
|
+
export var DescribeModelExplainabilityJobDefinitionResponse;
|
|
12
|
+
(function (DescribeModelExplainabilityJobDefinitionResponse) {
|
|
13
|
+
DescribeModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(DescribeModelExplainabilityJobDefinitionResponse || (DescribeModelExplainabilityJobDefinitionResponse = {}));
|
|
15
|
+
export var DescribeModelPackageInput;
|
|
16
|
+
(function (DescribeModelPackageInput) {
|
|
17
|
+
DescribeModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(DescribeModelPackageInput || (DescribeModelPackageInput = {}));
|
|
19
|
+
export var DetailedModelPackageStatus;
|
|
20
|
+
(function (DetailedModelPackageStatus) {
|
|
21
|
+
DetailedModelPackageStatus["COMPLETED"] = "Completed";
|
|
22
|
+
DetailedModelPackageStatus["FAILED"] = "Failed";
|
|
23
|
+
DetailedModelPackageStatus["IN_PROGRESS"] = "InProgress";
|
|
24
|
+
DetailedModelPackageStatus["NOT_STARTED"] = "NotStarted";
|
|
25
|
+
})(DetailedModelPackageStatus || (DetailedModelPackageStatus = {}));
|
|
26
|
+
export var ModelPackageStatusItem;
|
|
27
|
+
(function (ModelPackageStatusItem) {
|
|
28
|
+
ModelPackageStatusItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
+
})(ModelPackageStatusItem || (ModelPackageStatusItem = {}));
|
|
30
|
+
export var ModelPackageStatusDetails;
|
|
31
|
+
(function (ModelPackageStatusDetails) {
|
|
32
|
+
ModelPackageStatusDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
+
})(ModelPackageStatusDetails || (ModelPackageStatusDetails = {}));
|
|
34
|
+
export var DescribeModelPackageOutput;
|
|
35
|
+
(function (DescribeModelPackageOutput) {
|
|
36
|
+
DescribeModelPackageOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(DescribeModelPackageOutput || (DescribeModelPackageOutput = {}));
|
|
38
|
+
export var DescribeModelPackageGroupInput;
|
|
39
|
+
(function (DescribeModelPackageGroupInput) {
|
|
40
|
+
DescribeModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(DescribeModelPackageGroupInput || (DescribeModelPackageGroupInput = {}));
|
|
42
|
+
export var ModelPackageGroupStatus;
|
|
43
|
+
(function (ModelPackageGroupStatus) {
|
|
44
|
+
ModelPackageGroupStatus["COMPLETED"] = "Completed";
|
|
45
|
+
ModelPackageGroupStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
46
|
+
ModelPackageGroupStatus["DELETING"] = "Deleting";
|
|
47
|
+
ModelPackageGroupStatus["FAILED"] = "Failed";
|
|
48
|
+
ModelPackageGroupStatus["IN_PROGRESS"] = "InProgress";
|
|
49
|
+
ModelPackageGroupStatus["PENDING"] = "Pending";
|
|
50
|
+
})(ModelPackageGroupStatus || (ModelPackageGroupStatus = {}));
|
|
51
|
+
export var DescribeModelPackageGroupOutput;
|
|
52
|
+
(function (DescribeModelPackageGroupOutput) {
|
|
53
|
+
DescribeModelPackageGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(DescribeModelPackageGroupOutput || (DescribeModelPackageGroupOutput = {}));
|
|
55
|
+
export var DescribeModelQualityJobDefinitionRequest;
|
|
56
|
+
(function (DescribeModelQualityJobDefinitionRequest) {
|
|
57
|
+
DescribeModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(DescribeModelQualityJobDefinitionRequest || (DescribeModelQualityJobDefinitionRequest = {}));
|
|
59
|
+
export var DescribeModelQualityJobDefinitionResponse;
|
|
60
|
+
(function (DescribeModelQualityJobDefinitionResponse) {
|
|
61
|
+
DescribeModelQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(DescribeModelQualityJobDefinitionResponse || (DescribeModelQualityJobDefinitionResponse = {}));
|
|
63
|
+
export var DescribeMonitoringScheduleRequest;
|
|
64
|
+
(function (DescribeMonitoringScheduleRequest) {
|
|
65
|
+
DescribeMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(DescribeMonitoringScheduleRequest || (DescribeMonitoringScheduleRequest = {}));
|
|
67
|
+
export var ExecutionStatus;
|
|
68
|
+
(function (ExecutionStatus) {
|
|
69
|
+
ExecutionStatus["COMPLETED"] = "Completed";
|
|
70
|
+
ExecutionStatus["COMPLETED_WITH_VIOLATIONS"] = "CompletedWithViolations";
|
|
71
|
+
ExecutionStatus["FAILED"] = "Failed";
|
|
72
|
+
ExecutionStatus["IN_PROGRESS"] = "InProgress";
|
|
73
|
+
ExecutionStatus["PENDING"] = "Pending";
|
|
74
|
+
ExecutionStatus["STOPPED"] = "Stopped";
|
|
75
|
+
ExecutionStatus["STOPPING"] = "Stopping";
|
|
76
|
+
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
77
|
+
export var MonitoringExecutionSummary;
|
|
78
|
+
(function (MonitoringExecutionSummary) {
|
|
79
|
+
MonitoringExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
+
})(MonitoringExecutionSummary || (MonitoringExecutionSummary = {}));
|
|
81
|
+
export var ScheduleStatus;
|
|
82
|
+
(function (ScheduleStatus) {
|
|
83
|
+
ScheduleStatus["FAILED"] = "Failed";
|
|
84
|
+
ScheduleStatus["PENDING"] = "Pending";
|
|
85
|
+
ScheduleStatus["SCHEDULED"] = "Scheduled";
|
|
86
|
+
ScheduleStatus["STOPPED"] = "Stopped";
|
|
87
|
+
})(ScheduleStatus || (ScheduleStatus = {}));
|
|
88
|
+
export var DescribeMonitoringScheduleResponse;
|
|
89
|
+
(function (DescribeMonitoringScheduleResponse) {
|
|
90
|
+
DescribeMonitoringScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
+
})(DescribeMonitoringScheduleResponse || (DescribeMonitoringScheduleResponse = {}));
|
|
92
|
+
export var DescribeNotebookInstanceInput;
|
|
93
|
+
(function (DescribeNotebookInstanceInput) {
|
|
94
|
+
DescribeNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
95
|
+
})(DescribeNotebookInstanceInput || (DescribeNotebookInstanceInput = {}));
|
|
96
|
+
export var NotebookInstanceStatus;
|
|
97
|
+
(function (NotebookInstanceStatus) {
|
|
98
|
+
NotebookInstanceStatus["Deleting"] = "Deleting";
|
|
99
|
+
NotebookInstanceStatus["Failed"] = "Failed";
|
|
100
|
+
NotebookInstanceStatus["InService"] = "InService";
|
|
101
|
+
NotebookInstanceStatus["Pending"] = "Pending";
|
|
102
|
+
NotebookInstanceStatus["Stopped"] = "Stopped";
|
|
103
|
+
NotebookInstanceStatus["Stopping"] = "Stopping";
|
|
104
|
+
NotebookInstanceStatus["Updating"] = "Updating";
|
|
105
|
+
})(NotebookInstanceStatus || (NotebookInstanceStatus = {}));
|
|
106
|
+
export var DescribeNotebookInstanceOutput;
|
|
107
|
+
(function (DescribeNotebookInstanceOutput) {
|
|
108
|
+
DescribeNotebookInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
})(DescribeNotebookInstanceOutput || (DescribeNotebookInstanceOutput = {}));
|
|
110
|
+
export var DescribeNotebookInstanceLifecycleConfigInput;
|
|
111
|
+
(function (DescribeNotebookInstanceLifecycleConfigInput) {
|
|
112
|
+
DescribeNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
})(DescribeNotebookInstanceLifecycleConfigInput || (DescribeNotebookInstanceLifecycleConfigInput = {}));
|
|
114
|
+
export var DescribeNotebookInstanceLifecycleConfigOutput;
|
|
115
|
+
(function (DescribeNotebookInstanceLifecycleConfigOutput) {
|
|
116
|
+
DescribeNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
})(DescribeNotebookInstanceLifecycleConfigOutput || (DescribeNotebookInstanceLifecycleConfigOutput = {}));
|
|
118
|
+
export var DescribePipelineRequest;
|
|
119
|
+
(function (DescribePipelineRequest) {
|
|
120
|
+
DescribePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
})(DescribePipelineRequest || (DescribePipelineRequest = {}));
|
|
122
|
+
export var PipelineStatus;
|
|
123
|
+
(function (PipelineStatus) {
|
|
124
|
+
PipelineStatus["ACTIVE"] = "Active";
|
|
125
|
+
})(PipelineStatus || (PipelineStatus = {}));
|
|
126
|
+
export var DescribePipelineResponse;
|
|
127
|
+
(function (DescribePipelineResponse) {
|
|
128
|
+
DescribePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(DescribePipelineResponse || (DescribePipelineResponse = {}));
|
|
130
|
+
export var DescribePipelineDefinitionForExecutionRequest;
|
|
131
|
+
(function (DescribePipelineDefinitionForExecutionRequest) {
|
|
132
|
+
DescribePipelineDefinitionForExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
+
})(DescribePipelineDefinitionForExecutionRequest || (DescribePipelineDefinitionForExecutionRequest = {}));
|
|
134
|
+
export var DescribePipelineDefinitionForExecutionResponse;
|
|
135
|
+
(function (DescribePipelineDefinitionForExecutionResponse) {
|
|
136
|
+
DescribePipelineDefinitionForExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(DescribePipelineDefinitionForExecutionResponse || (DescribePipelineDefinitionForExecutionResponse = {}));
|
|
138
|
+
export var DescribePipelineExecutionRequest;
|
|
139
|
+
(function (DescribePipelineExecutionRequest) {
|
|
140
|
+
DescribePipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(DescribePipelineExecutionRequest || (DescribePipelineExecutionRequest = {}));
|
|
142
|
+
export var PipelineExecutionStatus;
|
|
143
|
+
(function (PipelineExecutionStatus) {
|
|
144
|
+
PipelineExecutionStatus["EXECUTING"] = "Executing";
|
|
145
|
+
PipelineExecutionStatus["FAILED"] = "Failed";
|
|
146
|
+
PipelineExecutionStatus["STOPPED"] = "Stopped";
|
|
147
|
+
PipelineExecutionStatus["STOPPING"] = "Stopping";
|
|
148
|
+
PipelineExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
149
|
+
})(PipelineExecutionStatus || (PipelineExecutionStatus = {}));
|
|
150
|
+
export var PipelineExperimentConfig;
|
|
151
|
+
(function (PipelineExperimentConfig) {
|
|
152
|
+
PipelineExperimentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
153
|
+
})(PipelineExperimentConfig || (PipelineExperimentConfig = {}));
|
|
154
|
+
export var DescribePipelineExecutionResponse;
|
|
155
|
+
(function (DescribePipelineExecutionResponse) {
|
|
156
|
+
DescribePipelineExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
})(DescribePipelineExecutionResponse || (DescribePipelineExecutionResponse = {}));
|
|
158
|
+
export var DescribeProcessingJobRequest;
|
|
159
|
+
(function (DescribeProcessingJobRequest) {
|
|
160
|
+
DescribeProcessingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
})(DescribeProcessingJobRequest || (DescribeProcessingJobRequest = {}));
|
|
3
162
|
export var ProcessingJobStatus;
|
|
4
163
|
(function (ProcessingJobStatus) {
|
|
5
164
|
ProcessingJobStatus["COMPLETED"] = "Completed";
|
|
@@ -221,6 +380,12 @@ export var DeviceSummary;
|
|
|
221
380
|
(function (DeviceSummary) {
|
|
222
381
|
DeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
382
|
})(DeviceSummary || (DeviceSummary = {}));
|
|
383
|
+
export var Direction;
|
|
384
|
+
(function (Direction) {
|
|
385
|
+
Direction["ASCENDANTS"] = "Ascendants";
|
|
386
|
+
Direction["BOTH"] = "Both";
|
|
387
|
+
Direction["DESCENDANTS"] = "Descendants";
|
|
388
|
+
})(Direction || (Direction = {}));
|
|
224
389
|
export var DisableSagemakerServicecatalogPortfolioInput;
|
|
225
390
|
(function (DisableSagemakerServicecatalogPortfolioInput) {
|
|
226
391
|
DisableSagemakerServicecatalogPortfolioInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -249,6 +414,10 @@ export var DomainSettingsForUpdate;
|
|
|
249
414
|
(function (DomainSettingsForUpdate) {
|
|
250
415
|
DomainSettingsForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
416
|
})(DomainSettingsForUpdate || (DomainSettingsForUpdate = {}));
|
|
417
|
+
export var Edge;
|
|
418
|
+
(function (Edge) {
|
|
419
|
+
Edge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
})(Edge || (Edge = {}));
|
|
252
421
|
export var EdgeModelStat;
|
|
253
422
|
(function (EdgeModelStat) {
|
|
254
423
|
EdgeModelStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -349,6 +518,14 @@ export var GetDeviceFleetReportResponse;
|
|
|
349
518
|
(function (GetDeviceFleetReportResponse) {
|
|
350
519
|
GetDeviceFleetReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
520
|
})(GetDeviceFleetReportResponse || (GetDeviceFleetReportResponse = {}));
|
|
521
|
+
export var GetLineageGroupPolicyRequest;
|
|
522
|
+
(function (GetLineageGroupPolicyRequest) {
|
|
523
|
+
GetLineageGroupPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
})(GetLineageGroupPolicyRequest || (GetLineageGroupPolicyRequest = {}));
|
|
525
|
+
export var GetLineageGroupPolicyResponse;
|
|
526
|
+
(function (GetLineageGroupPolicyResponse) {
|
|
527
|
+
GetLineageGroupPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
})(GetLineageGroupPolicyResponse || (GetLineageGroupPolicyResponse = {}));
|
|
352
529
|
export var GetModelPackageGroupPolicyInput;
|
|
353
530
|
(function (GetModelPackageGroupPolicyInput) {
|
|
354
531
|
GetModelPackageGroupPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -452,6 +629,10 @@ export var ImageVersionSortOrder;
|
|
|
452
629
|
ImageVersionSortOrder["ASCENDING"] = "ASCENDING";
|
|
453
630
|
ImageVersionSortOrder["DESCENDING"] = "DESCENDING";
|
|
454
631
|
})(ImageVersionSortOrder || (ImageVersionSortOrder = {}));
|
|
632
|
+
export var InferenceRecommendationsJob;
|
|
633
|
+
(function (InferenceRecommendationsJob) {
|
|
634
|
+
InferenceRecommendationsJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
})(InferenceRecommendationsJob || (InferenceRecommendationsJob = {}));
|
|
455
636
|
export var LabelCountersForWorkteam;
|
|
456
637
|
(function (LabelCountersForWorkteam) {
|
|
457
638
|
LabelCountersForWorkteam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -468,6 +649,17 @@ export var LambdaStepMetadata;
|
|
|
468
649
|
(function (LambdaStepMetadata) {
|
|
469
650
|
LambdaStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
651
|
})(LambdaStepMetadata || (LambdaStepMetadata = {}));
|
|
652
|
+
export var LineageGroupSummary;
|
|
653
|
+
(function (LineageGroupSummary) {
|
|
654
|
+
LineageGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
})(LineageGroupSummary || (LineageGroupSummary = {}));
|
|
656
|
+
export var LineageType;
|
|
657
|
+
(function (LineageType) {
|
|
658
|
+
LineageType["ACTION"] = "Action";
|
|
659
|
+
LineageType["ARTIFACT"] = "Artifact";
|
|
660
|
+
LineageType["CONTEXT"] = "Context";
|
|
661
|
+
LineageType["TRIAL_COMPONENT"] = "TrialComponent";
|
|
662
|
+
})(LineageType || (LineageType = {}));
|
|
471
663
|
export var SortActionsBy;
|
|
472
664
|
(function (SortActionsBy) {
|
|
473
665
|
SortActionsBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -734,6 +926,20 @@ export var ListImageVersionsResponse;
|
|
|
734
926
|
(function (ListImageVersionsResponse) {
|
|
735
927
|
ListImageVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
928
|
})(ListImageVersionsResponse || (ListImageVersionsResponse = {}));
|
|
929
|
+
export var ListInferenceRecommendationsJobsSortBy;
|
|
930
|
+
(function (ListInferenceRecommendationsJobsSortBy) {
|
|
931
|
+
ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
|
|
932
|
+
ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
|
|
933
|
+
ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
|
|
934
|
+
})(ListInferenceRecommendationsJobsSortBy || (ListInferenceRecommendationsJobsSortBy = {}));
|
|
935
|
+
export var ListInferenceRecommendationsJobsRequest;
|
|
936
|
+
(function (ListInferenceRecommendationsJobsRequest) {
|
|
937
|
+
ListInferenceRecommendationsJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
+
})(ListInferenceRecommendationsJobsRequest || (ListInferenceRecommendationsJobsRequest = {}));
|
|
939
|
+
export var ListInferenceRecommendationsJobsResponse;
|
|
940
|
+
(function (ListInferenceRecommendationsJobsResponse) {
|
|
941
|
+
ListInferenceRecommendationsJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
+
})(ListInferenceRecommendationsJobsResponse || (ListInferenceRecommendationsJobsResponse = {}));
|
|
737
943
|
export var SortBy;
|
|
738
944
|
(function (SortBy) {
|
|
739
945
|
SortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -760,6 +966,19 @@ export var ListLabelingJobsForWorkteamResponse;
|
|
|
760
966
|
(function (ListLabelingJobsForWorkteamResponse) {
|
|
761
967
|
ListLabelingJobsForWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
968
|
})(ListLabelingJobsForWorkteamResponse || (ListLabelingJobsForWorkteamResponse = {}));
|
|
969
|
+
export var SortLineageGroupsBy;
|
|
970
|
+
(function (SortLineageGroupsBy) {
|
|
971
|
+
SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
|
|
972
|
+
SortLineageGroupsBy["NAME"] = "Name";
|
|
973
|
+
})(SortLineageGroupsBy || (SortLineageGroupsBy = {}));
|
|
974
|
+
export var ListLineageGroupsRequest;
|
|
975
|
+
(function (ListLineageGroupsRequest) {
|
|
976
|
+
ListLineageGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
+
})(ListLineageGroupsRequest || (ListLineageGroupsRequest = {}));
|
|
978
|
+
export var ListLineageGroupsResponse;
|
|
979
|
+
(function (ListLineageGroupsResponse) {
|
|
980
|
+
ListLineageGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
+
})(ListLineageGroupsResponse || (ListLineageGroupsResponse = {}));
|
|
763
982
|
export var ListModelBiasJobDefinitionsRequest;
|
|
764
983
|
(function (ListModelBiasJobDefinitionsRequest) {
|
|
765
984
|
ListModelBiasJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -776,6 +995,33 @@ export var ListModelExplainabilityJobDefinitionsResponse;
|
|
|
776
995
|
(function (ListModelExplainabilityJobDefinitionsResponse) {
|
|
777
996
|
ListModelExplainabilityJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
997
|
})(ListModelExplainabilityJobDefinitionsResponse || (ListModelExplainabilityJobDefinitionsResponse = {}));
|
|
998
|
+
export var ModelMetadataFilterType;
|
|
999
|
+
(function (ModelMetadataFilterType) {
|
|
1000
|
+
ModelMetadataFilterType["DOMAIN"] = "Domain";
|
|
1001
|
+
ModelMetadataFilterType["FRAMEWORK"] = "Framework";
|
|
1002
|
+
ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
|
|
1003
|
+
ModelMetadataFilterType["TASK"] = "Task";
|
|
1004
|
+
})(ModelMetadataFilterType || (ModelMetadataFilterType = {}));
|
|
1005
|
+
export var ModelMetadataFilter;
|
|
1006
|
+
(function (ModelMetadataFilter) {
|
|
1007
|
+
ModelMetadataFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1008
|
+
})(ModelMetadataFilter || (ModelMetadataFilter = {}));
|
|
1009
|
+
export var ModelMetadataSearchExpression;
|
|
1010
|
+
(function (ModelMetadataSearchExpression) {
|
|
1011
|
+
ModelMetadataSearchExpression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
+
})(ModelMetadataSearchExpression || (ModelMetadataSearchExpression = {}));
|
|
1013
|
+
export var ListModelMetadataRequest;
|
|
1014
|
+
(function (ListModelMetadataRequest) {
|
|
1015
|
+
ListModelMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
|
+
})(ListModelMetadataRequest || (ListModelMetadataRequest = {}));
|
|
1017
|
+
export var ModelMetadataSummary;
|
|
1018
|
+
(function (ModelMetadataSummary) {
|
|
1019
|
+
ModelMetadataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
|
+
})(ModelMetadataSummary || (ModelMetadataSummary = {}));
|
|
1021
|
+
export var ListModelMetadataResponse;
|
|
1022
|
+
(function (ListModelMetadataResponse) {
|
|
1023
|
+
ListModelMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
|
+
})(ListModelMetadataResponse || (ListModelMetadataResponse = {}));
|
|
779
1025
|
export var ModelPackageGroupSortBy;
|
|
780
1026
|
(function (ModelPackageGroupSortBy) {
|
|
781
1027
|
ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -948,6 +1194,10 @@ export var ProcessingJobStepMetadata;
|
|
|
948
1194
|
(function (ProcessingJobStepMetadata) {
|
|
949
1195
|
ProcessingJobStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
1196
|
})(ProcessingJobStepMetadata || (ProcessingJobStepMetadata = {}));
|
|
1197
|
+
export var QualityCheckStepMetadata;
|
|
1198
|
+
(function (QualityCheckStepMetadata) {
|
|
1199
|
+
QualityCheckStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
+
})(QualityCheckStepMetadata || (QualityCheckStepMetadata = {}));
|
|
951
1201
|
export var RegisterModelStepMetadata;
|
|
952
1202
|
(function (RegisterModelStepMetadata) {
|
|
953
1203
|
RegisterModelStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1117,227 +1367,3 @@ export var TransformJobSummary;
|
|
|
1117
1367
|
(function (TransformJobSummary) {
|
|
1118
1368
|
TransformJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
1369
|
})(TransformJobSummary || (TransformJobSummary = {}));
|
|
1120
|
-
export var ListTransformJobsResponse;
|
|
1121
|
-
(function (ListTransformJobsResponse) {
|
|
1122
|
-
ListTransformJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(ListTransformJobsResponse || (ListTransformJobsResponse = {}));
|
|
1124
|
-
export var SortTrialComponentsBy;
|
|
1125
|
-
(function (SortTrialComponentsBy) {
|
|
1126
|
-
SortTrialComponentsBy["CREATION_TIME"] = "CreationTime";
|
|
1127
|
-
SortTrialComponentsBy["NAME"] = "Name";
|
|
1128
|
-
})(SortTrialComponentsBy || (SortTrialComponentsBy = {}));
|
|
1129
|
-
export var ListTrialComponentsRequest;
|
|
1130
|
-
(function (ListTrialComponentsRequest) {
|
|
1131
|
-
ListTrialComponentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
|
-
})(ListTrialComponentsRequest || (ListTrialComponentsRequest = {}));
|
|
1133
|
-
export var TrialComponentSummary;
|
|
1134
|
-
(function (TrialComponentSummary) {
|
|
1135
|
-
TrialComponentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1136
|
-
})(TrialComponentSummary || (TrialComponentSummary = {}));
|
|
1137
|
-
export var ListTrialComponentsResponse;
|
|
1138
|
-
(function (ListTrialComponentsResponse) {
|
|
1139
|
-
ListTrialComponentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
|
-
})(ListTrialComponentsResponse || (ListTrialComponentsResponse = {}));
|
|
1141
|
-
export var SortTrialsBy;
|
|
1142
|
-
(function (SortTrialsBy) {
|
|
1143
|
-
SortTrialsBy["CREATION_TIME"] = "CreationTime";
|
|
1144
|
-
SortTrialsBy["NAME"] = "Name";
|
|
1145
|
-
})(SortTrialsBy || (SortTrialsBy = {}));
|
|
1146
|
-
export var ListTrialsRequest;
|
|
1147
|
-
(function (ListTrialsRequest) {
|
|
1148
|
-
ListTrialsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1149
|
-
})(ListTrialsRequest || (ListTrialsRequest = {}));
|
|
1150
|
-
export var TrialSummary;
|
|
1151
|
-
(function (TrialSummary) {
|
|
1152
|
-
TrialSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
|
-
})(TrialSummary || (TrialSummary = {}));
|
|
1154
|
-
export var ListTrialsResponse;
|
|
1155
|
-
(function (ListTrialsResponse) {
|
|
1156
|
-
ListTrialsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1157
|
-
})(ListTrialsResponse || (ListTrialsResponse = {}));
|
|
1158
|
-
export var UserProfileSortKey;
|
|
1159
|
-
(function (UserProfileSortKey) {
|
|
1160
|
-
UserProfileSortKey["CreationTime"] = "CreationTime";
|
|
1161
|
-
UserProfileSortKey["LastModifiedTime"] = "LastModifiedTime";
|
|
1162
|
-
})(UserProfileSortKey || (UserProfileSortKey = {}));
|
|
1163
|
-
export var ListUserProfilesRequest;
|
|
1164
|
-
(function (ListUserProfilesRequest) {
|
|
1165
|
-
ListUserProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1166
|
-
})(ListUserProfilesRequest || (ListUserProfilesRequest = {}));
|
|
1167
|
-
export var UserProfileDetails;
|
|
1168
|
-
(function (UserProfileDetails) {
|
|
1169
|
-
UserProfileDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1170
|
-
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
1171
|
-
export var ListUserProfilesResponse;
|
|
1172
|
-
(function (ListUserProfilesResponse) {
|
|
1173
|
-
ListUserProfilesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1174
|
-
})(ListUserProfilesResponse || (ListUserProfilesResponse = {}));
|
|
1175
|
-
export var ListWorkforcesSortByOptions;
|
|
1176
|
-
(function (ListWorkforcesSortByOptions) {
|
|
1177
|
-
ListWorkforcesSortByOptions["CreateDate"] = "CreateDate";
|
|
1178
|
-
ListWorkforcesSortByOptions["Name"] = "Name";
|
|
1179
|
-
})(ListWorkforcesSortByOptions || (ListWorkforcesSortByOptions = {}));
|
|
1180
|
-
export var ListWorkforcesRequest;
|
|
1181
|
-
(function (ListWorkforcesRequest) {
|
|
1182
|
-
ListWorkforcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1183
|
-
})(ListWorkforcesRequest || (ListWorkforcesRequest = {}));
|
|
1184
|
-
export var ListWorkforcesResponse;
|
|
1185
|
-
(function (ListWorkforcesResponse) {
|
|
1186
|
-
ListWorkforcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1187
|
-
})(ListWorkforcesResponse || (ListWorkforcesResponse = {}));
|
|
1188
|
-
export var ListWorkteamsSortByOptions;
|
|
1189
|
-
(function (ListWorkteamsSortByOptions) {
|
|
1190
|
-
ListWorkteamsSortByOptions["CreateDate"] = "CreateDate";
|
|
1191
|
-
ListWorkteamsSortByOptions["Name"] = "Name";
|
|
1192
|
-
})(ListWorkteamsSortByOptions || (ListWorkteamsSortByOptions = {}));
|
|
1193
|
-
export var ListWorkteamsRequest;
|
|
1194
|
-
(function (ListWorkteamsRequest) {
|
|
1195
|
-
ListWorkteamsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1196
|
-
})(ListWorkteamsRequest || (ListWorkteamsRequest = {}));
|
|
1197
|
-
export var ListWorkteamsResponse;
|
|
1198
|
-
(function (ListWorkteamsResponse) {
|
|
1199
|
-
ListWorkteamsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
-
})(ListWorkteamsResponse || (ListWorkteamsResponse = {}));
|
|
1201
|
-
export var ModelPackage;
|
|
1202
|
-
(function (ModelPackage) {
|
|
1203
|
-
ModelPackage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1204
|
-
})(ModelPackage || (ModelPackage = {}));
|
|
1205
|
-
export var ModelPackageGroup;
|
|
1206
|
-
(function (ModelPackageGroup) {
|
|
1207
|
-
ModelPackageGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
|
-
})(ModelPackageGroup || (ModelPackageGroup = {}));
|
|
1209
|
-
export var NestedFilters;
|
|
1210
|
-
(function (NestedFilters) {
|
|
1211
|
-
NestedFilters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
-
})(NestedFilters || (NestedFilters = {}));
|
|
1213
|
-
export var Parent;
|
|
1214
|
-
(function (Parent) {
|
|
1215
|
-
Parent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(Parent || (Parent = {}));
|
|
1217
|
-
export var Pipeline;
|
|
1218
|
-
(function (Pipeline) {
|
|
1219
|
-
Pipeline.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1220
|
-
})(Pipeline || (Pipeline = {}));
|
|
1221
|
-
export var PipelineExecution;
|
|
1222
|
-
(function (PipelineExecution) {
|
|
1223
|
-
PipelineExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
|
-
})(PipelineExecution || (PipelineExecution = {}));
|
|
1225
|
-
export var ProcessingJob;
|
|
1226
|
-
(function (ProcessingJob) {
|
|
1227
|
-
ProcessingJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1228
|
-
})(ProcessingJob || (ProcessingJob = {}));
|
|
1229
|
-
export var ProfilerConfigForUpdate;
|
|
1230
|
-
(function (ProfilerConfigForUpdate) {
|
|
1231
|
-
ProfilerConfigForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1232
|
-
})(ProfilerConfigForUpdate || (ProfilerConfigForUpdate = {}));
|
|
1233
|
-
export var Project;
|
|
1234
|
-
(function (Project) {
|
|
1235
|
-
Project.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1236
|
-
})(Project || (Project = {}));
|
|
1237
|
-
export var PutModelPackageGroupPolicyInput;
|
|
1238
|
-
(function (PutModelPackageGroupPolicyInput) {
|
|
1239
|
-
PutModelPackageGroupPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1240
|
-
})(PutModelPackageGroupPolicyInput || (PutModelPackageGroupPolicyInput = {}));
|
|
1241
|
-
export var PutModelPackageGroupPolicyOutput;
|
|
1242
|
-
(function (PutModelPackageGroupPolicyOutput) {
|
|
1243
|
-
PutModelPackageGroupPolicyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
|
-
})(PutModelPackageGroupPolicyOutput || (PutModelPackageGroupPolicyOutput = {}));
|
|
1245
|
-
export var RegisterDevicesRequest;
|
|
1246
|
-
(function (RegisterDevicesRequest) {
|
|
1247
|
-
RegisterDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1248
|
-
})(RegisterDevicesRequest || (RegisterDevicesRequest = {}));
|
|
1249
|
-
export var RenderableTask;
|
|
1250
|
-
(function (RenderableTask) {
|
|
1251
|
-
RenderableTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1252
|
-
})(RenderableTask || (RenderableTask = {}));
|
|
1253
|
-
export var RenderingError;
|
|
1254
|
-
(function (RenderingError) {
|
|
1255
|
-
RenderingError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1256
|
-
})(RenderingError || (RenderingError = {}));
|
|
1257
|
-
export var RenderUiTemplateRequest;
|
|
1258
|
-
(function (RenderUiTemplateRequest) {
|
|
1259
|
-
RenderUiTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1260
|
-
})(RenderUiTemplateRequest || (RenderUiTemplateRequest = {}));
|
|
1261
|
-
export var RenderUiTemplateResponse;
|
|
1262
|
-
(function (RenderUiTemplateResponse) {
|
|
1263
|
-
RenderUiTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1264
|
-
})(RenderUiTemplateResponse || (RenderUiTemplateResponse = {}));
|
|
1265
|
-
export var RetryPipelineExecutionRequest;
|
|
1266
|
-
(function (RetryPipelineExecutionRequest) {
|
|
1267
|
-
RetryPipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1268
|
-
})(RetryPipelineExecutionRequest || (RetryPipelineExecutionRequest = {}));
|
|
1269
|
-
export var RetryPipelineExecutionResponse;
|
|
1270
|
-
(function (RetryPipelineExecutionResponse) {
|
|
1271
|
-
RetryPipelineExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
|
-
})(RetryPipelineExecutionResponse || (RetryPipelineExecutionResponse = {}));
|
|
1273
|
-
export var SearchSortOrder;
|
|
1274
|
-
(function (SearchSortOrder) {
|
|
1275
|
-
SearchSortOrder["ASCENDING"] = "Ascending";
|
|
1276
|
-
SearchSortOrder["DESCENDING"] = "Descending";
|
|
1277
|
-
})(SearchSortOrder || (SearchSortOrder = {}));
|
|
1278
|
-
export var TrainingJob;
|
|
1279
|
-
(function (TrainingJob) {
|
|
1280
|
-
TrainingJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1281
|
-
})(TrainingJob || (TrainingJob = {}));
|
|
1282
|
-
export var TrialComponentSimpleSummary;
|
|
1283
|
-
(function (TrialComponentSimpleSummary) {
|
|
1284
|
-
TrialComponentSimpleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1285
|
-
})(TrialComponentSimpleSummary || (TrialComponentSimpleSummary = {}));
|
|
1286
|
-
export var Trial;
|
|
1287
|
-
(function (Trial) {
|
|
1288
|
-
Trial.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1289
|
-
})(Trial || (Trial = {}));
|
|
1290
|
-
export var TransformJob;
|
|
1291
|
-
(function (TransformJob) {
|
|
1292
|
-
TransformJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(TransformJob || (TransformJob = {}));
|
|
1294
|
-
export var TrialComponentSourceDetail;
|
|
1295
|
-
(function (TrialComponentSourceDetail) {
|
|
1296
|
-
TrialComponentSourceDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1297
|
-
})(TrialComponentSourceDetail || (TrialComponentSourceDetail = {}));
|
|
1298
|
-
export var TrialComponent;
|
|
1299
|
-
(function (TrialComponent) {
|
|
1300
|
-
TrialComponent.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Parameters && {
|
|
1301
|
-
Parameters: Object.entries(obj.Parameters).reduce(function (acc, _a) {
|
|
1302
|
-
var _b;
|
|
1303
|
-
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
1304
|
-
return (__assign(__assign({}, acc), (_b = {}, _b[key] = TrialComponentParameterValue.filterSensitiveLog(value), _b)));
|
|
1305
|
-
}, {}),
|
|
1306
|
-
}))); };
|
|
1307
|
-
})(TrialComponent || (TrialComponent = {}));
|
|
1308
|
-
export var SearchRecord;
|
|
1309
|
-
(function (SearchRecord) {
|
|
1310
|
-
SearchRecord.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TrialComponent && { TrialComponent: TrialComponent.filterSensitiveLog(obj.TrialComponent) }))); };
|
|
1311
|
-
})(SearchRecord || (SearchRecord = {}));
|
|
1312
|
-
export var SearchResponse;
|
|
1313
|
-
(function (SearchResponse) {
|
|
1314
|
-
SearchResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Results && { Results: obj.Results.map(function (item) { return SearchRecord.filterSensitiveLog(item); }) }))); };
|
|
1315
|
-
})(SearchResponse || (SearchResponse = {}));
|
|
1316
|
-
export var SendPipelineExecutionStepFailureRequest;
|
|
1317
|
-
(function (SendPipelineExecutionStepFailureRequest) {
|
|
1318
|
-
SendPipelineExecutionStepFailureRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1319
|
-
})(SendPipelineExecutionStepFailureRequest || (SendPipelineExecutionStepFailureRequest = {}));
|
|
1320
|
-
export var SendPipelineExecutionStepFailureResponse;
|
|
1321
|
-
(function (SendPipelineExecutionStepFailureResponse) {
|
|
1322
|
-
SendPipelineExecutionStepFailureResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1323
|
-
})(SendPipelineExecutionStepFailureResponse || (SendPipelineExecutionStepFailureResponse = {}));
|
|
1324
|
-
export var SendPipelineExecutionStepSuccessRequest;
|
|
1325
|
-
(function (SendPipelineExecutionStepSuccessRequest) {
|
|
1326
|
-
SendPipelineExecutionStepSuccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1327
|
-
})(SendPipelineExecutionStepSuccessRequest || (SendPipelineExecutionStepSuccessRequest = {}));
|
|
1328
|
-
export var SendPipelineExecutionStepSuccessResponse;
|
|
1329
|
-
(function (SendPipelineExecutionStepSuccessResponse) {
|
|
1330
|
-
SendPipelineExecutionStepSuccessResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1331
|
-
})(SendPipelineExecutionStepSuccessResponse || (SendPipelineExecutionStepSuccessResponse = {}));
|
|
1332
|
-
export var StartMonitoringScheduleRequest;
|
|
1333
|
-
(function (StartMonitoringScheduleRequest) {
|
|
1334
|
-
StartMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1335
|
-
})(StartMonitoringScheduleRequest || (StartMonitoringScheduleRequest = {}));
|
|
1336
|
-
export var StartNotebookInstanceInput;
|
|
1337
|
-
(function (StartNotebookInstanceInput) {
|
|
1338
|
-
StartNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1339
|
-
})(StartNotebookInstanceInput || (StartNotebookInstanceInput = {}));
|
|
1340
|
-
export var StartPipelineExecutionRequest;
|
|
1341
|
-
(function (StartPipelineExecutionRequest) {
|
|
1342
|
-
StartPipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1343
|
-
})(StartPipelineExecutionRequest || (StartPipelineExecutionRequest = {}));
|