@aws-sdk/client-sagemaker 3.42.0 → 3.46.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 +48 -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 +3 -3
- package/dist-cjs/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
- 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 +1 -0
- package/dist-cjs/models/models_0.js +159 -150
- package/dist-cjs/models/models_1.js +216 -229
- package/dist-cjs/models/models_2.js +356 -344
- package/dist-cjs/models/models_3.js +371 -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 +1662 -40
- package/dist-cjs/runtimeConfig.js +0 -2
- 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 +1 -1
- package/dist-es/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-es/commands/ListTransformJobsCommand.js +1 -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 +1 -0
- package/dist-es/models/models_0.js +141 -132
- package/dist-es/models/models_1.js +146 -167
- package/dist-es/models/models_2.js +262 -236
- package/dist-es/models/models_3.js +256 -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 +1588 -41
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/SageMaker.d.ts +76 -4
- 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 +1 -1
- package/dist-types/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -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/StopPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +381 -1963
- package/dist-types/models/models_1.d.ts +6757 -5221
- package/dist-types/models/models_2.d.ts +5431 -6102
- package/dist-types/models/models_3.d.ts +2505 -4
- 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 +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.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/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -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 +234 -201
- package/dist-types/ts3.4/models/models_1.d.ts +460 -527
- package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
- package/dist-types/ts3.4/models/models_3.d.ts +1119 -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 +37 -44
|
@@ -1,5 +1,172 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var DescribeModelOutput;
|
|
4
|
+
(function (DescribeModelOutput) {
|
|
5
|
+
DescribeModelOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(DescribeModelOutput || (DescribeModelOutput = {}));
|
|
7
|
+
export var DescribeModelBiasJobDefinitionRequest;
|
|
8
|
+
(function (DescribeModelBiasJobDefinitionRequest) {
|
|
9
|
+
DescribeModelBiasJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(DescribeModelBiasJobDefinitionRequest || (DescribeModelBiasJobDefinitionRequest = {}));
|
|
11
|
+
export var DescribeModelBiasJobDefinitionResponse;
|
|
12
|
+
(function (DescribeModelBiasJobDefinitionResponse) {
|
|
13
|
+
DescribeModelBiasJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(DescribeModelBiasJobDefinitionResponse || (DescribeModelBiasJobDefinitionResponse = {}));
|
|
15
|
+
export var DescribeModelExplainabilityJobDefinitionRequest;
|
|
16
|
+
(function (DescribeModelExplainabilityJobDefinitionRequest) {
|
|
17
|
+
DescribeModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(DescribeModelExplainabilityJobDefinitionRequest || (DescribeModelExplainabilityJobDefinitionRequest = {}));
|
|
19
|
+
export var DescribeModelExplainabilityJobDefinitionResponse;
|
|
20
|
+
(function (DescribeModelExplainabilityJobDefinitionResponse) {
|
|
21
|
+
DescribeModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(DescribeModelExplainabilityJobDefinitionResponse || (DescribeModelExplainabilityJobDefinitionResponse = {}));
|
|
23
|
+
export var DescribeModelPackageInput;
|
|
24
|
+
(function (DescribeModelPackageInput) {
|
|
25
|
+
DescribeModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(DescribeModelPackageInput || (DescribeModelPackageInput = {}));
|
|
27
|
+
export var DetailedModelPackageStatus;
|
|
28
|
+
(function (DetailedModelPackageStatus) {
|
|
29
|
+
DetailedModelPackageStatus["COMPLETED"] = "Completed";
|
|
30
|
+
DetailedModelPackageStatus["FAILED"] = "Failed";
|
|
31
|
+
DetailedModelPackageStatus["IN_PROGRESS"] = "InProgress";
|
|
32
|
+
DetailedModelPackageStatus["NOT_STARTED"] = "NotStarted";
|
|
33
|
+
})(DetailedModelPackageStatus || (DetailedModelPackageStatus = {}));
|
|
34
|
+
export var ModelPackageStatusItem;
|
|
35
|
+
(function (ModelPackageStatusItem) {
|
|
36
|
+
ModelPackageStatusItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
+
})(ModelPackageStatusItem || (ModelPackageStatusItem = {}));
|
|
38
|
+
export var ModelPackageStatusDetails;
|
|
39
|
+
(function (ModelPackageStatusDetails) {
|
|
40
|
+
ModelPackageStatusDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
+
})(ModelPackageStatusDetails || (ModelPackageStatusDetails = {}));
|
|
42
|
+
export var DescribeModelPackageOutput;
|
|
43
|
+
(function (DescribeModelPackageOutput) {
|
|
44
|
+
DescribeModelPackageOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(DescribeModelPackageOutput || (DescribeModelPackageOutput = {}));
|
|
46
|
+
export var DescribeModelPackageGroupInput;
|
|
47
|
+
(function (DescribeModelPackageGroupInput) {
|
|
48
|
+
DescribeModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(DescribeModelPackageGroupInput || (DescribeModelPackageGroupInput = {}));
|
|
50
|
+
export var ModelPackageGroupStatus;
|
|
51
|
+
(function (ModelPackageGroupStatus) {
|
|
52
|
+
ModelPackageGroupStatus["COMPLETED"] = "Completed";
|
|
53
|
+
ModelPackageGroupStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
54
|
+
ModelPackageGroupStatus["DELETING"] = "Deleting";
|
|
55
|
+
ModelPackageGroupStatus["FAILED"] = "Failed";
|
|
56
|
+
ModelPackageGroupStatus["IN_PROGRESS"] = "InProgress";
|
|
57
|
+
ModelPackageGroupStatus["PENDING"] = "Pending";
|
|
58
|
+
})(ModelPackageGroupStatus || (ModelPackageGroupStatus = {}));
|
|
59
|
+
export var DescribeModelPackageGroupOutput;
|
|
60
|
+
(function (DescribeModelPackageGroupOutput) {
|
|
61
|
+
DescribeModelPackageGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
+
})(DescribeModelPackageGroupOutput || (DescribeModelPackageGroupOutput = {}));
|
|
63
|
+
export var DescribeModelQualityJobDefinitionRequest;
|
|
64
|
+
(function (DescribeModelQualityJobDefinitionRequest) {
|
|
65
|
+
DescribeModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
+
})(DescribeModelQualityJobDefinitionRequest || (DescribeModelQualityJobDefinitionRequest = {}));
|
|
67
|
+
export var DescribeModelQualityJobDefinitionResponse;
|
|
68
|
+
(function (DescribeModelQualityJobDefinitionResponse) {
|
|
69
|
+
DescribeModelQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
|
+
})(DescribeModelQualityJobDefinitionResponse || (DescribeModelQualityJobDefinitionResponse = {}));
|
|
71
|
+
export var DescribeMonitoringScheduleRequest;
|
|
72
|
+
(function (DescribeMonitoringScheduleRequest) {
|
|
73
|
+
DescribeMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
+
})(DescribeMonitoringScheduleRequest || (DescribeMonitoringScheduleRequest = {}));
|
|
75
|
+
export var ExecutionStatus;
|
|
76
|
+
(function (ExecutionStatus) {
|
|
77
|
+
ExecutionStatus["COMPLETED"] = "Completed";
|
|
78
|
+
ExecutionStatus["COMPLETED_WITH_VIOLATIONS"] = "CompletedWithViolations";
|
|
79
|
+
ExecutionStatus["FAILED"] = "Failed";
|
|
80
|
+
ExecutionStatus["IN_PROGRESS"] = "InProgress";
|
|
81
|
+
ExecutionStatus["PENDING"] = "Pending";
|
|
82
|
+
ExecutionStatus["STOPPED"] = "Stopped";
|
|
83
|
+
ExecutionStatus["STOPPING"] = "Stopping";
|
|
84
|
+
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
85
|
+
export var MonitoringExecutionSummary;
|
|
86
|
+
(function (MonitoringExecutionSummary) {
|
|
87
|
+
MonitoringExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
+
})(MonitoringExecutionSummary || (MonitoringExecutionSummary = {}));
|
|
89
|
+
export var ScheduleStatus;
|
|
90
|
+
(function (ScheduleStatus) {
|
|
91
|
+
ScheduleStatus["FAILED"] = "Failed";
|
|
92
|
+
ScheduleStatus["PENDING"] = "Pending";
|
|
93
|
+
ScheduleStatus["SCHEDULED"] = "Scheduled";
|
|
94
|
+
ScheduleStatus["STOPPED"] = "Stopped";
|
|
95
|
+
})(ScheduleStatus || (ScheduleStatus = {}));
|
|
96
|
+
export var DescribeMonitoringScheduleResponse;
|
|
97
|
+
(function (DescribeMonitoringScheduleResponse) {
|
|
98
|
+
DescribeMonitoringScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
|
+
})(DescribeMonitoringScheduleResponse || (DescribeMonitoringScheduleResponse = {}));
|
|
100
|
+
export var DescribeNotebookInstanceInput;
|
|
101
|
+
(function (DescribeNotebookInstanceInput) {
|
|
102
|
+
DescribeNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
})(DescribeNotebookInstanceInput || (DescribeNotebookInstanceInput = {}));
|
|
104
|
+
export var NotebookInstanceStatus;
|
|
105
|
+
(function (NotebookInstanceStatus) {
|
|
106
|
+
NotebookInstanceStatus["Deleting"] = "Deleting";
|
|
107
|
+
NotebookInstanceStatus["Failed"] = "Failed";
|
|
108
|
+
NotebookInstanceStatus["InService"] = "InService";
|
|
109
|
+
NotebookInstanceStatus["Pending"] = "Pending";
|
|
110
|
+
NotebookInstanceStatus["Stopped"] = "Stopped";
|
|
111
|
+
NotebookInstanceStatus["Stopping"] = "Stopping";
|
|
112
|
+
NotebookInstanceStatus["Updating"] = "Updating";
|
|
113
|
+
})(NotebookInstanceStatus || (NotebookInstanceStatus = {}));
|
|
114
|
+
export var DescribeNotebookInstanceOutput;
|
|
115
|
+
(function (DescribeNotebookInstanceOutput) {
|
|
116
|
+
DescribeNotebookInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
})(DescribeNotebookInstanceOutput || (DescribeNotebookInstanceOutput = {}));
|
|
118
|
+
export var DescribeNotebookInstanceLifecycleConfigInput;
|
|
119
|
+
(function (DescribeNotebookInstanceLifecycleConfigInput) {
|
|
120
|
+
DescribeNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
})(DescribeNotebookInstanceLifecycleConfigInput || (DescribeNotebookInstanceLifecycleConfigInput = {}));
|
|
122
|
+
export var DescribeNotebookInstanceLifecycleConfigOutput;
|
|
123
|
+
(function (DescribeNotebookInstanceLifecycleConfigOutput) {
|
|
124
|
+
DescribeNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
+
})(DescribeNotebookInstanceLifecycleConfigOutput || (DescribeNotebookInstanceLifecycleConfigOutput = {}));
|
|
126
|
+
export var DescribePipelineRequest;
|
|
127
|
+
(function (DescribePipelineRequest) {
|
|
128
|
+
DescribePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
+
})(DescribePipelineRequest || (DescribePipelineRequest = {}));
|
|
130
|
+
export var PipelineStatus;
|
|
131
|
+
(function (PipelineStatus) {
|
|
132
|
+
PipelineStatus["ACTIVE"] = "Active";
|
|
133
|
+
})(PipelineStatus || (PipelineStatus = {}));
|
|
134
|
+
export var DescribePipelineResponse;
|
|
135
|
+
(function (DescribePipelineResponse) {
|
|
136
|
+
DescribePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
+
})(DescribePipelineResponse || (DescribePipelineResponse = {}));
|
|
138
|
+
export var DescribePipelineDefinitionForExecutionRequest;
|
|
139
|
+
(function (DescribePipelineDefinitionForExecutionRequest) {
|
|
140
|
+
DescribePipelineDefinitionForExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
|
+
})(DescribePipelineDefinitionForExecutionRequest || (DescribePipelineDefinitionForExecutionRequest = {}));
|
|
142
|
+
export var DescribePipelineDefinitionForExecutionResponse;
|
|
143
|
+
(function (DescribePipelineDefinitionForExecutionResponse) {
|
|
144
|
+
DescribePipelineDefinitionForExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
145
|
+
})(DescribePipelineDefinitionForExecutionResponse || (DescribePipelineDefinitionForExecutionResponse = {}));
|
|
146
|
+
export var DescribePipelineExecutionRequest;
|
|
147
|
+
(function (DescribePipelineExecutionRequest) {
|
|
148
|
+
DescribePipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
149
|
+
})(DescribePipelineExecutionRequest || (DescribePipelineExecutionRequest = {}));
|
|
150
|
+
export var PipelineExecutionStatus;
|
|
151
|
+
(function (PipelineExecutionStatus) {
|
|
152
|
+
PipelineExecutionStatus["EXECUTING"] = "Executing";
|
|
153
|
+
PipelineExecutionStatus["FAILED"] = "Failed";
|
|
154
|
+
PipelineExecutionStatus["STOPPED"] = "Stopped";
|
|
155
|
+
PipelineExecutionStatus["STOPPING"] = "Stopping";
|
|
156
|
+
PipelineExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
157
|
+
})(PipelineExecutionStatus || (PipelineExecutionStatus = {}));
|
|
158
|
+
export var PipelineExperimentConfig;
|
|
159
|
+
(function (PipelineExperimentConfig) {
|
|
160
|
+
PipelineExperimentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
+
})(PipelineExperimentConfig || (PipelineExperimentConfig = {}));
|
|
162
|
+
export var DescribePipelineExecutionResponse;
|
|
163
|
+
(function (DescribePipelineExecutionResponse) {
|
|
164
|
+
DescribePipelineExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
+
})(DescribePipelineExecutionResponse || (DescribePipelineExecutionResponse = {}));
|
|
166
|
+
export var DescribeProcessingJobRequest;
|
|
167
|
+
(function (DescribeProcessingJobRequest) {
|
|
168
|
+
DescribeProcessingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
+
})(DescribeProcessingJobRequest || (DescribeProcessingJobRequest = {}));
|
|
3
170
|
export var ProcessingJobStatus;
|
|
4
171
|
(function (ProcessingJobStatus) {
|
|
5
172
|
ProcessingJobStatus["COMPLETED"] = "Completed";
|
|
@@ -221,6 +388,12 @@ export var DeviceSummary;
|
|
|
221
388
|
(function (DeviceSummary) {
|
|
222
389
|
DeviceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
390
|
})(DeviceSummary || (DeviceSummary = {}));
|
|
391
|
+
export var Direction;
|
|
392
|
+
(function (Direction) {
|
|
393
|
+
Direction["ASCENDANTS"] = "Ascendants";
|
|
394
|
+
Direction["BOTH"] = "Both";
|
|
395
|
+
Direction["DESCENDANTS"] = "Descendants";
|
|
396
|
+
})(Direction || (Direction = {}));
|
|
224
397
|
export var DisableSagemakerServicecatalogPortfolioInput;
|
|
225
398
|
(function (DisableSagemakerServicecatalogPortfolioInput) {
|
|
226
399
|
DisableSagemakerServicecatalogPortfolioInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -249,6 +422,10 @@ export var DomainSettingsForUpdate;
|
|
|
249
422
|
(function (DomainSettingsForUpdate) {
|
|
250
423
|
DomainSettingsForUpdate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
424
|
})(DomainSettingsForUpdate || (DomainSettingsForUpdate = {}));
|
|
425
|
+
export var Edge;
|
|
426
|
+
(function (Edge) {
|
|
427
|
+
Edge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
})(Edge || (Edge = {}));
|
|
252
429
|
export var EdgeModelStat;
|
|
253
430
|
(function (EdgeModelStat) {
|
|
254
431
|
EdgeModelStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -257,6 +434,10 @@ export var EdgePackagingJobSummary;
|
|
|
257
434
|
(function (EdgePackagingJobSummary) {
|
|
258
435
|
EdgePackagingJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
436
|
})(EdgePackagingJobSummary || (EdgePackagingJobSummary = {}));
|
|
437
|
+
export var EMRStepMetadata;
|
|
438
|
+
(function (EMRStepMetadata) {
|
|
439
|
+
EMRStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
})(EMRStepMetadata || (EMRStepMetadata = {}));
|
|
260
441
|
export var EnableSagemakerServicecatalogPortfolioInput;
|
|
261
442
|
(function (EnableSagemakerServicecatalogPortfolioInput) {
|
|
262
443
|
EnableSagemakerServicecatalogPortfolioInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -349,6 +530,14 @@ export var GetDeviceFleetReportResponse;
|
|
|
349
530
|
(function (GetDeviceFleetReportResponse) {
|
|
350
531
|
GetDeviceFleetReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
532
|
})(GetDeviceFleetReportResponse || (GetDeviceFleetReportResponse = {}));
|
|
533
|
+
export var GetLineageGroupPolicyRequest;
|
|
534
|
+
(function (GetLineageGroupPolicyRequest) {
|
|
535
|
+
GetLineageGroupPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
})(GetLineageGroupPolicyRequest || (GetLineageGroupPolicyRequest = {}));
|
|
537
|
+
export var GetLineageGroupPolicyResponse;
|
|
538
|
+
(function (GetLineageGroupPolicyResponse) {
|
|
539
|
+
GetLineageGroupPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
})(GetLineageGroupPolicyResponse || (GetLineageGroupPolicyResponse = {}));
|
|
352
541
|
export var GetModelPackageGroupPolicyInput;
|
|
353
542
|
(function (GetModelPackageGroupPolicyInput) {
|
|
354
543
|
GetModelPackageGroupPolicyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -452,6 +641,10 @@ export var ImageVersionSortOrder;
|
|
|
452
641
|
ImageVersionSortOrder["ASCENDING"] = "ASCENDING";
|
|
453
642
|
ImageVersionSortOrder["DESCENDING"] = "DESCENDING";
|
|
454
643
|
})(ImageVersionSortOrder || (ImageVersionSortOrder = {}));
|
|
644
|
+
export var InferenceRecommendationsJob;
|
|
645
|
+
(function (InferenceRecommendationsJob) {
|
|
646
|
+
InferenceRecommendationsJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
})(InferenceRecommendationsJob || (InferenceRecommendationsJob = {}));
|
|
455
648
|
export var LabelCountersForWorkteam;
|
|
456
649
|
(function (LabelCountersForWorkteam) {
|
|
457
650
|
LabelCountersForWorkteam.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -468,6 +661,17 @@ export var LambdaStepMetadata;
|
|
|
468
661
|
(function (LambdaStepMetadata) {
|
|
469
662
|
LambdaStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
663
|
})(LambdaStepMetadata || (LambdaStepMetadata = {}));
|
|
664
|
+
export var LineageGroupSummary;
|
|
665
|
+
(function (LineageGroupSummary) {
|
|
666
|
+
LineageGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
})(LineageGroupSummary || (LineageGroupSummary = {}));
|
|
668
|
+
export var LineageType;
|
|
669
|
+
(function (LineageType) {
|
|
670
|
+
LineageType["ACTION"] = "Action";
|
|
671
|
+
LineageType["ARTIFACT"] = "Artifact";
|
|
672
|
+
LineageType["CONTEXT"] = "Context";
|
|
673
|
+
LineageType["TRIAL_COMPONENT"] = "TrialComponent";
|
|
674
|
+
})(LineageType || (LineageType = {}));
|
|
471
675
|
export var SortActionsBy;
|
|
472
676
|
(function (SortActionsBy) {
|
|
473
677
|
SortActionsBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -734,6 +938,20 @@ export var ListImageVersionsResponse;
|
|
|
734
938
|
(function (ListImageVersionsResponse) {
|
|
735
939
|
ListImageVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
940
|
})(ListImageVersionsResponse || (ListImageVersionsResponse = {}));
|
|
941
|
+
export var ListInferenceRecommendationsJobsSortBy;
|
|
942
|
+
(function (ListInferenceRecommendationsJobsSortBy) {
|
|
943
|
+
ListInferenceRecommendationsJobsSortBy["CREATION_TIME"] = "CreationTime";
|
|
944
|
+
ListInferenceRecommendationsJobsSortBy["NAME"] = "Name";
|
|
945
|
+
ListInferenceRecommendationsJobsSortBy["STATUS"] = "Status";
|
|
946
|
+
})(ListInferenceRecommendationsJobsSortBy || (ListInferenceRecommendationsJobsSortBy = {}));
|
|
947
|
+
export var ListInferenceRecommendationsJobsRequest;
|
|
948
|
+
(function (ListInferenceRecommendationsJobsRequest) {
|
|
949
|
+
ListInferenceRecommendationsJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
+
})(ListInferenceRecommendationsJobsRequest || (ListInferenceRecommendationsJobsRequest = {}));
|
|
951
|
+
export var ListInferenceRecommendationsJobsResponse;
|
|
952
|
+
(function (ListInferenceRecommendationsJobsResponse) {
|
|
953
|
+
ListInferenceRecommendationsJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
+
})(ListInferenceRecommendationsJobsResponse || (ListInferenceRecommendationsJobsResponse = {}));
|
|
737
955
|
export var SortBy;
|
|
738
956
|
(function (SortBy) {
|
|
739
957
|
SortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -760,6 +978,19 @@ export var ListLabelingJobsForWorkteamResponse;
|
|
|
760
978
|
(function (ListLabelingJobsForWorkteamResponse) {
|
|
761
979
|
ListLabelingJobsForWorkteamResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
980
|
})(ListLabelingJobsForWorkteamResponse || (ListLabelingJobsForWorkteamResponse = {}));
|
|
981
|
+
export var SortLineageGroupsBy;
|
|
982
|
+
(function (SortLineageGroupsBy) {
|
|
983
|
+
SortLineageGroupsBy["CREATION_TIME"] = "CreationTime";
|
|
984
|
+
SortLineageGroupsBy["NAME"] = "Name";
|
|
985
|
+
})(SortLineageGroupsBy || (SortLineageGroupsBy = {}));
|
|
986
|
+
export var ListLineageGroupsRequest;
|
|
987
|
+
(function (ListLineageGroupsRequest) {
|
|
988
|
+
ListLineageGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
+
})(ListLineageGroupsRequest || (ListLineageGroupsRequest = {}));
|
|
990
|
+
export var ListLineageGroupsResponse;
|
|
991
|
+
(function (ListLineageGroupsResponse) {
|
|
992
|
+
ListLineageGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
+
})(ListLineageGroupsResponse || (ListLineageGroupsResponse = {}));
|
|
763
994
|
export var ListModelBiasJobDefinitionsRequest;
|
|
764
995
|
(function (ListModelBiasJobDefinitionsRequest) {
|
|
765
996
|
ListModelBiasJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -776,6 +1007,33 @@ export var ListModelExplainabilityJobDefinitionsResponse;
|
|
|
776
1007
|
(function (ListModelExplainabilityJobDefinitionsResponse) {
|
|
777
1008
|
ListModelExplainabilityJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
1009
|
})(ListModelExplainabilityJobDefinitionsResponse || (ListModelExplainabilityJobDefinitionsResponse = {}));
|
|
1010
|
+
export var ModelMetadataFilterType;
|
|
1011
|
+
(function (ModelMetadataFilterType) {
|
|
1012
|
+
ModelMetadataFilterType["DOMAIN"] = "Domain";
|
|
1013
|
+
ModelMetadataFilterType["FRAMEWORK"] = "Framework";
|
|
1014
|
+
ModelMetadataFilterType["FRAMEWORKVERSION"] = "FrameworkVersion";
|
|
1015
|
+
ModelMetadataFilterType["TASK"] = "Task";
|
|
1016
|
+
})(ModelMetadataFilterType || (ModelMetadataFilterType = {}));
|
|
1017
|
+
export var ModelMetadataFilter;
|
|
1018
|
+
(function (ModelMetadataFilter) {
|
|
1019
|
+
ModelMetadataFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1020
|
+
})(ModelMetadataFilter || (ModelMetadataFilter = {}));
|
|
1021
|
+
export var ModelMetadataSearchExpression;
|
|
1022
|
+
(function (ModelMetadataSearchExpression) {
|
|
1023
|
+
ModelMetadataSearchExpression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
|
+
})(ModelMetadataSearchExpression || (ModelMetadataSearchExpression = {}));
|
|
1025
|
+
export var ListModelMetadataRequest;
|
|
1026
|
+
(function (ListModelMetadataRequest) {
|
|
1027
|
+
ListModelMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
+
})(ListModelMetadataRequest || (ListModelMetadataRequest = {}));
|
|
1029
|
+
export var ModelMetadataSummary;
|
|
1030
|
+
(function (ModelMetadataSummary) {
|
|
1031
|
+
ModelMetadataSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
+
})(ModelMetadataSummary || (ModelMetadataSummary = {}));
|
|
1033
|
+
export var ListModelMetadataResponse;
|
|
1034
|
+
(function (ListModelMetadataResponse) {
|
|
1035
|
+
ListModelMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1036
|
+
})(ListModelMetadataResponse || (ListModelMetadataResponse = {}));
|
|
779
1037
|
export var ModelPackageGroupSortBy;
|
|
780
1038
|
(function (ModelPackageGroupSortBy) {
|
|
781
1039
|
ModelPackageGroupSortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -948,6 +1206,10 @@ export var ProcessingJobStepMetadata;
|
|
|
948
1206
|
(function (ProcessingJobStepMetadata) {
|
|
949
1207
|
ProcessingJobStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
1208
|
})(ProcessingJobStepMetadata || (ProcessingJobStepMetadata = {}));
|
|
1209
|
+
export var QualityCheckStepMetadata;
|
|
1210
|
+
(function (QualityCheckStepMetadata) {
|
|
1211
|
+
QualityCheckStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
+
})(QualityCheckStepMetadata || (QualityCheckStepMetadata = {}));
|
|
951
1213
|
export var RegisterModelStepMetadata;
|
|
952
1214
|
(function (RegisterModelStepMetadata) {
|
|
953
1215
|
RegisterModelStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1105,239 +1367,3 @@ export var ListTrainingJobsForHyperParameterTuningJobRequest;
|
|
|
1105
1367
|
(function (ListTrainingJobsForHyperParameterTuningJobRequest) {
|
|
1106
1368
|
ListTrainingJobsForHyperParameterTuningJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
1369
|
})(ListTrainingJobsForHyperParameterTuningJobRequest || (ListTrainingJobsForHyperParameterTuningJobRequest = {}));
|
|
1108
|
-
export var ListTrainingJobsForHyperParameterTuningJobResponse;
|
|
1109
|
-
(function (ListTrainingJobsForHyperParameterTuningJobResponse) {
|
|
1110
|
-
ListTrainingJobsForHyperParameterTuningJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
|
-
})(ListTrainingJobsForHyperParameterTuningJobResponse || (ListTrainingJobsForHyperParameterTuningJobResponse = {}));
|
|
1112
|
-
export var ListTransformJobsRequest;
|
|
1113
|
-
(function (ListTransformJobsRequest) {
|
|
1114
|
-
ListTransformJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(ListTransformJobsRequest || (ListTransformJobsRequest = {}));
|
|
1116
|
-
export var TransformJobSummary;
|
|
1117
|
-
(function (TransformJobSummary) {
|
|
1118
|
-
TransformJobSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1119
|
-
})(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 = {}));
|