@aws-sdk/client-sagemaker 3.42.0 → 3.46.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. package/CHANGELOG.md +48 -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 +3 -3
  7. package/dist-cjs/commands/DescribeModelCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
  9. package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
  10. package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
  11. package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
  12. package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
  15. package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
  16. package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
  17. package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
  19. package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
  20. package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
  21. package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
  22. package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
  23. package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
  24. package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
  25. package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
  26. package/dist-cjs/commands/ListTrialsCommand.js +3 -3
  27. package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
  29. package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
  30. package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
  31. package/dist-cjs/commands/QueryLineageCommand.js +36 -0
  32. package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
  33. package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
  34. package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
  35. package/dist-cjs/commands/SearchCommand.js +1 -2
  36. package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
  37. package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
  38. package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
  39. package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
  40. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
  41. package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
  42. package/dist-cjs/commands/index.js +9 -0
  43. package/dist-cjs/endpoints.js +1 -0
  44. package/dist-cjs/models/models_0.js +159 -150
  45. package/dist-cjs/models/models_1.js +216 -229
  46. package/dist-cjs/models/models_2.js +356 -344
  47. package/dist-cjs/models/models_3.js +371 -2
  48. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
  49. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
  50. package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
  51. package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
  52. package/dist-cjs/pagination/index.js +4 -0
  53. package/dist-cjs/protocols/Aws_json1_1.js +1662 -40
  54. package/dist-cjs/runtimeConfig.js +0 -2
  55. package/dist-es/SageMaker.js +135 -0
  56. package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
  57. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
  58. package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
  59. package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +1 -1
  60. package/dist-es/commands/DescribeModelCommand.js +2 -1
  61. package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
  62. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  63. package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
  64. package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
  65. package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
  66. package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
  67. package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
  68. package/dist-es/commands/DescribePipelineCommand.js +1 -1
  69. package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
  70. package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
  71. package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
  72. package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
  73. package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
  74. package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
  75. package/dist-es/commands/ListModelMetadataCommand.js +39 -0
  76. package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
  77. package/dist-es/commands/ListTransformJobsCommand.js +1 -1
  78. package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
  79. package/dist-es/commands/ListTrialsCommand.js +1 -1
  80. package/dist-es/commands/ListUserProfilesCommand.js +1 -1
  81. package/dist-es/commands/ListWorkforcesCommand.js +1 -1
  82. package/dist-es/commands/ListWorkteamsCommand.js +1 -1
  83. package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
  84. package/dist-es/commands/QueryLineageCommand.js +39 -0
  85. package/dist-es/commands/RegisterDevicesCommand.js +1 -1
  86. package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
  87. package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
  88. package/dist-es/commands/SearchCommand.js +1 -2
  89. package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
  90. package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
  91. package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
  92. package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
  93. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
  94. package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
  95. package/dist-es/commands/index.js +9 -0
  96. package/dist-es/endpoints.js +1 -0
  97. package/dist-es/models/models_0.js +141 -132
  98. package/dist-es/models/models_1.js +146 -167
  99. package/dist-es/models/models_2.js +262 -236
  100. package/dist-es/models/models_3.js +256 -0
  101. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
  102. package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
  103. package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
  104. package/dist-es/pagination/QueryLineagePaginator.js +74 -0
  105. package/dist-es/pagination/index.js +4 -0
  106. package/dist-es/protocols/Aws_json1_1.js +1588 -41
  107. package/dist-es/runtimeConfig.js +0 -2
  108. package/dist-types/SageMaker.d.ts +76 -4
  109. package/dist-types/SageMakerClient.d.ts +11 -2
  110. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
  111. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
  112. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
  113. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
  126. package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
  127. package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
  128. package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
  129. package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
  130. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  131. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  132. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  133. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  134. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  135. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  136. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  137. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  138. package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
  139. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
  140. package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
  141. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  142. package/dist-types/commands/SearchCommand.d.ts +1 -2
  143. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  144. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  145. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  146. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  147. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
  148. package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
  149. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -2
  150. package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
  151. package/dist-types/commands/index.d.ts +9 -0
  152. package/dist-types/models/models_0.d.ts +381 -1963
  153. package/dist-types/models/models_1.d.ts +6757 -5221
  154. package/dist-types/models/models_2.d.ts +5431 -6102
  155. package/dist-types/models/models_3.d.ts +2505 -4
  156. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  157. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  158. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
  159. package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
  160. package/dist-types/pagination/index.d.ts +4 -0
  161. package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  162. package/dist-types/ts3.4/SageMaker.d.ts +45 -0
  163. package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
  164. package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -1
  169. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
  180. package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
  197. package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
  202. package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/index.d.ts +9 -0
  204. package/dist-types/ts3.4/models/models_0.d.ts +234 -201
  205. package/dist-types/ts3.4/models/models_1.d.ts +460 -527
  206. package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
  207. package/dist-types/ts3.4/models/models_3.d.ts +1119 -3
  208. package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
  209. package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
  210. package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
  211. package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  213. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
  214. package/package.json +37 -44
@@ -1,4 +1,206 @@
1
- import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, LabelingJobDataAttributes, LabelingJobDataSource, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, EnvironmentParameterRanges, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+
3
+ export interface EndpointInputConfiguration {
4
+
5
+ InstanceType: ProductionVariantInstanceType | string | undefined;
6
+
7
+ InferenceSpecificationName?: string;
8
+
9
+ EnvironmentParameterRanges?: EnvironmentParameterRanges;
10
+ }
11
+ export declare namespace EndpointInputConfiguration {
12
+
13
+ const filterSensitiveLog: (obj: EndpointInputConfiguration) => any;
14
+ }
15
+
16
+ export interface RecommendationJobResourceLimit {
17
+
18
+ MaxNumberOfTests?: number;
19
+
20
+ MaxParallelOfTests?: number;
21
+ }
22
+ export declare namespace RecommendationJobResourceLimit {
23
+
24
+ const filterSensitiveLog: (obj: RecommendationJobResourceLimit) => any;
25
+ }
26
+
27
+ export interface Phase {
28
+
29
+ InitialNumberOfUsers?: number;
30
+
31
+ SpawnRate?: number;
32
+
33
+ DurationInSeconds?: number;
34
+ }
35
+ export declare namespace Phase {
36
+
37
+ const filterSensitiveLog: (obj: Phase) => any;
38
+ }
39
+ export declare enum TrafficType {
40
+ PHASES = "PHASES"
41
+ }
42
+
43
+ export interface TrafficPattern {
44
+
45
+ TrafficType?: TrafficType | string;
46
+
47
+ Phases?: Phase[];
48
+ }
49
+ export declare namespace TrafficPattern {
50
+
51
+ const filterSensitiveLog: (obj: TrafficPattern) => any;
52
+ }
53
+
54
+ export interface RecommendationJobInputConfig {
55
+
56
+ ModelPackageVersionArn: string | undefined;
57
+
58
+ JobDurationInSeconds?: number;
59
+
60
+ TrafficPattern?: TrafficPattern;
61
+
62
+ ResourceLimit?: RecommendationJobResourceLimit;
63
+
64
+ EndpointConfigurations?: EndpointInputConfiguration[];
65
+ }
66
+ export declare namespace RecommendationJobInputConfig {
67
+
68
+ const filterSensitiveLog: (obj: RecommendationJobInputConfig) => any;
69
+ }
70
+ export declare enum RecommendationJobType {
71
+ ADVANCED = "Advanced",
72
+ DEFAULT = "Default"
73
+ }
74
+
75
+ export interface ModelLatencyThreshold {
76
+
77
+ Percentile?: string;
78
+
79
+ ValueInMilliseconds?: number;
80
+ }
81
+ export declare namespace ModelLatencyThreshold {
82
+
83
+ const filterSensitiveLog: (obj: ModelLatencyThreshold) => any;
84
+ }
85
+
86
+ export interface RecommendationJobStoppingConditions {
87
+
88
+ MaxInvocations?: number;
89
+
90
+ ModelLatencyThresholds?: ModelLatencyThreshold[];
91
+ }
92
+ export declare namespace RecommendationJobStoppingConditions {
93
+
94
+ const filterSensitiveLog: (obj: RecommendationJobStoppingConditions) => any;
95
+ }
96
+ export interface CreateInferenceRecommendationsJobRequest {
97
+
98
+ JobName: string | undefined;
99
+
100
+ JobType: RecommendationJobType | string | undefined;
101
+
102
+ RoleArn: string | undefined;
103
+
104
+ InputConfig: RecommendationJobInputConfig | undefined;
105
+
106
+ JobDescription?: string;
107
+
108
+ StoppingConditions?: RecommendationJobStoppingConditions;
109
+
110
+ Tags?: Tag[];
111
+ }
112
+ export declare namespace CreateInferenceRecommendationsJobRequest {
113
+
114
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobRequest) => any;
115
+ }
116
+ export interface CreateInferenceRecommendationsJobResponse {
117
+
118
+ JobArn: string | undefined;
119
+ }
120
+ export declare namespace CreateInferenceRecommendationsJobResponse {
121
+
122
+ const filterSensitiveLog: (obj: CreateInferenceRecommendationsJobResponse) => any;
123
+ }
124
+
125
+ export interface UiConfig {
126
+
127
+ UiTemplateS3Uri?: string;
128
+
129
+ HumanTaskUiArn?: string;
130
+ }
131
+ export declare namespace UiConfig {
132
+
133
+ const filterSensitiveLog: (obj: UiConfig) => any;
134
+ }
135
+
136
+ export interface HumanTaskConfig {
137
+
138
+ WorkteamArn: string | undefined;
139
+
140
+ UiConfig: UiConfig | undefined;
141
+
142
+ PreHumanTaskLambdaArn: string | undefined;
143
+
144
+ TaskKeywords?: string[];
145
+
146
+ TaskTitle: string | undefined;
147
+
148
+ TaskDescription: string | undefined;
149
+
150
+ NumberOfHumanWorkersPerDataObject: number | undefined;
151
+
152
+ TaskTimeLimitInSeconds: number | undefined;
153
+
154
+ TaskAvailabilityLifetimeInSeconds?: number;
155
+
156
+ MaxConcurrentTaskCount?: number;
157
+
158
+ AnnotationConsolidationConfig: AnnotationConsolidationConfig | undefined;
159
+
160
+ PublicWorkforceTaskPrice?: PublicWorkforceTaskPrice;
161
+ }
162
+ export declare namespace HumanTaskConfig {
163
+
164
+ const filterSensitiveLog: (obj: HumanTaskConfig) => any;
165
+ }
166
+
167
+ export interface LabelingJobDataAttributes {
168
+
169
+ ContentClassifiers?: (ContentClassifier | string)[];
170
+ }
171
+ export declare namespace LabelingJobDataAttributes {
172
+
173
+ const filterSensitiveLog: (obj: LabelingJobDataAttributes) => any;
174
+ }
175
+
176
+ export interface LabelingJobS3DataSource {
177
+
178
+ ManifestS3Uri: string | undefined;
179
+ }
180
+ export declare namespace LabelingJobS3DataSource {
181
+
182
+ const filterSensitiveLog: (obj: LabelingJobS3DataSource) => any;
183
+ }
184
+
185
+ export interface LabelingJobSnsDataSource {
186
+
187
+ SnsTopicArn: string | undefined;
188
+ }
189
+ export declare namespace LabelingJobSnsDataSource {
190
+
191
+ const filterSensitiveLog: (obj: LabelingJobSnsDataSource) => any;
192
+ }
193
+
194
+ export interface LabelingJobDataSource {
195
+
196
+ S3DataSource?: LabelingJobS3DataSource;
197
+
198
+ SnsDataSource?: LabelingJobSnsDataSource;
199
+ }
200
+ export declare namespace LabelingJobDataSource {
201
+
202
+ const filterSensitiveLog: (obj: LabelingJobDataSource) => any;
203
+ }
2
204
 
3
205
  export interface LabelingJobInputConfig {
4
206
 
@@ -283,6 +485,80 @@ export declare namespace CreateModelExplainabilityJobDefinitionResponse {
283
485
  const filterSensitiveLog: (obj: CreateModelExplainabilityJobDefinitionResponse) => any;
284
486
  }
285
487
 
488
+ export interface FileSource {
489
+
490
+ ContentType?: string;
491
+
492
+ ContentDigest?: string;
493
+
494
+ S3Uri: string | undefined;
495
+ }
496
+ export declare namespace FileSource {
497
+
498
+ const filterSensitiveLog: (obj: FileSource) => any;
499
+ }
500
+
501
+ export interface DriftCheckBias {
502
+
503
+ ConfigFile?: FileSource;
504
+
505
+ PreTrainingConstraints?: MetricsSource;
506
+
507
+ PostTrainingConstraints?: MetricsSource;
508
+ }
509
+ export declare namespace DriftCheckBias {
510
+
511
+ const filterSensitiveLog: (obj: DriftCheckBias) => any;
512
+ }
513
+
514
+ export interface DriftCheckExplainability {
515
+
516
+ Constraints?: MetricsSource;
517
+
518
+ ConfigFile?: FileSource;
519
+ }
520
+ export declare namespace DriftCheckExplainability {
521
+
522
+ const filterSensitiveLog: (obj: DriftCheckExplainability) => any;
523
+ }
524
+
525
+ export interface DriftCheckModelDataQuality {
526
+
527
+ Statistics?: MetricsSource;
528
+
529
+ Constraints?: MetricsSource;
530
+ }
531
+ export declare namespace DriftCheckModelDataQuality {
532
+
533
+ const filterSensitiveLog: (obj: DriftCheckModelDataQuality) => any;
534
+ }
535
+
536
+ export interface DriftCheckModelQuality {
537
+
538
+ Statistics?: MetricsSource;
539
+
540
+ Constraints?: MetricsSource;
541
+ }
542
+ export declare namespace DriftCheckModelQuality {
543
+
544
+ const filterSensitiveLog: (obj: DriftCheckModelQuality) => any;
545
+ }
546
+
547
+ export interface DriftCheckBaselines {
548
+
549
+ Bias?: DriftCheckBias;
550
+
551
+ Explainability?: DriftCheckExplainability;
552
+
553
+ ModelQuality?: DriftCheckModelQuality;
554
+
555
+ ModelDataQuality?: DriftCheckModelDataQuality;
556
+ }
557
+ export declare namespace DriftCheckBaselines {
558
+
559
+ const filterSensitiveLog: (obj: DriftCheckBaselines) => any;
560
+ }
561
+
286
562
  export interface Explainability {
287
563
 
288
564
  Report?: MetricsSource;
@@ -399,6 +675,16 @@ export interface CreateModelPackageInput {
399
675
  CustomerMetadataProperties?: {
400
676
  [key: string]: string;
401
677
  };
678
+
679
+ DriftCheckBaselines?: DriftCheckBaselines;
680
+
681
+ Domain?: string;
682
+
683
+ Task?: string;
684
+
685
+ SamplePayloadUrl?: string;
686
+
687
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
402
688
  }
403
689
  export declare namespace CreateModelPackageInput {
404
690
 
@@ -797,13 +1083,37 @@ export declare namespace CreateNotebookInstanceLifecycleConfigOutput {
797
1083
 
798
1084
  const filterSensitiveLog: (obj: CreateNotebookInstanceLifecycleConfigOutput) => any;
799
1085
  }
1086
+
1087
+ export interface ParallelismConfiguration {
1088
+
1089
+ MaxParallelExecutionSteps: number | undefined;
1090
+ }
1091
+ export declare namespace ParallelismConfiguration {
1092
+
1093
+ const filterSensitiveLog: (obj: ParallelismConfiguration) => any;
1094
+ }
1095
+
1096
+ export interface PipelineDefinitionS3Location {
1097
+
1098
+ Bucket: string | undefined;
1099
+
1100
+ ObjectKey: string | undefined;
1101
+
1102
+ VersionId?: string;
1103
+ }
1104
+ export declare namespace PipelineDefinitionS3Location {
1105
+
1106
+ const filterSensitiveLog: (obj: PipelineDefinitionS3Location) => any;
1107
+ }
800
1108
  export interface CreatePipelineRequest {
801
1109
 
802
1110
  PipelineName: string | undefined;
803
1111
 
804
1112
  PipelineDisplayName?: string;
805
1113
 
806
- PipelineDefinition: string | undefined;
1114
+ PipelineDefinition?: string;
1115
+
1116
+ PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
807
1117
 
808
1118
  PipelineDescription?: string;
809
1119
 
@@ -812,6 +1122,8 @@ export interface CreatePipelineRequest {
812
1122
  RoleArn: string | undefined;
813
1123
 
814
1124
  Tags?: Tag[];
1125
+
1126
+ ParallelismConfiguration?: ParallelismConfiguration;
815
1127
  }
816
1128
  export declare namespace CreatePipelineRequest {
817
1129
 
@@ -2206,6 +2518,8 @@ export interface DescribeActionResponse {
2206
2518
  LastModifiedBy?: UserContext;
2207
2519
 
2208
2520
  MetadataProperties?: MetadataProperties;
2521
+
2522
+ LineageGroupArn?: string;
2209
2523
  }
2210
2524
  export declare namespace DescribeActionResponse {
2211
2525
 
@@ -2344,6 +2658,8 @@ export interface DescribeArtifactResponse {
2344
2658
  LastModifiedBy?: UserContext;
2345
2659
 
2346
2660
  MetadataProperties?: MetadataProperties;
2661
+
2662
+ LineageGroupArn?: string;
2347
2663
  }
2348
2664
  export declare namespace DescribeArtifactResponse {
2349
2665
 
@@ -2493,6 +2809,8 @@ export interface DescribeCompilationJobResponse {
2493
2809
 
2494
2810
  InferenceImage?: string;
2495
2811
 
2812
+ ModelPackageVersionArn?: string;
2813
+
2496
2814
  CreationTime: Date | undefined;
2497
2815
 
2498
2816
  LastModifiedTime: Date | undefined;
@@ -2546,6 +2864,8 @@ export interface DescribeContextResponse {
2546
2864
  LastModifiedTime?: Date;
2547
2865
 
2548
2866
  LastModifiedBy?: UserContext;
2867
+
2868
+ LineageGroupArn?: string;
2549
2869
  }
2550
2870
  export declare namespace DescribeContextResponse {
2551
2871
 
@@ -2864,6 +3184,10 @@ export interface PendingProductionVariantSummary {
2864
3184
  AcceleratorType?: ProductionVariantAcceleratorType | string;
2865
3185
 
2866
3186
  VariantStatus?: ProductionVariantStatus[];
3187
+
3188
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3189
+
3190
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
2867
3191
  }
2868
3192
  export declare namespace PendingProductionVariantSummary {
2869
3193
 
@@ -2898,6 +3222,10 @@ export interface ProductionVariantSummary {
2898
3222
  DesiredInstanceCount?: number;
2899
3223
 
2900
3224
  VariantStatus?: ProductionVariantStatus[];
3225
+
3226
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3227
+
3228
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
2901
3229
  }
2902
3230
  export declare namespace ProductionVariantSummary {
2903
3231
 
@@ -3366,6 +3694,121 @@ export declare namespace DescribeImageVersionResponse {
3366
3694
 
3367
3695
  const filterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
3368
3696
  }
3697
+ export interface DescribeInferenceRecommendationsJobRequest {
3698
+
3699
+ JobName: string | undefined;
3700
+ }
3701
+ export declare namespace DescribeInferenceRecommendationsJobRequest {
3702
+
3703
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
3704
+ }
3705
+
3706
+ export interface EndpointOutputConfiguration {
3707
+
3708
+ EndpointName: string | undefined;
3709
+
3710
+ VariantName: string | undefined;
3711
+
3712
+ InstanceType: ProductionVariantInstanceType | string | undefined;
3713
+
3714
+ InitialInstanceCount: number | undefined;
3715
+ }
3716
+ export declare namespace EndpointOutputConfiguration {
3717
+
3718
+ const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
3719
+ }
3720
+
3721
+ export interface RecommendationMetrics {
3722
+
3723
+ CostPerHour: number | undefined;
3724
+
3725
+ CostPerInference: number | undefined;
3726
+
3727
+ MaxInvocations: number | undefined;
3728
+
3729
+ ModelLatency: number | undefined;
3730
+ }
3731
+ export declare namespace RecommendationMetrics {
3732
+
3733
+ const filterSensitiveLog: (obj: RecommendationMetrics) => any;
3734
+ }
3735
+
3736
+ export interface EnvironmentParameter {
3737
+
3738
+ Key: string | undefined;
3739
+
3740
+ ValueType: string | undefined;
3741
+
3742
+ Value: string | undefined;
3743
+ }
3744
+ export declare namespace EnvironmentParameter {
3745
+
3746
+ const filterSensitiveLog: (obj: EnvironmentParameter) => any;
3747
+ }
3748
+
3749
+ export interface ModelConfiguration {
3750
+
3751
+ InferenceSpecificationName?: string;
3752
+
3753
+ EnvironmentParameters?: EnvironmentParameter[];
3754
+ }
3755
+ export declare namespace ModelConfiguration {
3756
+
3757
+ const filterSensitiveLog: (obj: ModelConfiguration) => any;
3758
+ }
3759
+
3760
+ export interface InferenceRecommendation {
3761
+
3762
+ Metrics: RecommendationMetrics | undefined;
3763
+
3764
+ EndpointConfiguration: EndpointOutputConfiguration | undefined;
3765
+
3766
+ ModelConfiguration: ModelConfiguration | undefined;
3767
+ }
3768
+ export declare namespace InferenceRecommendation {
3769
+
3770
+ const filterSensitiveLog: (obj: InferenceRecommendation) => any;
3771
+ }
3772
+ export declare enum RecommendationJobStatus {
3773
+ COMPLETED = "COMPLETED",
3774
+ FAILED = "FAILED",
3775
+ IN_PROGRESS = "IN_PROGRESS",
3776
+ PENDING = "PENDING",
3777
+ STOPPED = "STOPPED",
3778
+ STOPPING = "STOPPING"
3779
+ }
3780
+ export interface DescribeInferenceRecommendationsJobResponse {
3781
+
3782
+ JobName: string | undefined;
3783
+
3784
+ JobDescription?: string;
3785
+
3786
+ JobType: RecommendationJobType | string | undefined;
3787
+
3788
+ JobArn: string | undefined;
3789
+
3790
+ RoleArn: string | undefined;
3791
+
3792
+ Status: RecommendationJobStatus | string | undefined;
3793
+
3794
+ CreationTime: Date | undefined;
3795
+
3796
+ CompletionTime?: Date;
3797
+
3798
+ LastModifiedTime: Date | undefined;
3799
+
3800
+ FailureReason?: string;
3801
+
3802
+ InputConfig: RecommendationJobInputConfig | undefined;
3803
+
3804
+ StoppingConditions?: RecommendationJobStoppingConditions;
3805
+
3806
+ InferenceRecommendations?: InferenceRecommendation[];
3807
+ }
3808
+ export declare namespace DescribeInferenceRecommendationsJobResponse {
3809
+
3810
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
3811
+ }
3369
3812
  export interface DescribeLabelingJobRequest {
3370
3813
 
3371
3814
  LabelingJobName: string | undefined;
@@ -3452,551 +3895,41 @@ export declare namespace DescribeLabelingJobResponse {
3452
3895
 
3453
3896
  const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3454
3897
  }
3455
- export interface DescribeModelInput {
3898
+ export interface DescribeLineageGroupRequest {
3456
3899
 
3457
- ModelName: string | undefined;
3900
+ LineageGroupName: string | undefined;
3458
3901
  }
3459
- export declare namespace DescribeModelInput {
3902
+ export declare namespace DescribeLineageGroupRequest {
3460
3903
 
3461
- const filterSensitiveLog: (obj: DescribeModelInput) => any;
3904
+ const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
3462
3905
  }
3463
- export interface DescribeModelOutput {
3906
+ export interface DescribeLineageGroupResponse {
3464
3907
 
3465
- ModelName: string | undefined;
3908
+ LineageGroupName?: string;
3466
3909
 
3467
- PrimaryContainer?: ContainerDefinition;
3910
+ LineageGroupArn?: string;
3468
3911
 
3469
- Containers?: ContainerDefinition[];
3912
+ DisplayName?: string;
3470
3913
 
3471
- InferenceExecutionConfig?: InferenceExecutionConfig;
3472
-
3473
- ExecutionRoleArn: string | undefined;
3474
-
3475
- VpcConfig?: VpcConfig;
3476
-
3477
- CreationTime: Date | undefined;
3478
-
3479
- ModelArn: string | undefined;
3480
-
3481
- EnableNetworkIsolation?: boolean;
3482
- }
3483
- export declare namespace DescribeModelOutput {
3484
-
3485
- const filterSensitiveLog: (obj: DescribeModelOutput) => any;
3486
- }
3487
- export interface DescribeModelBiasJobDefinitionRequest {
3488
-
3489
- JobDefinitionName: string | undefined;
3490
- }
3491
- export declare namespace DescribeModelBiasJobDefinitionRequest {
3492
-
3493
- const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
3494
- }
3495
- export interface DescribeModelBiasJobDefinitionResponse {
3496
-
3497
- JobDefinitionArn: string | undefined;
3498
-
3499
- JobDefinitionName: string | undefined;
3500
-
3501
- CreationTime: Date | undefined;
3502
-
3503
- ModelBiasBaselineConfig?: ModelBiasBaselineConfig;
3504
-
3505
- ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
3506
-
3507
- ModelBiasJobInput: ModelBiasJobInput | undefined;
3508
-
3509
- ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
3510
-
3511
- JobResources: MonitoringResources | undefined;
3512
-
3513
- NetworkConfig?: MonitoringNetworkConfig;
3514
-
3515
- RoleArn: string | undefined;
3516
-
3517
- StoppingCondition?: MonitoringStoppingCondition;
3518
- }
3519
- export declare namespace DescribeModelBiasJobDefinitionResponse {
3520
-
3521
- const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionResponse) => any;
3522
- }
3523
- export interface DescribeModelExplainabilityJobDefinitionRequest {
3524
-
3525
- JobDefinitionName: string | undefined;
3526
- }
3527
- export declare namespace DescribeModelExplainabilityJobDefinitionRequest {
3528
-
3529
- const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionRequest) => any;
3530
- }
3531
- export interface DescribeModelExplainabilityJobDefinitionResponse {
3532
-
3533
- JobDefinitionArn: string | undefined;
3534
-
3535
- JobDefinitionName: string | undefined;
3536
-
3537
- CreationTime: Date | undefined;
3538
-
3539
- ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
3540
-
3541
- ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
3542
-
3543
- ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
3544
-
3545
- ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
3546
-
3547
- JobResources: MonitoringResources | undefined;
3548
-
3549
- NetworkConfig?: MonitoringNetworkConfig;
3550
-
3551
- RoleArn: string | undefined;
3552
-
3553
- StoppingCondition?: MonitoringStoppingCondition;
3554
- }
3555
- export declare namespace DescribeModelExplainabilityJobDefinitionResponse {
3556
-
3557
- const filterSensitiveLog: (obj: DescribeModelExplainabilityJobDefinitionResponse) => any;
3558
- }
3559
- export interface DescribeModelPackageInput {
3560
-
3561
- ModelPackageName: string | undefined;
3562
- }
3563
- export declare namespace DescribeModelPackageInput {
3564
-
3565
- const filterSensitiveLog: (obj: DescribeModelPackageInput) => any;
3566
- }
3567
- export declare enum DetailedModelPackageStatus {
3568
- COMPLETED = "Completed",
3569
- FAILED = "Failed",
3570
- IN_PROGRESS = "InProgress",
3571
- NOT_STARTED = "NotStarted"
3572
- }
3573
-
3574
- export interface ModelPackageStatusItem {
3575
-
3576
- Name: string | undefined;
3577
-
3578
- Status: DetailedModelPackageStatus | string | undefined;
3579
-
3580
- FailureReason?: string;
3581
- }
3582
- export declare namespace ModelPackageStatusItem {
3583
-
3584
- const filterSensitiveLog: (obj: ModelPackageStatusItem) => any;
3585
- }
3586
-
3587
- export interface ModelPackageStatusDetails {
3588
-
3589
- ValidationStatuses: ModelPackageStatusItem[] | undefined;
3590
-
3591
- ImageScanStatuses?: ModelPackageStatusItem[];
3592
- }
3593
- export declare namespace ModelPackageStatusDetails {
3594
-
3595
- const filterSensitiveLog: (obj: ModelPackageStatusDetails) => any;
3596
- }
3597
- export interface DescribeModelPackageOutput {
3598
-
3599
- ModelPackageName: string | undefined;
3600
-
3601
- ModelPackageGroupName?: string;
3602
-
3603
- ModelPackageVersion?: number;
3604
-
3605
- ModelPackageArn: string | undefined;
3606
-
3607
- ModelPackageDescription?: string;
3608
-
3609
- CreationTime: Date | undefined;
3610
-
3611
- InferenceSpecification?: InferenceSpecification;
3612
-
3613
- SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
3614
-
3615
- ValidationSpecification?: ModelPackageValidationSpecification;
3616
-
3617
- ModelPackageStatus: ModelPackageStatus | string | undefined;
3618
-
3619
- ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
3620
-
3621
- CertifyForMarketplace?: boolean;
3622
-
3623
- ModelApprovalStatus?: ModelApprovalStatus | string;
3624
-
3625
- CreatedBy?: UserContext;
3626
-
3627
- MetadataProperties?: MetadataProperties;
3628
-
3629
- ModelMetrics?: ModelMetrics;
3630
-
3631
- LastModifiedTime?: Date;
3632
-
3633
- LastModifiedBy?: UserContext;
3634
-
3635
- ApprovalDescription?: string;
3636
-
3637
- CustomerMetadataProperties?: {
3638
- [key: string]: string;
3639
- };
3640
- }
3641
- export declare namespace DescribeModelPackageOutput {
3642
-
3643
- const filterSensitiveLog: (obj: DescribeModelPackageOutput) => any;
3644
- }
3645
- export interface DescribeModelPackageGroupInput {
3646
-
3647
- ModelPackageGroupName: string | undefined;
3648
- }
3649
- export declare namespace DescribeModelPackageGroupInput {
3650
-
3651
- const filterSensitiveLog: (obj: DescribeModelPackageGroupInput) => any;
3652
- }
3653
- export declare enum ModelPackageGroupStatus {
3654
- COMPLETED = "Completed",
3655
- DELETE_FAILED = "DeleteFailed",
3656
- DELETING = "Deleting",
3657
- FAILED = "Failed",
3658
- IN_PROGRESS = "InProgress",
3659
- PENDING = "Pending"
3660
- }
3661
- export interface DescribeModelPackageGroupOutput {
3662
-
3663
- ModelPackageGroupName: string | undefined;
3664
-
3665
- ModelPackageGroupArn: string | undefined;
3666
-
3667
- ModelPackageGroupDescription?: string;
3668
-
3669
- CreationTime: Date | undefined;
3670
-
3671
- CreatedBy: UserContext | undefined;
3672
-
3673
- ModelPackageGroupStatus: ModelPackageGroupStatus | string | undefined;
3674
- }
3675
- export declare namespace DescribeModelPackageGroupOutput {
3676
-
3677
- const filterSensitiveLog: (obj: DescribeModelPackageGroupOutput) => any;
3678
- }
3679
- export interface DescribeModelQualityJobDefinitionRequest {
3680
-
3681
- JobDefinitionName: string | undefined;
3682
- }
3683
- export declare namespace DescribeModelQualityJobDefinitionRequest {
3684
-
3685
- const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionRequest) => any;
3686
- }
3687
- export interface DescribeModelQualityJobDefinitionResponse {
3688
-
3689
- JobDefinitionArn: string | undefined;
3690
-
3691
- JobDefinitionName: string | undefined;
3692
-
3693
- CreationTime: Date | undefined;
3694
-
3695
- ModelQualityBaselineConfig?: ModelQualityBaselineConfig;
3696
-
3697
- ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
3698
-
3699
- ModelQualityJobInput: ModelQualityJobInput | undefined;
3700
-
3701
- ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
3702
-
3703
- JobResources: MonitoringResources | undefined;
3704
-
3705
- NetworkConfig?: MonitoringNetworkConfig;
3706
-
3707
- RoleArn: string | undefined;
3708
-
3709
- StoppingCondition?: MonitoringStoppingCondition;
3710
- }
3711
- export declare namespace DescribeModelQualityJobDefinitionResponse {
3712
-
3713
- const filterSensitiveLog: (obj: DescribeModelQualityJobDefinitionResponse) => any;
3714
- }
3715
- export interface DescribeMonitoringScheduleRequest {
3716
-
3717
- MonitoringScheduleName: string | undefined;
3718
- }
3719
- export declare namespace DescribeMonitoringScheduleRequest {
3720
-
3721
- const filterSensitiveLog: (obj: DescribeMonitoringScheduleRequest) => any;
3722
- }
3723
- export declare enum ExecutionStatus {
3724
- COMPLETED = "Completed",
3725
- COMPLETED_WITH_VIOLATIONS = "CompletedWithViolations",
3726
- FAILED = "Failed",
3727
- IN_PROGRESS = "InProgress",
3728
- PENDING = "Pending",
3729
- STOPPED = "Stopped",
3730
- STOPPING = "Stopping"
3731
- }
3732
-
3733
- export interface MonitoringExecutionSummary {
3734
-
3735
- MonitoringScheduleName: string | undefined;
3736
-
3737
- ScheduledTime: Date | undefined;
3738
-
3739
- CreationTime: Date | undefined;
3740
-
3741
- LastModifiedTime: Date | undefined;
3742
-
3743
- MonitoringExecutionStatus: ExecutionStatus | string | undefined;
3744
-
3745
- ProcessingJobArn?: string;
3746
-
3747
- EndpointName?: string;
3748
-
3749
- FailureReason?: string;
3750
-
3751
- MonitoringJobDefinitionName?: string;
3752
-
3753
- MonitoringType?: MonitoringType | string;
3754
- }
3755
- export declare namespace MonitoringExecutionSummary {
3756
-
3757
- const filterSensitiveLog: (obj: MonitoringExecutionSummary) => any;
3758
- }
3759
- export declare enum ScheduleStatus {
3760
- FAILED = "Failed",
3761
- PENDING = "Pending",
3762
- SCHEDULED = "Scheduled",
3763
- STOPPED = "Stopped"
3764
- }
3765
- export interface DescribeMonitoringScheduleResponse {
3766
-
3767
- MonitoringScheduleArn: string | undefined;
3768
-
3769
- MonitoringScheduleName: string | undefined;
3770
-
3771
- MonitoringScheduleStatus: ScheduleStatus | string | undefined;
3772
-
3773
- MonitoringType?: MonitoringType | string;
3774
-
3775
- FailureReason?: string;
3776
-
3777
- CreationTime: Date | undefined;
3778
-
3779
- LastModifiedTime: Date | undefined;
3780
-
3781
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
3782
-
3783
- EndpointName?: string;
3784
-
3785
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
3786
- }
3787
- export declare namespace DescribeMonitoringScheduleResponse {
3788
-
3789
- const filterSensitiveLog: (obj: DescribeMonitoringScheduleResponse) => any;
3790
- }
3791
- export interface DescribeNotebookInstanceInput {
3792
-
3793
- NotebookInstanceName: string | undefined;
3794
- }
3795
- export declare namespace DescribeNotebookInstanceInput {
3796
-
3797
- const filterSensitiveLog: (obj: DescribeNotebookInstanceInput) => any;
3798
- }
3799
- export declare enum NotebookInstanceStatus {
3800
- Deleting = "Deleting",
3801
- Failed = "Failed",
3802
- InService = "InService",
3803
- Pending = "Pending",
3804
- Stopped = "Stopped",
3805
- Stopping = "Stopping",
3806
- Updating = "Updating"
3807
- }
3808
- export interface DescribeNotebookInstanceOutput {
3809
-
3810
- NotebookInstanceArn?: string;
3811
-
3812
- NotebookInstanceName?: string;
3813
-
3814
- NotebookInstanceStatus?: NotebookInstanceStatus | string;
3815
-
3816
- FailureReason?: string;
3817
-
3818
- Url?: string;
3819
-
3820
- InstanceType?: _InstanceType | string;
3821
-
3822
- SubnetId?: string;
3823
-
3824
- SecurityGroups?: string[];
3825
-
3826
- RoleArn?: string;
3827
-
3828
- KmsKeyId?: string;
3829
-
3830
- NetworkInterfaceId?: string;
3831
-
3832
- LastModifiedTime?: Date;
3833
-
3834
- CreationTime?: Date;
3835
-
3836
- NotebookInstanceLifecycleConfigName?: string;
3837
-
3838
- DirectInternetAccess?: DirectInternetAccess | string;
3839
-
3840
- VolumeSizeInGB?: number;
3841
-
3842
- AcceleratorTypes?: (NotebookInstanceAcceleratorType | string)[];
3843
-
3844
- DefaultCodeRepository?: string;
3845
-
3846
- AdditionalCodeRepositories?: string[];
3847
-
3848
- RootAccess?: RootAccess | string;
3849
-
3850
- PlatformIdentifier?: string;
3851
- }
3852
- export declare namespace DescribeNotebookInstanceOutput {
3853
-
3854
- const filterSensitiveLog: (obj: DescribeNotebookInstanceOutput) => any;
3855
- }
3856
- export interface DescribeNotebookInstanceLifecycleConfigInput {
3857
-
3858
- NotebookInstanceLifecycleConfigName: string | undefined;
3859
- }
3860
- export declare namespace DescribeNotebookInstanceLifecycleConfigInput {
3861
-
3862
- const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigInput) => any;
3863
- }
3864
- export interface DescribeNotebookInstanceLifecycleConfigOutput {
3865
-
3866
- NotebookInstanceLifecycleConfigArn?: string;
3867
-
3868
- NotebookInstanceLifecycleConfigName?: string;
3869
-
3870
- OnCreate?: NotebookInstanceLifecycleHook[];
3871
-
3872
- OnStart?: NotebookInstanceLifecycleHook[];
3873
-
3874
- LastModifiedTime?: Date;
3875
-
3876
- CreationTime?: Date;
3877
- }
3878
- export declare namespace DescribeNotebookInstanceLifecycleConfigOutput {
3879
-
3880
- const filterSensitiveLog: (obj: DescribeNotebookInstanceLifecycleConfigOutput) => any;
3881
- }
3882
- export interface DescribePipelineRequest {
3883
-
3884
- PipelineName: string | undefined;
3885
- }
3886
- export declare namespace DescribePipelineRequest {
3887
-
3888
- const filterSensitiveLog: (obj: DescribePipelineRequest) => any;
3889
- }
3890
- export declare enum PipelineStatus {
3891
- ACTIVE = "Active"
3892
- }
3893
- export interface DescribePipelineResponse {
3894
-
3895
- PipelineArn?: string;
3896
-
3897
- PipelineName?: string;
3898
-
3899
- PipelineDisplayName?: string;
3900
-
3901
- PipelineDefinition?: string;
3902
-
3903
- PipelineDescription?: string;
3904
-
3905
- RoleArn?: string;
3906
-
3907
- PipelineStatus?: PipelineStatus | string;
3914
+ Description?: string;
3908
3915
 
3909
3916
  CreationTime?: Date;
3910
3917
 
3911
- LastModifiedTime?: Date;
3912
-
3913
- LastRunTime?: Date;
3914
-
3915
3918
  CreatedBy?: UserContext;
3916
3919
 
3917
- LastModifiedBy?: UserContext;
3918
- }
3919
- export declare namespace DescribePipelineResponse {
3920
-
3921
- const filterSensitiveLog: (obj: DescribePipelineResponse) => any;
3922
- }
3923
- export interface DescribePipelineDefinitionForExecutionRequest {
3924
-
3925
- PipelineExecutionArn: string | undefined;
3926
- }
3927
- export declare namespace DescribePipelineDefinitionForExecutionRequest {
3928
-
3929
- const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionRequest) => any;
3930
- }
3931
- export interface DescribePipelineDefinitionForExecutionResponse {
3932
-
3933
- PipelineDefinition?: string;
3934
-
3935
- CreationTime?: Date;
3936
- }
3937
- export declare namespace DescribePipelineDefinitionForExecutionResponse {
3938
-
3939
- const filterSensitiveLog: (obj: DescribePipelineDefinitionForExecutionResponse) => any;
3940
- }
3941
- export interface DescribePipelineExecutionRequest {
3942
-
3943
- PipelineExecutionArn: string | undefined;
3944
- }
3945
- export declare namespace DescribePipelineExecutionRequest {
3946
-
3947
- const filterSensitiveLog: (obj: DescribePipelineExecutionRequest) => any;
3948
- }
3949
- export declare enum PipelineExecutionStatus {
3950
- EXECUTING = "Executing",
3951
- FAILED = "Failed",
3952
- STOPPED = "Stopped",
3953
- STOPPING = "Stopping",
3954
- SUCCEEDED = "Succeeded"
3955
- }
3956
-
3957
- export interface PipelineExperimentConfig {
3958
-
3959
- ExperimentName?: string;
3960
-
3961
- TrialName?: string;
3962
- }
3963
- export declare namespace PipelineExperimentConfig {
3964
-
3965
- const filterSensitiveLog: (obj: PipelineExperimentConfig) => any;
3966
- }
3967
- export interface DescribePipelineExecutionResponse {
3968
-
3969
- PipelineArn?: string;
3970
-
3971
- PipelineExecutionArn?: string;
3972
-
3973
- PipelineExecutionDisplayName?: string;
3974
-
3975
- PipelineExecutionStatus?: PipelineExecutionStatus | string;
3976
-
3977
- PipelineExecutionDescription?: string;
3978
-
3979
- PipelineExperimentConfig?: PipelineExperimentConfig;
3980
-
3981
- FailureReason?: string;
3982
-
3983
- CreationTime?: Date;
3984
-
3985
3920
  LastModifiedTime?: Date;
3986
3921
 
3987
- CreatedBy?: UserContext;
3988
-
3989
3922
  LastModifiedBy?: UserContext;
3990
3923
  }
3991
- export declare namespace DescribePipelineExecutionResponse {
3924
+ export declare namespace DescribeLineageGroupResponse {
3992
3925
 
3993
- const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
3926
+ const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
3994
3927
  }
3995
- export interface DescribeProcessingJobRequest {
3928
+ export interface DescribeModelInput {
3996
3929
 
3997
- ProcessingJobName: string | undefined;
3930
+ ModelName: string | undefined;
3998
3931
  }
3999
- export declare namespace DescribeProcessingJobRequest {
3932
+ export declare namespace DescribeModelInput {
4000
3933
 
4001
- const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
3934
+ const filterSensitiveLog: (obj: DescribeModelInput) => any;
4002
3935
  }