@aws-sdk/client-sagemaker 3.76.0 → 3.80.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 (182) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/commands/CreateImageVersionCommand.js +2 -1
  4. package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -1
  5. package/dist-cjs/commands/DescribeLineageGroupCommand.js +3 -3
  6. package/dist-cjs/commands/DescribeModelCommand.js +1 -2
  7. package/dist-cjs/commands/ListTrainingJobsCommand.js +3 -3
  8. package/dist-cjs/models/models_0.js +16 -17
  9. package/dist-cjs/models/models_1.js +30 -30
  10. package/dist-cjs/models/models_2.js +30 -31
  11. package/dist-cjs/models/models_3.js +28 -3
  12. package/dist-cjs/pagination/ListActionsPaginator.js +2 -1
  13. package/dist-cjs/pagination/ListAlgorithmsPaginator.js +2 -1
  14. package/dist-cjs/pagination/ListAppImageConfigsPaginator.js +2 -1
  15. package/dist-cjs/pagination/ListAppsPaginator.js +2 -1
  16. package/dist-cjs/pagination/ListArtifactsPaginator.js +2 -1
  17. package/dist-cjs/pagination/ListAssociationsPaginator.js +2 -1
  18. package/dist-cjs/pagination/ListAutoMLJobsPaginator.js +2 -1
  19. package/dist-cjs/pagination/ListCandidatesForAutoMLJobPaginator.js +2 -1
  20. package/dist-cjs/pagination/ListCodeRepositoriesPaginator.js +2 -1
  21. package/dist-cjs/pagination/ListCompilationJobsPaginator.js +2 -1
  22. package/dist-cjs/pagination/ListContextsPaginator.js +2 -1
  23. package/dist-cjs/pagination/ListDataQualityJobDefinitionsPaginator.js +2 -1
  24. package/dist-cjs/pagination/ListDeviceFleetsPaginator.js +2 -1
  25. package/dist-cjs/pagination/ListDevicesPaginator.js +2 -1
  26. package/dist-cjs/pagination/ListDomainsPaginator.js +2 -1
  27. package/dist-cjs/pagination/ListEdgePackagingJobsPaginator.js +2 -1
  28. package/dist-cjs/pagination/ListEndpointConfigsPaginator.js +2 -1
  29. package/dist-cjs/pagination/ListEndpointsPaginator.js +2 -1
  30. package/dist-cjs/pagination/ListExperimentsPaginator.js +2 -1
  31. package/dist-cjs/pagination/ListFlowDefinitionsPaginator.js +2 -1
  32. package/dist-cjs/pagination/ListHumanTaskUisPaginator.js +2 -1
  33. package/dist-cjs/pagination/ListHyperParameterTuningJobsPaginator.js +2 -1
  34. package/dist-cjs/pagination/ListImageVersionsPaginator.js +2 -1
  35. package/dist-cjs/pagination/ListImagesPaginator.js +2 -1
  36. package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +2 -1
  37. package/dist-cjs/pagination/ListLabelingJobsForWorkteamPaginator.js +2 -1
  38. package/dist-cjs/pagination/ListLabelingJobsPaginator.js +2 -1
  39. package/dist-cjs/pagination/ListLineageGroupsPaginator.js +2 -1
  40. package/dist-cjs/pagination/ListModelBiasJobDefinitionsPaginator.js +2 -1
  41. package/dist-cjs/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +2 -1
  42. package/dist-cjs/pagination/ListModelMetadataPaginator.js +2 -1
  43. package/dist-cjs/pagination/ListModelPackageGroupsPaginator.js +2 -1
  44. package/dist-cjs/pagination/ListModelPackagesPaginator.js +2 -1
  45. package/dist-cjs/pagination/ListModelQualityJobDefinitionsPaginator.js +2 -1
  46. package/dist-cjs/pagination/ListModelsPaginator.js +2 -1
  47. package/dist-cjs/pagination/ListMonitoringExecutionsPaginator.js +2 -1
  48. package/dist-cjs/pagination/ListMonitoringSchedulesPaginator.js +2 -1
  49. package/dist-cjs/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +2 -1
  50. package/dist-cjs/pagination/ListNotebookInstancesPaginator.js +2 -1
  51. package/dist-cjs/pagination/ListPipelineExecutionStepsPaginator.js +2 -1
  52. package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +2 -1
  53. package/dist-cjs/pagination/ListPipelineParametersForExecutionPaginator.js +2 -1
  54. package/dist-cjs/pagination/ListPipelinesPaginator.js +2 -1
  55. package/dist-cjs/pagination/ListProcessingJobsPaginator.js +2 -1
  56. package/dist-cjs/pagination/ListProjectsPaginator.js +2 -1
  57. package/dist-cjs/pagination/ListStudioLifecycleConfigsPaginator.js +2 -1
  58. package/dist-cjs/pagination/ListSubscribedWorkteamsPaginator.js +2 -1
  59. package/dist-cjs/pagination/ListTagsPaginator.js +2 -1
  60. package/dist-cjs/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +2 -1
  61. package/dist-cjs/pagination/ListTrainingJobsPaginator.js +2 -1
  62. package/dist-cjs/pagination/ListTransformJobsPaginator.js +2 -1
  63. package/dist-cjs/pagination/ListTrialComponentsPaginator.js +2 -1
  64. package/dist-cjs/pagination/ListTrialsPaginator.js +2 -1
  65. package/dist-cjs/pagination/ListUserProfilesPaginator.js +2 -1
  66. package/dist-cjs/pagination/ListWorkforcesPaginator.js +2 -1
  67. package/dist-cjs/pagination/ListWorkteamsPaginator.js +2 -1
  68. package/dist-cjs/pagination/QueryLineagePaginator.js +2 -1
  69. package/dist-cjs/pagination/SearchPaginator.js +2 -1
  70. package/dist-cjs/protocols/Aws_json1_1.js +41 -0
  71. package/dist-es/commands/CreateImageVersionCommand.js +2 -1
  72. package/dist-es/commands/DescribeLabelingJobCommand.js +2 -1
  73. package/dist-es/commands/DescribeLineageGroupCommand.js +1 -1
  74. package/dist-es/commands/DescribeModelCommand.js +1 -2
  75. package/dist-es/commands/ListTrainingJobsCommand.js +1 -1
  76. package/dist-es/models/models_0.js +9 -8
  77. package/dist-es/models/models_1.js +16 -16
  78. package/dist-es/models/models_2.js +16 -19
  79. package/dist-es/models/models_3.js +19 -0
  80. package/dist-es/pagination/ListActionsPaginator.js +3 -2
  81. package/dist-es/pagination/ListAlgorithmsPaginator.js +3 -2
  82. package/dist-es/pagination/ListAppImageConfigsPaginator.js +3 -2
  83. package/dist-es/pagination/ListAppsPaginator.js +3 -2
  84. package/dist-es/pagination/ListArtifactsPaginator.js +3 -2
  85. package/dist-es/pagination/ListAssociationsPaginator.js +3 -2
  86. package/dist-es/pagination/ListAutoMLJobsPaginator.js +3 -2
  87. package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +3 -2
  88. package/dist-es/pagination/ListCodeRepositoriesPaginator.js +3 -2
  89. package/dist-es/pagination/ListCompilationJobsPaginator.js +3 -2
  90. package/dist-es/pagination/ListContextsPaginator.js +3 -2
  91. package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +3 -2
  92. package/dist-es/pagination/ListDeviceFleetsPaginator.js +3 -2
  93. package/dist-es/pagination/ListDevicesPaginator.js +3 -2
  94. package/dist-es/pagination/ListDomainsPaginator.js +3 -2
  95. package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +3 -2
  96. package/dist-es/pagination/ListEndpointConfigsPaginator.js +3 -2
  97. package/dist-es/pagination/ListEndpointsPaginator.js +3 -2
  98. package/dist-es/pagination/ListExperimentsPaginator.js +3 -2
  99. package/dist-es/pagination/ListFlowDefinitionsPaginator.js +3 -2
  100. package/dist-es/pagination/ListHumanTaskUisPaginator.js +3 -2
  101. package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +3 -2
  102. package/dist-es/pagination/ListImageVersionsPaginator.js +3 -2
  103. package/dist-es/pagination/ListImagesPaginator.js +3 -2
  104. package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +3 -2
  105. package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +3 -2
  106. package/dist-es/pagination/ListLabelingJobsPaginator.js +3 -2
  107. package/dist-es/pagination/ListLineageGroupsPaginator.js +3 -2
  108. package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +3 -2
  109. package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +3 -2
  110. package/dist-es/pagination/ListModelMetadataPaginator.js +3 -2
  111. package/dist-es/pagination/ListModelPackageGroupsPaginator.js +3 -2
  112. package/dist-es/pagination/ListModelPackagesPaginator.js +3 -2
  113. package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +3 -2
  114. package/dist-es/pagination/ListModelsPaginator.js +3 -2
  115. package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +3 -2
  116. package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +3 -2
  117. package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +3 -2
  118. package/dist-es/pagination/ListNotebookInstancesPaginator.js +3 -2
  119. package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +3 -2
  120. package/dist-es/pagination/ListPipelineExecutionsPaginator.js +3 -2
  121. package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +3 -2
  122. package/dist-es/pagination/ListPipelinesPaginator.js +3 -2
  123. package/dist-es/pagination/ListProcessingJobsPaginator.js +3 -2
  124. package/dist-es/pagination/ListProjectsPaginator.js +3 -2
  125. package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +3 -2
  126. package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +3 -2
  127. package/dist-es/pagination/ListTagsPaginator.js +3 -2
  128. package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +3 -2
  129. package/dist-es/pagination/ListTrainingJobsPaginator.js +3 -2
  130. package/dist-es/pagination/ListTransformJobsPaginator.js +3 -2
  131. package/dist-es/pagination/ListTrialComponentsPaginator.js +3 -2
  132. package/dist-es/pagination/ListTrialsPaginator.js +3 -2
  133. package/dist-es/pagination/ListUserProfilesPaginator.js +3 -2
  134. package/dist-es/pagination/ListWorkforcesPaginator.js +3 -2
  135. package/dist-es/pagination/ListWorkteamsPaginator.js +3 -2
  136. package/dist-es/pagination/QueryLineagePaginator.js +3 -2
  137. package/dist-es/pagination/SearchPaginator.js +3 -2
  138. package/dist-es/protocols/Aws_json1_1.js +36 -6
  139. package/dist-types/SageMaker.d.ts +78 -73
  140. package/dist-types/SageMakerClient.d.ts +2 -2
  141. package/dist-types/commands/AddTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
  144. package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
  145. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -5
  146. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -2
  148. package/dist-types/commands/CreateModelCommand.d.ts +6 -8
  149. package/dist-types/commands/CreateModelPackageCommand.d.ts +4 -4
  150. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
  151. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
  152. package/dist-types/commands/CreateTrainingJobCommand.d.ts +8 -8
  153. package/dist-types/commands/DeleteEndpointCommand.d.ts +9 -2
  154. package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
  155. package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -2
  156. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
  157. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +2 -1
  159. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
  161. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  162. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  163. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  165. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
  166. package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
  167. package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
  168. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
  169. package/dist-types/models/models_0.d.ts +143 -126
  170. package/dist-types/models/models_1.d.ts +205 -285
  171. package/dist-types/models/models_2.d.ts +269 -187
  172. package/dist-types/models/models_3.d.ts +139 -29
  173. package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +2 -1
  174. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +2 -1
  175. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -2
  177. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/models/models_0.d.ts +17 -17
  179. package/dist-types/ts3.4/models/models_1.d.ts +42 -81
  180. package/dist-types/ts3.4/models/models_2.d.ts +81 -62
  181. package/dist-types/ts3.4/models/models_3.d.ts +62 -1
  182. package/package.json +26 -26
@@ -1,6 +1,122 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
2
2
  import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
3
- import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, TrainingJobSortByOptions, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
3
+ import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
4
+ export interface ListTrainingJobsRequest {
5
+ /**
6
+ * <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated,
7
+ * the response includes a <code>NextToken</code>. To retrieve the next set of training
8
+ * jobs, use the token in the next request. </p>
9
+ */
10
+ NextToken?: string;
11
+ /**
12
+ * <p>The maximum number of training jobs to return in the response.</p>
13
+ */
14
+ MaxResults?: number;
15
+ /**
16
+ * <p>A filter that returns only training jobs created after the specified time
17
+ * (timestamp).</p>
18
+ */
19
+ CreationTimeAfter?: Date;
20
+ /**
21
+ * <p>A filter that returns only training jobs created before the specified time
22
+ * (timestamp).</p>
23
+ */
24
+ CreationTimeBefore?: Date;
25
+ /**
26
+ * <p>A filter that returns only training jobs modified after the specified time
27
+ * (timestamp).</p>
28
+ */
29
+ LastModifiedTimeAfter?: Date;
30
+ /**
31
+ * <p>A filter that returns only training jobs modified before the specified time
32
+ * (timestamp).</p>
33
+ */
34
+ LastModifiedTimeBefore?: Date;
35
+ /**
36
+ * <p>A string in the training job name. This filter returns only training jobs whose
37
+ * name contains the specified string.</p>
38
+ */
39
+ NameContains?: string;
40
+ /**
41
+ * <p>A filter that retrieves only training jobs with a specific status.</p>
42
+ */
43
+ StatusEquals?: TrainingJobStatus | string;
44
+ /**
45
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
46
+ */
47
+ SortBy?: SortBy | string;
48
+ /**
49
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
50
+ */
51
+ SortOrder?: SortOrder | string;
52
+ }
53
+ export declare namespace ListTrainingJobsRequest {
54
+ /**
55
+ * @internal
56
+ */
57
+ const filterSensitiveLog: (obj: ListTrainingJobsRequest) => any;
58
+ }
59
+ /**
60
+ * <p>Provides summary information about a training job.</p>
61
+ */
62
+ export interface TrainingJobSummary {
63
+ /**
64
+ * <p>The name of the training job that you want a summary for.</p>
65
+ */
66
+ TrainingJobName: string | undefined;
67
+ /**
68
+ * <p>The Amazon Resource Name (ARN) of the training job.</p>
69
+ */
70
+ TrainingJobArn: string | undefined;
71
+ /**
72
+ * <p>A timestamp that shows when the training job was created.</p>
73
+ */
74
+ CreationTime: Date | undefined;
75
+ /**
76
+ * <p>A timestamp that shows when the training job ended. This field is set only if the
77
+ * training job has one of the terminal statuses (<code>Completed</code>,
78
+ * <code>Failed</code>, or <code>Stopped</code>). </p>
79
+ */
80
+ TrainingEndTime?: Date;
81
+ /**
82
+ * <p> Timestamp when the training job was last modified. </p>
83
+ */
84
+ LastModifiedTime?: Date;
85
+ /**
86
+ * <p>The status of the training job.</p>
87
+ */
88
+ TrainingJobStatus: TrainingJobStatus | string | undefined;
89
+ }
90
+ export declare namespace TrainingJobSummary {
91
+ /**
92
+ * @internal
93
+ */
94
+ const filterSensitiveLog: (obj: TrainingJobSummary) => any;
95
+ }
96
+ export interface ListTrainingJobsResponse {
97
+ /**
98
+ * <p>An array of <code>TrainingJobSummary</code> objects, each listing a training
99
+ * job.</p>
100
+ */
101
+ TrainingJobSummaries: TrainingJobSummary[] | undefined;
102
+ /**
103
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
104
+ * training jobs, use it in the subsequent request.</p>
105
+ */
106
+ NextToken?: string;
107
+ }
108
+ export declare namespace ListTrainingJobsResponse {
109
+ /**
110
+ * @internal
111
+ */
112
+ const filterSensitiveLog: (obj: ListTrainingJobsResponse) => any;
113
+ }
114
+ export declare enum TrainingJobSortByOptions {
115
+ CreationTime = "CreationTime",
116
+ FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
117
+ Name = "Name",
118
+ Status = "Status"
119
+ }
4
120
  export interface ListTrainingJobsForHyperParameterTuningJobRequest {
5
121
  /**
6
122
  * <p>The name of the tuning job whose training jobs you want to list.</p>
@@ -17,23 +133,17 @@ export interface ListTrainingJobsForHyperParameterTuningJobRequest {
17
133
  */
18
134
  MaxResults?: number;
19
135
  /**
20
- * <p>A filter that returns only training jobs with the
21
- * specified
22
- * status.</p>
136
+ * <p>A filter that returns only training jobs with the specified status.</p>
23
137
  */
24
138
  StatusEquals?: TrainingJobStatus | string;
25
139
  /**
26
- * <p>The field to sort
27
- * results
28
- * by. The default is <code>Name</code>.</p>
140
+ * <p>The field to sort results by. The default is <code>Name</code>.</p>
29
141
  * <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training
30
142
  * jobs that did not return an objective metric are not listed.</p>
31
143
  */
32
144
  SortBy?: TrainingJobSortByOptions | string;
33
145
  /**
34
- * <p>The sort order
35
- * for
36
- * results. The default is <code>Ascending</code>.</p>
146
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
37
147
  */
38
148
  SortOrder?: SortOrder | string;
39
149
  }
@@ -646,7 +756,7 @@ export interface ModelPackage {
646
756
  */
647
757
  SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
648
758
  /**
649
- * <p>Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.</p>
759
+ * <p>Specifies batch transform jobs that SageMaker runs to validate your model package.</p>
650
760
  */
651
761
  ValidationSpecification?: ModelPackageValidationSpecification;
652
762
  /**
@@ -1293,7 +1403,7 @@ export declare namespace PutModelPackageGroupPolicyOutput {
1293
1403
  }
1294
1404
  /**
1295
1405
  * <p>A set of filters to narrow the set of lineage entities connected to the <code>StartArn</code>(s) returned by the
1296
- * <code>QueryLineage</code> API action.</p>
1406
+ * <code>QueryLineage</code> API action.</p>
1297
1407
  */
1298
1408
  export interface QueryFilters {
1299
1409
  /**
@@ -1323,7 +1433,7 @@ export interface QueryFilters {
1323
1433
  ModifiedAfter?: Date;
1324
1434
  /**
1325
1435
  * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs.
1326
- * If multiple pairs are provided, an entity will be included in the results if it matches any of the provided pairs.</p>
1436
+ * If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.</p>
1327
1437
  */
1328
1438
  Properties?: {
1329
1439
  [key: string]: string;
@@ -1341,12 +1451,12 @@ export interface QueryLineageRequest {
1341
1451
  */
1342
1452
  StartArns: string[] | undefined;
1343
1453
  /**
1344
- * <p>Associations between lineage entities are directed. This parameter determines the direction from the
1345
- * StartArn(s) the query will look.</p>
1454
+ * <p>Associations between lineage entities have a direction. This parameter determines the direction from the
1455
+ * StartArn(s) that the query traverses.</p>
1346
1456
  */
1347
1457
  Direction?: Direction | string;
1348
1458
  /**
1349
- * <p> Setting this value to <code>True</code> will retrieve not only the entities of interest but also the
1459
+ * <p> Setting this value to <code>True</code> retrieves not only the entities of interest but also the
1350
1460
  * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html">Associations</a> and
1351
1461
  * lineage entities on the path. Set to <code>False</code> to only return lineage entities that match your query.</p>
1352
1462
  */
@@ -1374,7 +1484,7 @@ export interface QueryLineageRequest {
1374
1484
  */
1375
1485
  Filters?: QueryFilters;
1376
1486
  /**
1377
- * <p>The maximum depth in lineage relationships from the <code>StartArns</code> that will be traversed. Depth is a measure of the number
1487
+ * <p>The maximum depth in lineage relationships from the <code>StartArns</code> that are traversed. Depth is a measure of the number
1378
1488
  * of <code>Associations</code> from the <code>StartArn</code> entity to the matched results.</p>
1379
1489
  */
1380
1490
  MaxDepth?: number;
@@ -1645,7 +1755,7 @@ export interface TrainingJob {
1645
1755
  * <p> Provides detailed information about the state of the training job. For detailed
1646
1756
  * information about the secondary status of the training job, see
1647
1757
  * <code>StatusMessage</code> under <a>SecondaryStatusTransition</a>.</p>
1648
- * <p>Amazon SageMaker provides primary statuses and secondary statuses that apply to each of
1758
+ * <p>SageMaker provides primary statuses and secondary statuses that apply to each of
1649
1759
  * them:</p>
1650
1760
  * <dl>
1651
1761
  * <dt>InProgress</dt>
@@ -1765,7 +1875,7 @@ export interface TrainingJob {
1765
1875
  InputDataConfig?: Channel[];
1766
1876
  /**
1767
1877
  * <p>The S3 path where model artifacts that you configured when creating the job are
1768
- * stored. Amazon SageMaker creates subfolders for model artifacts.</p>
1878
+ * stored. SageMaker creates subfolders for model artifacts.</p>
1769
1879
  */
1770
1880
  OutputDataConfig?: OutputDataConfig;
1771
1881
  /**
@@ -1781,9 +1891,9 @@ export interface TrainingJob {
1781
1891
  VpcConfig?: VpcConfig;
1782
1892
  /**
1783
1893
  * <p>Specifies a limit to how long a model training job can run. It also specifies how long
1784
- * a managed Spot training job has to complete. When the job reaches the time limit, Amazon SageMaker
1894
+ * a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
1785
1895
  * ends the training job. Use this API to cap model training costs.</p>
1786
- * <p>To stop a job, Amazon SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
1896
+ * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
1787
1897
  * job termination for 120 seconds. Algorithms can use this 120-second window to save the
1788
1898
  * model artifacts, so the results of training are not lost. </p>
1789
1899
  */
@@ -1803,7 +1913,7 @@ export interface TrainingJob {
1803
1913
  * <p>Indicates the time when the training job ends on training instances. You are billed
1804
1914
  * for the time interval between the value of <code>TrainingStartTime</code> and this time.
1805
1915
  * For successful jobs and stopped jobs, this is the time after model artifacts are
1806
- * uploaded. For failed jobs, this is the time when Amazon SageMaker detects a job failure.</p>
1916
+ * uploaded. For failed jobs, this is the time when SageMaker detects a job failure.</p>
1807
1917
  */
1808
1918
  TrainingEndTime?: Date;
1809
1919
  /**
@@ -3041,7 +3151,7 @@ export declare namespace UpdateEndpointOutput {
3041
3151
  }
3042
3152
  export interface UpdateEndpointWeightsAndCapacitiesInput {
3043
3153
  /**
3044
- * <p>The name of an existing Amazon SageMaker endpoint.</p>
3154
+ * <p>The name of an existing SageMaker endpoint.</p>
3045
3155
  */
3046
3156
  EndpointName: string | undefined;
3047
3157
  /**
@@ -3231,10 +3341,10 @@ export interface UpdateNotebookInstanceInput {
3231
3341
  */
3232
3342
  InstanceType?: _InstanceType | string;
3233
3343
  /**
3234
- * <p>The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker can assume to access the
3235
- * notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">Amazon SageMaker Roles</a>. </p>
3344
+ * <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume to access the
3345
+ * notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker Roles</a>. </p>
3236
3346
  * <note>
3237
- * <p>To be able to pass this role to Amazon SageMaker, the caller of this API must have the
3347
+ * <p>To be able to pass this role to SageMaker, the caller of this API must have the
3238
3348
  * <code>iam:PassRole</code> permission.</p>
3239
3349
  * </note>
3240
3350
  */
@@ -3254,7 +3364,7 @@ export interface UpdateNotebookInstanceInput {
3254
3364
  DisassociateLifecycleConfig?: boolean;
3255
3365
  /**
3256
3366
  * <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The
3257
- * default value is 5 GB. ML storage volumes are encrypted, so Amazon SageMaker can't determine the
3367
+ * default value is 5 GB. ML storage volumes are encrypted, so SageMaker can't determine the
3258
3368
  * amount of available free space on the volume. Because of this, you can increase the
3259
3369
  * volume size when you update a notebook instance, but you can't decrease the volume size.
3260
3370
  * If you want to decrease the size of the ML storage volume in use, create a new notebook
@@ -3266,7 +3376,7 @@ export interface UpdateNotebookInstanceInput {
3266
3376
  * repository. This can be either the name of a Git repository stored as a resource in your
3267
3377
  * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any
3268
3378
  * other Git repository. When you open a notebook instance, it opens in the directory that
3269
- * contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with Amazon SageMaker
3379
+ * contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker
3270
3380
  * Notebook Instances</a>.</p>
3271
3381
  */
3272
3382
  DefaultCodeRepository?: string;
@@ -3276,7 +3386,7 @@ export interface UpdateNotebookInstanceInput {
3276
3386
  * or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any
3277
3387
  * other Git repository. These repositories are cloned at the same level as the default
3278
3388
  * repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
3279
- * Repositories with Amazon SageMaker Notebook Instances</a>.</p>
3389
+ * Repositories with SageMaker Notebook Instances</a>.</p>
3280
3390
  */
3281
3391
  AdditionalCodeRepositories?: string[];
3282
3392
  /**
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CreateImageVersionRequest, CreateImageVersionResponse } from "../models/models_0";
3
+ import { CreateImageVersionRequest } from "../models/models_0";
4
+ import { CreateImageVersionResponse } from "../models/models_1";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  export interface CreateImageVersionCommandInput extends CreateImageVersionRequest {
6
7
  }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../models/models_1";
3
+ import { DescribeLabelingJobRequest } from "../models/models_1";
4
+ import { DescribeLabelingJobResponse } from "../models/models_2";
4
5
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  export interface DescribeLabelingJobCommandInput extends DescribeLabelingJobRequest {
6
7
  }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_1";
3
+ import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../models/models_2";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  export interface DescribeLineageGroupCommandInput extends DescribeLineageGroupRequest {
6
6
  }
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeModelInput } from "../models/models_1";
4
- import { DescribeModelOutput } from "../models/models_2";
3
+ import { DescribeModelInput, DescribeModelOutput } from "../models/models_2";
5
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  export interface DescribeModelCommandInput extends DescribeModelInput {
7
6
  }
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/models_2";
3
+ import { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/models_3";
4
4
  import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  export interface ListTrainingJobsCommandInput extends ListTrainingJobsRequest {
6
6
  }
@@ -1214,6 +1214,10 @@ export declare namespace AutoMLCandidate {
1214
1214
 
1215
1215
  const filterSensitiveLog: (obj: AutoMLCandidate) => any;
1216
1216
  }
1217
+ export declare enum AutoMLChannelType {
1218
+ TRAINING = "training",
1219
+ VALIDATION = "validation"
1220
+ }
1217
1221
  export declare enum AutoMLS3DataType {
1218
1222
  MANIFEST_FILE = "ManifestFile",
1219
1223
  S3_PREFIX = "S3Prefix"
@@ -1248,12 +1252,23 @@ export interface AutoMLChannel {
1248
1252
  TargetAttributeName: string | undefined;
1249
1253
 
1250
1254
  ContentType?: string;
1255
+
1256
+ ChannelType?: AutoMLChannelType | string;
1251
1257
  }
1252
1258
  export declare namespace AutoMLChannel {
1253
1259
 
1254
1260
  const filterSensitiveLog: (obj: AutoMLChannel) => any;
1255
1261
  }
1256
1262
 
1263
+ export interface AutoMLDataSplitConfig {
1264
+
1265
+ ValidationFraction?: number;
1266
+ }
1267
+ export declare namespace AutoMLDataSplitConfig {
1268
+
1269
+ const filterSensitiveLog: (obj: AutoMLDataSplitConfig) => any;
1270
+ }
1271
+
1257
1272
  export interface AutoMLJobArtifacts {
1258
1273
 
1259
1274
  CandidateDefinitionNotebookLocation?: string;
@@ -1307,6 +1322,8 @@ export interface AutoMLJobConfig {
1307
1322
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1308
1323
 
1309
1324
  SecurityConfig?: AutoMLSecurityConfig;
1325
+
1326
+ DataSplitConfig?: AutoMLDataSplitConfig;
1310
1327
  }
1311
1328
  export declare namespace AutoMLJobConfig {
1312
1329
 
@@ -3625,20 +3642,3 @@ export declare namespace CreateImageVersionRequest {
3625
3642
 
3626
3643
  const filterSensitiveLog: (obj: CreateImageVersionRequest) => any;
3627
3644
  }
3628
- export interface CreateImageVersionResponse {
3629
-
3630
- ImageVersionArn?: string;
3631
- }
3632
- export declare namespace CreateImageVersionResponse {
3633
-
3634
- const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
3635
- }
3636
-
3637
- export interface EnvironmentParameterRanges {
3638
-
3639
- CategoricalParameterRanges?: CategoricalParameter[];
3640
- }
3641
- export declare namespace EnvironmentParameterRanges {
3642
-
3643
- const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
3644
- }
@@ -1,4 +1,21 @@
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";
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, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, 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
+ export interface CreateImageVersionResponse {
3
+
4
+ ImageVersionArn?: string;
5
+ }
6
+ export declare namespace CreateImageVersionResponse {
7
+
8
+ const filterSensitiveLog: (obj: CreateImageVersionResponse) => any;
9
+ }
10
+
11
+ export interface EnvironmentParameterRanges {
12
+
13
+ CategoricalParameterRanges?: CategoricalParameter[];
14
+ }
15
+ export declare namespace EnvironmentParameterRanges {
16
+
17
+ const filterSensitiveLog: (obj: EnvironmentParameterRanges) => any;
18
+ }
2
19
 
3
20
  export interface EndpointInputConfiguration {
4
21
 
@@ -62,6 +79,8 @@ export interface RecommendationJobInputConfig {
62
79
  ResourceLimit?: RecommendationJobResourceLimit;
63
80
 
64
81
  EndpointConfigurations?: EndpointInputConfiguration[];
82
+
83
+ VolumeKmsKeyId?: string;
65
84
  }
66
85
  export declare namespace RecommendationJobInputConfig {
67
86
 
@@ -72,6 +91,26 @@ export declare enum RecommendationJobType {
72
91
  DEFAULT = "Default"
73
92
  }
74
93
 
94
+ export interface RecommendationJobCompiledOutputConfig {
95
+
96
+ S3OutputUri?: string;
97
+ }
98
+ export declare namespace RecommendationJobCompiledOutputConfig {
99
+
100
+ const filterSensitiveLog: (obj: RecommendationJobCompiledOutputConfig) => any;
101
+ }
102
+
103
+ export interface RecommendationJobOutputConfig {
104
+
105
+ KmsKeyId?: string;
106
+
107
+ CompiledOutputConfig?: RecommendationJobCompiledOutputConfig;
108
+ }
109
+ export declare namespace RecommendationJobOutputConfig {
110
+
111
+ const filterSensitiveLog: (obj: RecommendationJobOutputConfig) => any;
112
+ }
113
+
75
114
  export interface ModelLatencyThreshold {
76
115
 
77
116
  Percentile?: string;
@@ -107,6 +146,8 @@ export interface CreateInferenceRecommendationsJobRequest {
107
146
 
108
147
  StoppingConditions?: RecommendationJobStoppingConditions;
109
148
 
149
+ OutputConfig?: RecommendationJobOutputConfig;
150
+
110
151
  Tags?: Tag[];
111
152
  }
112
153
  export declare namespace CreateInferenceRecommendationsJobRequest {
@@ -3861,83 +3902,3 @@ export declare enum LabelingJobStatus {
3861
3902
  STOPPED = "Stopped",
3862
3903
  STOPPING = "Stopping"
3863
3904
  }
3864
- export interface DescribeLabelingJobResponse {
3865
-
3866
- LabelingJobStatus: LabelingJobStatus | string | undefined;
3867
-
3868
- LabelCounters: LabelCounters | undefined;
3869
-
3870
- FailureReason?: string;
3871
-
3872
- CreationTime: Date | undefined;
3873
-
3874
- LastModifiedTime: Date | undefined;
3875
-
3876
- JobReferenceCode: string | undefined;
3877
-
3878
- LabelingJobName: string | undefined;
3879
-
3880
- LabelingJobArn: string | undefined;
3881
-
3882
- LabelAttributeName?: string;
3883
-
3884
- InputConfig: LabelingJobInputConfig | undefined;
3885
-
3886
- OutputConfig: LabelingJobOutputConfig | undefined;
3887
-
3888
- RoleArn: string | undefined;
3889
-
3890
- LabelCategoryConfigS3Uri?: string;
3891
-
3892
- StoppingConditions?: LabelingJobStoppingConditions;
3893
-
3894
- LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
3895
-
3896
- HumanTaskConfig: HumanTaskConfig | undefined;
3897
-
3898
- Tags?: Tag[];
3899
-
3900
- LabelingJobOutput?: LabelingJobOutput;
3901
- }
3902
- export declare namespace DescribeLabelingJobResponse {
3903
-
3904
- const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
3905
- }
3906
- export interface DescribeLineageGroupRequest {
3907
-
3908
- LineageGroupName: string | undefined;
3909
- }
3910
- export declare namespace DescribeLineageGroupRequest {
3911
-
3912
- const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
3913
- }
3914
- export interface DescribeLineageGroupResponse {
3915
-
3916
- LineageGroupName?: string;
3917
-
3918
- LineageGroupArn?: string;
3919
-
3920
- DisplayName?: string;
3921
-
3922
- Description?: string;
3923
-
3924
- CreationTime?: Date;
3925
-
3926
- CreatedBy?: UserContext;
3927
-
3928
- LastModifiedTime?: Date;
3929
-
3930
- LastModifiedBy?: UserContext;
3931
- }
3932
- export declare namespace DescribeLineageGroupResponse {
3933
-
3934
- const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
3935
- }
3936
- export interface DescribeModelInput {
3937
-
3938
- ModelName: string | undefined;
3939
- }
3940
- export declare namespace DescribeModelInput {
3941
-
3942
- const filterSensitiveLog: (obj: DescribeModelInput) => any;
3943
- }