@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,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
 
@@ -2206,6 +2492,8 @@ export interface DescribeActionResponse {
2206
2492
  LastModifiedBy?: UserContext;
2207
2493
 
2208
2494
  MetadataProperties?: MetadataProperties;
2495
+
2496
+ LineageGroupArn?: string;
2209
2497
  }
2210
2498
  export declare namespace DescribeActionResponse {
2211
2499
 
@@ -2344,6 +2632,8 @@ export interface DescribeArtifactResponse {
2344
2632
  LastModifiedBy?: UserContext;
2345
2633
 
2346
2634
  MetadataProperties?: MetadataProperties;
2635
+
2636
+ LineageGroupArn?: string;
2347
2637
  }
2348
2638
  export declare namespace DescribeArtifactResponse {
2349
2639
 
@@ -2493,6 +2783,8 @@ export interface DescribeCompilationJobResponse {
2493
2783
 
2494
2784
  InferenceImage?: string;
2495
2785
 
2786
+ ModelPackageVersionArn?: string;
2787
+
2496
2788
  CreationTime: Date | undefined;
2497
2789
 
2498
2790
  LastModifiedTime: Date | undefined;
@@ -2546,6 +2838,8 @@ export interface DescribeContextResponse {
2546
2838
  LastModifiedTime?: Date;
2547
2839
 
2548
2840
  LastModifiedBy?: UserContext;
2841
+
2842
+ LineageGroupArn?: string;
2549
2843
  }
2550
2844
  export declare namespace DescribeContextResponse {
2551
2845
 
@@ -2864,6 +3158,10 @@ export interface PendingProductionVariantSummary {
2864
3158
  AcceleratorType?: ProductionVariantAcceleratorType | string;
2865
3159
 
2866
3160
  VariantStatus?: ProductionVariantStatus[];
3161
+
3162
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3163
+
3164
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
2867
3165
  }
2868
3166
  export declare namespace PendingProductionVariantSummary {
2869
3167
 
@@ -2898,6 +3196,10 @@ export interface ProductionVariantSummary {
2898
3196
  DesiredInstanceCount?: number;
2899
3197
 
2900
3198
  VariantStatus?: ProductionVariantStatus[];
3199
+
3200
+ CurrentServerlessConfig?: ProductionVariantServerlessConfig;
3201
+
3202
+ DesiredServerlessConfig?: ProductionVariantServerlessConfig;
2901
3203
  }
2902
3204
  export declare namespace ProductionVariantSummary {
2903
3205
 
@@ -3366,6 +3668,121 @@ export declare namespace DescribeImageVersionResponse {
3366
3668
 
3367
3669
  const filterSensitiveLog: (obj: DescribeImageVersionResponse) => any;
3368
3670
  }
3671
+ export interface DescribeInferenceRecommendationsJobRequest {
3672
+
3673
+ JobName: string | undefined;
3674
+ }
3675
+ export declare namespace DescribeInferenceRecommendationsJobRequest {
3676
+
3677
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobRequest) => any;
3678
+ }
3679
+
3680
+ export interface EndpointOutputConfiguration {
3681
+
3682
+ EndpointName: string | undefined;
3683
+
3684
+ VariantName: string | undefined;
3685
+
3686
+ InstanceType: ProductionVariantInstanceType | string | undefined;
3687
+
3688
+ InitialInstanceCount: number | undefined;
3689
+ }
3690
+ export declare namespace EndpointOutputConfiguration {
3691
+
3692
+ const filterSensitiveLog: (obj: EndpointOutputConfiguration) => any;
3693
+ }
3694
+
3695
+ export interface RecommendationMetrics {
3696
+
3697
+ CostPerHour: number | undefined;
3698
+
3699
+ CostPerInference: number | undefined;
3700
+
3701
+ MaxInvocations: number | undefined;
3702
+
3703
+ ModelLatency: number | undefined;
3704
+ }
3705
+ export declare namespace RecommendationMetrics {
3706
+
3707
+ const filterSensitiveLog: (obj: RecommendationMetrics) => any;
3708
+ }
3709
+
3710
+ export interface EnvironmentParameter {
3711
+
3712
+ Key: string | undefined;
3713
+
3714
+ ValueType: string | undefined;
3715
+
3716
+ Value: string | undefined;
3717
+ }
3718
+ export declare namespace EnvironmentParameter {
3719
+
3720
+ const filterSensitiveLog: (obj: EnvironmentParameter) => any;
3721
+ }
3722
+
3723
+ export interface ModelConfiguration {
3724
+
3725
+ InferenceSpecificationName?: string;
3726
+
3727
+ EnvironmentParameters?: EnvironmentParameter[];
3728
+ }
3729
+ export declare namespace ModelConfiguration {
3730
+
3731
+ const filterSensitiveLog: (obj: ModelConfiguration) => any;
3732
+ }
3733
+
3734
+ export interface InferenceRecommendation {
3735
+
3736
+ Metrics: RecommendationMetrics | undefined;
3737
+
3738
+ EndpointConfiguration: EndpointOutputConfiguration | undefined;
3739
+
3740
+ ModelConfiguration: ModelConfiguration | undefined;
3741
+ }
3742
+ export declare namespace InferenceRecommendation {
3743
+
3744
+ const filterSensitiveLog: (obj: InferenceRecommendation) => any;
3745
+ }
3746
+ export declare enum RecommendationJobStatus {
3747
+ COMPLETED = "COMPLETED",
3748
+ FAILED = "FAILED",
3749
+ IN_PROGRESS = "IN_PROGRESS",
3750
+ PENDING = "PENDING",
3751
+ STOPPED = "STOPPED",
3752
+ STOPPING = "STOPPING"
3753
+ }
3754
+ export interface DescribeInferenceRecommendationsJobResponse {
3755
+
3756
+ JobName: string | undefined;
3757
+
3758
+ JobDescription?: string;
3759
+
3760
+ JobType: RecommendationJobType | string | undefined;
3761
+
3762
+ JobArn: string | undefined;
3763
+
3764
+ RoleArn: string | undefined;
3765
+
3766
+ Status: RecommendationJobStatus | string | undefined;
3767
+
3768
+ CreationTime: Date | undefined;
3769
+
3770
+ CompletionTime?: Date;
3771
+
3772
+ LastModifiedTime: Date | undefined;
3773
+
3774
+ FailureReason?: string;
3775
+
3776
+ InputConfig: RecommendationJobInputConfig | undefined;
3777
+
3778
+ StoppingConditions?: RecommendationJobStoppingConditions;
3779
+
3780
+ InferenceRecommendations?: InferenceRecommendation[];
3781
+ }
3782
+ export declare namespace DescribeInferenceRecommendationsJobResponse {
3783
+
3784
+ const filterSensitiveLog: (obj: DescribeInferenceRecommendationsJobResponse) => any;
3785
+ }
3369
3786
  export interface DescribeLabelingJobRequest {
3370
3787
 
3371
3788
  LabelingJobName: string | undefined;
@@ -3452,6 +3869,36 @@ export declare namespace DescribeLabelingJobResponse {
3452
3869
 
3453
3870
  const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3454
3871
  }
3872
+ export interface DescribeLineageGroupRequest {
3873
+
3874
+ LineageGroupName: string | undefined;
3875
+ }
3876
+ export declare namespace DescribeLineageGroupRequest {
3877
+
3878
+ const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
3879
+ }
3880
+ export interface DescribeLineageGroupResponse {
3881
+
3882
+ LineageGroupName?: string;
3883
+
3884
+ LineageGroupArn?: string;
3885
+
3886
+ DisplayName?: string;
3887
+
3888
+ Description?: string;
3889
+
3890
+ CreationTime?: Date;
3891
+
3892
+ CreatedBy?: UserContext;
3893
+
3894
+ LastModifiedTime?: Date;
3895
+
3896
+ LastModifiedBy?: UserContext;
3897
+ }
3898
+ export declare namespace DescribeLineageGroupResponse {
3899
+
3900
+ const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
3901
+ }
3455
3902
  export interface DescribeModelInput {
3456
3903
 
3457
3904
  ModelName: string | undefined;
@@ -3492,511 +3939,3 @@ export declare namespace DescribeModelBiasJobDefinitionRequest {
3492
3939
 
3493
3940
  const filterSensitiveLog: (obj: DescribeModelBiasJobDefinitionRequest) => any;
3494
3941
  }
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;
3908
-
3909
- CreationTime?: Date;
3910
-
3911
- LastModifiedTime?: Date;
3912
-
3913
- LastRunTime?: Date;
3914
-
3915
- CreatedBy?: UserContext;
3916
-
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
- LastModifiedTime?: Date;
3986
-
3987
- CreatedBy?: UserContext;
3988
-
3989
- LastModifiedBy?: UserContext;
3990
- }
3991
- export declare namespace DescribePipelineExecutionResponse {
3992
-
3993
- const filterSensitiveLog: (obj: DescribePipelineExecutionResponse) => any;
3994
- }
3995
- export interface DescribeProcessingJobRequest {
3996
-
3997
- ProcessingJobName: string | undefined;
3998
- }
3999
- export declare namespace DescribeProcessingJobRequest {
4000
-
4001
- const filterSensitiveLog: (obj: DescribeProcessingJobRequest) => any;
4002
- }