@aws-sdk/client-sagemaker 3.462.0 → 3.464.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 (76) hide show
  1. package/dist-cjs/models/models_0.js +15 -13
  2. package/dist-cjs/models/models_1.js +23 -22
  3. package/dist-cjs/models/models_2.js +22 -45
  4. package/dist-cjs/models/models_3.js +46 -22
  5. package/dist-cjs/models/models_4.js +21 -1
  6. package/dist-cjs/protocols/Aws_json1_1.js +180 -2
  7. package/dist-es/models/models_0.js +14 -12
  8. package/dist-es/models/models_1.js +22 -21
  9. package/dist-es/models/models_2.js +21 -44
  10. package/dist-es/models/models_3.js +44 -20
  11. package/dist-es/models/models_4.js +20 -0
  12. package/dist-es/protocols/Aws_json1_1.js +179 -1
  13. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +13 -0
  15. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +50 -10
  18. package/dist-types/commands/CreateSpaceCommand.d.ts +43 -0
  19. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTrainingJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateUserProfileCommand.d.ts +49 -2
  25. package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeAppCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribeAppImageConfigCommand.d.ts +13 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +50 -10
  29. package/dist-types/commands/DescribeSpaceCommand.d.ts +43 -0
  30. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeUserProfileCommand.d.ts +49 -2
  36. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListAppsCommand.d.ts +8 -1
  38. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  40. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListProcessingJobsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSpacesCommand.d.ts +15 -0
  44. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -2
  45. package/dist-types/commands/UpdateAppImageConfigCommand.d.ts +13 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +49 -9
  47. package/dist-types/commands/UpdateSpaceCommand.d.ts +37 -0
  48. package/dist-types/commands/UpdateUserProfileCommand.d.ts +48 -0
  49. package/dist-types/models/models_0.d.ts +184 -176
  50. package/dist-types/models/models_1.d.ts +383 -796
  51. package/dist-types/models/models_2.d.ts +4794 -5178
  52. package/dist-types/models/models_3.d.ts +5376 -4691
  53. package/dist-types/models/models_4.d.ts +598 -13
  54. package/dist-types/ts3.4/commands/CreateCompilationJobCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +4 -2
  61. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +2 -4
  62. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +4 -2
  66. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListProcessingJobsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/models/models_0.d.ts +68 -65
  72. package/dist-types/ts3.4/models/models_1.d.ts +116 -160
  73. package/dist-types/ts3.4/models/models_2.d.ts +162 -203
  74. package/dist-types/ts3.4/models/models_3.d.ts +227 -130
  75. package/dist-types/ts3.4/models/models_4.d.ts +165 -17
  76. package/package.json +1 -1
@@ -1,7 +1,523 @@
1
- import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ContainerDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
- import { CrossAccountFilterOption, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, MetricData, ModelArtifacts, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, WorkforceVpcConfigRequest } from "./models_2";
4
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, ResourceType, SortBy, SortOrder, Workforce, Workteam } from "./models_3";
1
+ import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, CacheHitResult, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, DebugHookConfig, DebugRuleConfiguration, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SharingType, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
3
+ import { CrossAccountFilterOption, DataProcessing, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, MetricData, ModelArtifacts, ModelClientConfig, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProfilerRuleConfiguration, ProjectStatus, ScheduleStatus, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, SpaceStatus, SubscribedWorkteam, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_2";
4
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, PipelineExecutionStepMetadata, ResourceType, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionResult, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
5
+ /**
6
+ * @public
7
+ * @enum
8
+ */
9
+ export declare const StepStatus: {
10
+ readonly EXECUTING: "Executing";
11
+ readonly FAILED: "Failed";
12
+ readonly STARTING: "Starting";
13
+ readonly STOPPED: "Stopped";
14
+ readonly STOPPING: "Stopping";
15
+ readonly SUCCEEDED: "Succeeded";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type StepStatus = (typeof StepStatus)[keyof typeof StepStatus];
21
+ /**
22
+ * @public
23
+ * <p>An execution of a step in a pipeline.</p>
24
+ */
25
+ export interface PipelineExecutionStep {
26
+ /**
27
+ * @public
28
+ * <p>The name of the step that is executed.</p>
29
+ */
30
+ StepName?: string;
31
+ /**
32
+ * @public
33
+ * <p>The display name of the step.</p>
34
+ */
35
+ StepDisplayName?: string;
36
+ /**
37
+ * @public
38
+ * <p>The description of the step.</p>
39
+ */
40
+ StepDescription?: string;
41
+ /**
42
+ * @public
43
+ * <p>The time that the step started executing.</p>
44
+ */
45
+ StartTime?: Date;
46
+ /**
47
+ * @public
48
+ * <p>The time that the step stopped executing.</p>
49
+ */
50
+ EndTime?: Date;
51
+ /**
52
+ * @public
53
+ * <p>The status of the step execution.</p>
54
+ */
55
+ StepStatus?: StepStatus;
56
+ /**
57
+ * @public
58
+ * <p>If this pipeline execution step was cached, details on the cache hit.</p>
59
+ */
60
+ CacheHitResult?: CacheHitResult;
61
+ /**
62
+ * @public
63
+ * <p>The current attempt of the execution step. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html">Retry Policy for SageMaker Pipelines steps</a>.</p>
64
+ */
65
+ AttemptCount?: number;
66
+ /**
67
+ * @public
68
+ * <p>The reason why the step failed execution. This is only returned if the step failed its execution.</p>
69
+ */
70
+ FailureReason?: string;
71
+ /**
72
+ * @public
73
+ * <p>Metadata to run the pipeline step.</p>
74
+ */
75
+ Metadata?: PipelineExecutionStepMetadata;
76
+ /**
77
+ * @public
78
+ * <p>The ARN from an execution of the current pipeline from which
79
+ * results are reused for this step.</p>
80
+ */
81
+ SelectiveExecutionResult?: SelectiveExecutionResult;
82
+ }
83
+ /**
84
+ * @public
85
+ */
86
+ export interface ListPipelineExecutionStepsResponse {
87
+ /**
88
+ * @public
89
+ * <p>A list of <code>PipeLineExecutionStep</code> objects. Each
90
+ * <code>PipeLineExecutionStep</code> consists of StepName, StartTime, EndTime, StepStatus,
91
+ * and Metadata. Metadata is an object with properties for each job that contains relevant
92
+ * information about the job created by the step.</p>
93
+ */
94
+ PipelineExecutionSteps?: PipelineExecutionStep[];
95
+ /**
96
+ * @public
97
+ * <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated,
98
+ * the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
99
+ */
100
+ NextToken?: string;
101
+ }
102
+ /**
103
+ * @public
104
+ */
105
+ export interface ListPipelineParametersForExecutionRequest {
106
+ /**
107
+ * @public
108
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
109
+ */
110
+ PipelineExecutionArn: string | undefined;
111
+ /**
112
+ * @public
113
+ * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
114
+ * the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
115
+ */
116
+ NextToken?: string;
117
+ /**
118
+ * @public
119
+ * <p>The maximum number of parameters to return in the response.</p>
120
+ */
121
+ MaxResults?: number;
122
+ }
123
+ /**
124
+ * @public
125
+ * <p>Assigns a value to a named Pipeline parameter.</p>
126
+ */
127
+ export interface Parameter {
128
+ /**
129
+ * @public
130
+ * <p>The name of the parameter to assign a value to. This
131
+ * parameter name must match a named parameter in the
132
+ * pipeline definition.</p>
133
+ */
134
+ Name: string | undefined;
135
+ /**
136
+ * @public
137
+ * <p>The literal value for the parameter.</p>
138
+ */
139
+ Value: string | undefined;
140
+ }
141
+ /**
142
+ * @public
143
+ */
144
+ export interface ListPipelineParametersForExecutionResponse {
145
+ /**
146
+ * @public
147
+ * <p>Contains a list of pipeline parameters. This list can be empty. </p>
148
+ */
149
+ PipelineParameters?: Parameter[];
150
+ /**
151
+ * @public
152
+ * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
153
+ * the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
154
+ */
155
+ NextToken?: string;
156
+ }
157
+ /**
158
+ * @public
159
+ * @enum
160
+ */
161
+ export declare const SortPipelinesBy: {
162
+ readonly CREATION_TIME: "CreationTime";
163
+ readonly NAME: "Name";
164
+ };
165
+ /**
166
+ * @public
167
+ */
168
+ export type SortPipelinesBy = (typeof SortPipelinesBy)[keyof typeof SortPipelinesBy];
169
+ /**
170
+ * @public
171
+ */
172
+ export interface ListPipelinesRequest {
173
+ /**
174
+ * @public
175
+ * <p>The prefix of the pipeline name.</p>
176
+ */
177
+ PipelineNamePrefix?: string;
178
+ /**
179
+ * @public
180
+ * <p>A filter that returns the pipelines that were created after a specified
181
+ * time.</p>
182
+ */
183
+ CreatedAfter?: Date;
184
+ /**
185
+ * @public
186
+ * <p>A filter that returns the pipelines that were created before a specified
187
+ * time.</p>
188
+ */
189
+ CreatedBefore?: Date;
190
+ /**
191
+ * @public
192
+ * <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
193
+ */
194
+ SortBy?: SortPipelinesBy;
195
+ /**
196
+ * @public
197
+ * <p>The sort order for results.</p>
198
+ */
199
+ SortOrder?: SortOrder;
200
+ /**
201
+ * @public
202
+ * <p>If the result of the previous <code>ListPipelines</code> request was truncated,
203
+ * the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
204
+ */
205
+ NextToken?: string;
206
+ /**
207
+ * @public
208
+ * <p>The maximum number of pipelines to return in the response.</p>
209
+ */
210
+ MaxResults?: number;
211
+ }
212
+ /**
213
+ * @public
214
+ * <p>A summary of a pipeline.</p>
215
+ */
216
+ export interface PipelineSummary {
217
+ /**
218
+ * @public
219
+ * <p> The Amazon Resource Name (ARN) of the pipeline.</p>
220
+ */
221
+ PipelineArn?: string;
222
+ /**
223
+ * @public
224
+ * <p>The name of the pipeline.</p>
225
+ */
226
+ PipelineName?: string;
227
+ /**
228
+ * @public
229
+ * <p>The display name of the pipeline.</p>
230
+ */
231
+ PipelineDisplayName?: string;
232
+ /**
233
+ * @public
234
+ * <p>The description of the pipeline.</p>
235
+ */
236
+ PipelineDescription?: string;
237
+ /**
238
+ * @public
239
+ * <p>The Amazon Resource Name (ARN) that the pipeline used to execute.</p>
240
+ */
241
+ RoleArn?: string;
242
+ /**
243
+ * @public
244
+ * <p>The creation time of the pipeline.</p>
245
+ */
246
+ CreationTime?: Date;
247
+ /**
248
+ * @public
249
+ * <p>The time that the pipeline was last modified.</p>
250
+ */
251
+ LastModifiedTime?: Date;
252
+ /**
253
+ * @public
254
+ * <p>The last time that a pipeline execution began.</p>
255
+ */
256
+ LastExecutionTime?: Date;
257
+ }
258
+ /**
259
+ * @public
260
+ */
261
+ export interface ListPipelinesResponse {
262
+ /**
263
+ * @public
264
+ * <p>Contains a sorted list of <code>PipelineSummary</code> objects matching the specified
265
+ * filters. Each <code>PipelineSummary</code> consists of PipelineArn, PipelineName,
266
+ * ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and
267
+ * RoleArn. This list can be empty. </p>
268
+ */
269
+ PipelineSummaries?: PipelineSummary[];
270
+ /**
271
+ * @public
272
+ * <p>If the result of the previous <code>ListPipelines</code> request was truncated,
273
+ * the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
274
+ */
275
+ NextToken?: string;
276
+ }
277
+ /**
278
+ * @public
279
+ */
280
+ export interface ListProcessingJobsRequest {
281
+ /**
282
+ * @public
283
+ * <p>A filter that returns only processing jobs created after the specified time.</p>
284
+ */
285
+ CreationTimeAfter?: Date;
286
+ /**
287
+ * @public
288
+ * <p>A filter that returns only processing jobs created after the specified time.</p>
289
+ */
290
+ CreationTimeBefore?: Date;
291
+ /**
292
+ * @public
293
+ * <p>A filter that returns only processing jobs modified after the specified time.</p>
294
+ */
295
+ LastModifiedTimeAfter?: Date;
296
+ /**
297
+ * @public
298
+ * <p>A filter that returns only processing jobs modified before the specified time.</p>
299
+ */
300
+ LastModifiedTimeBefore?: Date;
301
+ /**
302
+ * @public
303
+ * <p>A string in the processing job name. This filter returns only processing jobs whose
304
+ * name contains the specified string.</p>
305
+ */
306
+ NameContains?: string;
307
+ /**
308
+ * @public
309
+ * <p>A filter that retrieves only processing jobs with a specific status.</p>
310
+ */
311
+ StatusEquals?: ProcessingJobStatus;
312
+ /**
313
+ * @public
314
+ * <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
315
+ */
316
+ SortBy?: SortBy;
317
+ /**
318
+ * @public
319
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
320
+ */
321
+ SortOrder?: SortOrder;
322
+ /**
323
+ * @public
324
+ * <p>If the result of the previous <code>ListProcessingJobs</code> request was truncated,
325
+ * the response includes a <code>NextToken</code>. To retrieve the next set of processing
326
+ * jobs, use the token in the next request.</p>
327
+ */
328
+ NextToken?: string;
329
+ /**
330
+ * @public
331
+ * <p>The maximum number of processing jobs to return in the response.</p>
332
+ */
333
+ MaxResults?: number;
334
+ }
335
+ /**
336
+ * @public
337
+ * <p>Summary of information about a processing job.</p>
338
+ */
339
+ export interface ProcessingJobSummary {
340
+ /**
341
+ * @public
342
+ * <p>The name of the processing job.</p>
343
+ */
344
+ ProcessingJobName: string | undefined;
345
+ /**
346
+ * @public
347
+ * <p>The Amazon Resource Name (ARN) of the processing job..</p>
348
+ */
349
+ ProcessingJobArn: string | undefined;
350
+ /**
351
+ * @public
352
+ * <p>The time at which the processing job was created.</p>
353
+ */
354
+ CreationTime: Date | undefined;
355
+ /**
356
+ * @public
357
+ * <p>The time at which the processing job completed.</p>
358
+ */
359
+ ProcessingEndTime?: Date;
360
+ /**
361
+ * @public
362
+ * <p>A timestamp that indicates the last time the processing job was modified.</p>
363
+ */
364
+ LastModifiedTime?: Date;
365
+ /**
366
+ * @public
367
+ * <p>The status of the processing job.</p>
368
+ */
369
+ ProcessingJobStatus: ProcessingJobStatus | undefined;
370
+ /**
371
+ * @public
372
+ * <p>A string, up to one KB in size, that contains the reason a processing job failed, if
373
+ * it failed.</p>
374
+ */
375
+ FailureReason?: string;
376
+ /**
377
+ * @public
378
+ * <p>An optional string, up to one KB in size, that contains metadata from the processing
379
+ * container when the processing job exits.</p>
380
+ */
381
+ ExitMessage?: string;
382
+ }
383
+ /**
384
+ * @public
385
+ */
386
+ export interface ListProcessingJobsResponse {
387
+ /**
388
+ * @public
389
+ * <p>An array of <code>ProcessingJobSummary</code> objects, each listing a processing
390
+ * job.</p>
391
+ */
392
+ ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
393
+ /**
394
+ * @public
395
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
396
+ * processing jobs, use it in the subsequent request.</p>
397
+ */
398
+ NextToken?: string;
399
+ }
400
+ /**
401
+ * @public
402
+ * @enum
403
+ */
404
+ export declare const ProjectSortBy: {
405
+ readonly CREATION_TIME: "CreationTime";
406
+ readonly NAME: "Name";
407
+ };
408
+ /**
409
+ * @public
410
+ */
411
+ export type ProjectSortBy = (typeof ProjectSortBy)[keyof typeof ProjectSortBy];
412
+ /**
413
+ * @public
414
+ * @enum
415
+ */
416
+ export declare const ProjectSortOrder: {
417
+ readonly ASCENDING: "Ascending";
418
+ readonly DESCENDING: "Descending";
419
+ };
420
+ /**
421
+ * @public
422
+ */
423
+ export type ProjectSortOrder = (typeof ProjectSortOrder)[keyof typeof ProjectSortOrder];
424
+ /**
425
+ * @public
426
+ */
427
+ export interface ListProjectsInput {
428
+ /**
429
+ * @public
430
+ * <p>A filter that returns the projects that were created after a specified
431
+ * time.</p>
432
+ */
433
+ CreationTimeAfter?: Date;
434
+ /**
435
+ * @public
436
+ * <p>A filter that returns the projects that were created before a specified
437
+ * time.</p>
438
+ */
439
+ CreationTimeBefore?: Date;
440
+ /**
441
+ * @public
442
+ * <p>The maximum number of projects to return in the response.</p>
443
+ */
444
+ MaxResults?: number;
445
+ /**
446
+ * @public
447
+ * <p>A filter that returns the projects whose name contains a specified
448
+ * string.</p>
449
+ */
450
+ NameContains?: string;
451
+ /**
452
+ * @public
453
+ * <p>If the result of the previous <code>ListProjects</code> request was truncated,
454
+ * the response includes a <code>NextToken</code>. To retrieve the next set of projects, use the token in the next request.</p>
455
+ */
456
+ NextToken?: string;
457
+ /**
458
+ * @public
459
+ * <p>The field by which to sort results. The default is <code>CreationTime</code>.</p>
460
+ */
461
+ SortBy?: ProjectSortBy;
462
+ /**
463
+ * @public
464
+ * <p>The sort order for results. The default is <code>Ascending</code>.</p>
465
+ */
466
+ SortOrder?: ProjectSortOrder;
467
+ }
468
+ /**
469
+ * @public
470
+ * <p>Information about a project.</p>
471
+ */
472
+ export interface ProjectSummary {
473
+ /**
474
+ * @public
475
+ * <p>The name of the project.</p>
476
+ */
477
+ ProjectName: string | undefined;
478
+ /**
479
+ * @public
480
+ * <p>The description of the project.</p>
481
+ */
482
+ ProjectDescription?: string;
483
+ /**
484
+ * @public
485
+ * <p>The Amazon Resource Name (ARN) of the project.</p>
486
+ */
487
+ ProjectArn: string | undefined;
488
+ /**
489
+ * @public
490
+ * <p>The ID of the project.</p>
491
+ */
492
+ ProjectId: string | undefined;
493
+ /**
494
+ * @public
495
+ * <p>The time that the project was created.</p>
496
+ */
497
+ CreationTime: Date | undefined;
498
+ /**
499
+ * @public
500
+ * <p>The status of the project.</p>
501
+ */
502
+ ProjectStatus: ProjectStatus | undefined;
503
+ }
504
+ /**
505
+ * @public
506
+ */
507
+ export interface ListProjectsOutput {
508
+ /**
509
+ * @public
510
+ * <p>A list of summaries of projects.</p>
511
+ */
512
+ ProjectSummaryList: ProjectSummary[] | undefined;
513
+ /**
514
+ * @public
515
+ * <p>If the result of the previous <code>ListCompilationJobs</code> request was truncated,
516
+ * the response includes a <code>NextToken</code>. To retrieve the next set of model
517
+ * compilation jobs, use the token in the next request.</p>
518
+ */
519
+ NextToken?: string;
520
+ }
5
521
  /**
6
522
  * @public
7
523
  * @enum
@@ -130,16 +646,16 @@ export type SpaceSortKey = (typeof SpaceSortKey)[keyof typeof SpaceSortKey];
130
646
  export interface ListSpacesRequest {
131
647
  /**
132
648
  * @public
133
- * <p>If the previous response was truncated, you will receive this token.
134
- * Use it in your next request to receive the next set of results.</p>
649
+ * <p>If the previous response was truncated, you will receive this token. Use it in your
650
+ * next request to receive the next set of results.</p>
135
651
  */
136
652
  NextToken?: string;
137
653
  /**
138
654
  * @public
139
- * <p>The total number of items to return in the response. If the total
140
- * number of items available is more than the value specified, a <code>NextToken</code>
141
- * is provided in the response. To resume pagination, provide the <code>NextToken</code>
142
- * value in the as part of a subsequent call. The default value is 10.</p>
655
+ * <p>The total number of items to return in the response. If the total number of items
656
+ * available is more than the value specified, a <code>NextToken</code> is provided in the
657
+ * response. To resume pagination, provide the <code>NextToken</code> value in the as part
658
+ * of a subsequent call. The default value is 10.</p>
143
659
  */
144
660
  MaxResults?: number;
145
661
  /**
@@ -149,7 +665,8 @@ export interface ListSpacesRequest {
149
665
  SortOrder?: SortOrder;
150
666
  /**
151
667
  * @public
152
- * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
668
+ * <p>The parameter by which to sort the results. The default is
669
+ * <code>CreationTime</code>.</p>
153
670
  */
154
671
  SortBy?: SpaceSortKey;
155
672
  /**
@@ -163,6 +680,44 @@ export interface ListSpacesRequest {
163
680
  */
164
681
  SpaceNameContains?: string;
165
682
  }
683
+ /**
684
+ * @public
685
+ * <p>Specifies summary information about the ownership settings.</p>
686
+ */
687
+ export interface OwnershipSettingsSummary {
688
+ /**
689
+ * @public
690
+ * <p>The user profile who is the owner of the private space.</p>
691
+ */
692
+ OwnerUserProfileName?: string;
693
+ }
694
+ /**
695
+ * @public
696
+ * <p>Specifies summary information about the space settings.</p>
697
+ */
698
+ export interface SpaceSettingsSummary {
699
+ /**
700
+ * @public
701
+ * <p>The type of app created within the space.</p>
702
+ */
703
+ AppType?: AppType;
704
+ /**
705
+ * @public
706
+ * <p>The storage settings for a private space.</p>
707
+ */
708
+ SpaceStorageSettings?: SpaceStorageSettings;
709
+ }
710
+ /**
711
+ * @public
712
+ * <p>Specifies summary information about the space sharing settings.</p>
713
+ */
714
+ export interface SpaceSharingSettingsSummary {
715
+ /**
716
+ * @public
717
+ * <p>Specifies the sharing type of the space.</p>
718
+ */
719
+ SharingType?: SharingType;
720
+ }
166
721
  /**
167
722
  * @public
168
723
  * <p>The space's details.</p>
@@ -193,6 +748,26 @@ export interface SpaceDetails {
193
748
  * <p>The last modified time.</p>
194
749
  */
195
750
  LastModifiedTime?: Date;
751
+ /**
752
+ * @public
753
+ * <p>The name of the space that appears in the Studio UI.</p>
754
+ */
755
+ SpaceDisplayName?: string;
756
+ /**
757
+ * @public
758
+ * <p>Specifies summary information about the space settings.</p>
759
+ */
760
+ SpaceSettingsSummary?: SpaceSettingsSummary;
761
+ /**
762
+ * @public
763
+ * <p>Specifies summary information about the space sharing settings.</p>
764
+ */
765
+ SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary;
766
+ /**
767
+ * @public
768
+ * <p>Specifies summary information about the ownership settings.</p>
769
+ */
770
+ OwnershipSettingsSummary?: OwnershipSettingsSummary;
196
771
  }
197
772
  /**
198
773
  * @public
@@ -205,8 +780,8 @@ export interface ListSpacesResponse {
205
780
  Spaces?: SpaceDetails[];
206
781
  /**
207
782
  * @public
208
- * <p>If the previous response was truncated, you will receive this token.
209
- * Use it in your next request to receive the next set of results.</p>
783
+ * <p>If the previous response was truncated, you will receive this token. Use it in your
784
+ * next request to receive the next set of results.</p>
210
785
  */
211
786
  NextToken?: string;
212
787
  }
@@ -4047,6 +4622,11 @@ export interface UpdateAppImageConfigRequest {
4047
4622
  * <p>The new KernelGateway app to run on the image.</p>
4048
4623
  */
4049
4624
  KernelGatewayImageConfig?: KernelGatewayImageConfig;
4625
+ /**
4626
+ * @public
4627
+ * <p>The JupyterLab app running on the image.</p>
4628
+ */
4629
+ JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
4050
4630
  }
4051
4631
  /**
4052
4632
  * @public
@@ -5323,6 +5903,11 @@ export interface UpdateSpaceRequest {
5323
5903
  * <p>A collection of space settings.</p>
5324
5904
  */
5325
5905
  SpaceSettings?: SpaceSettings;
5906
+ /**
5907
+ * @public
5908
+ * <p>The name of the space that appears in the Amazon SageMaker Studio UI.</p>
5909
+ */
5910
+ SpaceDisplayName?: string;
5326
5911
  }
5327
5912
  /**
5328
5913
  * @public
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@smithy/types";
9
- import {
10
- CreateCompilationJobRequest,
11
- CreateCompilationJobResponse,
12
- } from "../models/models_0";
9
+ import { CreateCompilationJobRequest } from "../models/models_0";
10
+ import { CreateCompilationJobResponse } from "../models/models_1";
13
11
  import {
14
12
  SageMakerClientResolvedConfig,
15
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  CreateContextRequest,
11
11
  CreateContextResponse,
12
- } from "../models/models_0";
12
+ } from "../models/models_1";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,