@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,2333 @@
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
+ * <p>An array of
7
+ * <code>TransformJobSummary</code>
8
+ * objects.</p>
9
+ */
10
+ TransformJobSummaries: TransformJobSummary[] | undefined;
11
+ /**
12
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
13
+ * transform jobs, use it in the next request.</p>
14
+ */
15
+ NextToken?: string;
16
+ }
17
+ export declare namespace ListTransformJobsResponse {
18
+ /**
19
+ * @internal
20
+ */
21
+ const filterSensitiveLog: (obj: ListTransformJobsResponse) => any;
22
+ }
23
+ export declare enum SortTrialComponentsBy {
24
+ CREATION_TIME = "CreationTime",
25
+ NAME = "Name"
26
+ }
27
+ export interface ListTrialComponentsRequest {
28
+ /**
29
+ * <p>A filter that returns only components that are part of the specified experiment. If you
30
+ * specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or
31
+ * <code>TrialName</code>.</p>
32
+ */
33
+ ExperimentName?: string;
34
+ /**
35
+ * <p>A filter that returns only components that are part of the specified trial. If you specify
36
+ * <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or
37
+ * <code>SourceArn</code>.</p>
38
+ */
39
+ TrialName?: string;
40
+ /**
41
+ * <p>A filter that returns only components that have the specified source Amazon Resource Name
42
+ * (ARN). If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code>
43
+ * or <code>TrialName</code>.</p>
44
+ */
45
+ SourceArn?: string;
46
+ /**
47
+ * <p>A filter that returns only components created after the specified time.</p>
48
+ */
49
+ CreatedAfter?: Date;
50
+ /**
51
+ * <p>A filter that returns only components created before the specified time.</p>
52
+ */
53
+ CreatedBefore?: Date;
54
+ /**
55
+ * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
56
+ */
57
+ SortBy?: SortTrialComponentsBy | string;
58
+ /**
59
+ * <p>The sort order. The default value is <code>Descending</code>.</p>
60
+ */
61
+ SortOrder?: SortOrder | string;
62
+ /**
63
+ * <p>The maximum number of components to return in the response. The default value is
64
+ * 10.</p>
65
+ */
66
+ MaxResults?: number;
67
+ /**
68
+ * <p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of
69
+ * components, the call returns a token for getting the next set of components.</p>
70
+ */
71
+ NextToken?: string;
72
+ }
73
+ export declare namespace ListTrialComponentsRequest {
74
+ /**
75
+ * @internal
76
+ */
77
+ const filterSensitiveLog: (obj: ListTrialComponentsRequest) => any;
78
+ }
79
+ /**
80
+ * <p>A summary of the properties of a trial component. To get all the properties, call the
81
+ * <a>DescribeTrialComponent</a> API and provide the
82
+ * <code>TrialComponentName</code>.</p>
83
+ */
84
+ export interface TrialComponentSummary {
85
+ /**
86
+ * <p>The name of the trial component.</p>
87
+ */
88
+ TrialComponentName?: string;
89
+ /**
90
+ * <p>The ARN of the trial component.</p>
91
+ */
92
+ TrialComponentArn?: string;
93
+ /**
94
+ * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified,
95
+ * <code>TrialComponentName</code> is displayed.</p>
96
+ */
97
+ DisplayName?: string;
98
+ /**
99
+ * <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
100
+ */
101
+ TrialComponentSource?: TrialComponentSource;
102
+ /**
103
+ * <p>The status of the component. States include:</p>
104
+ * <ul>
105
+ * <li>
106
+ * <p>InProgress</p>
107
+ * </li>
108
+ * <li>
109
+ * <p>Completed</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>Failed</p>
113
+ * </li>
114
+ * </ul>
115
+ */
116
+ Status?: TrialComponentStatus;
117
+ /**
118
+ * <p>When the component started.</p>
119
+ */
120
+ StartTime?: Date;
121
+ /**
122
+ * <p>When the component ended.</p>
123
+ */
124
+ EndTime?: Date;
125
+ /**
126
+ * <p>When the component was created.</p>
127
+ */
128
+ CreationTime?: Date;
129
+ /**
130
+ * <p>Who created the trial component.</p>
131
+ */
132
+ CreatedBy?: UserContext;
133
+ /**
134
+ * <p>When the component was last modified.</p>
135
+ */
136
+ LastModifiedTime?: Date;
137
+ /**
138
+ * <p>Who last modified the component.</p>
139
+ */
140
+ LastModifiedBy?: UserContext;
141
+ }
142
+ export declare namespace TrialComponentSummary {
143
+ /**
144
+ * @internal
145
+ */
146
+ const filterSensitiveLog: (obj: TrialComponentSummary) => any;
147
+ }
148
+ export interface ListTrialComponentsResponse {
149
+ /**
150
+ * <p>A list of the summaries of your trial components.</p>
151
+ */
152
+ TrialComponentSummaries?: TrialComponentSummary[];
153
+ /**
154
+ * <p>A token for getting the next set of components, if there are any.</p>
155
+ */
156
+ NextToken?: string;
157
+ }
158
+ export declare namespace ListTrialComponentsResponse {
159
+ /**
160
+ * @internal
161
+ */
162
+ const filterSensitiveLog: (obj: ListTrialComponentsResponse) => any;
163
+ }
164
+ export declare enum SortTrialsBy {
165
+ CREATION_TIME = "CreationTime",
166
+ NAME = "Name"
167
+ }
168
+ export interface ListTrialsRequest {
169
+ /**
170
+ * <p>A filter that returns only trials that are part of the specified experiment.</p>
171
+ */
172
+ ExperimentName?: string;
173
+ /**
174
+ * <p>A filter that returns only trials that are associated with the specified trial
175
+ * component.</p>
176
+ */
177
+ TrialComponentName?: string;
178
+ /**
179
+ * <p>A filter that returns only trials created after the specified time.</p>
180
+ */
181
+ CreatedAfter?: Date;
182
+ /**
183
+ * <p>A filter that returns only trials created before the specified time.</p>
184
+ */
185
+ CreatedBefore?: Date;
186
+ /**
187
+ * <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
188
+ */
189
+ SortBy?: SortTrialsBy | string;
190
+ /**
191
+ * <p>The sort order. The default value is <code>Descending</code>.</p>
192
+ */
193
+ SortOrder?: SortOrder | string;
194
+ /**
195
+ * <p>The maximum number of trials to return in the response. The default value is 10.</p>
196
+ */
197
+ MaxResults?: number;
198
+ /**
199
+ * <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the
200
+ * call returns a token for getting the next set of trials.</p>
201
+ */
202
+ NextToken?: string;
203
+ }
204
+ export declare namespace ListTrialsRequest {
205
+ /**
206
+ * @internal
207
+ */
208
+ const filterSensitiveLog: (obj: ListTrialsRequest) => any;
209
+ }
210
+ /**
211
+ * <p>A summary of the properties of a trial. To get the complete set of properties, call the
212
+ * <a>DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
213
+ */
214
+ export interface TrialSummary {
215
+ /**
216
+ * <p>The Amazon Resource Name (ARN) of the trial.</p>
217
+ */
218
+ TrialArn?: string;
219
+ /**
220
+ * <p>The name of the trial.</p>
221
+ */
222
+ TrialName?: string;
223
+ /**
224
+ * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified,
225
+ * <code>TrialName</code> is displayed.</p>
226
+ */
227
+ DisplayName?: string;
228
+ /**
229
+ * <p>The source of the trial.</p>
230
+ */
231
+ TrialSource?: TrialSource;
232
+ /**
233
+ * <p>When the trial was created.</p>
234
+ */
235
+ CreationTime?: Date;
236
+ /**
237
+ * <p>When the trial was last modified.</p>
238
+ */
239
+ LastModifiedTime?: Date;
240
+ }
241
+ export declare namespace TrialSummary {
242
+ /**
243
+ * @internal
244
+ */
245
+ const filterSensitiveLog: (obj: TrialSummary) => any;
246
+ }
247
+ export interface ListTrialsResponse {
248
+ /**
249
+ * <p>A list of the summaries of your trials.</p>
250
+ */
251
+ TrialSummaries?: TrialSummary[];
252
+ /**
253
+ * <p>A token for getting the next set of trials, if there are any.</p>
254
+ */
255
+ NextToken?: string;
256
+ }
257
+ export declare namespace ListTrialsResponse {
258
+ /**
259
+ * @internal
260
+ */
261
+ const filterSensitiveLog: (obj: ListTrialsResponse) => any;
262
+ }
263
+ export declare enum UserProfileSortKey {
264
+ CreationTime = "CreationTime",
265
+ LastModifiedTime = "LastModifiedTime"
266
+ }
267
+ export interface ListUserProfilesRequest {
268
+ /**
269
+ * <p>If the previous response was truncated, you will receive this token.
270
+ * Use it in your next request to receive the next set of results.</p>
271
+ */
272
+ NextToken?: string;
273
+ /**
274
+ * <p>Returns a list up to a specified limit.</p>
275
+ */
276
+ MaxResults?: number;
277
+ /**
278
+ * <p>The sort order for the results. The default is Ascending.</p>
279
+ */
280
+ SortOrder?: SortOrder | string;
281
+ /**
282
+ * <p>The parameter by which to sort the results. The default is CreationTime.</p>
283
+ */
284
+ SortBy?: UserProfileSortKey | string;
285
+ /**
286
+ * <p>A parameter by which to filter the results.</p>
287
+ */
288
+ DomainIdEquals?: string;
289
+ /**
290
+ * <p>A parameter by which to filter the results.</p>
291
+ */
292
+ UserProfileNameContains?: string;
293
+ }
294
+ export declare namespace ListUserProfilesRequest {
295
+ /**
296
+ * @internal
297
+ */
298
+ const filterSensitiveLog: (obj: ListUserProfilesRequest) => any;
299
+ }
300
+ /**
301
+ * <p>The user profile details.</p>
302
+ */
303
+ export interface UserProfileDetails {
304
+ /**
305
+ * <p>The domain ID.</p>
306
+ */
307
+ DomainId?: string;
308
+ /**
309
+ * <p>The user profile name.</p>
310
+ */
311
+ UserProfileName?: string;
312
+ /**
313
+ * <p>The status.</p>
314
+ */
315
+ Status?: UserProfileStatus | string;
316
+ /**
317
+ * <p>The creation time.</p>
318
+ */
319
+ CreationTime?: Date;
320
+ /**
321
+ * <p>The last modified time.</p>
322
+ */
323
+ LastModifiedTime?: Date;
324
+ }
325
+ export declare namespace UserProfileDetails {
326
+ /**
327
+ * @internal
328
+ */
329
+ const filterSensitiveLog: (obj: UserProfileDetails) => any;
330
+ }
331
+ export interface ListUserProfilesResponse {
332
+ /**
333
+ * <p>The list of user profiles.</p>
334
+ */
335
+ UserProfiles?: UserProfileDetails[];
336
+ /**
337
+ * <p>If the previous response was truncated, you will receive this token.
338
+ * Use it in your next request to receive the next set of results.</p>
339
+ */
340
+ NextToken?: string;
341
+ }
342
+ export declare namespace ListUserProfilesResponse {
343
+ /**
344
+ * @internal
345
+ */
346
+ const filterSensitiveLog: (obj: ListUserProfilesResponse) => any;
347
+ }
348
+ export declare enum ListWorkforcesSortByOptions {
349
+ CreateDate = "CreateDate",
350
+ Name = "Name"
351
+ }
352
+ export interface ListWorkforcesRequest {
353
+ /**
354
+ * <p>Sort workforces using the workforce name or creation date.</p>
355
+ */
356
+ SortBy?: ListWorkforcesSortByOptions | string;
357
+ /**
358
+ * <p>Sort workforces in ascending or descending order.</p>
359
+ */
360
+ SortOrder?: SortOrder | string;
361
+ /**
362
+ * <p>A filter you can use to search for workforces using part of the workforce name.</p>
363
+ */
364
+ NameContains?: string;
365
+ /**
366
+ * <p>A token to resume pagination.</p>
367
+ */
368
+ NextToken?: string;
369
+ /**
370
+ * <p>The maximum number of workforces returned in the response.</p>
371
+ */
372
+ MaxResults?: number;
373
+ }
374
+ export declare namespace ListWorkforcesRequest {
375
+ /**
376
+ * @internal
377
+ */
378
+ const filterSensitiveLog: (obj: ListWorkforcesRequest) => any;
379
+ }
380
+ export interface ListWorkforcesResponse {
381
+ /**
382
+ * <p>A list containing information about your workforce.</p>
383
+ */
384
+ Workforces: Workforce[] | undefined;
385
+ /**
386
+ * <p>A token to resume pagination.</p>
387
+ */
388
+ NextToken?: string;
389
+ }
390
+ export declare namespace ListWorkforcesResponse {
391
+ /**
392
+ * @internal
393
+ */
394
+ const filterSensitiveLog: (obj: ListWorkforcesResponse) => any;
395
+ }
396
+ export declare enum ListWorkteamsSortByOptions {
397
+ CreateDate = "CreateDate",
398
+ Name = "Name"
399
+ }
400
+ export interface ListWorkteamsRequest {
401
+ /**
402
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
403
+ */
404
+ SortBy?: ListWorkteamsSortByOptions | string;
405
+ /**
406
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
407
+ */
408
+ SortOrder?: SortOrder | string;
409
+ /**
410
+ * <p>A string in the work team's name. This filter returns only work teams whose name
411
+ * contains the specified string.</p>
412
+ */
413
+ NameContains?: string;
414
+ /**
415
+ * <p>If the result of the previous <code>ListWorkteams</code> request was truncated, the
416
+ * response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs,
417
+ * use the token in the next request.</p>
418
+ */
419
+ NextToken?: string;
420
+ /**
421
+ * <p>The maximum number of work teams to return in each page of the response.</p>
422
+ */
423
+ MaxResults?: number;
424
+ }
425
+ export declare namespace ListWorkteamsRequest {
426
+ /**
427
+ * @internal
428
+ */
429
+ const filterSensitiveLog: (obj: ListWorkteamsRequest) => any;
430
+ }
431
+ export interface ListWorkteamsResponse {
432
+ /**
433
+ * <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
434
+ */
435
+ Workteams: Workteam[] | undefined;
436
+ /**
437
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
438
+ * work teams, use it in the subsequent request.</p>
439
+ */
440
+ NextToken?: string;
441
+ }
442
+ export declare namespace ListWorkteamsResponse {
443
+ /**
444
+ * @internal
445
+ */
446
+ const filterSensitiveLog: (obj: ListWorkteamsResponse) => any;
447
+ }
448
+ /**
449
+ * <p>A versioned model that can be deployed for SageMaker inference.</p>
450
+ */
451
+ export interface ModelPackage {
452
+ /**
453
+ * <p>The name of the model.</p>
454
+ */
455
+ ModelPackageName?: string;
456
+ /**
457
+ * <p>The model group to which the model belongs.</p>
458
+ */
459
+ ModelPackageGroupName?: string;
460
+ /**
461
+ * <p>The version number of a versioned model.</p>
462
+ */
463
+ ModelPackageVersion?: number;
464
+ /**
465
+ * <p>The Amazon Resource Name (ARN) of the model package.</p>
466
+ */
467
+ ModelPackageArn?: string;
468
+ /**
469
+ * <p>The description of the model package.</p>
470
+ */
471
+ ModelPackageDescription?: string;
472
+ /**
473
+ * <p>The time that the model package was created.</p>
474
+ */
475
+ CreationTime?: Date;
476
+ /**
477
+ * <p>Defines how to perform inference generation after a training job is run.</p>
478
+ */
479
+ InferenceSpecification?: InferenceSpecification;
480
+ /**
481
+ * <p>A list of algorithms that were used to create a model package.</p>
482
+ */
483
+ SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
484
+ /**
485
+ * <p>Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.</p>
486
+ */
487
+ ValidationSpecification?: ModelPackageValidationSpecification;
488
+ /**
489
+ * <p>The status of the model package. This can be one of the following values.</p>
490
+ * <ul>
491
+ * <li>
492
+ * <p>
493
+ * <code>PENDING</code> - The model package is pending being created.</p>
494
+ * </li>
495
+ * <li>
496
+ * <p>
497
+ * <code>IN_PROGRESS</code> - The model package is in the process of being
498
+ * created.</p>
499
+ * </li>
500
+ * <li>
501
+ * <p>
502
+ * <code>COMPLETED</code> - The model package was successfully created.</p>
503
+ * </li>
504
+ * <li>
505
+ * <p>
506
+ * <code>FAILED</code> - The model package failed.</p>
507
+ * </li>
508
+ * <li>
509
+ * <p>
510
+ * <code>DELETING</code> - The model package is in the process of being deleted.</p>
511
+ * </li>
512
+ * </ul>
513
+ */
514
+ ModelPackageStatus?: ModelPackageStatus | string;
515
+ /**
516
+ * <p>Specifies the validation and image scan statuses of the model package.</p>
517
+ */
518
+ ModelPackageStatusDetails?: ModelPackageStatusDetails;
519
+ /**
520
+ * <p>Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For
521
+ * information about listing model packages on Amazon Web Services Marketplace, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html">List Your
522
+ * Algorithm or Model Package on Amazon Web Services Marketplace</a>.</p>
523
+ */
524
+ CertifyForMarketplace?: boolean;
525
+ /**
526
+ * <p>The approval status of the model. This can be one of the following values.</p>
527
+ * <ul>
528
+ * <li>
529
+ * <p>
530
+ * <code>APPROVED</code> - The model is approved</p>
531
+ * </li>
532
+ * <li>
533
+ * <p>
534
+ * <code>REJECTED</code> - The model is rejected.</p>
535
+ * </li>
536
+ * <li>
537
+ * <p>
538
+ * <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual
539
+ * approval.</p>
540
+ * </li>
541
+ * </ul>
542
+ */
543
+ ModelApprovalStatus?: ModelApprovalStatus | string;
544
+ /**
545
+ * <p>Information about the user who created or modified an experiment, trial, trial
546
+ * component, lineage group, or project.</p>
547
+ */
548
+ CreatedBy?: UserContext;
549
+ /**
550
+ * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
551
+ */
552
+ MetadataProperties?: MetadataProperties;
553
+ /**
554
+ * <p>Metrics for the model.</p>
555
+ */
556
+ ModelMetrics?: ModelMetrics;
557
+ /**
558
+ * <p>The last time the model package was modified.</p>
559
+ */
560
+ LastModifiedTime?: Date;
561
+ /**
562
+ * <p>Information about the user who created or modified an experiment, trial, trial
563
+ * component, lineage group, or project.</p>
564
+ */
565
+ LastModifiedBy?: UserContext;
566
+ /**
567
+ * <p>A description provided when the model approval is set.</p>
568
+ */
569
+ ApprovalDescription?: string;
570
+ /**
571
+ * <p>The machine learning domain of your model package and its components. Common
572
+ * machine learning domains include computer vision and natural language processing.</p>
573
+ */
574
+ Domain?: string;
575
+ /**
576
+ * <p>The machine learning task your model package accomplishes. Common machine
577
+ * learning tasks include object detection and image classification.</p>
578
+ */
579
+ Task?: string;
580
+ /**
581
+ * <p>The Amazon Simple Storage Service path where the sample payload are stored. This path must point to
582
+ * a single gzip compressed tar archive (.tar.gz suffix).</p>
583
+ */
584
+ SamplePayloadUrl?: string;
585
+ /**
586
+ * <p>An array of additional Inference Specification objects.</p>
587
+ */
588
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
589
+ /**
590
+ * <p>A list of the tags associated with the model package. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
591
+ * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
592
+ */
593
+ Tags?: Tag[];
594
+ /**
595
+ * <p>The metadata properties for the model package. </p>
596
+ */
597
+ CustomerMetadataProperties?: {
598
+ [key: string]: string;
599
+ };
600
+ /**
601
+ * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.</p>
602
+ */
603
+ DriftCheckBaselines?: DriftCheckBaselines;
604
+ }
605
+ export declare namespace ModelPackage {
606
+ /**
607
+ * @internal
608
+ */
609
+ const filterSensitiveLog: (obj: ModelPackage) => any;
610
+ }
611
+ /**
612
+ * <p>A group of versioned models in the model registry.</p>
613
+ */
614
+ export interface ModelPackageGroup {
615
+ /**
616
+ * <p>The name of the model group.</p>
617
+ */
618
+ ModelPackageGroupName?: string;
619
+ /**
620
+ * <p>The Amazon Resource Name (ARN) of the model group.</p>
621
+ */
622
+ ModelPackageGroupArn?: string;
623
+ /**
624
+ * <p>The description for the model group.</p>
625
+ */
626
+ ModelPackageGroupDescription?: string;
627
+ /**
628
+ * <p>The time that the model group was created.</p>
629
+ */
630
+ CreationTime?: Date;
631
+ /**
632
+ * <p>Information about the user who created or modified an experiment, trial, trial
633
+ * component, lineage group, or project.</p>
634
+ */
635
+ CreatedBy?: UserContext;
636
+ /**
637
+ * <p>The status of the model group. This can be one of the following values.</p>
638
+ * <ul>
639
+ * <li>
640
+ * <p>
641
+ * <code>PENDING</code> - The model group is pending being created.</p>
642
+ * </li>
643
+ * <li>
644
+ * <p>
645
+ * <code>IN_PROGRESS</code> - The model group is in the process of being
646
+ * created.</p>
647
+ * </li>
648
+ * <li>
649
+ * <p>
650
+ * <code>COMPLETED</code> - The model group was successfully created.</p>
651
+ * </li>
652
+ * <li>
653
+ * <p>
654
+ * <code>FAILED</code> - The model group failed.</p>
655
+ * </li>
656
+ * <li>
657
+ * <p>
658
+ * <code>DELETING</code> - The model group is in the process of being deleted.</p>
659
+ * </li>
660
+ * <li>
661
+ * <p>
662
+ * <code>DELETE_FAILED</code> - SageMaker failed to delete the model group.</p>
663
+ * </li>
664
+ * </ul>
665
+ */
666
+ ModelPackageGroupStatus?: ModelPackageGroupStatus | string;
667
+ /**
668
+ * <p>A list of the tags associated with the model group. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
669
+ * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
670
+ */
671
+ Tags?: Tag[];
672
+ }
673
+ export declare namespace ModelPackageGroup {
674
+ /**
675
+ * @internal
676
+ */
677
+ const filterSensitiveLog: (obj: ModelPackageGroup) => any;
678
+ }
679
+ /**
680
+ * <p>A list of nested <a>Filter</a> objects. A resource must satisfy the conditions
681
+ * of all filters to be included in the results returned from the <a>Search</a> API.</p>
682
+ * <p>For example, to filter on a training job's <code>InputDataConfig</code> property with a
683
+ * specific channel name and <code>S3Uri</code> prefix, define the following filters:</p>
684
+ * <ul>
685
+ * <li>
686
+ * <p>
687
+ * <code>'{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}',</code>
688
+ * </p>
689
+ * </li>
690
+ * <li>
691
+ * <p>
692
+ * <code>'{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains",
693
+ * "Value":"mybucket/catdata"}'</code>
694
+ * </p>
695
+ * </li>
696
+ * </ul>
697
+ */
698
+ export interface NestedFilters {
699
+ /**
700
+ * <p>The name of the property to use in the nested filters. The value must match a listed property name,
701
+ * such as <code>InputDataConfig</code>.</p>
702
+ */
703
+ NestedPropertyName: string | undefined;
704
+ /**
705
+ * <p>A list of filters. Each filter acts on a property. Filters must contain at least one
706
+ * <code>Filters</code> value. For example, a <code>NestedFilters</code> call might
707
+ * include a filter on the <code>PropertyName</code> parameter of the
708
+ * <code>InputDataConfig</code> property:
709
+ * <code>InputDataConfig.DataSource.S3DataSource.S3Uri</code>.</p>
710
+ */
711
+ Filters: Filter[] | undefined;
712
+ }
713
+ export declare namespace NestedFilters {
714
+ /**
715
+ * @internal
716
+ */
717
+ const filterSensitiveLog: (obj: NestedFilters) => any;
718
+ }
719
+ /**
720
+ * <p>The trial that a trial component is associated with and the experiment the trial is part
721
+ * of. A component might not be associated with a trial. A component can be associated with
722
+ * multiple trials.</p>
723
+ */
724
+ export interface Parent {
725
+ /**
726
+ * <p>The name of the trial.</p>
727
+ */
728
+ TrialName?: string;
729
+ /**
730
+ * <p>The name of the experiment.</p>
731
+ */
732
+ ExperimentName?: string;
733
+ }
734
+ export declare namespace Parent {
735
+ /**
736
+ * @internal
737
+ */
738
+ const filterSensitiveLog: (obj: Parent) => any;
739
+ }
740
+ /**
741
+ * <p>A SageMaker Model Building Pipeline instance.</p>
742
+ */
743
+ export interface Pipeline {
744
+ /**
745
+ * <p>The Amazon Resource Name (ARN) of the pipeline.</p>
746
+ */
747
+ PipelineArn?: string;
748
+ /**
749
+ * <p>The name of the pipeline.</p>
750
+ */
751
+ PipelineName?: string;
752
+ /**
753
+ * <p>The display name of the pipeline.</p>
754
+ */
755
+ PipelineDisplayName?: string;
756
+ /**
757
+ * <p>The description of the pipeline.</p>
758
+ */
759
+ PipelineDescription?: string;
760
+ /**
761
+ * <p>The Amazon Resource Name (ARN) of the role that created the pipeline.</p>
762
+ */
763
+ RoleArn?: string;
764
+ /**
765
+ * <p>The status of the pipeline.</p>
766
+ */
767
+ PipelineStatus?: PipelineStatus | string;
768
+ /**
769
+ * <p>The creation time of the pipeline.</p>
770
+ */
771
+ CreationTime?: Date;
772
+ /**
773
+ * <p>The time that the pipeline was last modified.</p>
774
+ */
775
+ LastModifiedTime?: Date;
776
+ /**
777
+ * <p>The time when the pipeline was last run.</p>
778
+ */
779
+ LastRunTime?: Date;
780
+ /**
781
+ * <p>Information about the user who created or modified an experiment, trial, trial
782
+ * component, lineage group, or project.</p>
783
+ */
784
+ CreatedBy?: UserContext;
785
+ /**
786
+ * <p>Information about the user who created or modified an experiment, trial, trial
787
+ * component, lineage group, or project.</p>
788
+ */
789
+ LastModifiedBy?: UserContext;
790
+ /**
791
+ * <p>A list of tags that apply to the pipeline.</p>
792
+ */
793
+ Tags?: Tag[];
794
+ }
795
+ export declare namespace Pipeline {
796
+ /**
797
+ * @internal
798
+ */
799
+ const filterSensitiveLog: (obj: Pipeline) => any;
800
+ }
801
+ /**
802
+ * <p>An execution of a pipeline.</p>
803
+ */
804
+ export interface PipelineExecution {
805
+ /**
806
+ * <p>The Amazon Resource Name (ARN) of the pipeline that was executed.</p>
807
+ */
808
+ PipelineArn?: string;
809
+ /**
810
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
811
+ */
812
+ PipelineExecutionArn?: string;
813
+ /**
814
+ * <p>The display name of the pipeline execution.</p>
815
+ */
816
+ PipelineExecutionDisplayName?: string;
817
+ /**
818
+ * <p>The status of the pipeline status.</p>
819
+ */
820
+ PipelineExecutionStatus?: PipelineExecutionStatus | string;
821
+ /**
822
+ * <p>The description of the pipeline execution.</p>
823
+ */
824
+ PipelineExecutionDescription?: string;
825
+ /**
826
+ * <p>Specifies the names of the experiment and trial created by a pipeline.</p>
827
+ */
828
+ PipelineExperimentConfig?: PipelineExperimentConfig;
829
+ /**
830
+ * <p>If the execution failed, a message describing why.</p>
831
+ */
832
+ FailureReason?: string;
833
+ /**
834
+ * <p>The creation time of the pipeline execution.</p>
835
+ */
836
+ CreationTime?: Date;
837
+ /**
838
+ * <p>The time that the pipeline execution was last modified.</p>
839
+ */
840
+ LastModifiedTime?: Date;
841
+ /**
842
+ * <p>Information about the user who created or modified an experiment, trial, trial
843
+ * component, lineage group, or project.</p>
844
+ */
845
+ CreatedBy?: UserContext;
846
+ /**
847
+ * <p>Information about the user who created or modified an experiment, trial, trial
848
+ * component, lineage group, or project.</p>
849
+ */
850
+ LastModifiedBy?: UserContext;
851
+ /**
852
+ * <p>Contains a list of pipeline parameters. This list can be empty. </p>
853
+ */
854
+ PipelineParameters?: Parameter[];
855
+ }
856
+ export declare namespace PipelineExecution {
857
+ /**
858
+ * @internal
859
+ */
860
+ const filterSensitiveLog: (obj: PipelineExecution) => any;
861
+ }
862
+ /**
863
+ * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information,
864
+ * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process
865
+ * Data and Evaluate Models</a>.</p>
866
+ */
867
+ export interface ProcessingJob {
868
+ /**
869
+ * <p>List of input configurations for the processing job.</p>
870
+ */
871
+ ProcessingInputs?: ProcessingInput[];
872
+ /**
873
+ * <p>Configuration for uploading output from the processing container.</p>
874
+ */
875
+ ProcessingOutputConfig?: ProcessingOutputConfig;
876
+ /**
877
+ * <p>The name of the processing job.</p>
878
+ */
879
+ ProcessingJobName?: string;
880
+ /**
881
+ * <p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a
882
+ * processing job. In distributed training, you specify more than one instance.</p>
883
+ */
884
+ ProcessingResources?: ProcessingResources;
885
+ /**
886
+ * <p>Configures conditions under which the processing job should be stopped, such as how long
887
+ * the processing job has been running. After the condition is met, the processing job is stopped.</p>
888
+ */
889
+ StoppingCondition?: ProcessingStoppingCondition;
890
+ /**
891
+ * <p>Configuration to run a processing job in a specified container image.</p>
892
+ */
893
+ AppSpecification?: AppSpecification;
894
+ /**
895
+ * <p>Sets the environment variables in the Docker container.</p>
896
+ */
897
+ Environment?: {
898
+ [key: string]: string;
899
+ };
900
+ /**
901
+ * <p>Networking options for a job, such as network traffic encryption between containers,
902
+ * whether to allow inbound and outbound network calls to and from containers, and the VPC
903
+ * subnets and security groups to use for VPC-enabled jobs.</p>
904
+ */
905
+ NetworkConfig?: NetworkConfig;
906
+ /**
907
+ * <p>The ARN of the role used to create the processing job.</p>
908
+ */
909
+ RoleArn?: string;
910
+ /**
911
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
912
+ * you call the following APIs:</p>
913
+ * <ul>
914
+ * <li>
915
+ * <p>
916
+ * <a>CreateProcessingJob</a>
917
+ * </p>
918
+ * </li>
919
+ * <li>
920
+ * <p>
921
+ * <a>CreateTrainingJob</a>
922
+ * </p>
923
+ * </li>
924
+ * <li>
925
+ * <p>
926
+ * <a>CreateTransformJob</a>
927
+ * </p>
928
+ * </li>
929
+ * </ul>
930
+ */
931
+ ExperimentConfig?: ExperimentConfig;
932
+ /**
933
+ * <p>The ARN of the processing job.</p>
934
+ */
935
+ ProcessingJobArn?: string;
936
+ /**
937
+ * <p>The status of the processing job.</p>
938
+ */
939
+ ProcessingJobStatus?: ProcessingJobStatus | string;
940
+ /**
941
+ * <p>A string, up to one KB in size, that contains metadata from the processing
942
+ * container when the processing job exits.</p>
943
+ */
944
+ ExitMessage?: string;
945
+ /**
946
+ * <p>A string, up to one KB in size, that contains the reason a processing job failed, if
947
+ * it failed.</p>
948
+ */
949
+ FailureReason?: string;
950
+ /**
951
+ * <p>The time that the processing job ended.</p>
952
+ */
953
+ ProcessingEndTime?: Date;
954
+ /**
955
+ * <p>The time that the processing job started.</p>
956
+ */
957
+ ProcessingStartTime?: Date;
958
+ /**
959
+ * <p>The time the processing job was last modified.</p>
960
+ */
961
+ LastModifiedTime?: Date;
962
+ /**
963
+ * <p>The time the processing job was created.</p>
964
+ */
965
+ CreationTime?: Date;
966
+ /**
967
+ * <p>The ARN of a monitoring schedule for an endpoint associated with this processing
968
+ * job.</p>
969
+ */
970
+ MonitoringScheduleArn?: string;
971
+ /**
972
+ * <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.</p>
973
+ */
974
+ AutoMLJobArn?: string;
975
+ /**
976
+ * <p>The ARN of the training job associated with this processing job.</p>
977
+ */
978
+ TrainingJobArn?: string;
979
+ /**
980
+ * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management
981
+ * User Guide</i>.</p>
982
+ */
983
+ Tags?: Tag[];
984
+ }
985
+ export declare namespace ProcessingJob {
986
+ /**
987
+ * @internal
988
+ */
989
+ const filterSensitiveLog: (obj: ProcessingJob) => any;
990
+ }
991
+ /**
992
+ * <p>Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and
993
+ * storage paths.</p>
994
+ */
995
+ export interface ProfilerConfigForUpdate {
996
+ /**
997
+ * <p>Path to Amazon S3 storage location for system and framework metrics.</p>
998
+ */
999
+ S3OutputPath?: string;
1000
+ /**
1001
+ * <p>A time interval for capturing system metrics in milliseconds. Available values are
1002
+ * 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.</p>
1003
+ */
1004
+ ProfilingIntervalInMilliseconds?: number;
1005
+ /**
1006
+ * <p>Configuration information for capturing framework metrics. Available key strings for different profiling options are
1007
+ * <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>, and <code>DataLoaderProfilingConfig</code>.
1008
+ * The following codes are configuration structures for the <code>ProfilingParameters</code> parameter. To learn more about
1009
+ * how to configure the <code>ProfilingParameters</code> parameter,
1010
+ * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.
1011
+ * </p>
1012
+ */
1013
+ ProfilingParameters?: {
1014
+ [key: string]: string;
1015
+ };
1016
+ /**
1017
+ * <p>To disable Debugger monitoring and profiling, set to <code>True</code>.</p>
1018
+ */
1019
+ DisableProfiler?: boolean;
1020
+ }
1021
+ export declare namespace ProfilerConfigForUpdate {
1022
+ /**
1023
+ * @internal
1024
+ */
1025
+ const filterSensitiveLog: (obj: ProfilerConfigForUpdate) => any;
1026
+ }
1027
+ /**
1028
+ * <p>The properties of a project as returned by the Search API.</p>
1029
+ */
1030
+ export interface Project {
1031
+ /**
1032
+ * <p>The Amazon Resource Name (ARN) of the project.</p>
1033
+ */
1034
+ ProjectArn?: string;
1035
+ /**
1036
+ * <p>The name of the project.</p>
1037
+ */
1038
+ ProjectName?: string;
1039
+ /**
1040
+ * <p>The ID of the project.</p>
1041
+ */
1042
+ ProjectId?: string;
1043
+ /**
1044
+ * <p>The description of the project.</p>
1045
+ */
1046
+ ProjectDescription?: string;
1047
+ /**
1048
+ * <p>Details that you specify to provision a service catalog product. For information about
1049
+ * service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
1050
+ * Catalog</a>.</p>
1051
+ */
1052
+ ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails;
1053
+ /**
1054
+ * <p>Details of a provisioned service catalog product. For information about service catalog,
1055
+ * see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
1056
+ * Catalog</a>.</p>
1057
+ */
1058
+ ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
1059
+ /**
1060
+ * <p>The status of the project.</p>
1061
+ */
1062
+ ProjectStatus?: ProjectStatus | string;
1063
+ /**
1064
+ * <p>Who created the project.</p>
1065
+ */
1066
+ CreatedBy?: UserContext;
1067
+ /**
1068
+ * <p>A timestamp specifying when the project was created.</p>
1069
+ */
1070
+ CreationTime?: Date;
1071
+ /**
1072
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
1073
+ * different ways, for example, by purpose, owner, or environment. For more information,
1074
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
1075
+ * Resources</a>.</p>
1076
+ */
1077
+ Tags?: Tag[];
1078
+ /**
1079
+ * <p>A timestamp container for when the project was last modified.</p>
1080
+ */
1081
+ LastModifiedTime?: Date;
1082
+ /**
1083
+ * <p>Information about the user who created or modified an experiment, trial, trial
1084
+ * component, lineage group, or project.</p>
1085
+ */
1086
+ LastModifiedBy?: UserContext;
1087
+ }
1088
+ export declare namespace Project {
1089
+ /**
1090
+ * @internal
1091
+ */
1092
+ const filterSensitiveLog: (obj: Project) => any;
1093
+ }
1094
+ export interface PutModelPackageGroupPolicyInput {
1095
+ /**
1096
+ * <p>The name of the model group to add a resource policy to.</p>
1097
+ */
1098
+ ModelPackageGroupName: string | undefined;
1099
+ /**
1100
+ * <p>The resource policy for the model group.</p>
1101
+ */
1102
+ ResourcePolicy: string | undefined;
1103
+ }
1104
+ export declare namespace PutModelPackageGroupPolicyInput {
1105
+ /**
1106
+ * @internal
1107
+ */
1108
+ const filterSensitiveLog: (obj: PutModelPackageGroupPolicyInput) => any;
1109
+ }
1110
+ export interface PutModelPackageGroupPolicyOutput {
1111
+ /**
1112
+ * <p>The Amazon Resource Name (ARN) of the model package group.</p>
1113
+ */
1114
+ ModelPackageGroupArn: string | undefined;
1115
+ }
1116
+ export declare namespace PutModelPackageGroupPolicyOutput {
1117
+ /**
1118
+ * @internal
1119
+ */
1120
+ const filterSensitiveLog: (obj: PutModelPackageGroupPolicyOutput) => any;
1121
+ }
1122
+ /**
1123
+ * <p>A set of filters to narrow the set of lineage entities connected to the <code>StartArn</code>(s) returned by the
1124
+ * <code>QueryLineage</code> API action.</p>
1125
+ */
1126
+ export interface QueryFilters {
1127
+ /**
1128
+ * <p>Filter the lineage entities connected to the <code>StartArn</code> by type. For example: <code>DataSet</code>,
1129
+ * <code>Model</code>, <code>Endpoint</code>, or <code>ModelDeployment</code>.</p>
1130
+ */
1131
+ Types?: string[];
1132
+ /**
1133
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by the type of the lineage entity.</p>
1134
+ */
1135
+ LineageTypes?: (LineageType | string)[];
1136
+ /**
1137
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by created date.</p>
1138
+ */
1139
+ CreatedBefore?: Date;
1140
+ /**
1141
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) after the create date.</p>
1142
+ */
1143
+ CreatedAfter?: Date;
1144
+ /**
1145
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) before the last modified date.</p>
1146
+ */
1147
+ ModifiedBefore?: Date;
1148
+ /**
1149
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) after the last modified date.</p>
1150
+ */
1151
+ ModifiedAfter?: Date;
1152
+ /**
1153
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs.
1154
+ * If multiple pairs are provided, an entity will be included in the results if it matches any of the provided pairs.</p>
1155
+ */
1156
+ Properties?: {
1157
+ [key: string]: string;
1158
+ };
1159
+ }
1160
+ export declare namespace QueryFilters {
1161
+ /**
1162
+ * @internal
1163
+ */
1164
+ const filterSensitiveLog: (obj: QueryFilters) => any;
1165
+ }
1166
+ export interface QueryLineageRequest {
1167
+ /**
1168
+ * <p>A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.</p>
1169
+ */
1170
+ StartArns: string[] | undefined;
1171
+ /**
1172
+ * <p>Associations between lineage entities are directed. This parameter determines the direction from the
1173
+ * StartArn(s) the query will look.</p>
1174
+ */
1175
+ Direction?: Direction | string;
1176
+ /**
1177
+ * <p> Setting this value to <code>True</code> will retrieve not only the entities of interest but also the
1178
+ * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html">Associations</a> and
1179
+ * lineage entities on the path. Set to <code>False</code> to only return lineage entities that match your query.</p>
1180
+ */
1181
+ IncludeEdges?: boolean;
1182
+ /**
1183
+ * <p>A set of filtering parameters that allow you to specify which entities should be returned.</p>
1184
+ * <ul>
1185
+ * <li>
1186
+ * <p>Properties - Key-value pairs to match on the lineage entities' properties.</p>
1187
+ * </li>
1188
+ * <li>
1189
+ * <p>LineageTypes - A set of lineage entity types to match on. For example: <code>TrialComponent</code>,
1190
+ * <code>Artifact</code>, or <code>Context</code>.</p>
1191
+ * </li>
1192
+ * <li>
1193
+ * <p>CreatedBefore - Filter entities created before this date.</p>
1194
+ * </li>
1195
+ * <li>
1196
+ * <p>ModifiedBefore - Filter entities modified before this date.</p>
1197
+ * </li>
1198
+ * <li>
1199
+ * <p>ModifiedAfter - Filter entities modified after this date.</p>
1200
+ * </li>
1201
+ * </ul>
1202
+ */
1203
+ Filters?: QueryFilters;
1204
+ /**
1205
+ * <p>The maximum depth in lineage relationships from the <code>StartArns</code> that will be traversed. Depth is a measure of the number
1206
+ * of <code>Associations</code> from the <code>StartArn</code> entity to the matched results.</p>
1207
+ */
1208
+ MaxDepth?: number;
1209
+ /**
1210
+ * <p>Limits the number of vertices in the results. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
1211
+ */
1212
+ MaxResults?: number;
1213
+ /**
1214
+ * <p>Limits the number of vertices in the request. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
1215
+ */
1216
+ NextToken?: string;
1217
+ }
1218
+ export declare namespace QueryLineageRequest {
1219
+ /**
1220
+ * @internal
1221
+ */
1222
+ const filterSensitiveLog: (obj: QueryLineageRequest) => any;
1223
+ }
1224
+ /**
1225
+ * <p>A lineage entity connected to the starting entity(ies).</p>
1226
+ */
1227
+ export interface Vertex {
1228
+ /**
1229
+ * <p>The Amazon Resource Name (ARN) of the lineage entity resource.</p>
1230
+ */
1231
+ Arn?: string;
1232
+ /**
1233
+ * <p>The type of the lineage entity resource. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>,
1234
+ * etc...</p>
1235
+ */
1236
+ Type?: string;
1237
+ /**
1238
+ * <p>The type of resource of the lineage entity.</p>
1239
+ */
1240
+ LineageType?: LineageType | string;
1241
+ }
1242
+ export declare namespace Vertex {
1243
+ /**
1244
+ * @internal
1245
+ */
1246
+ const filterSensitiveLog: (obj: Vertex) => any;
1247
+ }
1248
+ export interface QueryLineageResponse {
1249
+ /**
1250
+ * <p>A list of vertices connected to the start entity(ies) in the lineage graph.</p>
1251
+ */
1252
+ Vertices?: Vertex[];
1253
+ /**
1254
+ * <p>A list of edges that connect vertices in the response.</p>
1255
+ */
1256
+ Edges?: Edge[];
1257
+ /**
1258
+ * <p>Limits the number of vertices in the response. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
1259
+ */
1260
+ NextToken?: string;
1261
+ }
1262
+ export declare namespace QueryLineageResponse {
1263
+ /**
1264
+ * @internal
1265
+ */
1266
+ const filterSensitiveLog: (obj: QueryLineageResponse) => any;
1267
+ }
1268
+ export interface RegisterDevicesRequest {
1269
+ /**
1270
+ * <p>The name of the fleet.</p>
1271
+ */
1272
+ DeviceFleetName: string | undefined;
1273
+ /**
1274
+ * <p>A list of devices to register with SageMaker Edge Manager.</p>
1275
+ */
1276
+ Devices: Device[] | undefined;
1277
+ /**
1278
+ * <p>The tags associated with devices.</p>
1279
+ */
1280
+ Tags?: Tag[];
1281
+ }
1282
+ export declare namespace RegisterDevicesRequest {
1283
+ /**
1284
+ * @internal
1285
+ */
1286
+ const filterSensitiveLog: (obj: RegisterDevicesRequest) => any;
1287
+ }
1288
+ /**
1289
+ * <p>Contains input values for a task.</p>
1290
+ */
1291
+ export interface RenderableTask {
1292
+ /**
1293
+ * <p>A JSON object that contains values for the variables defined in the template. It is
1294
+ * made available to the template under the substitution variable <code>task.input</code>.
1295
+ * For example, if you define a variable <code>task.input.text</code> in your template, you
1296
+ * can supply the variable in the JSON object as <code>"text": "sample text"</code>.</p>
1297
+ */
1298
+ Input: string | undefined;
1299
+ }
1300
+ export declare namespace RenderableTask {
1301
+ /**
1302
+ * @internal
1303
+ */
1304
+ const filterSensitiveLog: (obj: RenderableTask) => any;
1305
+ }
1306
+ /**
1307
+ * <p>A description of an error that occurred while rendering the template.</p>
1308
+ */
1309
+ export interface RenderingError {
1310
+ /**
1311
+ * <p>A unique identifier for a specific class of errors.</p>
1312
+ */
1313
+ Code: string | undefined;
1314
+ /**
1315
+ * <p>A human-readable message describing the error.</p>
1316
+ */
1317
+ Message: string | undefined;
1318
+ }
1319
+ export declare namespace RenderingError {
1320
+ /**
1321
+ * @internal
1322
+ */
1323
+ const filterSensitiveLog: (obj: RenderingError) => any;
1324
+ }
1325
+ export interface RenderUiTemplateRequest {
1326
+ /**
1327
+ * <p>A <code>Template</code> object containing the worker UI template to render.</p>
1328
+ */
1329
+ UiTemplate?: UiTemplate;
1330
+ /**
1331
+ * <p>A <code>RenderableTask</code> object containing a representative task to
1332
+ * render.</p>
1333
+ */
1334
+ Task: RenderableTask | undefined;
1335
+ /**
1336
+ * <p>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the
1337
+ * template.</p>
1338
+ */
1339
+ RoleArn: string | undefined;
1340
+ /**
1341
+ * <p>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not
1342
+ * provide a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code>
1343
+ * parameter.</p>
1344
+ * <p>See a list of available Human Ui Amazon Resource Names (ARNs) in <a>UiConfig</a>.</p>
1345
+ */
1346
+ HumanTaskUiArn?: string;
1347
+ }
1348
+ export declare namespace RenderUiTemplateRequest {
1349
+ /**
1350
+ * @internal
1351
+ */
1352
+ const filterSensitiveLog: (obj: RenderUiTemplateRequest) => any;
1353
+ }
1354
+ export interface RenderUiTemplateResponse {
1355
+ /**
1356
+ * <p>A Liquid template that renders the HTML for the worker UI.</p>
1357
+ */
1358
+ RenderedContent: string | undefined;
1359
+ /**
1360
+ * <p>A list of one or more <code>RenderingError</code> objects if any were encountered
1361
+ * while rendering the template. If there were no errors, the list is empty.</p>
1362
+ */
1363
+ Errors: RenderingError[] | undefined;
1364
+ }
1365
+ export declare namespace RenderUiTemplateResponse {
1366
+ /**
1367
+ * @internal
1368
+ */
1369
+ const filterSensitiveLog: (obj: RenderUiTemplateResponse) => any;
1370
+ }
1371
+ export interface RetryPipelineExecutionRequest {
1372
+ /**
1373
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
1374
+ */
1375
+ PipelineExecutionArn: string | undefined;
1376
+ /**
1377
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
1378
+ * operation. An idempotent operation completes no more than once.</p>
1379
+ */
1380
+ ClientRequestToken?: string;
1381
+ }
1382
+ export declare namespace RetryPipelineExecutionRequest {
1383
+ /**
1384
+ * @internal
1385
+ */
1386
+ const filterSensitiveLog: (obj: RetryPipelineExecutionRequest) => any;
1387
+ }
1388
+ export interface RetryPipelineExecutionResponse {
1389
+ /**
1390
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
1391
+ */
1392
+ PipelineExecutionArn?: string;
1393
+ }
1394
+ export declare namespace RetryPipelineExecutionResponse {
1395
+ /**
1396
+ * @internal
1397
+ */
1398
+ const filterSensitiveLog: (obj: RetryPipelineExecutionResponse) => any;
1399
+ }
1400
+ export declare enum SearchSortOrder {
1401
+ ASCENDING = "Ascending",
1402
+ DESCENDING = "Descending"
1403
+ }
1404
+ /**
1405
+ * <p>Contains information about a training job.</p>
1406
+ */
1407
+ export interface TrainingJob {
1408
+ /**
1409
+ * <p>The name of the training job.</p>
1410
+ */
1411
+ TrainingJobName?: string;
1412
+ /**
1413
+ * <p>The Amazon Resource Name (ARN) of the training job.</p>
1414
+ */
1415
+ TrainingJobArn?: string;
1416
+ /**
1417
+ * <p>The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the
1418
+ * training job was launched by a hyperparameter tuning job.</p>
1419
+ */
1420
+ TuningJobArn?: string;
1421
+ /**
1422
+ * <p>The Amazon Resource Name (ARN) of the labeling job.</p>
1423
+ */
1424
+ LabelingJobArn?: string;
1425
+ /**
1426
+ * <p>The Amazon Resource Name (ARN) of the job.</p>
1427
+ */
1428
+ AutoMLJobArn?: string;
1429
+ /**
1430
+ * <p>Information about the Amazon S3 location that is configured for storing model
1431
+ * artifacts.</p>
1432
+ */
1433
+ ModelArtifacts?: ModelArtifacts;
1434
+ /**
1435
+ * <p>The status of the
1436
+ * training
1437
+ * job.</p>
1438
+ * <p>Training job statuses are:</p>
1439
+ * <ul>
1440
+ * <li>
1441
+ * <p>
1442
+ * <code>InProgress</code> - The training is in progress.</p>
1443
+ * </li>
1444
+ * <li>
1445
+ * <p>
1446
+ * <code>Completed</code> - The training job has completed.</p>
1447
+ * </li>
1448
+ * <li>
1449
+ * <p>
1450
+ * <code>Failed</code> - The training job has failed. To see the reason for the
1451
+ * failure, see the <code>FailureReason</code> field in the response to a
1452
+ * <code>DescribeTrainingJobResponse</code> call.</p>
1453
+ * </li>
1454
+ * <li>
1455
+ * <p>
1456
+ * <code>Stopping</code> - The training job is stopping.</p>
1457
+ * </li>
1458
+ * <li>
1459
+ * <p>
1460
+ * <code>Stopped</code> - The training job has stopped.</p>
1461
+ * </li>
1462
+ * </ul>
1463
+ * <p>For
1464
+ * more detailed information, see <code>SecondaryStatus</code>. </p>
1465
+ */
1466
+ TrainingJobStatus?: TrainingJobStatus | string;
1467
+ /**
1468
+ * <p> Provides detailed information about the state of the training job. For detailed
1469
+ * information about the secondary status of the training job, see
1470
+ * <code>StatusMessage</code> under <a>SecondaryStatusTransition</a>.</p>
1471
+ * <p>Amazon SageMaker provides primary statuses and secondary statuses that apply to each of
1472
+ * them:</p>
1473
+ * <dl>
1474
+ * <dt>InProgress</dt>
1475
+ * <dd>
1476
+ * <ul>
1477
+ * <li>
1478
+ * <p>
1479
+ * <code>Starting</code>
1480
+ * - Starting the training job.</p>
1481
+ * </li>
1482
+ * <li>
1483
+ * <p>
1484
+ * <code>Downloading</code> - An optional stage for algorithms that
1485
+ * support <code>File</code> training input mode. It indicates that
1486
+ * data is being downloaded to the ML storage volumes.</p>
1487
+ * </li>
1488
+ * <li>
1489
+ * <p>
1490
+ * <code>Training</code> - Training is in progress.</p>
1491
+ * </li>
1492
+ * <li>
1493
+ * <p>
1494
+ * <code>Uploading</code> - Training is complete and the model
1495
+ * artifacts are being uploaded to the S3 location.</p>
1496
+ * </li>
1497
+ * </ul>
1498
+ * </dd>
1499
+ * <dt>Completed</dt>
1500
+ * <dd>
1501
+ * <ul>
1502
+ * <li>
1503
+ * <p>
1504
+ * <code>Completed</code> - The training job has completed.</p>
1505
+ * </li>
1506
+ * </ul>
1507
+ * </dd>
1508
+ * <dt>Failed</dt>
1509
+ * <dd>
1510
+ * <ul>
1511
+ * <li>
1512
+ * <p>
1513
+ * <code>Failed</code> - The training job has failed. The reason for
1514
+ * the failure is returned in the <code>FailureReason</code> field of
1515
+ * <code>DescribeTrainingJobResponse</code>.</p>
1516
+ * </li>
1517
+ * </ul>
1518
+ * </dd>
1519
+ * <dt>Stopped</dt>
1520
+ * <dd>
1521
+ * <ul>
1522
+ * <li>
1523
+ * <p>
1524
+ * <code>MaxRuntimeExceeded</code> - The job stopped because it
1525
+ * exceeded the maximum allowed runtime.</p>
1526
+ * </li>
1527
+ * <li>
1528
+ * <p>
1529
+ * <code>Stopped</code> - The training job has stopped.</p>
1530
+ * </li>
1531
+ * </ul>
1532
+ * </dd>
1533
+ * <dt>Stopping</dt>
1534
+ * <dd>
1535
+ * <ul>
1536
+ * <li>
1537
+ * <p>
1538
+ * <code>Stopping</code> - Stopping the training job.</p>
1539
+ * </li>
1540
+ * </ul>
1541
+ * </dd>
1542
+ * </dl>
1543
+ * <important>
1544
+ * <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p>
1545
+ * </important>
1546
+ * <p>We no longer support the following secondary statuses:</p>
1547
+ * <ul>
1548
+ * <li>
1549
+ * <p>
1550
+ * <code>LaunchingMLInstances</code>
1551
+ * </p>
1552
+ * </li>
1553
+ * <li>
1554
+ * <p>
1555
+ * <code>PreparingTrainingStack</code>
1556
+ * </p>
1557
+ * </li>
1558
+ * <li>
1559
+ * <p>
1560
+ * <code>DownloadingTrainingImage</code>
1561
+ * </p>
1562
+ * </li>
1563
+ * </ul>
1564
+ */
1565
+ SecondaryStatus?: SecondaryStatus | string;
1566
+ /**
1567
+ * <p>If the training job failed, the reason it failed.</p>
1568
+ */
1569
+ FailureReason?: string;
1570
+ /**
1571
+ * <p>Algorithm-specific parameters.</p>
1572
+ */
1573
+ HyperParameters?: {
1574
+ [key: string]: string;
1575
+ };
1576
+ /**
1577
+ * <p>Information about the algorithm used for training, and algorithm metadata.</p>
1578
+ */
1579
+ AlgorithmSpecification?: AlgorithmSpecification;
1580
+ /**
1581
+ * <p>The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.</p>
1582
+ */
1583
+ RoleArn?: string;
1584
+ /**
1585
+ * <p>An array of <code>Channel</code> objects that describes each data input
1586
+ * channel.</p>
1587
+ */
1588
+ InputDataConfig?: Channel[];
1589
+ /**
1590
+ * <p>The S3 path where model artifacts that you configured when creating the job are
1591
+ * stored. Amazon SageMaker creates subfolders for model artifacts.</p>
1592
+ */
1593
+ OutputDataConfig?: OutputDataConfig;
1594
+ /**
1595
+ * <p>Resources, including ML compute instances and ML storage volumes, that are configured
1596
+ * for model training.</p>
1597
+ */
1598
+ ResourceConfig?: ResourceConfig;
1599
+ /**
1600
+ * <p>A <a>VpcConfig</a> object that specifies the VPC that this training job has
1601
+ * access to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
1602
+ * Virtual Private Cloud</a>.</p>
1603
+ */
1604
+ VpcConfig?: VpcConfig;
1605
+ /**
1606
+ * <p>Specifies a limit to how long a model training job can run. It also specifies how long
1607
+ * a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker
1608
+ * ends the training job. Use this API to cap model training costs.</p>
1609
+ * <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
1610
+ * job termination for 120 seconds. Algorithms can use this 120-second window to save the
1611
+ * model artifacts, so the results of training are not lost. </p>
1612
+ */
1613
+ StoppingCondition?: StoppingCondition;
1614
+ /**
1615
+ * <p>A timestamp that indicates when the training job was created.</p>
1616
+ */
1617
+ CreationTime?: Date;
1618
+ /**
1619
+ * <p>Indicates the time when the training job starts on training instances. You are billed
1620
+ * for the time interval between this time and the value of <code>TrainingEndTime</code>.
1621
+ * The start time in CloudWatch Logs might be later than this time. The difference is due to the time
1622
+ * it takes to download the training data and to the size of the training container.</p>
1623
+ */
1624
+ TrainingStartTime?: Date;
1625
+ /**
1626
+ * <p>Indicates the time when the training job ends on training instances. You are billed
1627
+ * for the time interval between the value of <code>TrainingStartTime</code> and this time.
1628
+ * For successful jobs and stopped jobs, this is the time after model artifacts are
1629
+ * uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.</p>
1630
+ */
1631
+ TrainingEndTime?: Date;
1632
+ /**
1633
+ * <p>A timestamp that indicates when the status of the training job was last
1634
+ * modified.</p>
1635
+ */
1636
+ LastModifiedTime?: Date;
1637
+ /**
1638
+ * <p>A history of all of the secondary statuses that the training job has transitioned
1639
+ * through.</p>
1640
+ */
1641
+ SecondaryStatusTransitions?: SecondaryStatusTransition[];
1642
+ /**
1643
+ * <p>A list of final metric values that are set when the training job completes. Used only
1644
+ * if the training job was configured to use metrics.</p>
1645
+ */
1646
+ FinalMetricDataList?: MetricData[];
1647
+ /**
1648
+ * <p>If the <code>TrainingJob</code> was created with network isolation, the value is set
1649
+ * to <code>true</code>. If network isolation is enabled, nodes can't communicate beyond
1650
+ * the VPC they run in.</p>
1651
+ */
1652
+ EnableNetworkIsolation?: boolean;
1653
+ /**
1654
+ * <p>To encrypt all communications between ML compute instances in distributed training,
1655
+ * choose <code>True</code>. Encryption provides greater security for distributed training,
1656
+ * but training might take longer. How long it takes depends on the amount of communication
1657
+ * between compute instances, especially if you use a deep learning algorithm in
1658
+ * distributed training.</p>
1659
+ */
1660
+ EnableInterContainerTrafficEncryption?: boolean;
1661
+ /**
1662
+ * <p>When true, enables managed spot training using Amazon EC2 Spot instances to run
1663
+ * training jobs instead of on-demand instances. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html">Managed Spot Training</a>.</p>
1664
+ */
1665
+ EnableManagedSpotTraining?: boolean;
1666
+ /**
1667
+ * <p>Contains information about the output location for managed spot training checkpoint
1668
+ * data. </p>
1669
+ */
1670
+ CheckpointConfig?: CheckpointConfig;
1671
+ /**
1672
+ * <p>The training time in seconds.</p>
1673
+ */
1674
+ TrainingTimeInSeconds?: number;
1675
+ /**
1676
+ * <p>The billable time in seconds.</p>
1677
+ */
1678
+ BillableTimeInSeconds?: number;
1679
+ /**
1680
+ * <p>Configuration information for the Debugger hook parameters, metric and tensor collections, and
1681
+ * storage paths. To learn more about
1682
+ * how to configure the <code>DebugHookConfig</code> parameter,
1683
+ * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
1684
+ */
1685
+ DebugHookConfig?: DebugHookConfig;
1686
+ /**
1687
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
1688
+ * you call the following APIs:</p>
1689
+ * <ul>
1690
+ * <li>
1691
+ * <p>
1692
+ * <a>CreateProcessingJob</a>
1693
+ * </p>
1694
+ * </li>
1695
+ * <li>
1696
+ * <p>
1697
+ * <a>CreateTrainingJob</a>
1698
+ * </p>
1699
+ * </li>
1700
+ * <li>
1701
+ * <p>
1702
+ * <a>CreateTransformJob</a>
1703
+ * </p>
1704
+ * </li>
1705
+ * </ul>
1706
+ */
1707
+ ExperimentConfig?: ExperimentConfig;
1708
+ /**
1709
+ * <p>Information about the debug rule configuration.</p>
1710
+ */
1711
+ DebugRuleConfigurations?: DebugRuleConfiguration[];
1712
+ /**
1713
+ * <p>Configuration of storage locations for the Debugger TensorBoard output data.</p>
1714
+ */
1715
+ TensorBoardOutputConfig?: TensorBoardOutputConfig;
1716
+ /**
1717
+ * <p>Information about the evaluation status of the rules for the training job.</p>
1718
+ */
1719
+ DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
1720
+ /**
1721
+ * <p>The environment variables to set in the Docker container.</p>
1722
+ */
1723
+ Environment?: {
1724
+ [key: string]: string;
1725
+ };
1726
+ /**
1727
+ * <p>The number of times to retry the job when the job fails due to an
1728
+ * <code>InternalServerError</code>.</p>
1729
+ */
1730
+ RetryStrategy?: RetryStrategy;
1731
+ /**
1732
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
1733
+ * different ways, for example, by purpose, owner, or environment. For more information,
1734
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
1735
+ * Resources</a>.</p>
1736
+ */
1737
+ Tags?: Tag[];
1738
+ }
1739
+ export declare namespace TrainingJob {
1740
+ /**
1741
+ * @internal
1742
+ */
1743
+ const filterSensitiveLog: (obj: TrainingJob) => any;
1744
+ }
1745
+ /**
1746
+ * <p>A short summary of a trial component.</p>
1747
+ */
1748
+ export interface TrialComponentSimpleSummary {
1749
+ /**
1750
+ * <p>The name of the trial component.</p>
1751
+ */
1752
+ TrialComponentName?: string;
1753
+ /**
1754
+ * <p>The Amazon Resource Name (ARN) of the trial component.</p>
1755
+ */
1756
+ TrialComponentArn?: string;
1757
+ /**
1758
+ * <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
1759
+ */
1760
+ TrialComponentSource?: TrialComponentSource;
1761
+ /**
1762
+ * <p>When the component was created.</p>
1763
+ */
1764
+ CreationTime?: Date;
1765
+ /**
1766
+ * <p>Information about the user who created or modified an experiment, trial, trial
1767
+ * component, lineage group, or project.</p>
1768
+ */
1769
+ CreatedBy?: UserContext;
1770
+ }
1771
+ export declare namespace TrialComponentSimpleSummary {
1772
+ /**
1773
+ * @internal
1774
+ */
1775
+ const filterSensitiveLog: (obj: TrialComponentSimpleSummary) => any;
1776
+ }
1777
+ /**
1778
+ * <p>The properties of a trial as returned by the <a>Search</a> API.</p>
1779
+ */
1780
+ export interface Trial {
1781
+ /**
1782
+ * <p>The name of the trial.</p>
1783
+ */
1784
+ TrialName?: string;
1785
+ /**
1786
+ * <p>The Amazon Resource Name (ARN) of the trial.</p>
1787
+ */
1788
+ TrialArn?: string;
1789
+ /**
1790
+ * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified,
1791
+ * <code>TrialName</code> is displayed.</p>
1792
+ */
1793
+ DisplayName?: string;
1794
+ /**
1795
+ * <p>The name of the experiment the trial is part of.</p>
1796
+ */
1797
+ ExperimentName?: string;
1798
+ /**
1799
+ * <p>The source of the trial.</p>
1800
+ */
1801
+ Source?: TrialSource;
1802
+ /**
1803
+ * <p>When the trial was created.</p>
1804
+ */
1805
+ CreationTime?: Date;
1806
+ /**
1807
+ * <p>Who created the trial.</p>
1808
+ */
1809
+ CreatedBy?: UserContext;
1810
+ /**
1811
+ * <p>Who last modified the trial.</p>
1812
+ */
1813
+ LastModifiedTime?: Date;
1814
+ /**
1815
+ * <p>Information about the user who created or modified an experiment, trial, trial
1816
+ * component, lineage group, or project.</p>
1817
+ */
1818
+ LastModifiedBy?: UserContext;
1819
+ /**
1820
+ * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
1821
+ */
1822
+ MetadataProperties?: MetadataProperties;
1823
+ /**
1824
+ * <p>The list of tags that are associated with the trial. You can use <a>Search</a>
1825
+ * API to search on the tags.</p>
1826
+ */
1827
+ Tags?: Tag[];
1828
+ /**
1829
+ * <p>A list of the components associated with the trial. For each component, a summary of the
1830
+ * component's properties is included.</p>
1831
+ */
1832
+ TrialComponentSummaries?: TrialComponentSimpleSummary[];
1833
+ }
1834
+ export declare namespace Trial {
1835
+ /**
1836
+ * @internal
1837
+ */
1838
+ const filterSensitiveLog: (obj: Trial) => any;
1839
+ }
1840
+ /**
1841
+ * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch
1842
+ * Transform</a>.</p>
1843
+ */
1844
+ export interface TransformJob {
1845
+ /**
1846
+ * <p>The name of the transform job.</p>
1847
+ */
1848
+ TransformJobName?: string;
1849
+ /**
1850
+ * <p>The Amazon Resource Name (ARN) of the transform job.</p>
1851
+ */
1852
+ TransformJobArn?: string;
1853
+ /**
1854
+ * <p>The status of the transform job.</p>
1855
+ * <p>Transform job statuses are:</p>
1856
+ * <ul>
1857
+ * <li>
1858
+ * <p>
1859
+ * <code>InProgress</code> - The job is in progress.</p>
1860
+ * </li>
1861
+ * <li>
1862
+ * <p>
1863
+ * <code>Completed</code> - The job has completed.</p>
1864
+ * </li>
1865
+ * <li>
1866
+ * <p>
1867
+ * <code>Failed</code> - The transform job has failed. To see the reason for the failure,
1868
+ * see the <code>FailureReason</code> field in the response to a
1869
+ * <code>DescribeTransformJob</code> call.</p>
1870
+ * </li>
1871
+ * <li>
1872
+ * <p>
1873
+ * <code>Stopping</code> - The transform job is stopping.</p>
1874
+ * </li>
1875
+ * <li>
1876
+ * <p>
1877
+ * <code>Stopped</code> - The transform job has stopped.</p>
1878
+ * </li>
1879
+ * </ul>
1880
+ */
1881
+ TransformJobStatus?: TransformJobStatus | string;
1882
+ /**
1883
+ * <p>If the transform job failed, the reason it failed.</p>
1884
+ */
1885
+ FailureReason?: string;
1886
+ /**
1887
+ * <p>The name of the model associated with the transform job.</p>
1888
+ */
1889
+ ModelName?: string;
1890
+ /**
1891
+ * <p>The maximum number of parallel requests that can be sent to each instance in a transform
1892
+ * job. If <code>MaxConcurrentTransforms</code> is set to 0 or left unset, SageMaker checks the
1893
+ * optional execution-parameters to determine the settings for your chosen algorithm. If the
1894
+ * execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms,
1895
+ * you don't need to set a value for <code>MaxConcurrentTransforms</code>.</p>
1896
+ */
1897
+ MaxConcurrentTransforms?: number;
1898
+ /**
1899
+ * <p>Configures the timeout and maximum number of retries for processing a transform job
1900
+ * invocation.</p>
1901
+ */
1902
+ ModelClientConfig?: ModelClientConfig;
1903
+ /**
1904
+ * <p>The maximum allowed size of the payload, in MB. A payload is the data portion of a record
1905
+ * (without metadata). The value in <code>MaxPayloadInMB</code> must be greater than, or equal
1906
+ * to, the size of a single record. To estimate the size of a record in MB, divide the size of
1907
+ * your dataset by the number of records. To ensure that the records fit within the maximum
1908
+ * payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases
1909
+ * where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding,
1910
+ * set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in
1911
+ * algorithms do not support HTTP chunked encoding.</p>
1912
+ */
1913
+ MaxPayloadInMB?: number;
1914
+ /**
1915
+ * <p>Specifies the number of records to include in a mini-batch for an HTTP inference request.
1916
+ * A record is a single unit of input data that inference can be made on. For example, a single
1917
+ * line in a CSV file is a record.</p>
1918
+ */
1919
+ BatchStrategy?: BatchStrategy | string;
1920
+ /**
1921
+ * <p>The environment variables to set in the Docker container. We support up to 16 key and
1922
+ * values entries in the map.</p>
1923
+ */
1924
+ Environment?: {
1925
+ [key: string]: string;
1926
+ };
1927
+ /**
1928
+ * <p>Describes the input source of a transform job and the way the transform job consumes
1929
+ * it.</p>
1930
+ */
1931
+ TransformInput?: TransformInput;
1932
+ /**
1933
+ * <p>Describes the results of a transform job.</p>
1934
+ */
1935
+ TransformOutput?: TransformOutput;
1936
+ /**
1937
+ * <p>Describes the resources, including ML instance types and ML instance count, to use for
1938
+ * transform job.</p>
1939
+ */
1940
+ TransformResources?: TransformResources;
1941
+ /**
1942
+ * <p>A timestamp that shows when the transform Job was created.</p>
1943
+ */
1944
+ CreationTime?: Date;
1945
+ /**
1946
+ * <p>Indicates when the transform job starts on ML instances. You are billed for the time
1947
+ * interval between this time and the value of <code>TransformEndTime</code>.</p>
1948
+ */
1949
+ TransformStartTime?: Date;
1950
+ /**
1951
+ * <p>Indicates when the transform job has been completed, or has stopped or failed. You are
1952
+ * billed for the time interval between this time and the value of
1953
+ * <code>TransformStartTime</code>.</p>
1954
+ */
1955
+ TransformEndTime?: Date;
1956
+ /**
1957
+ * <p>The Amazon Resource Name (ARN) of the labeling job that created the transform job.</p>
1958
+ */
1959
+ LabelingJobArn?: string;
1960
+ /**
1961
+ * <p>The Amazon Resource Name (ARN) of the AutoML job that created the transform job.</p>
1962
+ */
1963
+ AutoMLJobArn?: string;
1964
+ /**
1965
+ * <p>The data structure used to specify the data to be used for inference in a batch
1966
+ * transform job and to associate the data that is relevant to the prediction results in
1967
+ * the output. The input filter provided allows you to exclude input data that is not
1968
+ * needed for inference in a batch transform job. The output filter provided allows you to
1969
+ * include input data relevant to interpreting the predictions in the output from the job.
1970
+ * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html">Associate Prediction
1971
+ * Results with their Corresponding Input Records</a>.</p>
1972
+ */
1973
+ DataProcessing?: DataProcessing;
1974
+ /**
1975
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
1976
+ * you call the following APIs:</p>
1977
+ * <ul>
1978
+ * <li>
1979
+ * <p>
1980
+ * <a>CreateProcessingJob</a>
1981
+ * </p>
1982
+ * </li>
1983
+ * <li>
1984
+ * <p>
1985
+ * <a>CreateTrainingJob</a>
1986
+ * </p>
1987
+ * </li>
1988
+ * <li>
1989
+ * <p>
1990
+ * <a>CreateTransformJob</a>
1991
+ * </p>
1992
+ * </li>
1993
+ * </ul>
1994
+ */
1995
+ ExperimentConfig?: ExperimentConfig;
1996
+ /**
1997
+ * <p>A list of tags associated with the transform job.</p>
1998
+ */
1999
+ Tags?: Tag[];
2000
+ }
2001
+ export declare namespace TransformJob {
2002
+ /**
2003
+ * @internal
2004
+ */
2005
+ const filterSensitiveLog: (obj: TransformJob) => any;
2006
+ }
2007
+ /**
2008
+ * <p>Detailed information about the source of a trial component. Either
2009
+ * <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>
2010
+ */
2011
+ export interface TrialComponentSourceDetail {
2012
+ /**
2013
+ * <p>The Amazon Resource Name (ARN) of the source.</p>
2014
+ */
2015
+ SourceArn?: string;
2016
+ /**
2017
+ * <p>Information about a training job that's the source of a trial component.</p>
2018
+ */
2019
+ TrainingJob?: TrainingJob;
2020
+ /**
2021
+ * <p>Information about a processing job that's the source of a trial component.</p>
2022
+ */
2023
+ ProcessingJob?: ProcessingJob;
2024
+ /**
2025
+ * <p>Information about a transform job that's the source of a trial component.</p>
2026
+ */
2027
+ TransformJob?: TransformJob;
2028
+ }
2029
+ export declare namespace TrialComponentSourceDetail {
2030
+ /**
2031
+ * @internal
2032
+ */
2033
+ const filterSensitiveLog: (obj: TrialComponentSourceDetail) => any;
2034
+ }
2035
+ /**
2036
+ * <p>The properties of a trial component as returned by the <a>Search</a>
2037
+ * API.</p>
2038
+ */
2039
+ export interface TrialComponent {
2040
+ /**
2041
+ * <p>The name of the trial component.</p>
2042
+ */
2043
+ TrialComponentName?: string;
2044
+ /**
2045
+ * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified,
2046
+ * <code>TrialComponentName</code> is displayed.</p>
2047
+ */
2048
+ DisplayName?: string;
2049
+ /**
2050
+ * <p>The Amazon Resource Name (ARN) of the trial component.</p>
2051
+ */
2052
+ TrialComponentArn?: string;
2053
+ /**
2054
+ * <p>The Amazon Resource Name (ARN) and job type of the source of the component.</p>
2055
+ */
2056
+ Source?: TrialComponentSource;
2057
+ /**
2058
+ * <p>The status of the trial component.</p>
2059
+ */
2060
+ Status?: TrialComponentStatus;
2061
+ /**
2062
+ * <p>When the component started.</p>
2063
+ */
2064
+ StartTime?: Date;
2065
+ /**
2066
+ * <p>When the component ended.</p>
2067
+ */
2068
+ EndTime?: Date;
2069
+ /**
2070
+ * <p>When the component was created.</p>
2071
+ */
2072
+ CreationTime?: Date;
2073
+ /**
2074
+ * <p>Who created the trial component.</p>
2075
+ */
2076
+ CreatedBy?: UserContext;
2077
+ /**
2078
+ * <p>When the component was last modified.</p>
2079
+ */
2080
+ LastModifiedTime?: Date;
2081
+ /**
2082
+ * <p>Information about the user who created or modified an experiment, trial, trial
2083
+ * component, lineage group, or project.</p>
2084
+ */
2085
+ LastModifiedBy?: UserContext;
2086
+ /**
2087
+ * <p>The hyperparameters of the component.</p>
2088
+ */
2089
+ Parameters?: {
2090
+ [key: string]: TrialComponentParameterValue;
2091
+ };
2092
+ /**
2093
+ * <p>The input artifacts of the component.</p>
2094
+ */
2095
+ InputArtifacts?: {
2096
+ [key: string]: TrialComponentArtifact;
2097
+ };
2098
+ /**
2099
+ * <p>The output artifacts of the component.</p>
2100
+ */
2101
+ OutputArtifacts?: {
2102
+ [key: string]: TrialComponentArtifact;
2103
+ };
2104
+ /**
2105
+ * <p>The metrics for the component.</p>
2106
+ */
2107
+ Metrics?: TrialComponentMetricSummary[];
2108
+ /**
2109
+ * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
2110
+ */
2111
+ MetadataProperties?: MetadataProperties;
2112
+ /**
2113
+ * <p>Details of the source of the component.</p>
2114
+ */
2115
+ SourceDetail?: TrialComponentSourceDetail;
2116
+ /**
2117
+ * <p>The Amazon Resource Name (ARN) of the lineage group resource.</p>
2118
+ */
2119
+ LineageGroupArn?: string;
2120
+ /**
2121
+ * <p>The list of tags that are associated with the component. You can use <a>Search</a> API to search on the tags.</p>
2122
+ */
2123
+ Tags?: Tag[];
2124
+ /**
2125
+ * <p>An array of the parents of the component. A parent is a trial the component is associated
2126
+ * with and the experiment the trial is part of. A component might not have any parents.</p>
2127
+ */
2128
+ Parents?: Parent[];
2129
+ }
2130
+ export declare namespace TrialComponent {
2131
+ /**
2132
+ * @internal
2133
+ */
2134
+ const filterSensitiveLog: (obj: TrialComponent) => any;
2135
+ }
2136
+ /**
2137
+ * <p>A single resource returned as part of the <a>Search</a> API response.</p>
2138
+ */
2139
+ export interface SearchRecord {
2140
+ /**
2141
+ * <p>The properties of a training job.</p>
2142
+ */
2143
+ TrainingJob?: TrainingJob;
2144
+ /**
2145
+ * <p>The properties of an experiment.</p>
2146
+ */
2147
+ Experiment?: Experiment;
2148
+ /**
2149
+ * <p>The properties of a trial.</p>
2150
+ */
2151
+ Trial?: Trial;
2152
+ /**
2153
+ * <p>The properties of a trial component.</p>
2154
+ */
2155
+ TrialComponent?: TrialComponent;
2156
+ /**
2157
+ * <p>A hosted endpoint for real-time inference.</p>
2158
+ */
2159
+ Endpoint?: Endpoint;
2160
+ /**
2161
+ * <p>A versioned model that can be deployed for SageMaker inference.</p>
2162
+ */
2163
+ ModelPackage?: ModelPackage;
2164
+ /**
2165
+ * <p>A group of versioned models in the model registry.</p>
2166
+ */
2167
+ ModelPackageGroup?: ModelPackageGroup;
2168
+ /**
2169
+ * <p>A SageMaker Model Building Pipeline instance.</p>
2170
+ */
2171
+ Pipeline?: Pipeline;
2172
+ /**
2173
+ * <p>An execution of a pipeline.</p>
2174
+ */
2175
+ PipelineExecution?: PipelineExecution;
2176
+ /**
2177
+ * <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group.
2178
+ * A Feature Group can be visualized as a table which has rows,
2179
+ * with a unique identifier for each row where each column in the table is a feature.
2180
+ * In principle, a Feature Group is composed of features and values per features.</p>
2181
+ */
2182
+ FeatureGroup?: FeatureGroup;
2183
+ /**
2184
+ * <p>The properties of a project.</p>
2185
+ */
2186
+ Project?: Project;
2187
+ }
2188
+ export declare namespace SearchRecord {
2189
+ /**
2190
+ * @internal
2191
+ */
2192
+ const filterSensitiveLog: (obj: SearchRecord) => any;
2193
+ }
2194
+ export interface SearchResponse {
2195
+ /**
2196
+ * <p>A list of <code>SearchRecord</code> objects.</p>
2197
+ */
2198
+ Results?: SearchRecord[];
2199
+ /**
2200
+ * <p>If the result of the previous <code>Search</code> request was truncated, the response
2201
+ * includes a NextToken. To retrieve the next set of results, use the token in the next
2202
+ * request.</p>
2203
+ */
2204
+ NextToken?: string;
2205
+ }
2206
+ export declare namespace SearchResponse {
2207
+ /**
2208
+ * @internal
2209
+ */
2210
+ const filterSensitiveLog: (obj: SearchResponse) => any;
2211
+ }
2212
+ export interface SendPipelineExecutionStepFailureRequest {
2213
+ /**
2214
+ * <p>The pipeline generated token from the Amazon SQS queue.</p>
2215
+ */
2216
+ CallbackToken: string | undefined;
2217
+ /**
2218
+ * <p>A message describing why the step failed.</p>
2219
+ */
2220
+ FailureReason?: string;
2221
+ /**
2222
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
2223
+ * operation. An idempotent operation completes no more than one time.</p>
2224
+ */
2225
+ ClientRequestToken?: string;
2226
+ }
2227
+ export declare namespace SendPipelineExecutionStepFailureRequest {
2228
+ /**
2229
+ * @internal
2230
+ */
2231
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureRequest) => any;
2232
+ }
2233
+ export interface SendPipelineExecutionStepFailureResponse {
2234
+ /**
2235
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
2236
+ */
2237
+ PipelineExecutionArn?: string;
2238
+ }
2239
+ export declare namespace SendPipelineExecutionStepFailureResponse {
2240
+ /**
2241
+ * @internal
2242
+ */
2243
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureResponse) => any;
2244
+ }
2245
+ export interface SendPipelineExecutionStepSuccessRequest {
2246
+ /**
2247
+ * <p>The pipeline generated token from the Amazon SQS queue.</p>
2248
+ */
2249
+ CallbackToken: string | undefined;
2250
+ /**
2251
+ * <p>A list of the output parameters of the callback step.</p>
2252
+ */
2253
+ OutputParameters?: OutputParameter[];
2254
+ /**
2255
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
2256
+ * operation. An idempotent operation completes no more than one time.</p>
2257
+ */
2258
+ ClientRequestToken?: string;
2259
+ }
2260
+ export declare namespace SendPipelineExecutionStepSuccessRequest {
2261
+ /**
2262
+ * @internal
2263
+ */
2264
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessRequest) => any;
2265
+ }
2266
+ export interface SendPipelineExecutionStepSuccessResponse {
2267
+ /**
2268
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
2269
+ */
2270
+ PipelineExecutionArn?: string;
2271
+ }
2272
+ export declare namespace SendPipelineExecutionStepSuccessResponse {
2273
+ /**
2274
+ * @internal
2275
+ */
2276
+ const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessResponse) => any;
2277
+ }
2278
+ export interface StartMonitoringScheduleRequest {
2279
+ /**
2280
+ * <p>The name of the schedule to start.</p>
2281
+ */
2282
+ MonitoringScheduleName: string | undefined;
2283
+ }
2284
+ export declare namespace StartMonitoringScheduleRequest {
2285
+ /**
2286
+ * @internal
2287
+ */
2288
+ const filterSensitiveLog: (obj: StartMonitoringScheduleRequest) => any;
2289
+ }
2290
+ export interface StartNotebookInstanceInput {
2291
+ /**
2292
+ * <p>The name of the notebook instance to start.</p>
2293
+ */
2294
+ NotebookInstanceName: string | undefined;
2295
+ }
2296
+ export declare namespace StartNotebookInstanceInput {
2297
+ /**
2298
+ * @internal
2299
+ */
2300
+ const filterSensitiveLog: (obj: StartNotebookInstanceInput) => any;
2301
+ }
2302
+ export interface StartPipelineExecutionRequest {
2303
+ /**
2304
+ * <p>The name of the pipeline.</p>
2305
+ */
2306
+ PipelineName: string | undefined;
2307
+ /**
2308
+ * <p>The display name of the pipeline execution.</p>
2309
+ */
2310
+ PipelineExecutionDisplayName?: string;
2311
+ /**
2312
+ * <p>Contains a list of pipeline parameters. This list can be empty. </p>
2313
+ */
2314
+ PipelineParameters?: Parameter[];
2315
+ /**
2316
+ * <p>The description of the pipeline execution.</p>
2317
+ */
2318
+ PipelineExecutionDescription?: string;
2319
+ /**
2320
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
2321
+ * operation. An idempotent operation completes no more than once.</p>
2322
+ */
2323
+ ClientRequestToken?: string;
2324
+ }
2325
+ export declare namespace StartPipelineExecutionRequest {
2326
+ /**
2327
+ * @internal
2328
+ */
2329
+ const filterSensitiveLog: (obj: StartPipelineExecutionRequest) => any;
2330
+ }
4
2331
  export interface StartPipelineExecutionResponse {
5
2332
  /**
6
2333
  * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
@@ -61,6 +2388,18 @@ export declare namespace StopHyperParameterTuningJobRequest {
61
2388
  */
62
2389
  const filterSensitiveLog: (obj: StopHyperParameterTuningJobRequest) => any;
63
2390
  }
2391
+ export interface StopInferenceRecommendationsJobRequest {
2392
+ /**
2393
+ * <p>The name of the job you want to stop.</p>
2394
+ */
2395
+ JobName: string | undefined;
2396
+ }
2397
+ export declare namespace StopInferenceRecommendationsJobRequest {
2398
+ /**
2399
+ * @internal
2400
+ */
2401
+ const filterSensitiveLog: (obj: StopInferenceRecommendationsJobRequest) => any;
2402
+ }
64
2403
  export interface StopLabelingJobRequest {
65
2404
  /**
66
2405
  * <p>The name of the labeling job to stop.</p>
@@ -643,6 +2982,14 @@ export interface UpdateModelPackageInput {
643
2982
  * <p>The metadata properties associated with the model package versions to remove.</p>
644
2983
  */
645
2984
  CustomerMetadataPropertiesToRemove?: string[];
2985
+ /**
2986
+ * <p>An array of additional Inference Specification objects to be added to the
2987
+ * existing array additional Inference Specification. Total number of additional
2988
+ * Inference Specifications can not exceed 15. Each additional Inference Specification
2989
+ * specifies artifacts based on this model package that can be used on inference endpoints.
2990
+ * Generally used with SageMaker Neo to store the compiled artifacts.</p>
2991
+ */
2992
+ AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
646
2993
  }
647
2994
  export declare namespace UpdateModelPackageInput {
648
2995
  /**