@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.
Files changed (202) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/SageMaker.js +135 -0
  3. package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  7. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  8. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  14. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
  18. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  19. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  20. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  21. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  22. package/dist-cjs/commands/ListTransformJobsCommand.js +2 -1
  23. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  24. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  25. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  26. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  27. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  28. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  29. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  30. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  31. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  32. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  33. package/dist-cjs/commands/SearchCommand.js +1 -2
  34. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  35. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  36. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  37. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  38. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
  39. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  40. package/dist-cjs/commands/index.js +9 -0
  41. package/dist-cjs/endpoints.js +17 -0
  42. package/dist-cjs/models/models_0.js +151 -150
  43. package/dist-cjs/models/models_1.js +204 -217
  44. package/dist-cjs/models/models_2.js +338 -326
  45. package/dist-cjs/models/models_3.js +353 -2
  46. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  47. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  48. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  49. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  50. package/dist-cjs/pagination/index.js +4 -0
  51. package/dist-cjs/protocols/Aws_json1_1.js +1586 -35
  52. package/dist-es/SageMaker.js +135 -0
  53. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  54. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  55. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  56. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +2 -1
  57. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  58. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  59. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  60. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  61. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  62. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  63. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  64. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  65. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  66. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  67. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  68. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  69. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  70. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  71. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  72. package/dist-es/commands/ListTransformJobsCommand.js +2 -1
  73. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  74. package/dist-es/commands/ListTrialsCommand.js +1 -1
  75. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  76. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  77. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  78. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  79. package/dist-es/commands/QueryLineageCommand.js +39 -0
  80. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  81. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  82. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  83. package/dist-es/commands/SearchCommand.js +1 -2
  84. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  85. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  86. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  87. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  88. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  89. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  90. package/dist-es/commands/index.js +9 -0
  91. package/dist-es/endpoints.js +17 -0
  92. package/dist-es/models/models_0.js +133 -132
  93. package/dist-es/models/models_1.js +138 -159
  94. package/dist-es/models/models_2.js +250 -224
  95. package/dist-es/models/models_3.js +244 -0
  96. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  97. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  98. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  99. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  100. package/dist-es/pagination/index.js +4 -0
  101. package/dist-es/protocols/Aws_json1_1.js +1523 -34
  102. package/dist-types/SageMaker.d.ts +72 -0
  103. package/dist-types/SageMakerClient.d.ts +11 -2
  104. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  105. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  106. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  107. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  108. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  120. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  121. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  122. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  123. package/dist-types/commands/ListTransformJobsCommand.d.ts +2 -1
  124. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  125. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  126. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  127. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  128. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  129. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  130. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  131. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  132. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  133. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  134. package/dist-types/commands/SearchCommand.d.ts +1 -2
  135. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  136. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  137. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  138. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  140. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  141. package/dist-types/commands/index.d.ts +9 -0
  142. package/dist-types/models/models_0.d.ts +368 -1957
  143. package/dist-types/models/models_1.d.ts +6604 -5056
  144. package/dist-types/models/models_2.d.ts +5469 -6135
  145. package/dist-types/models/models_3.d.ts +2350 -3
  146. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  149. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +4 -0
  151. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  152. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  153. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  154. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -1
  158. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  169. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  185. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  190. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  192. package/dist-types/ts3.4/models/models_0.d.ts +226 -201
  193. package/dist-types/ts3.4/models/models_1.d.ts +448 -509
  194. package/dist-types/ts3.4/models/models_2.d.ts +2453 -2632
  195. package/dist-types/ts3.4/models/models_3.d.ts +1048 -3
  196. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  197. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  198. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  199. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  200. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  201. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  202. package/package.json +5 -5
@@ -1,6 +1,1041 @@
1
- import { ActionStatus, BooleanOperator, DeploymentConfig, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
2
- import { _InstanceType, MemberDefinition, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
3
- import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate, NestedFilters, ProfilerConfigForUpdate, ResourceType, SearchSortOrder, Workforce, Workteam } from "./models_2";
1
+ import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
3
+ import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortOrder, TransformJobStatus, TransformJobSummary, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
4
+ export interface ListTransformJobsResponse {
5
+
6
+ TransformJobSummaries: TransformJobSummary[] | undefined;
7
+
8
+ NextToken?: string;
9
+ }
10
+ export declare namespace ListTransformJobsResponse {
11
+
12
+ const filterSensitiveLog: (obj: ListTransformJobsResponse) => any;
13
+ }
14
+ export declare enum SortTrialComponentsBy {
15
+ CREATION_TIME = "CreationTime",
16
+ NAME = "Name"
17
+ }
18
+ export interface ListTrialComponentsRequest {
19
+
20
+ ExperimentName?: string;
21
+
22
+ TrialName?: string;
23
+
24
+ SourceArn?: string;
25
+
26
+ CreatedAfter?: Date;
27
+
28
+ CreatedBefore?: Date;
29
+
30
+ SortBy?: SortTrialComponentsBy | string;
31
+
32
+ SortOrder?: SortOrder | string;
33
+
34
+ MaxResults?: number;
35
+
36
+ NextToken?: string;
37
+ }
38
+ export declare namespace ListTrialComponentsRequest {
39
+
40
+ const filterSensitiveLog: (obj: ListTrialComponentsRequest) => any;
41
+ }
42
+
43
+ export interface TrialComponentSummary {
44
+
45
+ TrialComponentName?: string;
46
+
47
+ TrialComponentArn?: string;
48
+
49
+ DisplayName?: string;
50
+
51
+ TrialComponentSource?: TrialComponentSource;
52
+
53
+ Status?: TrialComponentStatus;
54
+
55
+ StartTime?: Date;
56
+
57
+ EndTime?: Date;
58
+
59
+ CreationTime?: Date;
60
+
61
+ CreatedBy?: UserContext;
62
+
63
+ LastModifiedTime?: Date;
64
+
65
+ LastModifiedBy?: UserContext;
66
+ }
67
+ export declare namespace TrialComponentSummary {
68
+
69
+ const filterSensitiveLog: (obj: TrialComponentSummary) => any;
70
+ }
71
+ export interface ListTrialComponentsResponse {
72
+
73
+ TrialComponentSummaries?: TrialComponentSummary[];
74
+
75
+ NextToken?: string;
76
+ }
77
+ export declare namespace ListTrialComponentsResponse {
78
+
79
+ const filterSensitiveLog: (obj: ListTrialComponentsResponse) => any;
80
+ }
81
+ export declare enum SortTrialsBy {
82
+ CREATION_TIME = "CreationTime",
83
+ NAME = "Name"
84
+ }
85
+ export interface ListTrialsRequest {
86
+
87
+ ExperimentName?: string;
88
+
89
+ TrialComponentName?: string;
90
+
91
+ CreatedAfter?: Date;
92
+
93
+ CreatedBefore?: Date;
94
+
95
+ SortBy?: SortTrialsBy | string;
96
+
97
+ SortOrder?: SortOrder | string;
98
+
99
+ MaxResults?: number;
100
+
101
+ NextToken?: string;
102
+ }
103
+ export declare namespace ListTrialsRequest {
104
+
105
+ const filterSensitiveLog: (obj: ListTrialsRequest) => any;
106
+ }
107
+
108
+ export interface TrialSummary {
109
+
110
+ TrialArn?: string;
111
+
112
+ TrialName?: string;
113
+
114
+ DisplayName?: string;
115
+
116
+ TrialSource?: TrialSource;
117
+
118
+ CreationTime?: Date;
119
+
120
+ LastModifiedTime?: Date;
121
+ }
122
+ export declare namespace TrialSummary {
123
+
124
+ const filterSensitiveLog: (obj: TrialSummary) => any;
125
+ }
126
+ export interface ListTrialsResponse {
127
+
128
+ TrialSummaries?: TrialSummary[];
129
+
130
+ NextToken?: string;
131
+ }
132
+ export declare namespace ListTrialsResponse {
133
+
134
+ const filterSensitiveLog: (obj: ListTrialsResponse) => any;
135
+ }
136
+ export declare enum UserProfileSortKey {
137
+ CreationTime = "CreationTime",
138
+ LastModifiedTime = "LastModifiedTime"
139
+ }
140
+ export interface ListUserProfilesRequest {
141
+
142
+ NextToken?: string;
143
+
144
+ MaxResults?: number;
145
+
146
+ SortOrder?: SortOrder | string;
147
+
148
+ SortBy?: UserProfileSortKey | string;
149
+
150
+ DomainIdEquals?: string;
151
+
152
+ UserProfileNameContains?: string;
153
+ }
154
+ export declare namespace ListUserProfilesRequest {
155
+
156
+ const filterSensitiveLog: (obj: ListUserProfilesRequest) => any;
157
+ }
158
+
159
+ export interface UserProfileDetails {
160
+
161
+ DomainId?: string;
162
+
163
+ UserProfileName?: string;
164
+
165
+ Status?: UserProfileStatus | string;
166
+
167
+ CreationTime?: Date;
168
+
169
+ LastModifiedTime?: Date;
170
+ }
171
+ export declare namespace UserProfileDetails {
172
+
173
+ const filterSensitiveLog: (obj: UserProfileDetails) => any;
174
+ }
175
+ export interface ListUserProfilesResponse {
176
+
177
+ UserProfiles?: UserProfileDetails[];
178
+
179
+ NextToken?: string;
180
+ }
181
+ export declare namespace ListUserProfilesResponse {
182
+
183
+ const filterSensitiveLog: (obj: ListUserProfilesResponse) => any;
184
+ }
185
+ export declare enum ListWorkforcesSortByOptions {
186
+ CreateDate = "CreateDate",
187
+ Name = "Name"
188
+ }
189
+ export interface ListWorkforcesRequest {
190
+
191
+ SortBy?: ListWorkforcesSortByOptions | string;
192
+
193
+ SortOrder?: SortOrder | string;
194
+
195
+ NameContains?: string;
196
+
197
+ NextToken?: string;
198
+
199
+ MaxResults?: number;
200
+ }
201
+ export declare namespace ListWorkforcesRequest {
202
+
203
+ const filterSensitiveLog: (obj: ListWorkforcesRequest) => any;
204
+ }
205
+ export interface ListWorkforcesResponse {
206
+
207
+ Workforces: Workforce[] | undefined;
208
+
209
+ NextToken?: string;
210
+ }
211
+ export declare namespace ListWorkforcesResponse {
212
+
213
+ const filterSensitiveLog: (obj: ListWorkforcesResponse) => any;
214
+ }
215
+ export declare enum ListWorkteamsSortByOptions {
216
+ CreateDate = "CreateDate",
217
+ Name = "Name"
218
+ }
219
+ export interface ListWorkteamsRequest {
220
+
221
+ SortBy?: ListWorkteamsSortByOptions | string;
222
+
223
+ SortOrder?: SortOrder | string;
224
+
225
+ NameContains?: string;
226
+
227
+ NextToken?: string;
228
+
229
+ MaxResults?: number;
230
+ }
231
+ export declare namespace ListWorkteamsRequest {
232
+
233
+ const filterSensitiveLog: (obj: ListWorkteamsRequest) => any;
234
+ }
235
+ export interface ListWorkteamsResponse {
236
+
237
+ Workteams: Workteam[] | undefined;
238
+
239
+ NextToken?: string;
240
+ }
241
+ export declare namespace ListWorkteamsResponse {
242
+
243
+ const filterSensitiveLog: (obj: ListWorkteamsResponse) => any;
244
+ }
245
+
246
+ export interface ModelPackage {
247
+
248
+ ModelPackageName?: string;
249
+
250
+ ModelPackageGroupName?: string;
251
+
252
+ ModelPackageVersion?: number;
253
+
254
+ ModelPackageArn?: string;
255
+
256
+ ModelPackageDescription?: string;
257
+
258
+ CreationTime?: Date;
259
+
260
+ InferenceSpecification?: InferenceSpecification;
261
+
262
+ SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
263
+
264
+ ValidationSpecification?: ModelPackageValidationSpecification;
265
+
266
+ ModelPackageStatus?: ModelPackageStatus | string;
267
+
268
+ ModelPackageStatusDetails?: ModelPackageStatusDetails;
269
+
270
+ CertifyForMarketplace?: boolean;
271
+
272
+ ModelApprovalStatus?: ModelApprovalStatus | string;
273
+
274
+ CreatedBy?: UserContext;
275
+
276
+ MetadataProperties?: MetadataProperties;
277
+
278
+ ModelMetrics?: ModelMetrics;
279
+
280
+ LastModifiedTime?: Date;
281
+
282
+ LastModifiedBy?: UserContext;
283
+
284
+ ApprovalDescription?: string;
285
+
286
+ Domain?: string;
287
+
288
+ Task?: string;
289
+
290
+ SamplePayloadUrl?: string;
291
+
292
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
293
+
294
+ Tags?: Tag[];
295
+
296
+ CustomerMetadataProperties?: {
297
+ [key: string]: string;
298
+ };
299
+
300
+ DriftCheckBaselines?: DriftCheckBaselines;
301
+ }
302
+ export declare namespace ModelPackage {
303
+
304
+ const filterSensitiveLog: (obj: ModelPackage) => any;
305
+ }
306
+
307
+ export interface ModelPackageGroup {
308
+
309
+ ModelPackageGroupName?: string;
310
+
311
+ ModelPackageGroupArn?: string;
312
+
313
+ ModelPackageGroupDescription?: string;
314
+
315
+ CreationTime?: Date;
316
+
317
+ CreatedBy?: UserContext;
318
+
319
+ ModelPackageGroupStatus?: ModelPackageGroupStatus | string;
320
+
321
+ Tags?: Tag[];
322
+ }
323
+ export declare namespace ModelPackageGroup {
324
+
325
+ const filterSensitiveLog: (obj: ModelPackageGroup) => any;
326
+ }
327
+
328
+ export interface NestedFilters {
329
+
330
+ NestedPropertyName: string | undefined;
331
+
332
+ Filters: Filter[] | undefined;
333
+ }
334
+ export declare namespace NestedFilters {
335
+
336
+ const filterSensitiveLog: (obj: NestedFilters) => any;
337
+ }
338
+
339
+ export interface Parent {
340
+
341
+ TrialName?: string;
342
+
343
+ ExperimentName?: string;
344
+ }
345
+ export declare namespace Parent {
346
+
347
+ const filterSensitiveLog: (obj: Parent) => any;
348
+ }
349
+
350
+ export interface Pipeline {
351
+
352
+ PipelineArn?: string;
353
+
354
+ PipelineName?: string;
355
+
356
+ PipelineDisplayName?: string;
357
+
358
+ PipelineDescription?: string;
359
+
360
+ RoleArn?: string;
361
+
362
+ PipelineStatus?: PipelineStatus | string;
363
+
364
+ CreationTime?: Date;
365
+
366
+ LastModifiedTime?: Date;
367
+
368
+ LastRunTime?: Date;
369
+
370
+ CreatedBy?: UserContext;
371
+
372
+ LastModifiedBy?: UserContext;
373
+
374
+ Tags?: Tag[];
375
+ }
376
+ export declare namespace Pipeline {
377
+
378
+ const filterSensitiveLog: (obj: Pipeline) => any;
379
+ }
380
+
381
+ export interface PipelineExecution {
382
+
383
+ PipelineArn?: string;
384
+
385
+ PipelineExecutionArn?: string;
386
+
387
+ PipelineExecutionDisplayName?: string;
388
+
389
+ PipelineExecutionStatus?: PipelineExecutionStatus | string;
390
+
391
+ PipelineExecutionDescription?: string;
392
+
393
+ PipelineExperimentConfig?: PipelineExperimentConfig;
394
+
395
+ FailureReason?: string;
396
+
397
+ CreationTime?: Date;
398
+
399
+ LastModifiedTime?: Date;
400
+
401
+ CreatedBy?: UserContext;
402
+
403
+ LastModifiedBy?: UserContext;
404
+
405
+ PipelineParameters?: Parameter[];
406
+ }
407
+ export declare namespace PipelineExecution {
408
+
409
+ const filterSensitiveLog: (obj: PipelineExecution) => any;
410
+ }
411
+
412
+ export interface ProcessingJob {
413
+
414
+ ProcessingInputs?: ProcessingInput[];
415
+
416
+ ProcessingOutputConfig?: ProcessingOutputConfig;
417
+
418
+ ProcessingJobName?: string;
419
+
420
+ ProcessingResources?: ProcessingResources;
421
+
422
+ StoppingCondition?: ProcessingStoppingCondition;
423
+
424
+ AppSpecification?: AppSpecification;
425
+
426
+ Environment?: {
427
+ [key: string]: string;
428
+ };
429
+
430
+ NetworkConfig?: NetworkConfig;
431
+
432
+ RoleArn?: string;
433
+
434
+ ExperimentConfig?: ExperimentConfig;
435
+
436
+ ProcessingJobArn?: string;
437
+
438
+ ProcessingJobStatus?: ProcessingJobStatus | string;
439
+
440
+ ExitMessage?: string;
441
+
442
+ FailureReason?: string;
443
+
444
+ ProcessingEndTime?: Date;
445
+
446
+ ProcessingStartTime?: Date;
447
+
448
+ LastModifiedTime?: Date;
449
+
450
+ CreationTime?: Date;
451
+
452
+ MonitoringScheduleArn?: string;
453
+
454
+ AutoMLJobArn?: string;
455
+
456
+ TrainingJobArn?: string;
457
+
458
+ Tags?: Tag[];
459
+ }
460
+ export declare namespace ProcessingJob {
461
+
462
+ const filterSensitiveLog: (obj: ProcessingJob) => any;
463
+ }
464
+
465
+ export interface ProfilerConfigForUpdate {
466
+
467
+ S3OutputPath?: string;
468
+
469
+ ProfilingIntervalInMilliseconds?: number;
470
+
471
+ ProfilingParameters?: {
472
+ [key: string]: string;
473
+ };
474
+
475
+ DisableProfiler?: boolean;
476
+ }
477
+ export declare namespace ProfilerConfigForUpdate {
478
+
479
+ const filterSensitiveLog: (obj: ProfilerConfigForUpdate) => any;
480
+ }
481
+
482
+ export interface Project {
483
+
484
+ ProjectArn?: string;
485
+
486
+ ProjectName?: string;
487
+
488
+ ProjectId?: string;
489
+
490
+ ProjectDescription?: string;
491
+
492
+ ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails;
493
+
494
+ ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
495
+
496
+ ProjectStatus?: ProjectStatus | string;
497
+
498
+ CreatedBy?: UserContext;
499
+
500
+ CreationTime?: Date;
501
+
502
+ Tags?: Tag[];
503
+
504
+ LastModifiedTime?: Date;
505
+
506
+ LastModifiedBy?: UserContext;
507
+ }
508
+ export declare namespace Project {
509
+
510
+ const filterSensitiveLog: (obj: Project) => any;
511
+ }
512
+ export interface PutModelPackageGroupPolicyInput {
513
+
514
+ ModelPackageGroupName: string | undefined;
515
+
516
+ ResourcePolicy: string | undefined;
517
+ }
518
+ export declare namespace PutModelPackageGroupPolicyInput {
519
+
520
+ const filterSensitiveLog: (obj: PutModelPackageGroupPolicyInput) => any;
521
+ }
522
+ export interface PutModelPackageGroupPolicyOutput {
523
+
524
+ ModelPackageGroupArn: string | undefined;
525
+ }
526
+ export declare namespace PutModelPackageGroupPolicyOutput {
527
+
528
+ const filterSensitiveLog: (obj: PutModelPackageGroupPolicyOutput) => any;
529
+ }
530
+
531
+ export interface QueryFilters {
532
+
533
+ Types?: string[];
534
+
535
+ LineageTypes?: (LineageType | string)[];
536
+
537
+ CreatedBefore?: Date;
538
+
539
+ CreatedAfter?: Date;
540
+
541
+ ModifiedBefore?: Date;
542
+
543
+ ModifiedAfter?: Date;
544
+
545
+ Properties?: {
546
+ [key: string]: string;
547
+ };
548
+ }
549
+ export declare namespace QueryFilters {
550
+
551
+ const filterSensitiveLog: (obj: QueryFilters) => any;
552
+ }
553
+ export interface QueryLineageRequest {
554
+
555
+ StartArns: string[] | undefined;
556
+
557
+ Direction?: Direction | string;
558
+
559
+ IncludeEdges?: boolean;
560
+
561
+ Filters?: QueryFilters;
562
+
563
+ MaxDepth?: number;
564
+
565
+ MaxResults?: number;
566
+
567
+ NextToken?: string;
568
+ }
569
+ export declare namespace QueryLineageRequest {
570
+
571
+ const filterSensitiveLog: (obj: QueryLineageRequest) => any;
572
+ }
573
+
574
+ export interface Vertex {
575
+
576
+ Arn?: string;
577
+
578
+ Type?: string;
579
+
580
+ LineageType?: LineageType | string;
581
+ }
582
+ export declare namespace Vertex {
583
+
584
+ const filterSensitiveLog: (obj: Vertex) => any;
585
+ }
586
+ export interface QueryLineageResponse {
587
+
588
+ Vertices?: Vertex[];
589
+
590
+ Edges?: Edge[];
591
+
592
+ NextToken?: string;
593
+ }
594
+ export declare namespace QueryLineageResponse {
595
+
596
+ const filterSensitiveLog: (obj: QueryLineageResponse) => any;
597
+ }
598
+ export interface RegisterDevicesRequest {
599
+
600
+ DeviceFleetName: string | undefined;
601
+
602
+ Devices: Device[] | undefined;
603
+
604
+ Tags?: Tag[];
605
+ }
606
+ export declare namespace RegisterDevicesRequest {
607
+
608
+ const filterSensitiveLog: (obj: RegisterDevicesRequest) => any;
609
+ }
610
+
611
+ export interface RenderableTask {
612
+
613
+ Input: string | undefined;
614
+ }
615
+ export declare namespace RenderableTask {
616
+
617
+ const filterSensitiveLog: (obj: RenderableTask) => any;
618
+ }
619
+
620
+ export interface RenderingError {
621
+
622
+ Code: string | undefined;
623
+
624
+ Message: string | undefined;
625
+ }
626
+ export declare namespace RenderingError {
627
+
628
+ const filterSensitiveLog: (obj: RenderingError) => any;
629
+ }
630
+ export interface RenderUiTemplateRequest {
631
+
632
+ UiTemplate?: UiTemplate;
633
+
634
+ Task: RenderableTask | undefined;
635
+
636
+ RoleArn: string | undefined;
637
+
638
+ HumanTaskUiArn?: string;
639
+ }
640
+ export declare namespace RenderUiTemplateRequest {
641
+
642
+ const filterSensitiveLog: (obj: RenderUiTemplateRequest) => any;
643
+ }
644
+ export interface RenderUiTemplateResponse {
645
+
646
+ RenderedContent: string | undefined;
647
+
648
+ Errors: RenderingError[] | undefined;
649
+ }
650
+ export declare namespace RenderUiTemplateResponse {
651
+
652
+ const filterSensitiveLog: (obj: RenderUiTemplateResponse) => any;
653
+ }
654
+ export interface RetryPipelineExecutionRequest {
655
+
656
+ PipelineExecutionArn: string | undefined;
657
+
658
+ ClientRequestToken?: string;
659
+ }
660
+ export declare namespace RetryPipelineExecutionRequest {
661
+
662
+ const filterSensitiveLog: (obj: RetryPipelineExecutionRequest) => any;
663
+ }
664
+ export interface RetryPipelineExecutionResponse {
665
+
666
+ PipelineExecutionArn?: string;
667
+ }
668
+ export declare namespace RetryPipelineExecutionResponse {
669
+
670
+ const filterSensitiveLog: (obj: RetryPipelineExecutionResponse) => any;
671
+ }
672
+ export declare enum SearchSortOrder {
673
+ ASCENDING = "Ascending",
674
+ DESCENDING = "Descending"
675
+ }
676
+
677
+ export interface TrainingJob {
678
+
679
+ TrainingJobName?: string;
680
+
681
+ TrainingJobArn?: string;
682
+
683
+ TuningJobArn?: string;
684
+
685
+ LabelingJobArn?: string;
686
+
687
+ AutoMLJobArn?: string;
688
+
689
+ ModelArtifacts?: ModelArtifacts;
690
+
691
+ TrainingJobStatus?: TrainingJobStatus | string;
692
+
693
+ SecondaryStatus?: SecondaryStatus | string;
694
+
695
+ FailureReason?: string;
696
+
697
+ HyperParameters?: {
698
+ [key: string]: string;
699
+ };
700
+
701
+ AlgorithmSpecification?: AlgorithmSpecification;
702
+
703
+ RoleArn?: string;
704
+
705
+ InputDataConfig?: Channel[];
706
+
707
+ OutputDataConfig?: OutputDataConfig;
708
+
709
+ ResourceConfig?: ResourceConfig;
710
+
711
+ VpcConfig?: VpcConfig;
712
+
713
+ StoppingCondition?: StoppingCondition;
714
+
715
+ CreationTime?: Date;
716
+
717
+ TrainingStartTime?: Date;
718
+
719
+ TrainingEndTime?: Date;
720
+
721
+ LastModifiedTime?: Date;
722
+
723
+ SecondaryStatusTransitions?: SecondaryStatusTransition[];
724
+
725
+ FinalMetricDataList?: MetricData[];
726
+
727
+ EnableNetworkIsolation?: boolean;
728
+
729
+ EnableInterContainerTrafficEncryption?: boolean;
730
+
731
+ EnableManagedSpotTraining?: boolean;
732
+
733
+ CheckpointConfig?: CheckpointConfig;
734
+
735
+ TrainingTimeInSeconds?: number;
736
+
737
+ BillableTimeInSeconds?: number;
738
+
739
+ DebugHookConfig?: DebugHookConfig;
740
+
741
+ ExperimentConfig?: ExperimentConfig;
742
+
743
+ DebugRuleConfigurations?: DebugRuleConfiguration[];
744
+
745
+ TensorBoardOutputConfig?: TensorBoardOutputConfig;
746
+
747
+ DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
748
+
749
+ Environment?: {
750
+ [key: string]: string;
751
+ };
752
+
753
+ RetryStrategy?: RetryStrategy;
754
+
755
+ Tags?: Tag[];
756
+ }
757
+ export declare namespace TrainingJob {
758
+
759
+ const filterSensitiveLog: (obj: TrainingJob) => any;
760
+ }
761
+
762
+ export interface TrialComponentSimpleSummary {
763
+
764
+ TrialComponentName?: string;
765
+
766
+ TrialComponentArn?: string;
767
+
768
+ TrialComponentSource?: TrialComponentSource;
769
+
770
+ CreationTime?: Date;
771
+
772
+ CreatedBy?: UserContext;
773
+ }
774
+ export declare namespace TrialComponentSimpleSummary {
775
+
776
+ const filterSensitiveLog: (obj: TrialComponentSimpleSummary) => any;
777
+ }
778
+
779
+ export interface Trial {
780
+
781
+ TrialName?: string;
782
+
783
+ TrialArn?: string;
784
+
785
+ DisplayName?: string;
786
+
787
+ ExperimentName?: string;
788
+
789
+ Source?: TrialSource;
790
+
791
+ CreationTime?: Date;
792
+
793
+ CreatedBy?: UserContext;
794
+
795
+ LastModifiedTime?: Date;
796
+
797
+ LastModifiedBy?: UserContext;
798
+
799
+ MetadataProperties?: MetadataProperties;
800
+
801
+ Tags?: Tag[];
802
+
803
+ TrialComponentSummaries?: TrialComponentSimpleSummary[];
804
+ }
805
+ export declare namespace Trial {
806
+
807
+ const filterSensitiveLog: (obj: Trial) => any;
808
+ }
809
+
810
+ export interface TransformJob {
811
+
812
+ TransformJobName?: string;
813
+
814
+ TransformJobArn?: string;
815
+
816
+ TransformJobStatus?: TransformJobStatus | string;
817
+
818
+ FailureReason?: string;
819
+
820
+ ModelName?: string;
821
+
822
+ MaxConcurrentTransforms?: number;
823
+
824
+ ModelClientConfig?: ModelClientConfig;
825
+
826
+ MaxPayloadInMB?: number;
827
+
828
+ BatchStrategy?: BatchStrategy | string;
829
+
830
+ Environment?: {
831
+ [key: string]: string;
832
+ };
833
+
834
+ TransformInput?: TransformInput;
835
+
836
+ TransformOutput?: TransformOutput;
837
+
838
+ TransformResources?: TransformResources;
839
+
840
+ CreationTime?: Date;
841
+
842
+ TransformStartTime?: Date;
843
+
844
+ TransformEndTime?: Date;
845
+
846
+ LabelingJobArn?: string;
847
+
848
+ AutoMLJobArn?: string;
849
+
850
+ DataProcessing?: DataProcessing;
851
+
852
+ ExperimentConfig?: ExperimentConfig;
853
+
854
+ Tags?: Tag[];
855
+ }
856
+ export declare namespace TransformJob {
857
+
858
+ const filterSensitiveLog: (obj: TransformJob) => any;
859
+ }
860
+
861
+ export interface TrialComponentSourceDetail {
862
+
863
+ SourceArn?: string;
864
+
865
+ TrainingJob?: TrainingJob;
866
+
867
+ ProcessingJob?: ProcessingJob;
868
+
869
+ TransformJob?: TransformJob;
870
+ }
871
+ export declare namespace TrialComponentSourceDetail {
872
+
873
+ const filterSensitiveLog: (obj: TrialComponentSourceDetail) => any;
874
+ }
875
+
876
+ export interface TrialComponent {
877
+
878
+ TrialComponentName?: string;
879
+
880
+ DisplayName?: string;
881
+
882
+ TrialComponentArn?: string;
883
+
884
+ Source?: TrialComponentSource;
885
+
886
+ Status?: TrialComponentStatus;
887
+
888
+ StartTime?: Date;
889
+
890
+ EndTime?: Date;
891
+
892
+ CreationTime?: Date;
893
+
894
+ CreatedBy?: UserContext;
895
+
896
+ LastModifiedTime?: Date;
897
+
898
+ LastModifiedBy?: UserContext;
899
+
900
+ Parameters?: {
901
+ [key: string]: TrialComponentParameterValue;
902
+ };
903
+
904
+ InputArtifacts?: {
905
+ [key: string]: TrialComponentArtifact;
906
+ };
907
+
908
+ OutputArtifacts?: {
909
+ [key: string]: TrialComponentArtifact;
910
+ };
911
+
912
+ Metrics?: TrialComponentMetricSummary[];
913
+
914
+ MetadataProperties?: MetadataProperties;
915
+
916
+ SourceDetail?: TrialComponentSourceDetail;
917
+
918
+ LineageGroupArn?: string;
919
+
920
+ Tags?: Tag[];
921
+
922
+ Parents?: Parent[];
923
+ }
924
+ export declare namespace TrialComponent {
925
+
926
+ const filterSensitiveLog: (obj: TrialComponent) => any;
927
+ }
928
+
929
+ export interface SearchRecord {
930
+
931
+ TrainingJob?: TrainingJob;
932
+
933
+ Experiment?: Experiment;
934
+
935
+ Trial?: Trial;
936
+
937
+ TrialComponent?: TrialComponent;
938
+
939
+ Endpoint?: Endpoint;
940
+
941
+ ModelPackage?: ModelPackage;
942
+
943
+ ModelPackageGroup?: ModelPackageGroup;
944
+
945
+ Pipeline?: Pipeline;
946
+
947
+ PipelineExecution?: PipelineExecution;
948
+
949
+ FeatureGroup?: FeatureGroup;
950
+
951
+ Project?: Project;
952
+ }
953
+ export declare namespace SearchRecord {
954
+
955
+ const filterSensitiveLog: (obj: SearchRecord) => any;
956
+ }
957
+ export interface SearchResponse {
958
+
959
+ Results?: SearchRecord[];
960
+
961
+ NextToken?: string;
962
+ }
963
+ export declare namespace SearchResponse {
964
+
965
+ const filterSensitiveLog: (obj: SearchResponse) => any;
966
+ }
967
+ export interface SendPipelineExecutionStepFailureRequest {
968
+
969
+ CallbackToken: string | undefined;
970
+
971
+ FailureReason?: string;
972
+
973
+ ClientRequestToken?: string;
974
+ }
975
+ export declare namespace SendPipelineExecutionStepFailureRequest {
976
+
977
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureRequest) => any;
978
+ }
979
+ export interface SendPipelineExecutionStepFailureResponse {
980
+
981
+ PipelineExecutionArn?: string;
982
+ }
983
+ export declare namespace SendPipelineExecutionStepFailureResponse {
984
+
985
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureResponse) => any;
986
+ }
987
+ export interface SendPipelineExecutionStepSuccessRequest {
988
+
989
+ CallbackToken: string | undefined;
990
+
991
+ OutputParameters?: OutputParameter[];
992
+
993
+ ClientRequestToken?: string;
994
+ }
995
+ export declare namespace SendPipelineExecutionStepSuccessRequest {
996
+
997
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessRequest) => any;
998
+ }
999
+ export interface SendPipelineExecutionStepSuccessResponse {
1000
+
1001
+ PipelineExecutionArn?: string;
1002
+ }
1003
+ export declare namespace SendPipelineExecutionStepSuccessResponse {
1004
+
1005
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessResponse) => any;
1006
+ }
1007
+ export interface StartMonitoringScheduleRequest {
1008
+
1009
+ MonitoringScheduleName: string | undefined;
1010
+ }
1011
+ export declare namespace StartMonitoringScheduleRequest {
1012
+
1013
+ const filterSensitiveLog: (obj: StartMonitoringScheduleRequest) => any;
1014
+ }
1015
+ export interface StartNotebookInstanceInput {
1016
+
1017
+ NotebookInstanceName: string | undefined;
1018
+ }
1019
+ export declare namespace StartNotebookInstanceInput {
1020
+
1021
+ const filterSensitiveLog: (obj: StartNotebookInstanceInput) => any;
1022
+ }
1023
+ export interface StartPipelineExecutionRequest {
1024
+
1025
+ PipelineName: string | undefined;
1026
+
1027
+ PipelineExecutionDisplayName?: string;
1028
+
1029
+ PipelineParameters?: Parameter[];
1030
+
1031
+ PipelineExecutionDescription?: string;
1032
+
1033
+ ClientRequestToken?: string;
1034
+ }
1035
+ export declare namespace StartPipelineExecutionRequest {
1036
+
1037
+ const filterSensitiveLog: (obj: StartPipelineExecutionRequest) => any;
1038
+ }
4
1039
  export interface StartPipelineExecutionResponse {
5
1040
 
6
1041
  PipelineExecutionArn?: string;
@@ -41,6 +1076,14 @@ export declare namespace StopHyperParameterTuningJobRequest {
41
1076
 
42
1077
  const filterSensitiveLog: (obj: StopHyperParameterTuningJobRequest) => any;
43
1078
  }
1079
+ export interface StopInferenceRecommendationsJobRequest {
1080
+
1081
+ JobName: string | undefined;
1082
+ }
1083
+ export declare namespace StopInferenceRecommendationsJobRequest {
1084
+
1085
+ const filterSensitiveLog: (obj: StopInferenceRecommendationsJobRequest) => any;
1086
+ }
44
1087
  export interface StopLabelingJobRequest {
45
1088
 
46
1089
  LabelingJobName: string | undefined;
@@ -378,6 +1421,8 @@ export interface UpdateModelPackageInput {
378
1421
  };
379
1422
 
380
1423
  CustomerMetadataPropertiesToRemove?: string[];
1424
+
1425
+ AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
381
1426
  }
382
1427
  export declare namespace UpdateModelPackageInput {
383
1428