@aws-sdk/client-sagemaker 3.863.0 → 3.866.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 (74) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +582 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +140 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  21. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  22. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  23. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  25. package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  32. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  33. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  34. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  35. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  36. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  37. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  38. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  39. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchCommand.d.ts +26 -8
  42. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  43. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +71 -87
  46. package/dist-types/models/models_1.d.ts +94 -106
  47. package/dist-types/models/models_2.d.ts +115 -202
  48. package/dist-types/models/models_3.d.ts +463 -409
  49. package/dist-types/models/models_4.d.ts +414 -683
  50. package/dist-types/models/models_5.d.ts +718 -5
  51. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +1 -0
  53. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  54. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  55. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  56. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  66. package/dist-types/ts3.4/models/models_1.d.ts +31 -25
  67. package/dist-types/ts3.4/models/models_2.d.ts +28 -53
  68. package/dist-types/ts3.4/models/models_3.d.ts +119 -104
  69. package/dist-types/ts3.4/models/models_4.d.ts +123 -190
  70. package/dist-types/ts3.4/models/models_5.d.ts +187 -5
  71. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  74. package/package.json +5 -5
@@ -1,8 +1,688 @@
1
- import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterRestrictedInstanceGroupSpecification, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, MetadataProperties, ModelVariantConfig, Processor, RetryStrategy, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
- import { CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
4
- import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig, MetricData, ModelPackageGroupStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ReservedCapacityInstanceType, ResourceType, SageMakerResourceName, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TemplateProviderDetail, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_3";
5
- import { InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, Parameter, TransformJob } from "./models_4";
1
+ import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterRestrictedInstanceGroupSpecification, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, MetadataProperties, ModelVariantConfig, Processor, RetryStrategy, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
+ import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
4
+ import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, EndpointStatus, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, InferenceComponentDeploymentConfig, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TemplateProviderDetail, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_3";
5
+ import { HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, SortOrder } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface ListWorkforcesResponse {
10
+ /**
11
+ * <p>A list containing information about your workforce.</p>
12
+ * @public
13
+ */
14
+ Workforces: Workforce[] | undefined;
15
+ /**
16
+ * <p>A token to resume pagination.</p>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ * @enum
24
+ */
25
+ export declare const ListWorkteamsSortByOptions: {
26
+ readonly CreateDate: "CreateDate";
27
+ readonly Name: "Name";
28
+ };
29
+ /**
30
+ * @public
31
+ */
32
+ export type ListWorkteamsSortByOptions = (typeof ListWorkteamsSortByOptions)[keyof typeof ListWorkteamsSortByOptions];
33
+ /**
34
+ * @public
35
+ */
36
+ export interface ListWorkteamsRequest {
37
+ /**
38
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
39
+ * @public
40
+ */
41
+ SortBy?: ListWorkteamsSortByOptions | undefined;
42
+ /**
43
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
44
+ * @public
45
+ */
46
+ SortOrder?: SortOrder | undefined;
47
+ /**
48
+ * <p>A string in the work team's name. This filter returns only work teams whose name contains the specified string.</p>
49
+ * @public
50
+ */
51
+ NameContains?: string | undefined;
52
+ /**
53
+ * <p>If the result of the previous <code>ListWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
54
+ * @public
55
+ */
56
+ NextToken?: string | undefined;
57
+ /**
58
+ * <p>The maximum number of work teams to return in each page of the response.</p>
59
+ * @public
60
+ */
61
+ MaxResults?: number | undefined;
62
+ }
63
+ /**
64
+ * @public
65
+ */
66
+ export interface ListWorkteamsResponse {
67
+ /**
68
+ * <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
69
+ * @public
70
+ */
71
+ Workteams: Workteam[] | undefined;
72
+ /**
73
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ }
78
+ /**
79
+ * <p>The properties of a model as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
80
+ * @public
81
+ */
82
+ export interface Model {
83
+ /**
84
+ * <p>The name of the model.</p>
85
+ * @public
86
+ */
87
+ ModelName?: string | undefined;
88
+ /**
89
+ * <p>Describes the container, as part of model definition.</p>
90
+ * @public
91
+ */
92
+ PrimaryContainer?: ContainerDefinition | undefined;
93
+ /**
94
+ * <p>The containers in the inference pipeline.</p>
95
+ * @public
96
+ */
97
+ Containers?: ContainerDefinition[] | undefined;
98
+ /**
99
+ * <p>Specifies details about how containers in a multi-container endpoint are run.</p>
100
+ * @public
101
+ */
102
+ InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
103
+ /**
104
+ * <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the model.</p>
105
+ * @public
106
+ */
107
+ ExecutionRoleArn?: string | undefined;
108
+ /**
109
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
110
+ * @public
111
+ */
112
+ VpcConfig?: VpcConfig | undefined;
113
+ /**
114
+ * <p>A timestamp that indicates when the model was created.</p>
115
+ * @public
116
+ */
117
+ CreationTime?: Date | undefined;
118
+ /**
119
+ * <p>The Amazon Resource Name (ARN) of the model.</p>
120
+ * @public
121
+ */
122
+ ModelArn?: string | undefined;
123
+ /**
124
+ * <p>Isolates the model container. No inbound or outbound network calls can be made to or from the model container.</p>
125
+ * @public
126
+ */
127
+ EnableNetworkIsolation?: boolean | undefined;
128
+ /**
129
+ * <p>A list of key-value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
130
+ * @public
131
+ */
132
+ Tags?: Tag[] | undefined;
133
+ /**
134
+ * <p>A set of recommended deployment configurations for the model.</p>
135
+ * @public
136
+ */
137
+ DeploymentRecommendation?: DeploymentRecommendation | undefined;
138
+ }
139
+ /**
140
+ * <p>An Amazon SageMaker Model Card.</p>
141
+ * @public
142
+ */
143
+ export interface ModelCard {
144
+ /**
145
+ * <p>The Amazon Resource Name (ARN) of the model card.</p>
146
+ * @public
147
+ */
148
+ ModelCardArn?: string | undefined;
149
+ /**
150
+ * <p>The unique name of the model card.</p>
151
+ * @public
152
+ */
153
+ ModelCardName?: string | undefined;
154
+ /**
155
+ * <p>The version of the model card.</p>
156
+ * @public
157
+ */
158
+ ModelCardVersion?: number | undefined;
159
+ /**
160
+ * <p>The content of the model card. Content uses the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema">model card JSON schema</a> and provided as a string.</p>
161
+ * @public
162
+ */
163
+ Content?: string | undefined;
164
+ /**
165
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>
166
+ * @public
167
+ */
168
+ ModelCardStatus?: ModelCardStatus | undefined;
169
+ /**
170
+ * <p>The security configuration used to protect model card data.</p>
171
+ * @public
172
+ */
173
+ SecurityConfig?: ModelCardSecurityConfig | undefined;
174
+ /**
175
+ * <p>The date and time that the model card was created.</p>
176
+ * @public
177
+ */
178
+ CreationTime?: Date | undefined;
179
+ /**
180
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
181
+ * @public
182
+ */
183
+ CreatedBy?: UserContext | undefined;
184
+ /**
185
+ * <p>The date and time that the model card was last modified.</p>
186
+ * @public
187
+ */
188
+ LastModifiedTime?: Date | undefined;
189
+ /**
190
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
191
+ * @public
192
+ */
193
+ LastModifiedBy?: UserContext | undefined;
194
+ /**
195
+ * <p>Key-value pairs used to manage metadata for the model card.</p>
196
+ * @public
197
+ */
198
+ Tags?: Tag[] | undefined;
199
+ /**
200
+ * <p>The unique name (ID) of the model.</p>
201
+ * @public
202
+ */
203
+ ModelId?: string | undefined;
204
+ /**
205
+ * <p>The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html">Risk ratings</a>.</p>
206
+ * @public
207
+ */
208
+ RiskRating?: string | undefined;
209
+ /**
210
+ * <p>The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry. </p>
211
+ * @public
212
+ */
213
+ ModelPackageGroupName?: string | undefined;
214
+ }
215
+ /**
216
+ * <p>An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.</p>
217
+ * @public
218
+ */
219
+ export interface ModelDashboardEndpoint {
220
+ /**
221
+ * <p>The endpoint name.</p>
222
+ * @public
223
+ */
224
+ EndpointName: string | undefined;
225
+ /**
226
+ * <p>The Amazon Resource Name (ARN) of the endpoint.</p>
227
+ * @public
228
+ */
229
+ EndpointArn: string | undefined;
230
+ /**
231
+ * <p>A timestamp that indicates when the endpoint was created.</p>
232
+ * @public
233
+ */
234
+ CreationTime: Date | undefined;
235
+ /**
236
+ * <p>The last time the endpoint was modified.</p>
237
+ * @public
238
+ */
239
+ LastModifiedTime: Date | undefined;
240
+ /**
241
+ * <p>The endpoint status.</p>
242
+ * @public
243
+ */
244
+ EndpointStatus: EndpointStatus | undefined;
245
+ }
246
+ /**
247
+ * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch Transform</a>.</p>
248
+ * @public
249
+ */
250
+ export interface TransformJob {
251
+ /**
252
+ * <p>The name of the transform job.</p>
253
+ * @public
254
+ */
255
+ TransformJobName?: string | undefined;
256
+ /**
257
+ * <p>The Amazon Resource Name (ARN) of the transform job.</p>
258
+ * @public
259
+ */
260
+ TransformJobArn?: string | undefined;
261
+ /**
262
+ * <p>The status of the transform job.</p> <p>Transform job statuses are:</p> <ul> <li> <p> <code>InProgress</code> - The job is in progress.</p> </li> <li> <p> <code>Completed</code> - The job has completed.</p> </li> <li> <p> <code>Failed</code> - The transform job has failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeTransformJob</code> call.</p> </li> <li> <p> <code>Stopping</code> - The transform job is stopping.</p> </li> <li> <p> <code>Stopped</code> - The transform job has stopped.</p> </li> </ul>
263
+ * @public
264
+ */
265
+ TransformJobStatus?: TransformJobStatus | undefined;
266
+ /**
267
+ * <p>If the transform job failed, the reason it failed.</p>
268
+ * @public
269
+ */
270
+ FailureReason?: string | undefined;
271
+ /**
272
+ * <p>The name of the model associated with the transform job.</p>
273
+ * @public
274
+ */
275
+ ModelName?: string | undefined;
276
+ /**
277
+ * <p>The maximum number of parallel requests that can be sent to each instance in a transform job. If <code>MaxConcurrentTransforms</code> is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for <code>MaxConcurrentTransforms</code>.</p>
278
+ * @public
279
+ */
280
+ MaxConcurrentTransforms?: number | undefined;
281
+ /**
282
+ * <p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>
283
+ * @public
284
+ */
285
+ ModelClientConfig?: ModelClientConfig | undefined;
286
+ /**
287
+ * <p>The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in <code>MaxPayloadInMB</code> must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.</p>
288
+ * @public
289
+ */
290
+ MaxPayloadInMB?: number | undefined;
291
+ /**
292
+ * <p>Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.</p>
293
+ * @public
294
+ */
295
+ BatchStrategy?: BatchStrategy | undefined;
296
+ /**
297
+ * <p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>
298
+ * @public
299
+ */
300
+ Environment?: Record<string, string> | undefined;
301
+ /**
302
+ * <p>Describes the input source of a transform job and the way the transform job consumes it.</p>
303
+ * @public
304
+ */
305
+ TransformInput?: TransformInput | undefined;
306
+ /**
307
+ * <p>Describes the results of a transform job.</p>
308
+ * @public
309
+ */
310
+ TransformOutput?: TransformOutput | undefined;
311
+ /**
312
+ * <p>Configuration to control how SageMaker captures inference data for batch transform jobs.</p>
313
+ * @public
314
+ */
315
+ DataCaptureConfig?: BatchDataCaptureConfig | undefined;
316
+ /**
317
+ * <p>Describes the resources, including ML instance types and ML instance count, to use for transform job.</p>
318
+ * @public
319
+ */
320
+ TransformResources?: TransformResources | undefined;
321
+ /**
322
+ * <p>A timestamp that shows when the transform Job was created.</p>
323
+ * @public
324
+ */
325
+ CreationTime?: Date | undefined;
326
+ /**
327
+ * <p>Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of <code>TransformEndTime</code>.</p>
328
+ * @public
329
+ */
330
+ TransformStartTime?: Date | undefined;
331
+ /**
332
+ * <p>Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of <code>TransformStartTime</code>.</p>
333
+ * @public
334
+ */
335
+ TransformEndTime?: Date | undefined;
336
+ /**
337
+ * <p>The Amazon Resource Name (ARN) of the labeling job that created the transform job.</p>
338
+ * @public
339
+ */
340
+ LabelingJobArn?: string | undefined;
341
+ /**
342
+ * <p>The Amazon Resource Name (ARN) of the AutoML job that created the transform job.</p>
343
+ * @public
344
+ */
345
+ AutoMLJobArn?: string | undefined;
346
+ /**
347
+ * <p>The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html">Associate Prediction Results with their Corresponding Input Records</a>.</p>
348
+ * @public
349
+ */
350
+ DataProcessing?: DataProcessing | undefined;
351
+ /**
352
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a> </p> </li> </ul>
353
+ * @public
354
+ */
355
+ ExperimentConfig?: ExperimentConfig | undefined;
356
+ /**
357
+ * <p>A list of tags associated with the transform job.</p>
358
+ * @public
359
+ */
360
+ Tags?: Tag[] | undefined;
361
+ }
362
+ /**
363
+ * <p>The model card for a model displayed in the Amazon SageMaker Model Dashboard.</p>
364
+ * @public
365
+ */
366
+ export interface ModelDashboardModelCard {
367
+ /**
368
+ * <p>The Amazon Resource Name (ARN) for a model card.</p>
369
+ * @public
370
+ */
371
+ ModelCardArn?: string | undefined;
372
+ /**
373
+ * <p>The name of a model card.</p>
374
+ * @public
375
+ */
376
+ ModelCardName?: string | undefined;
377
+ /**
378
+ * <p>The model card version.</p>
379
+ * @public
380
+ */
381
+ ModelCardVersion?: number | undefined;
382
+ /**
383
+ * <p>The model card status.</p>
384
+ * @public
385
+ */
386
+ ModelCardStatus?: ModelCardStatus | undefined;
387
+ /**
388
+ * <p>The KMS Key ID (<code>KMSKeyId</code>) for encryption of model card information.</p>
389
+ * @public
390
+ */
391
+ SecurityConfig?: ModelCardSecurityConfig | undefined;
392
+ /**
393
+ * <p>A timestamp that indicates when the model card was created.</p>
394
+ * @public
395
+ */
396
+ CreationTime?: Date | undefined;
397
+ /**
398
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
399
+ * @public
400
+ */
401
+ CreatedBy?: UserContext | undefined;
402
+ /**
403
+ * <p>A timestamp that indicates when the model card was last updated.</p>
404
+ * @public
405
+ */
406
+ LastModifiedTime?: Date | undefined;
407
+ /**
408
+ * <p>Information about the user who created or modified a SageMaker resource.</p>
409
+ * @public
410
+ */
411
+ LastModifiedBy?: UserContext | undefined;
412
+ /**
413
+ * <p>The tags associated with a model card.</p>
414
+ * @public
415
+ */
416
+ Tags?: Tag[] | undefined;
417
+ /**
418
+ * <p>For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.</p>
419
+ * @public
420
+ */
421
+ ModelId?: string | undefined;
422
+ /**
423
+ * <p>A model card's risk rating. Can be low, medium, or high.</p>
424
+ * @public
425
+ */
426
+ RiskRating?: string | undefined;
427
+ }
428
+ /**
429
+ * <p>A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.</p>
430
+ * @public
431
+ */
432
+ export interface ModelDashboardMonitoringSchedule {
433
+ /**
434
+ * <p>The Amazon Resource Name (ARN) of a monitoring schedule.</p>
435
+ * @public
436
+ */
437
+ MonitoringScheduleArn?: string | undefined;
438
+ /**
439
+ * <p>The name of a monitoring schedule.</p>
440
+ * @public
441
+ */
442
+ MonitoringScheduleName?: string | undefined;
443
+ /**
444
+ * <p>The status of the monitoring schedule.</p>
445
+ * @public
446
+ */
447
+ MonitoringScheduleStatus?: ScheduleStatus | undefined;
448
+ /**
449
+ * <p>The monitor type of a model monitor.</p>
450
+ * @public
451
+ */
452
+ MonitoringType?: MonitoringType | undefined;
453
+ /**
454
+ * <p>If a monitoring job failed, provides the reason.</p>
455
+ * @public
456
+ */
457
+ FailureReason?: string | undefined;
458
+ /**
459
+ * <p>A timestamp that indicates when the monitoring schedule was created.</p>
460
+ * @public
461
+ */
462
+ CreationTime?: Date | undefined;
463
+ /**
464
+ * <p>A timestamp that indicates when the monitoring schedule was last updated.</p>
465
+ * @public
466
+ */
467
+ LastModifiedTime?: Date | undefined;
468
+ /**
469
+ * <p>Configures the monitoring schedule and defines the monitoring job.</p>
470
+ * @public
471
+ */
472
+ MonitoringScheduleConfig?: MonitoringScheduleConfig | undefined;
473
+ /**
474
+ * <p>The endpoint which is monitored.</p>
475
+ * @public
476
+ */
477
+ EndpointName?: string | undefined;
478
+ /**
479
+ * <p>A JSON array where each element is a summary for a monitoring alert.</p>
480
+ * @public
481
+ */
482
+ MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
483
+ /**
484
+ * <p>Summary of information about the last monitoring job to run.</p>
485
+ * @public
486
+ */
487
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
488
+ /**
489
+ * <p>Input object for the batch transform job.</p>
490
+ * @public
491
+ */
492
+ BatchTransformInput?: BatchTransformInput | undefined;
493
+ }
494
+ /**
495
+ * <p>A model displayed in the Amazon SageMaker Model Dashboard.</p>
496
+ * @public
497
+ */
498
+ export interface ModelDashboardModel {
499
+ /**
500
+ * <p>A model displayed in the Model Dashboard.</p>
501
+ * @public
502
+ */
503
+ Model?: Model | undefined;
504
+ /**
505
+ * <p>The endpoints that host a model.</p>
506
+ * @public
507
+ */
508
+ Endpoints?: ModelDashboardEndpoint[] | undefined;
509
+ /**
510
+ * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch Transform</a>.</p>
511
+ * @public
512
+ */
513
+ LastBatchTransformJob?: TransformJob | undefined;
514
+ /**
515
+ * <p>The monitoring schedules for a model.</p>
516
+ * @public
517
+ */
518
+ MonitoringSchedules?: ModelDashboardMonitoringSchedule[] | undefined;
519
+ /**
520
+ * <p>The model card for a model.</p>
521
+ * @public
522
+ */
523
+ ModelCard?: ModelDashboardModelCard | undefined;
524
+ }
525
+ /**
526
+ * <p>A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.</p> <ul> <li> <p>Versioned model: A part of a model package group in Model Registry.</p> </li> <li> <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html"> <code>CreateModelPackage</code> </a>.</p>
527
+ * @public
528
+ */
529
+ export interface ModelPackage {
530
+ /**
531
+ * <p>The name of the model package. The name can be as follows:</p> <ul> <li> <p>For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format '<code>ModelPackageGroupName/ModelPackageVersion</code>'.</p> </li> <li> <p>For an unversioned model, you must provide the name.</p> </li> </ul>
532
+ * @public
533
+ */
534
+ ModelPackageName?: string | undefined;
535
+ /**
536
+ * <p>The model group to which the model belongs.</p>
537
+ * @public
538
+ */
539
+ ModelPackageGroupName?: string | undefined;
540
+ /**
541
+ * <p>The version number of a versioned model.</p>
542
+ * @public
543
+ */
544
+ ModelPackageVersion?: number | undefined;
545
+ /**
546
+ * <p>The Amazon Resource Name (ARN) of the model package.</p>
547
+ * @public
548
+ */
549
+ ModelPackageArn?: string | undefined;
550
+ /**
551
+ * <p>The description of the model package.</p>
552
+ * @public
553
+ */
554
+ ModelPackageDescription?: string | undefined;
555
+ /**
556
+ * <p>The time that the model package was created.</p>
557
+ * @public
558
+ */
559
+ CreationTime?: Date | undefined;
560
+ /**
561
+ * <p>Defines how to perform inference generation after a training job is run.</p>
562
+ * @public
563
+ */
564
+ InferenceSpecification?: InferenceSpecification | undefined;
565
+ /**
566
+ * <p>A list of algorithms that were used to create a model package.</p>
567
+ * @public
568
+ */
569
+ SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
570
+ /**
571
+ * <p>Specifies batch transform jobs that SageMaker runs to validate your model package.</p>
572
+ * @public
573
+ */
574
+ ValidationSpecification?: ModelPackageValidationSpecification | undefined;
575
+ /**
576
+ * <p>The status of the model package. This can be one of the following values.</p> <ul> <li> <p> <code>PENDING</code> - The model package is pending being created.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The model package is in the process of being created.</p> </li> <li> <p> <code>COMPLETED</code> - The model package was successfully created.</p> </li> <li> <p> <code>FAILED</code> - The model package failed.</p> </li> <li> <p> <code>DELETING</code> - The model package is in the process of being deleted.</p> </li> </ul>
577
+ * @public
578
+ */
579
+ ModelPackageStatus?: ModelPackageStatus | undefined;
580
+ /**
581
+ * <p>Specifies the validation and image scan statuses of the model package.</p>
582
+ * @public
583
+ */
584
+ ModelPackageStatusDetails?: ModelPackageStatusDetails | undefined;
585
+ /**
586
+ * <p>Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html">List Your Algorithm or Model Package on Amazon Web Services Marketplace</a>.</p>
587
+ * @public
588
+ */
589
+ CertifyForMarketplace?: boolean | undefined;
590
+ /**
591
+ * <p>The approval status of the model. This can be one of the following values.</p> <ul> <li> <p> <code>APPROVED</code> - The model is approved</p> </li> <li> <p> <code>REJECTED</code> - The model is rejected.</p> </li> <li> <p> <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual approval.</p> </li> </ul>
592
+ * @public
593
+ */
594
+ ModelApprovalStatus?: ModelApprovalStatus | undefined;
595
+ /**
596
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.</p>
597
+ * @public
598
+ */
599
+ CreatedBy?: UserContext | undefined;
600
+ /**
601
+ * <p>Metadata properties of the tracking entity, trial, or trial component.</p>
602
+ * @public
603
+ */
604
+ MetadataProperties?: MetadataProperties | undefined;
605
+ /**
606
+ * <p>Metrics for the model.</p>
607
+ * @public
608
+ */
609
+ ModelMetrics?: ModelMetrics | undefined;
610
+ /**
611
+ * <p>The last time the model package was modified.</p>
612
+ * @public
613
+ */
614
+ LastModifiedTime?: Date | undefined;
615
+ /**
616
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.</p>
617
+ * @public
618
+ */
619
+ LastModifiedBy?: UserContext | undefined;
620
+ /**
621
+ * <p>A description provided when the model approval is set.</p>
622
+ * @public
623
+ */
624
+ ApprovalDescription?: string | undefined;
625
+ /**
626
+ * <p>The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.</p>
627
+ * @public
628
+ */
629
+ Domain?: string | undefined;
630
+ /**
631
+ * <p>The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.</p>
632
+ * @public
633
+ */
634
+ Task?: string | undefined;
635
+ /**
636
+ * <p>The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).</p>
637
+ * @public
638
+ */
639
+ SamplePayloadUrl?: string | undefined;
640
+ /**
641
+ * <p>An array of additional Inference Specification objects.</p>
642
+ * @public
643
+ */
644
+ AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[] | undefined;
645
+ /**
646
+ * <p>The URI of the source for the model package.</p>
647
+ * @public
648
+ */
649
+ SourceUri?: string | undefined;
650
+ /**
651
+ * <p>An optional Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.</p>
652
+ * @public
653
+ */
654
+ SecurityConfig?: ModelPackageSecurityConfig | undefined;
655
+ /**
656
+ * <p>The model card associated with the model package. Since <code>ModelPackageModelCard</code> is tied to a model package, it is a specific usage of a model card and its schema is simplified compared to the schema of <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>, and <code>model_overview</code> is composed of the <code>model_creator</code> and <code>model_artifact</code> properties. For more information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model package model card schema</a>. For more information about the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model Version</a>.</p>
657
+ * @public
658
+ */
659
+ ModelCard?: ModelPackageModelCard | undefined;
660
+ /**
661
+ * <p> A structure describing the current state of the model in its life cycle. </p>
662
+ * @public
663
+ */
664
+ ModelLifeCycle?: ModelLifeCycle | undefined;
665
+ /**
666
+ * <p>A list of the tags associated with the model package. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
667
+ * @public
668
+ */
669
+ Tags?: Tag[] | undefined;
670
+ /**
671
+ * <p>The metadata properties for the model package. </p>
672
+ * @public
673
+ */
674
+ CustomerMetadataProperties?: Record<string, string> | undefined;
675
+ /**
676
+ * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.</p>
677
+ * @public
678
+ */
679
+ DriftCheckBaselines?: DriftCheckBaselines | undefined;
680
+ /**
681
+ * <p>Indicates if you want to skip model validation.</p>
682
+ * @public
683
+ */
684
+ SkipModelValidation?: SkipModelValidation | undefined;
685
+ }
6
686
  /**
7
687
  * <p>A group of versioned models in the Model Registry.</p>
8
688
  * @public
@@ -793,6 +1473,21 @@ export interface RenderUiTemplateResponse {
793
1473
  * @public
794
1474
  */
795
1475
  export interface ReservedCapacityOffering {
1476
+ /**
1477
+ * <p>The type of reserved capacity offering.</p>
1478
+ * @public
1479
+ */
1480
+ ReservedCapacityType?: ReservedCapacityType | undefined;
1481
+ /**
1482
+ * <p>The type of UltraServer included in this reserved capacity offering, such as ml.u-p6e-gb200x72.</p>
1483
+ * @public
1484
+ */
1485
+ UltraServerType?: string | undefined;
1486
+ /**
1487
+ * <p>The number of UltraServers included in this reserved capacity offering.</p>
1488
+ * @public
1489
+ */
1490
+ UltraServerCount?: number | undefined;
796
1491
  /**
797
1492
  * <p>The instance type for the reserved capacity offering.</p>
798
1493
  * @public
@@ -1464,6 +2159,16 @@ export interface SearchTrainingPlanOfferingsRequest {
1464
2159
  * @public
1465
2160
  */
1466
2161
  InstanceCount?: number | undefined;
2162
+ /**
2163
+ * <p>The type of UltraServer to search for, such as ml.u-p6e-gb200x72.</p>
2164
+ * @public
2165
+ */
2166
+ UltraServerType?: string | undefined;
2167
+ /**
2168
+ * <p>The number of UltraServers to search for.</p>
2169
+ * @public
2170
+ */
2171
+ UltraServerCount?: number | undefined;
1467
2172
  /**
1468
2173
  * <p>A filter to search for training plan offerings with a start time after a specified date.</p>
1469
2174
  * @public
@@ -3910,6 +4615,14 @@ export interface SearchRequest {
3910
4615
  */
3911
4616
  VisibilityConditions?: VisibilityConditions[] | undefined;
3912
4617
  }
4618
+ /**
4619
+ * @internal
4620
+ */
4621
+ export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
4622
+ /**
4623
+ * @internal
4624
+ */
4625
+ export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
3913
4626
  /**
3914
4627
  * @internal
3915
4628
  */