@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
|
@@ -39,6 +39,122 @@ export var ResourceNotFound;
|
|
|
39
39
|
(function (ResourceNotFound) {
|
|
40
40
|
ResourceNotFound.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
41
|
})(ResourceNotFound || (ResourceNotFound = {}));
|
|
42
|
+
export var ModelInput;
|
|
43
|
+
(function (ModelInput) {
|
|
44
|
+
ModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
+
})(ModelInput || (ModelInput = {}));
|
|
46
|
+
export var ModelPackageContainerDefinition;
|
|
47
|
+
(function (ModelPackageContainerDefinition) {
|
|
48
|
+
ModelPackageContainerDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
|
+
})(ModelPackageContainerDefinition || (ModelPackageContainerDefinition = {}));
|
|
50
|
+
export var ProductionVariantInstanceType;
|
|
51
|
+
(function (ProductionVariantInstanceType) {
|
|
52
|
+
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
53
|
+
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
54
|
+
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
55
|
+
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
56
|
+
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
57
|
+
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
58
|
+
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
59
|
+
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
60
|
+
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
61
|
+
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
62
|
+
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
63
|
+
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
64
|
+
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
65
|
+
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
66
|
+
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
67
|
+
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
68
|
+
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
69
|
+
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
70
|
+
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
71
|
+
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
72
|
+
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
73
|
+
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
74
|
+
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
75
|
+
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
76
|
+
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
77
|
+
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
78
|
+
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
79
|
+
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
80
|
+
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
81
|
+
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
82
|
+
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
83
|
+
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
84
|
+
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
85
|
+
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
86
|
+
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
87
|
+
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
88
|
+
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
89
|
+
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
90
|
+
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
91
|
+
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
92
|
+
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
93
|
+
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
94
|
+
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
95
|
+
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
96
|
+
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
97
|
+
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
98
|
+
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
99
|
+
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
100
|
+
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
101
|
+
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
102
|
+
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
103
|
+
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
104
|
+
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
105
|
+
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
106
|
+
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
107
|
+
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
108
|
+
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
109
|
+
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
110
|
+
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
111
|
+
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
112
|
+
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
113
|
+
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
114
|
+
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
115
|
+
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
116
|
+
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
117
|
+
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
118
|
+
})(ProductionVariantInstanceType || (ProductionVariantInstanceType = {}));
|
|
119
|
+
export var TransformInstanceType;
|
|
120
|
+
(function (TransformInstanceType) {
|
|
121
|
+
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
122
|
+
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
123
|
+
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
124
|
+
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
125
|
+
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
126
|
+
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
127
|
+
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
128
|
+
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
129
|
+
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
130
|
+
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
131
|
+
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
132
|
+
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
133
|
+
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
134
|
+
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
135
|
+
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
136
|
+
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
137
|
+
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
138
|
+
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
139
|
+
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
140
|
+
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
141
|
+
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
142
|
+
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
143
|
+
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
144
|
+
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
145
|
+
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
146
|
+
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
147
|
+
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
148
|
+
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
149
|
+
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
150
|
+
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
151
|
+
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
152
|
+
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
153
|
+
})(TransformInstanceType || (TransformInstanceType = {}));
|
|
154
|
+
export var AdditionalInferenceSpecificationDefinition;
|
|
155
|
+
(function (AdditionalInferenceSpecificationDefinition) {
|
|
156
|
+
AdditionalInferenceSpecificationDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
+
})(AdditionalInferenceSpecificationDefinition || (AdditionalInferenceSpecificationDefinition = {}));
|
|
42
158
|
export var Tag;
|
|
43
159
|
(function (Tag) {
|
|
44
160
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -247,41 +363,6 @@ export var TransformOutput;
|
|
|
247
363
|
(function (TransformOutput) {
|
|
248
364
|
TransformOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
365
|
})(TransformOutput || (TransformOutput = {}));
|
|
250
|
-
export var TransformInstanceType;
|
|
251
|
-
(function (TransformInstanceType) {
|
|
252
|
-
TransformInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
253
|
-
TransformInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
254
|
-
TransformInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
255
|
-
TransformInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
256
|
-
TransformInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
257
|
-
TransformInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
258
|
-
TransformInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
259
|
-
TransformInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
260
|
-
TransformInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
261
|
-
TransformInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
262
|
-
TransformInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
263
|
-
TransformInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
264
|
-
TransformInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
265
|
-
TransformInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
266
|
-
TransformInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
267
|
-
TransformInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
268
|
-
TransformInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
269
|
-
TransformInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
270
|
-
TransformInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
271
|
-
TransformInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
272
|
-
TransformInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
273
|
-
TransformInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
274
|
-
TransformInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
275
|
-
TransformInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
276
|
-
TransformInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
277
|
-
TransformInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
278
|
-
TransformInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
279
|
-
TransformInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
280
|
-
TransformInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
281
|
-
TransformInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
282
|
-
TransformInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
283
|
-
TransformInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
284
|
-
})(TransformInstanceType || (TransformInstanceType = {}));
|
|
285
366
|
export var TransformResources;
|
|
286
367
|
(function (TransformResources) {
|
|
287
368
|
TransformResources.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -662,79 +743,6 @@ export var BatchDescribeModelPackageError;
|
|
|
662
743
|
(function (BatchDescribeModelPackageError) {
|
|
663
744
|
BatchDescribeModelPackageError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
745
|
})(BatchDescribeModelPackageError || (BatchDescribeModelPackageError = {}));
|
|
665
|
-
export var ModelPackageContainerDefinition;
|
|
666
|
-
(function (ModelPackageContainerDefinition) {
|
|
667
|
-
ModelPackageContainerDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
-
})(ModelPackageContainerDefinition || (ModelPackageContainerDefinition = {}));
|
|
669
|
-
export var ProductionVariantInstanceType;
|
|
670
|
-
(function (ProductionVariantInstanceType) {
|
|
671
|
-
ProductionVariantInstanceType["ML_C4_2XLARGE"] = "ml.c4.2xlarge";
|
|
672
|
-
ProductionVariantInstanceType["ML_C4_4XLARGE"] = "ml.c4.4xlarge";
|
|
673
|
-
ProductionVariantInstanceType["ML_C4_8XLARGE"] = "ml.c4.8xlarge";
|
|
674
|
-
ProductionVariantInstanceType["ML_C4_LARGE"] = "ml.c4.large";
|
|
675
|
-
ProductionVariantInstanceType["ML_C4_XLARGE"] = "ml.c4.xlarge";
|
|
676
|
-
ProductionVariantInstanceType["ML_C5D_18XLARGE"] = "ml.c5d.18xlarge";
|
|
677
|
-
ProductionVariantInstanceType["ML_C5D_2XLARGE"] = "ml.c5d.2xlarge";
|
|
678
|
-
ProductionVariantInstanceType["ML_C5D_4XLARGE"] = "ml.c5d.4xlarge";
|
|
679
|
-
ProductionVariantInstanceType["ML_C5D_9XLARGE"] = "ml.c5d.9xlarge";
|
|
680
|
-
ProductionVariantInstanceType["ML_C5D_LARGE"] = "ml.c5d.large";
|
|
681
|
-
ProductionVariantInstanceType["ML_C5D_XLARGE"] = "ml.c5d.xlarge";
|
|
682
|
-
ProductionVariantInstanceType["ML_C5_18XLARGE"] = "ml.c5.18xlarge";
|
|
683
|
-
ProductionVariantInstanceType["ML_C5_2XLARGE"] = "ml.c5.2xlarge";
|
|
684
|
-
ProductionVariantInstanceType["ML_C5_4XLARGE"] = "ml.c5.4xlarge";
|
|
685
|
-
ProductionVariantInstanceType["ML_C5_9XLARGE"] = "ml.c5.9xlarge";
|
|
686
|
-
ProductionVariantInstanceType["ML_C5_LARGE"] = "ml.c5.large";
|
|
687
|
-
ProductionVariantInstanceType["ML_C5_XLARGE"] = "ml.c5.xlarge";
|
|
688
|
-
ProductionVariantInstanceType["ML_G4DN_12XLARGE"] = "ml.g4dn.12xlarge";
|
|
689
|
-
ProductionVariantInstanceType["ML_G4DN_16XLARGE"] = "ml.g4dn.16xlarge";
|
|
690
|
-
ProductionVariantInstanceType["ML_G4DN_2XLARGE"] = "ml.g4dn.2xlarge";
|
|
691
|
-
ProductionVariantInstanceType["ML_G4DN_4XLARGE"] = "ml.g4dn.4xlarge";
|
|
692
|
-
ProductionVariantInstanceType["ML_G4DN_8XLARGE"] = "ml.g4dn.8xlarge";
|
|
693
|
-
ProductionVariantInstanceType["ML_G4DN_XLARGE"] = "ml.g4dn.xlarge";
|
|
694
|
-
ProductionVariantInstanceType["ML_INF1_24XLARGE"] = "ml.inf1.24xlarge";
|
|
695
|
-
ProductionVariantInstanceType["ML_INF1_2XLARGE"] = "ml.inf1.2xlarge";
|
|
696
|
-
ProductionVariantInstanceType["ML_INF1_6XLARGE"] = "ml.inf1.6xlarge";
|
|
697
|
-
ProductionVariantInstanceType["ML_INF1_XLARGE"] = "ml.inf1.xlarge";
|
|
698
|
-
ProductionVariantInstanceType["ML_M4_10XLARGE"] = "ml.m4.10xlarge";
|
|
699
|
-
ProductionVariantInstanceType["ML_M4_16XLARGE"] = "ml.m4.16xlarge";
|
|
700
|
-
ProductionVariantInstanceType["ML_M4_2XLARGE"] = "ml.m4.2xlarge";
|
|
701
|
-
ProductionVariantInstanceType["ML_M4_4XLARGE"] = "ml.m4.4xlarge";
|
|
702
|
-
ProductionVariantInstanceType["ML_M4_XLARGE"] = "ml.m4.xlarge";
|
|
703
|
-
ProductionVariantInstanceType["ML_M5D_12XLARGE"] = "ml.m5d.12xlarge";
|
|
704
|
-
ProductionVariantInstanceType["ML_M5D_24XLARGE"] = "ml.m5d.24xlarge";
|
|
705
|
-
ProductionVariantInstanceType["ML_M5D_2XLARGE"] = "ml.m5d.2xlarge";
|
|
706
|
-
ProductionVariantInstanceType["ML_M5D_4XLARGE"] = "ml.m5d.4xlarge";
|
|
707
|
-
ProductionVariantInstanceType["ML_M5D_LARGE"] = "ml.m5d.large";
|
|
708
|
-
ProductionVariantInstanceType["ML_M5D_XLARGE"] = "ml.m5d.xlarge";
|
|
709
|
-
ProductionVariantInstanceType["ML_M5_12XLARGE"] = "ml.m5.12xlarge";
|
|
710
|
-
ProductionVariantInstanceType["ML_M5_24XLARGE"] = "ml.m5.24xlarge";
|
|
711
|
-
ProductionVariantInstanceType["ML_M5_2XLARGE"] = "ml.m5.2xlarge";
|
|
712
|
-
ProductionVariantInstanceType["ML_M5_4XLARGE"] = "ml.m5.4xlarge";
|
|
713
|
-
ProductionVariantInstanceType["ML_M5_LARGE"] = "ml.m5.large";
|
|
714
|
-
ProductionVariantInstanceType["ML_M5_XLARGE"] = "ml.m5.xlarge";
|
|
715
|
-
ProductionVariantInstanceType["ML_P2_16XLARGE"] = "ml.p2.16xlarge";
|
|
716
|
-
ProductionVariantInstanceType["ML_P2_8XLARGE"] = "ml.p2.8xlarge";
|
|
717
|
-
ProductionVariantInstanceType["ML_P2_XLARGE"] = "ml.p2.xlarge";
|
|
718
|
-
ProductionVariantInstanceType["ML_P3_16XLARGE"] = "ml.p3.16xlarge";
|
|
719
|
-
ProductionVariantInstanceType["ML_P3_2XLARGE"] = "ml.p3.2xlarge";
|
|
720
|
-
ProductionVariantInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
721
|
-
ProductionVariantInstanceType["ML_R5D_12XLARGE"] = "ml.r5d.12xlarge";
|
|
722
|
-
ProductionVariantInstanceType["ML_R5D_24XLARGE"] = "ml.r5d.24xlarge";
|
|
723
|
-
ProductionVariantInstanceType["ML_R5D_2XLARGE"] = "ml.r5d.2xlarge";
|
|
724
|
-
ProductionVariantInstanceType["ML_R5D_4XLARGE"] = "ml.r5d.4xlarge";
|
|
725
|
-
ProductionVariantInstanceType["ML_R5D_LARGE"] = "ml.r5d.large";
|
|
726
|
-
ProductionVariantInstanceType["ML_R5D_XLARGE"] = "ml.r5d.xlarge";
|
|
727
|
-
ProductionVariantInstanceType["ML_R5_12XLARGE"] = "ml.r5.12xlarge";
|
|
728
|
-
ProductionVariantInstanceType["ML_R5_24XLARGE"] = "ml.r5.24xlarge";
|
|
729
|
-
ProductionVariantInstanceType["ML_R5_2XLARGE"] = "ml.r5.2xlarge";
|
|
730
|
-
ProductionVariantInstanceType["ML_R5_4XLARGE"] = "ml.r5.4xlarge";
|
|
731
|
-
ProductionVariantInstanceType["ML_R5_LARGE"] = "ml.r5.large";
|
|
732
|
-
ProductionVariantInstanceType["ML_R5_XLARGE"] = "ml.r5.xlarge";
|
|
733
|
-
ProductionVariantInstanceType["ML_T2_2XLARGE"] = "ml.t2.2xlarge";
|
|
734
|
-
ProductionVariantInstanceType["ML_T2_LARGE"] = "ml.t2.large";
|
|
735
|
-
ProductionVariantInstanceType["ML_T2_MEDIUM"] = "ml.t2.medium";
|
|
736
|
-
ProductionVariantInstanceType["ML_T2_XLARGE"] = "ml.t2.xlarge";
|
|
737
|
-
})(ProductionVariantInstanceType || (ProductionVariantInstanceType = {}));
|
|
738
746
|
export var InferenceSpecification;
|
|
739
747
|
(function (InferenceSpecification) {
|
|
740
748
|
InferenceSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -833,6 +841,10 @@ export var CaptureStatus;
|
|
|
833
841
|
CaptureStatus["STARTED"] = "Started";
|
|
834
842
|
CaptureStatus["STOPPED"] = "Stopped";
|
|
835
843
|
})(CaptureStatus || (CaptureStatus = {}));
|
|
844
|
+
export var CategoricalParameter;
|
|
845
|
+
(function (CategoricalParameter) {
|
|
846
|
+
CategoricalParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
})(CategoricalParameter || (CategoricalParameter = {}));
|
|
836
848
|
export var CategoricalParameterRange;
|
|
837
849
|
(function (CategoricalParameterRange) {
|
|
838
850
|
CategoricalParameterRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -849,6 +861,10 @@ export var CheckpointConfig;
|
|
|
849
861
|
(function (CheckpointConfig) {
|
|
850
862
|
CheckpointConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
863
|
})(CheckpointConfig || (CheckpointConfig = {}));
|
|
864
|
+
export var ClarifyCheckStepMetadata;
|
|
865
|
+
(function (ClarifyCheckStepMetadata) {
|
|
866
|
+
ClarifyCheckStepMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
})(ClarifyCheckStepMetadata || (ClarifyCheckStepMetadata = {}));
|
|
852
868
|
export var CodeRepositorySortBy;
|
|
853
869
|
(function (CodeRepositorySortBy) {
|
|
854
870
|
CodeRepositorySortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -892,6 +908,7 @@ export var CompilationJobStatus;
|
|
|
892
908
|
export var TargetDevice;
|
|
893
909
|
(function (TargetDevice) {
|
|
894
910
|
TargetDevice["AISAGE"] = "aisage";
|
|
911
|
+
TargetDevice["AMBA_CV2"] = "amba_cv2";
|
|
895
912
|
TargetDevice["AMBA_CV22"] = "amba_cv22";
|
|
896
913
|
TargetDevice["AMBA_CV25"] = "amba_cv25";
|
|
897
914
|
TargetDevice["COREML"] = "coreml";
|
|
@@ -1402,6 +1419,10 @@ export var ProductionVariantCoreDumpConfig;
|
|
|
1402
1419
|
(function (ProductionVariantCoreDumpConfig) {
|
|
1403
1420
|
ProductionVariantCoreDumpConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1404
1421
|
})(ProductionVariantCoreDumpConfig || (ProductionVariantCoreDumpConfig = {}));
|
|
1422
|
+
export var ProductionVariantServerlessConfig;
|
|
1423
|
+
(function (ProductionVariantServerlessConfig) {
|
|
1424
|
+
ProductionVariantServerlessConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1425
|
+
})(ProductionVariantServerlessConfig || (ProductionVariantServerlessConfig = {}));
|
|
1405
1426
|
export var ProductionVariant;
|
|
1406
1427
|
(function (ProductionVariant) {
|
|
1407
1428
|
ProductionVariant.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1587,27 +1608,7 @@ export var CreateImageVersionResponse;
|
|
|
1587
1608
|
(function (CreateImageVersionResponse) {
|
|
1588
1609
|
CreateImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1589
1610
|
})(CreateImageVersionResponse || (CreateImageVersionResponse = {}));
|
|
1590
|
-
export var
|
|
1591
|
-
(function (
|
|
1592
|
-
|
|
1593
|
-
})(
|
|
1594
|
-
export var HumanTaskConfig;
|
|
1595
|
-
(function (HumanTaskConfig) {
|
|
1596
|
-
HumanTaskConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1597
|
-
})(HumanTaskConfig || (HumanTaskConfig = {}));
|
|
1598
|
-
export var LabelingJobDataAttributes;
|
|
1599
|
-
(function (LabelingJobDataAttributes) {
|
|
1600
|
-
LabelingJobDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1601
|
-
})(LabelingJobDataAttributes || (LabelingJobDataAttributes = {}));
|
|
1602
|
-
export var LabelingJobS3DataSource;
|
|
1603
|
-
(function (LabelingJobS3DataSource) {
|
|
1604
|
-
LabelingJobS3DataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1605
|
-
})(LabelingJobS3DataSource || (LabelingJobS3DataSource = {}));
|
|
1606
|
-
export var LabelingJobSnsDataSource;
|
|
1607
|
-
(function (LabelingJobSnsDataSource) {
|
|
1608
|
-
LabelingJobSnsDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1609
|
-
})(LabelingJobSnsDataSource || (LabelingJobSnsDataSource = {}));
|
|
1610
|
-
export var LabelingJobDataSource;
|
|
1611
|
-
(function (LabelingJobDataSource) {
|
|
1612
|
-
LabelingJobDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1613
|
-
})(LabelingJobDataSource || (LabelingJobDataSource = {}));
|
|
1611
|
+
export var EnvironmentParameterRanges;
|
|
1612
|
+
(function (EnvironmentParameterRanges) {
|
|
1613
|
+
EnvironmentParameterRanges.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1614
|
+
})(EnvironmentParameterRanges || (EnvironmentParameterRanges = {}));
|
|
@@ -1,5 +1,74 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var EndpointInputConfiguration;
|
|
4
|
+
(function (EndpointInputConfiguration) {
|
|
5
|
+
EndpointInputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(EndpointInputConfiguration || (EndpointInputConfiguration = {}));
|
|
7
|
+
export var RecommendationJobResourceLimit;
|
|
8
|
+
(function (RecommendationJobResourceLimit) {
|
|
9
|
+
RecommendationJobResourceLimit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(RecommendationJobResourceLimit || (RecommendationJobResourceLimit = {}));
|
|
11
|
+
export var Phase;
|
|
12
|
+
(function (Phase) {
|
|
13
|
+
Phase.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(Phase || (Phase = {}));
|
|
15
|
+
export var TrafficType;
|
|
16
|
+
(function (TrafficType) {
|
|
17
|
+
TrafficType["PHASES"] = "PHASES";
|
|
18
|
+
})(TrafficType || (TrafficType = {}));
|
|
19
|
+
export var TrafficPattern;
|
|
20
|
+
(function (TrafficPattern) {
|
|
21
|
+
TrafficPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
+
})(TrafficPattern || (TrafficPattern = {}));
|
|
23
|
+
export var RecommendationJobInputConfig;
|
|
24
|
+
(function (RecommendationJobInputConfig) {
|
|
25
|
+
RecommendationJobInputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
+
})(RecommendationJobInputConfig || (RecommendationJobInputConfig = {}));
|
|
27
|
+
export var RecommendationJobType;
|
|
28
|
+
(function (RecommendationJobType) {
|
|
29
|
+
RecommendationJobType["ADVANCED"] = "Advanced";
|
|
30
|
+
RecommendationJobType["DEFAULT"] = "Default";
|
|
31
|
+
})(RecommendationJobType || (RecommendationJobType = {}));
|
|
32
|
+
export var ModelLatencyThreshold;
|
|
33
|
+
(function (ModelLatencyThreshold) {
|
|
34
|
+
ModelLatencyThreshold.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
|
+
})(ModelLatencyThreshold || (ModelLatencyThreshold = {}));
|
|
36
|
+
export var RecommendationJobStoppingConditions;
|
|
37
|
+
(function (RecommendationJobStoppingConditions) {
|
|
38
|
+
RecommendationJobStoppingConditions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
39
|
+
})(RecommendationJobStoppingConditions || (RecommendationJobStoppingConditions = {}));
|
|
40
|
+
export var CreateInferenceRecommendationsJobRequest;
|
|
41
|
+
(function (CreateInferenceRecommendationsJobRequest) {
|
|
42
|
+
CreateInferenceRecommendationsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
|
+
})(CreateInferenceRecommendationsJobRequest || (CreateInferenceRecommendationsJobRequest = {}));
|
|
44
|
+
export var CreateInferenceRecommendationsJobResponse;
|
|
45
|
+
(function (CreateInferenceRecommendationsJobResponse) {
|
|
46
|
+
CreateInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
+
})(CreateInferenceRecommendationsJobResponse || (CreateInferenceRecommendationsJobResponse = {}));
|
|
48
|
+
export var UiConfig;
|
|
49
|
+
(function (UiConfig) {
|
|
50
|
+
UiConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
+
})(UiConfig || (UiConfig = {}));
|
|
52
|
+
export var HumanTaskConfig;
|
|
53
|
+
(function (HumanTaskConfig) {
|
|
54
|
+
HumanTaskConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
+
})(HumanTaskConfig || (HumanTaskConfig = {}));
|
|
56
|
+
export var LabelingJobDataAttributes;
|
|
57
|
+
(function (LabelingJobDataAttributes) {
|
|
58
|
+
LabelingJobDataAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
+
})(LabelingJobDataAttributes || (LabelingJobDataAttributes = {}));
|
|
60
|
+
export var LabelingJobS3DataSource;
|
|
61
|
+
(function (LabelingJobS3DataSource) {
|
|
62
|
+
LabelingJobS3DataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
+
})(LabelingJobS3DataSource || (LabelingJobS3DataSource = {}));
|
|
64
|
+
export var LabelingJobSnsDataSource;
|
|
65
|
+
(function (LabelingJobSnsDataSource) {
|
|
66
|
+
LabelingJobSnsDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
+
})(LabelingJobSnsDataSource || (LabelingJobSnsDataSource = {}));
|
|
68
|
+
export var LabelingJobDataSource;
|
|
69
|
+
(function (LabelingJobDataSource) {
|
|
70
|
+
LabelingJobDataSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
+
})(LabelingJobDataSource || (LabelingJobDataSource = {}));
|
|
3
72
|
export var LabelingJobInputConfig;
|
|
4
73
|
(function (LabelingJobInputConfig) {
|
|
5
74
|
LabelingJobInputConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -89,6 +158,30 @@ export var CreateModelExplainabilityJobDefinitionResponse;
|
|
|
89
158
|
(function (CreateModelExplainabilityJobDefinitionResponse) {
|
|
90
159
|
CreateModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
160
|
})(CreateModelExplainabilityJobDefinitionResponse || (CreateModelExplainabilityJobDefinitionResponse = {}));
|
|
161
|
+
export var FileSource;
|
|
162
|
+
(function (FileSource) {
|
|
163
|
+
FileSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
+
})(FileSource || (FileSource = {}));
|
|
165
|
+
export var DriftCheckBias;
|
|
166
|
+
(function (DriftCheckBias) {
|
|
167
|
+
DriftCheckBias.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
+
})(DriftCheckBias || (DriftCheckBias = {}));
|
|
169
|
+
export var DriftCheckExplainability;
|
|
170
|
+
(function (DriftCheckExplainability) {
|
|
171
|
+
DriftCheckExplainability.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
+
})(DriftCheckExplainability || (DriftCheckExplainability = {}));
|
|
173
|
+
export var DriftCheckModelDataQuality;
|
|
174
|
+
(function (DriftCheckModelDataQuality) {
|
|
175
|
+
DriftCheckModelDataQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
+
})(DriftCheckModelDataQuality || (DriftCheckModelDataQuality = {}));
|
|
177
|
+
export var DriftCheckModelQuality;
|
|
178
|
+
(function (DriftCheckModelQuality) {
|
|
179
|
+
DriftCheckModelQuality.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
+
})(DriftCheckModelQuality || (DriftCheckModelQuality = {}));
|
|
181
|
+
export var DriftCheckBaselines;
|
|
182
|
+
(function (DriftCheckBaselines) {
|
|
183
|
+
DriftCheckBaselines.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
+
})(DriftCheckBaselines || (DriftCheckBaselines = {}));
|
|
92
185
|
export var Explainability;
|
|
93
186
|
(function (Explainability) {
|
|
94
187
|
Explainability.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1202,6 +1295,43 @@ export var DescribeImageVersionResponse;
|
|
|
1202
1295
|
(function (DescribeImageVersionResponse) {
|
|
1203
1296
|
DescribeImageVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1204
1297
|
})(DescribeImageVersionResponse || (DescribeImageVersionResponse = {}));
|
|
1298
|
+
export var DescribeInferenceRecommendationsJobRequest;
|
|
1299
|
+
(function (DescribeInferenceRecommendationsJobRequest) {
|
|
1300
|
+
DescribeInferenceRecommendationsJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
+
})(DescribeInferenceRecommendationsJobRequest || (DescribeInferenceRecommendationsJobRequest = {}));
|
|
1302
|
+
export var EndpointOutputConfiguration;
|
|
1303
|
+
(function (EndpointOutputConfiguration) {
|
|
1304
|
+
EndpointOutputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1305
|
+
})(EndpointOutputConfiguration || (EndpointOutputConfiguration = {}));
|
|
1306
|
+
export var RecommendationMetrics;
|
|
1307
|
+
(function (RecommendationMetrics) {
|
|
1308
|
+
RecommendationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1309
|
+
})(RecommendationMetrics || (RecommendationMetrics = {}));
|
|
1310
|
+
export var EnvironmentParameter;
|
|
1311
|
+
(function (EnvironmentParameter) {
|
|
1312
|
+
EnvironmentParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1313
|
+
})(EnvironmentParameter || (EnvironmentParameter = {}));
|
|
1314
|
+
export var ModelConfiguration;
|
|
1315
|
+
(function (ModelConfiguration) {
|
|
1316
|
+
ModelConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1317
|
+
})(ModelConfiguration || (ModelConfiguration = {}));
|
|
1318
|
+
export var InferenceRecommendation;
|
|
1319
|
+
(function (InferenceRecommendation) {
|
|
1320
|
+
InferenceRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1321
|
+
})(InferenceRecommendation || (InferenceRecommendation = {}));
|
|
1322
|
+
export var RecommendationJobStatus;
|
|
1323
|
+
(function (RecommendationJobStatus) {
|
|
1324
|
+
RecommendationJobStatus["COMPLETED"] = "COMPLETED";
|
|
1325
|
+
RecommendationJobStatus["FAILED"] = "FAILED";
|
|
1326
|
+
RecommendationJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
1327
|
+
RecommendationJobStatus["PENDING"] = "PENDING";
|
|
1328
|
+
RecommendationJobStatus["STOPPED"] = "STOPPED";
|
|
1329
|
+
RecommendationJobStatus["STOPPING"] = "STOPPING";
|
|
1330
|
+
})(RecommendationJobStatus || (RecommendationJobStatus = {}));
|
|
1331
|
+
export var DescribeInferenceRecommendationsJobResponse;
|
|
1332
|
+
(function (DescribeInferenceRecommendationsJobResponse) {
|
|
1333
|
+
DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1334
|
+
})(DescribeInferenceRecommendationsJobResponse || (DescribeInferenceRecommendationsJobResponse = {}));
|
|
1205
1335
|
export var DescribeLabelingJobRequest;
|
|
1206
1336
|
(function (DescribeLabelingJobRequest) {
|
|
1207
1337
|
DescribeLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1227,6 +1357,14 @@ export var DescribeLabelingJobResponse;
|
|
|
1227
1357
|
(function (DescribeLabelingJobResponse) {
|
|
1228
1358
|
DescribeLabelingJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1229
1359
|
})(DescribeLabelingJobResponse || (DescribeLabelingJobResponse = {}));
|
|
1360
|
+
export var DescribeLineageGroupRequest;
|
|
1361
|
+
(function (DescribeLineageGroupRequest) {
|
|
1362
|
+
DescribeLineageGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1363
|
+
})(DescribeLineageGroupRequest || (DescribeLineageGroupRequest = {}));
|
|
1364
|
+
export var DescribeLineageGroupResponse;
|
|
1365
|
+
(function (DescribeLineageGroupResponse) {
|
|
1366
|
+
DescribeLineageGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1367
|
+
})(DescribeLineageGroupResponse || (DescribeLineageGroupResponse = {}));
|
|
1230
1368
|
export var DescribeModelInput;
|
|
1231
1369
|
(function (DescribeModelInput) {
|
|
1232
1370
|
DescribeModelInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1239,162 +1377,3 @@ export var DescribeModelBiasJobDefinitionRequest;
|
|
|
1239
1377
|
(function (DescribeModelBiasJobDefinitionRequest) {
|
|
1240
1378
|
DescribeModelBiasJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1241
1379
|
})(DescribeModelBiasJobDefinitionRequest || (DescribeModelBiasJobDefinitionRequest = {}));
|
|
1242
|
-
export var DescribeModelBiasJobDefinitionResponse;
|
|
1243
|
-
(function (DescribeModelBiasJobDefinitionResponse) {
|
|
1244
|
-
DescribeModelBiasJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1245
|
-
})(DescribeModelBiasJobDefinitionResponse || (DescribeModelBiasJobDefinitionResponse = {}));
|
|
1246
|
-
export var DescribeModelExplainabilityJobDefinitionRequest;
|
|
1247
|
-
(function (DescribeModelExplainabilityJobDefinitionRequest) {
|
|
1248
|
-
DescribeModelExplainabilityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1249
|
-
})(DescribeModelExplainabilityJobDefinitionRequest || (DescribeModelExplainabilityJobDefinitionRequest = {}));
|
|
1250
|
-
export var DescribeModelExplainabilityJobDefinitionResponse;
|
|
1251
|
-
(function (DescribeModelExplainabilityJobDefinitionResponse) {
|
|
1252
|
-
DescribeModelExplainabilityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1253
|
-
})(DescribeModelExplainabilityJobDefinitionResponse || (DescribeModelExplainabilityJobDefinitionResponse = {}));
|
|
1254
|
-
export var DescribeModelPackageInput;
|
|
1255
|
-
(function (DescribeModelPackageInput) {
|
|
1256
|
-
DescribeModelPackageInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1257
|
-
})(DescribeModelPackageInput || (DescribeModelPackageInput = {}));
|
|
1258
|
-
export var DetailedModelPackageStatus;
|
|
1259
|
-
(function (DetailedModelPackageStatus) {
|
|
1260
|
-
DetailedModelPackageStatus["COMPLETED"] = "Completed";
|
|
1261
|
-
DetailedModelPackageStatus["FAILED"] = "Failed";
|
|
1262
|
-
DetailedModelPackageStatus["IN_PROGRESS"] = "InProgress";
|
|
1263
|
-
DetailedModelPackageStatus["NOT_STARTED"] = "NotStarted";
|
|
1264
|
-
})(DetailedModelPackageStatus || (DetailedModelPackageStatus = {}));
|
|
1265
|
-
export var ModelPackageStatusItem;
|
|
1266
|
-
(function (ModelPackageStatusItem) {
|
|
1267
|
-
ModelPackageStatusItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1268
|
-
})(ModelPackageStatusItem || (ModelPackageStatusItem = {}));
|
|
1269
|
-
export var ModelPackageStatusDetails;
|
|
1270
|
-
(function (ModelPackageStatusDetails) {
|
|
1271
|
-
ModelPackageStatusDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
|
-
})(ModelPackageStatusDetails || (ModelPackageStatusDetails = {}));
|
|
1273
|
-
export var DescribeModelPackageOutput;
|
|
1274
|
-
(function (DescribeModelPackageOutput) {
|
|
1275
|
-
DescribeModelPackageOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1276
|
-
})(DescribeModelPackageOutput || (DescribeModelPackageOutput = {}));
|
|
1277
|
-
export var DescribeModelPackageGroupInput;
|
|
1278
|
-
(function (DescribeModelPackageGroupInput) {
|
|
1279
|
-
DescribeModelPackageGroupInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1280
|
-
})(DescribeModelPackageGroupInput || (DescribeModelPackageGroupInput = {}));
|
|
1281
|
-
export var ModelPackageGroupStatus;
|
|
1282
|
-
(function (ModelPackageGroupStatus) {
|
|
1283
|
-
ModelPackageGroupStatus["COMPLETED"] = "Completed";
|
|
1284
|
-
ModelPackageGroupStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
1285
|
-
ModelPackageGroupStatus["DELETING"] = "Deleting";
|
|
1286
|
-
ModelPackageGroupStatus["FAILED"] = "Failed";
|
|
1287
|
-
ModelPackageGroupStatus["IN_PROGRESS"] = "InProgress";
|
|
1288
|
-
ModelPackageGroupStatus["PENDING"] = "Pending";
|
|
1289
|
-
})(ModelPackageGroupStatus || (ModelPackageGroupStatus = {}));
|
|
1290
|
-
export var DescribeModelPackageGroupOutput;
|
|
1291
|
-
(function (DescribeModelPackageGroupOutput) {
|
|
1292
|
-
DescribeModelPackageGroupOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(DescribeModelPackageGroupOutput || (DescribeModelPackageGroupOutput = {}));
|
|
1294
|
-
export var DescribeModelQualityJobDefinitionRequest;
|
|
1295
|
-
(function (DescribeModelQualityJobDefinitionRequest) {
|
|
1296
|
-
DescribeModelQualityJobDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1297
|
-
})(DescribeModelQualityJobDefinitionRequest || (DescribeModelQualityJobDefinitionRequest = {}));
|
|
1298
|
-
export var DescribeModelQualityJobDefinitionResponse;
|
|
1299
|
-
(function (DescribeModelQualityJobDefinitionResponse) {
|
|
1300
|
-
DescribeModelQualityJobDefinitionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
-
})(DescribeModelQualityJobDefinitionResponse || (DescribeModelQualityJobDefinitionResponse = {}));
|
|
1302
|
-
export var DescribeMonitoringScheduleRequest;
|
|
1303
|
-
(function (DescribeMonitoringScheduleRequest) {
|
|
1304
|
-
DescribeMonitoringScheduleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1305
|
-
})(DescribeMonitoringScheduleRequest || (DescribeMonitoringScheduleRequest = {}));
|
|
1306
|
-
export var ExecutionStatus;
|
|
1307
|
-
(function (ExecutionStatus) {
|
|
1308
|
-
ExecutionStatus["COMPLETED"] = "Completed";
|
|
1309
|
-
ExecutionStatus["COMPLETED_WITH_VIOLATIONS"] = "CompletedWithViolations";
|
|
1310
|
-
ExecutionStatus["FAILED"] = "Failed";
|
|
1311
|
-
ExecutionStatus["IN_PROGRESS"] = "InProgress";
|
|
1312
|
-
ExecutionStatus["PENDING"] = "Pending";
|
|
1313
|
-
ExecutionStatus["STOPPED"] = "Stopped";
|
|
1314
|
-
ExecutionStatus["STOPPING"] = "Stopping";
|
|
1315
|
-
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
1316
|
-
export var MonitoringExecutionSummary;
|
|
1317
|
-
(function (MonitoringExecutionSummary) {
|
|
1318
|
-
MonitoringExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1319
|
-
})(MonitoringExecutionSummary || (MonitoringExecutionSummary = {}));
|
|
1320
|
-
export var ScheduleStatus;
|
|
1321
|
-
(function (ScheduleStatus) {
|
|
1322
|
-
ScheduleStatus["FAILED"] = "Failed";
|
|
1323
|
-
ScheduleStatus["PENDING"] = "Pending";
|
|
1324
|
-
ScheduleStatus["SCHEDULED"] = "Scheduled";
|
|
1325
|
-
ScheduleStatus["STOPPED"] = "Stopped";
|
|
1326
|
-
})(ScheduleStatus || (ScheduleStatus = {}));
|
|
1327
|
-
export var DescribeMonitoringScheduleResponse;
|
|
1328
|
-
(function (DescribeMonitoringScheduleResponse) {
|
|
1329
|
-
DescribeMonitoringScheduleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1330
|
-
})(DescribeMonitoringScheduleResponse || (DescribeMonitoringScheduleResponse = {}));
|
|
1331
|
-
export var DescribeNotebookInstanceInput;
|
|
1332
|
-
(function (DescribeNotebookInstanceInput) {
|
|
1333
|
-
DescribeNotebookInstanceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1334
|
-
})(DescribeNotebookInstanceInput || (DescribeNotebookInstanceInput = {}));
|
|
1335
|
-
export var NotebookInstanceStatus;
|
|
1336
|
-
(function (NotebookInstanceStatus) {
|
|
1337
|
-
NotebookInstanceStatus["Deleting"] = "Deleting";
|
|
1338
|
-
NotebookInstanceStatus["Failed"] = "Failed";
|
|
1339
|
-
NotebookInstanceStatus["InService"] = "InService";
|
|
1340
|
-
NotebookInstanceStatus["Pending"] = "Pending";
|
|
1341
|
-
NotebookInstanceStatus["Stopped"] = "Stopped";
|
|
1342
|
-
NotebookInstanceStatus["Stopping"] = "Stopping";
|
|
1343
|
-
NotebookInstanceStatus["Updating"] = "Updating";
|
|
1344
|
-
})(NotebookInstanceStatus || (NotebookInstanceStatus = {}));
|
|
1345
|
-
export var DescribeNotebookInstanceOutput;
|
|
1346
|
-
(function (DescribeNotebookInstanceOutput) {
|
|
1347
|
-
DescribeNotebookInstanceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1348
|
-
})(DescribeNotebookInstanceOutput || (DescribeNotebookInstanceOutput = {}));
|
|
1349
|
-
export var DescribeNotebookInstanceLifecycleConfigInput;
|
|
1350
|
-
(function (DescribeNotebookInstanceLifecycleConfigInput) {
|
|
1351
|
-
DescribeNotebookInstanceLifecycleConfigInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1352
|
-
})(DescribeNotebookInstanceLifecycleConfigInput || (DescribeNotebookInstanceLifecycleConfigInput = {}));
|
|
1353
|
-
export var DescribeNotebookInstanceLifecycleConfigOutput;
|
|
1354
|
-
(function (DescribeNotebookInstanceLifecycleConfigOutput) {
|
|
1355
|
-
DescribeNotebookInstanceLifecycleConfigOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1356
|
-
})(DescribeNotebookInstanceLifecycleConfigOutput || (DescribeNotebookInstanceLifecycleConfigOutput = {}));
|
|
1357
|
-
export var DescribePipelineRequest;
|
|
1358
|
-
(function (DescribePipelineRequest) {
|
|
1359
|
-
DescribePipelineRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1360
|
-
})(DescribePipelineRequest || (DescribePipelineRequest = {}));
|
|
1361
|
-
export var PipelineStatus;
|
|
1362
|
-
(function (PipelineStatus) {
|
|
1363
|
-
PipelineStatus["ACTIVE"] = "Active";
|
|
1364
|
-
})(PipelineStatus || (PipelineStatus = {}));
|
|
1365
|
-
export var DescribePipelineResponse;
|
|
1366
|
-
(function (DescribePipelineResponse) {
|
|
1367
|
-
DescribePipelineResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1368
|
-
})(DescribePipelineResponse || (DescribePipelineResponse = {}));
|
|
1369
|
-
export var DescribePipelineDefinitionForExecutionRequest;
|
|
1370
|
-
(function (DescribePipelineDefinitionForExecutionRequest) {
|
|
1371
|
-
DescribePipelineDefinitionForExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1372
|
-
})(DescribePipelineDefinitionForExecutionRequest || (DescribePipelineDefinitionForExecutionRequest = {}));
|
|
1373
|
-
export var DescribePipelineDefinitionForExecutionResponse;
|
|
1374
|
-
(function (DescribePipelineDefinitionForExecutionResponse) {
|
|
1375
|
-
DescribePipelineDefinitionForExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
|
-
})(DescribePipelineDefinitionForExecutionResponse || (DescribePipelineDefinitionForExecutionResponse = {}));
|
|
1377
|
-
export var DescribePipelineExecutionRequest;
|
|
1378
|
-
(function (DescribePipelineExecutionRequest) {
|
|
1379
|
-
DescribePipelineExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1380
|
-
})(DescribePipelineExecutionRequest || (DescribePipelineExecutionRequest = {}));
|
|
1381
|
-
export var PipelineExecutionStatus;
|
|
1382
|
-
(function (PipelineExecutionStatus) {
|
|
1383
|
-
PipelineExecutionStatus["EXECUTING"] = "Executing";
|
|
1384
|
-
PipelineExecutionStatus["FAILED"] = "Failed";
|
|
1385
|
-
PipelineExecutionStatus["STOPPED"] = "Stopped";
|
|
1386
|
-
PipelineExecutionStatus["STOPPING"] = "Stopping";
|
|
1387
|
-
PipelineExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
1388
|
-
})(PipelineExecutionStatus || (PipelineExecutionStatus = {}));
|
|
1389
|
-
export var PipelineExperimentConfig;
|
|
1390
|
-
(function (PipelineExperimentConfig) {
|
|
1391
|
-
PipelineExperimentConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1392
|
-
})(PipelineExperimentConfig || (PipelineExperimentConfig = {}));
|
|
1393
|
-
export var DescribePipelineExecutionResponse;
|
|
1394
|
-
(function (DescribePipelineExecutionResponse) {
|
|
1395
|
-
DescribePipelineExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1396
|
-
})(DescribePipelineExecutionResponse || (DescribePipelineExecutionResponse = {}));
|
|
1397
|
-
export var DescribeProcessingJobRequest;
|
|
1398
|
-
(function (DescribeProcessingJobRequest) {
|
|
1399
|
-
DescribeProcessingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1400
|
-
})(DescribeProcessingJobRequest || (DescribeProcessingJobRequest = {}));
|