@aws-sdk/client-sagemaker 3.1058.0 → 3.1059.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 (87) hide show
  1. package/README.md +49 -0
  2. package/dist-cjs/index.js +139 -0
  3. package/dist-cjs/schemas/schemas_0.js +191 -36
  4. package/dist-es/SageMaker.js +18 -0
  5. package/dist-es/commands/CreateJobCommand.js +16 -0
  6. package/dist-es/commands/DeleteJobCommand.js +16 -0
  7. package/dist-es/commands/DescribeJobCommand.js +16 -0
  8. package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
  9. package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
  10. package/dist-es/commands/ListJobsCommand.js +16 -0
  11. package/dist-es/commands/StopJobCommand.js +16 -0
  12. package/dist-es/commands/index.js +7 -0
  13. package/dist-es/models/enums.js +30 -0
  14. package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/ListJobsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +157 -2
  18. package/dist-types/SageMaker.d.ts +63 -0
  19. package/dist-types/SageMakerClient.d.ts +9 -2
  20. package/dist-types/commands/CreateJobCommand.d.ts +95 -0
  21. package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
  23. package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
  24. package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
  25. package/dist-types/commands/ListJobsCommand.d.ts +98 -0
  26. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  28. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
  32. package/dist-types/commands/StopJobCommand.d.ts +78 -0
  33. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  42. package/dist-types/commands/index.d.ts +7 -0
  43. package/dist-types/models/enums.d.ts +54 -0
  44. package/dist-types/models/models_1.d.ts +46 -33
  45. package/dist-types/models/models_2.d.ts +55 -77
  46. package/dist-types/models/models_3.d.ts +296 -390
  47. package/dist-types/models/models_4.d.ts +3902 -3732
  48. package/dist-types/models/models_5.d.ts +355 -2
  49. package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +2 -0
  52. package/dist-types/schemas/schemas_0.d.ts +25 -0
  53. package/dist-types/ts3.4/SageMaker.d.ts +133 -0
  54. package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
  55. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
  56. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
  57. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
  58. package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
  61. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +34 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +12 -10
  79. package/dist-types/ts3.4/models/models_2.d.ts +16 -21
  80. package/dist-types/ts3.4/models/models_3.d.ts +74 -96
  81. package/dist-types/ts3.4/models/models_4.d.ts +138 -97
  82. package/dist-types/ts3.4/models/models_5.d.ts +104 -1
  83. package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  87. package/package.json +9 -9
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { StopJobRequest, StopJobResponse } from "../models/models_4";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface StopJobCommandInput extends StopJobRequest {}
12
+ export interface StopJobCommandOutput
13
+ extends StopJobResponse,
14
+ __MetadataBearer {}
15
+ declare const StopJobCommand_base: {
16
+ new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<
17
+ StopJobCommandInput,
18
+ StopJobCommandOutput,
19
+ SageMakerClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (input: StopJobCommandInput): import("@smithy/core/client").CommandImpl<
24
+ StopJobCommandInput,
25
+ StopJobCommandOutput,
26
+ SageMakerClientResolvedConfig,
27
+ ServiceInputTypes,
28
+ ServiceOutputTypes
29
+ >;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
33
+ };
34
+ export declare class StopJobCommand extends StopJobCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: StopJobRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: StopJobCommandInput;
42
+ output: StopJobCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -1,9 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- UpdateNotebookInstanceLifecycleConfigInput,
5
- UpdateNotebookInstanceLifecycleConfigOutput,
6
- } from "../models/models_4";
3
+ import { UpdateNotebookInstanceLifecycleConfigInput } from "../models/models_4";
4
+ import { UpdateNotebookInstanceLifecycleConfigOutput } from "../models/models_5";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePartnerAppRequest,
5
5
  UpdatePartnerAppResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePipelineRequest,
5
5
  UpdatePipelineResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePipelineExecutionRequest,
5
5
  UpdatePipelineExecutionResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdatePipelineVersionRequest,
5
5
  UpdatePipelineVersionResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_4";
3
+ import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_4";
3
+ import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_5";
4
4
  import {
5
5
  SageMakerClientResolvedConfig,
6
6
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  UpdateTrainingJobRequest,
5
5
  UpdateTrainingJobResponse,
6
- } from "../models/models_4";
6
+ } from "../models/models_5";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateTrialRequest } from "../models/models_4";
4
- import { UpdateTrialResponse } from "../models/models_5";
3
+ import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_5";
5
4
  import {
6
5
  SageMakerClientResolvedConfig,
7
6
  ServiceInputTypes,
@@ -44,6 +44,7 @@ export * from "./CreateImageVersionCommand";
44
44
  export * from "./CreateInferenceComponentCommand";
45
45
  export * from "./CreateInferenceExperimentCommand";
46
46
  export * from "./CreateInferenceRecommendationsJobCommand";
47
+ export * from "./CreateJobCommand";
47
48
  export * from "./CreateLabelingJobCommand";
48
49
  export * from "./CreateMlflowAppCommand";
49
50
  export * from "./CreateMlflowTrackingServerCommand";
@@ -112,6 +113,7 @@ export * from "./DeleteImageCommand";
112
113
  export * from "./DeleteImageVersionCommand";
113
114
  export * from "./DeleteInferenceComponentCommand";
114
115
  export * from "./DeleteInferenceExperimentCommand";
116
+ export * from "./DeleteJobCommand";
115
117
  export * from "./DeleteMlflowAppCommand";
116
118
  export * from "./DeleteMlflowTrackingServerCommand";
117
119
  export * from "./DeleteModelBiasJobDefinitionCommand";
@@ -179,6 +181,8 @@ export * from "./DescribeImageVersionCommand";
179
181
  export * from "./DescribeInferenceComponentCommand";
180
182
  export * from "./DescribeInferenceExperimentCommand";
181
183
  export * from "./DescribeInferenceRecommendationsJobCommand";
184
+ export * from "./DescribeJobCommand";
185
+ export * from "./DescribeJobSchemaVersionCommand";
182
186
  export * from "./DescribeLabelingJobCommand";
183
187
  export * from "./DescribeLineageGroupCommand";
184
188
  export * from "./DescribeMlflowAppCommand";
@@ -268,6 +272,8 @@ export * from "./ListInferenceComponentsCommand";
268
272
  export * from "./ListInferenceExperimentsCommand";
269
273
  export * from "./ListInferenceRecommendationsJobStepsCommand";
270
274
  export * from "./ListInferenceRecommendationsJobsCommand";
275
+ export * from "./ListJobSchemaVersionsCommand";
276
+ export * from "./ListJobsCommand";
271
277
  export * from "./ListLabelingJobsCommand";
272
278
  export * from "./ListLabelingJobsForWorkteamCommand";
273
279
  export * from "./ListLineageGroupsCommand";
@@ -340,6 +346,7 @@ export * from "./StopEdgePackagingJobCommand";
340
346
  export * from "./StopHyperParameterTuningJobCommand";
341
347
  export * from "./StopInferenceExperimentCommand";
342
348
  export * from "./StopInferenceRecommendationsJobCommand";
349
+ export * from "./StopJobCommand";
343
350
  export * from "./StopLabelingJobCommand";
344
351
  export * from "./StopMlflowTrackingServerCommand";
345
352
  export * from "./StopMonitoringScheduleCommand";
@@ -2386,6 +2386,11 @@ export declare const FlatInvocations: {
2386
2386
  };
2387
2387
  export type FlatInvocations =
2388
2388
  (typeof FlatInvocations)[keyof typeof FlatInvocations];
2389
+ export declare const JobCategory: {
2390
+ readonly AGENT_RFT: "AgentRFT";
2391
+ readonly AGENT_RFT_EVALUATION: "AgentRFTEvaluation";
2392
+ };
2393
+ export type JobCategory = (typeof JobCategory)[keyof typeof JobCategory];
2389
2394
  export declare const ModelRegistrationMode: {
2390
2395
  readonly AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled";
2391
2396
  readonly AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled";
@@ -3065,6 +3070,35 @@ export declare const RecommendationJobStatus: {
3065
3070
  };
3066
3071
  export type RecommendationJobStatus =
3067
3072
  (typeof RecommendationJobStatus)[keyof typeof RecommendationJobStatus];
3073
+ export declare const JobStatus: {
3074
+ readonly COMPLETED: "Completed";
3075
+ readonly DELETE_FAILED: "DeleteFailed";
3076
+ readonly DELETING: "Deleting";
3077
+ readonly FAILED: "Failed";
3078
+ readonly IN_PROGRESS: "InProgress";
3079
+ readonly STOPPED: "Stopped";
3080
+ readonly STOPPING: "Stopping";
3081
+ };
3082
+ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
3083
+ export declare const JobSecondaryStatus: {
3084
+ readonly COMPLETED: "Completed";
3085
+ readonly DELETE_FAILED: "DeleteFailed";
3086
+ readonly DELETING: "Deleting";
3087
+ readonly DOWNLOADING: "Downloading";
3088
+ readonly EVALUATING: "Evaluating";
3089
+ readonly FAILED: "Failed";
3090
+ readonly INTERRUPTED: "Interrupted";
3091
+ readonly MAX_RUNTIME_EXCEEDED: "MaxRuntimeExceeded";
3092
+ readonly PENDING: "Pending";
3093
+ readonly RESTARTING: "Restarting";
3094
+ readonly STARTING: "Starting";
3095
+ readonly STOPPED: "Stopped";
3096
+ readonly STOPPING: "Stopping";
3097
+ readonly TRAINING: "Training";
3098
+ readonly UPLOADING: "Uploading";
3099
+ };
3100
+ export type JobSecondaryStatus =
3101
+ (typeof JobSecondaryStatus)[keyof typeof JobSecondaryStatus];
3068
3102
  export declare const LabelingJobStatus: {
3069
3103
  readonly COMPLETED: "Completed";
3070
3104
  readonly FAILED: "Failed";
@@ -43,6 +43,7 @@ import {
43
43
  InferenceExecutionMode,
44
44
  InferenceExperimentType,
45
45
  IPAddressType,
46
+ JobCategory,
46
47
  JobType,
47
48
  ManagedInstanceScalingScaleInStrategy,
48
49
  ManagedInstanceScalingStatus,
@@ -55,8 +56,6 @@ import {
55
56
  ModelInfrastructureType,
56
57
  ModelPackageRegistrationType,
57
58
  ModelRegistrationMode,
58
- ModelSpeculativeDecodingS3DataType,
59
- ModelSpeculativeDecodingTechnique,
60
59
  MonitoringProblemType,
61
60
  MonitoringType,
62
61
  NotebookInstanceAcceleratorType,
@@ -1457,6 +1456,17 @@ export interface CreateInferenceRecommendationsJobRequest {
1457
1456
  export interface CreateInferenceRecommendationsJobResponse {
1458
1457
  JobArn: string | undefined;
1459
1458
  }
1459
+ export interface CreateJobRequest {
1460
+ JobName: string | undefined;
1461
+ RoleArn: string | undefined;
1462
+ JobCategory: JobCategory | undefined;
1463
+ JobConfigSchemaVersion: string | undefined;
1464
+ JobConfigDocument: string | undefined;
1465
+ Tags?: Tag[] | undefined;
1466
+ }
1467
+ export interface CreateJobResponse {
1468
+ JobArn: string | undefined;
1469
+ }
1460
1470
  export interface UiConfig {
1461
1471
  UiTemplateS3Uri?: string | undefined;
1462
1472
  HumanTaskUiArn?: string | undefined;
@@ -1925,11 +1935,3 @@ export interface ModelShardingConfig {
1925
1935
  Image?: string | undefined;
1926
1936
  OverrideEnvironment?: Record<string, string> | undefined;
1927
1937
  }
1928
- export interface ModelSpeculativeDecodingTrainingDataSource {
1929
- S3Uri: string | undefined;
1930
- S3DataType: ModelSpeculativeDecodingS3DataType | undefined;
1931
- }
1932
- export interface ModelSpeculativeDecodingConfig {
1933
- Technique: ModelSpeculativeDecodingTechnique | undefined;
1934
- TrainingDataSource?: ModelSpeculativeDecodingTrainingDataSource | undefined;
1935
- }
@@ -43,11 +43,13 @@ import {
43
43
  HyperParameterTuningJobStatus,
44
44
  ImageStatus,
45
45
  ImageVersionStatus,
46
- InferenceComponentCapacitySizeType,
47
46
  InputMode,
47
+ JobCategory,
48
48
  JobType,
49
49
  JoinSource,
50
50
  LastUpdateStatusValue,
51
+ ModelSpeculativeDecodingS3DataType,
52
+ ModelSpeculativeDecodingTechnique,
51
53
  ObjectiveStatus,
52
54
  OfflineStoreStatusValue,
53
55
  OptimizationJobDeploymentInstanceType,
@@ -118,7 +120,6 @@ import {
118
120
  AutoMLProblemTypeConfig,
119
121
  AutoMLResolvedAttributes,
120
122
  AutoMLSecurityConfig,
121
- AutoRollbackConfig,
122
123
  Autotune,
123
124
  BatchDataCaptureConfig,
124
125
  CfnCreateTemplateProvider,
@@ -186,7 +187,6 @@ import {
186
187
  ModelDeployConfig,
187
188
  ModelQuantizationConfig,
188
189
  ModelShardingConfig,
189
- ModelSpeculativeDecodingConfig,
190
190
  MonitoringNetworkConfig,
191
191
  MonitoringOutputConfig,
192
192
  MonitoringResources,
@@ -207,6 +207,14 @@ import {
207
207
  TrainingSpecification,
208
208
  UserSettings,
209
209
  } from "./models_1";
210
+ export interface ModelSpeculativeDecodingTrainingDataSource {
211
+ S3Uri: string | undefined;
212
+ S3DataType: ModelSpeculativeDecodingS3DataType | undefined;
213
+ }
214
+ export interface ModelSpeculativeDecodingConfig {
215
+ Technique: ModelSpeculativeDecodingTechnique | undefined;
216
+ TrainingDataSource?: ModelSpeculativeDecodingTrainingDataSource | undefined;
217
+ }
210
218
  export type OptimizationConfig =
211
219
  | OptimizationConfig.ModelCompilationConfigMember
212
220
  | OptimizationConfig.ModelQuantizationConfigMember
@@ -1037,6 +1045,11 @@ export interface DeleteInferenceExperimentRequest {
1037
1045
  export interface DeleteInferenceExperimentResponse {
1038
1046
  InferenceExperimentArn: string | undefined;
1039
1047
  }
1048
+ export interface DeleteJobRequest {
1049
+ JobName: string | undefined;
1050
+ JobCategory: JobCategory | undefined;
1051
+ }
1052
+ export interface DeleteJobResponse {}
1040
1053
  export interface DeleteMlflowAppRequest {
1041
1054
  Arn: string | undefined;
1042
1055
  }
@@ -1999,21 +2012,3 @@ export interface DescribeImageVersionResponse {
1999
2012
  export interface DescribeInferenceComponentInput {
2000
2013
  InferenceComponentName: string | undefined;
2001
2014
  }
2002
- export interface InferenceComponentCapacitySize {
2003
- Type: InferenceComponentCapacitySizeType | undefined;
2004
- Value: number | undefined;
2005
- }
2006
- export interface InferenceComponentRollingUpdatePolicy {
2007
- MaximumBatchSize: InferenceComponentCapacitySize | undefined;
2008
- WaitIntervalInSeconds: number | undefined;
2009
- MaximumExecutionTimeoutInSeconds?: number | undefined;
2010
- RollbackMaximumBatchSize?: InferenceComponentCapacitySize | undefined;
2011
- }
2012
- export interface InferenceComponentDeploymentConfig {
2013
- RollingUpdatePolicy: InferenceComponentRollingUpdatePolicy | undefined;
2014
- AutoRollbackConfiguration?: AutoRollbackConfig | undefined;
2015
- }
2016
- export interface InferenceComponentPlacementStatus {
2017
- InstanceType: ProductionVariantInstanceType | undefined;
2018
- CurrentCopyCount: number | undefined;
2019
- }
@@ -49,12 +49,16 @@ import {
49
49
  ImageVersionSortBy,
50
50
  ImageVersionSortOrder,
51
51
  ImageVersionStatus,
52
+ InferenceComponentCapacitySizeType,
52
53
  InferenceComponentSortKey,
53
54
  InferenceComponentStatus,
54
55
  InferenceExperimentStatus,
55
56
  InferenceExperimentType,
56
57
  IPAddressType,
57
58
  IsTrackingServerActive,
59
+ JobCategory,
60
+ JobSecondaryStatus,
61
+ JobStatus,
58
62
  LabelingJobStatus,
59
63
  ListAIBenchmarkJobsSortBy,
60
64
  ListAIRecommendationJobsSortBy,
@@ -64,7 +68,6 @@ import {
64
68
  ListEdgeDeploymentPlansSortBy,
65
69
  ListEdgePackagingJobsSortBy,
66
70
  ListInferenceRecommendationsJobsSortBy,
67
- ListLabelingJobsForWorkteamSortByOptions,
68
71
  MaintenanceStatus,
69
72
  ManagedStorageType,
70
73
  MlflowAppStatus,
@@ -113,16 +116,12 @@ import {
113
116
  SortActionsBy,
114
117
  SortArtifactsBy,
115
118
  SortAssociationsBy,
116
- SortBy,
117
119
  SortClusterSchedulerConfigBy,
118
120
  SortContextsBy,
119
121
  SortExperimentsBy,
120
122
  SortInferenceExperimentsBy,
121
- SortLineageGroupsBy,
122
- SortMlflowAppBy,
123
123
  SortOrder,
124
124
  SortQuotaBy,
125
- SortTrackingServerBy,
126
125
  SpaceStatus,
127
126
  StudioLifecycleConfigAppType,
128
127
  TrackingServerMaintenanceStatus,
@@ -155,6 +154,7 @@ import {
155
154
  AssociationSummary,
156
155
  AutoMLCandidate,
157
156
  AutoMLJobSummary,
157
+ AutoRollbackConfig,
158
158
  AvailableUpgrade,
159
159
  BatchDataCaptureConfig,
160
160
  CfnTemplateProviderDetail,
@@ -259,8 +259,6 @@ import {
259
259
  HyperParameterTrainingJobSummary,
260
260
  HyperParameterTuningJobCompletionDetails,
261
261
  HyperParameterTuningJobConsumedResources,
262
- InferenceComponentDeploymentConfig,
263
- InferenceComponentPlacementStatus,
264
262
  InfraCheckConfig,
265
263
  LastUpdateStatus,
266
264
  MemberDefinition,
@@ -298,6 +296,24 @@ import {
298
296
  TrialComponentStatus,
299
297
  WorkerAccessConfiguration,
300
298
  } from "./models_2";
299
+ export interface InferenceComponentCapacitySize {
300
+ Type: InferenceComponentCapacitySizeType | undefined;
301
+ Value: number | undefined;
302
+ }
303
+ export interface InferenceComponentRollingUpdatePolicy {
304
+ MaximumBatchSize: InferenceComponentCapacitySize | undefined;
305
+ WaitIntervalInSeconds: number | undefined;
306
+ MaximumExecutionTimeoutInSeconds?: number | undefined;
307
+ RollbackMaximumBatchSize?: InferenceComponentCapacitySize | undefined;
308
+ }
309
+ export interface InferenceComponentDeploymentConfig {
310
+ RollingUpdatePolicy: InferenceComponentRollingUpdatePolicy | undefined;
311
+ AutoRollbackConfiguration?: AutoRollbackConfig | undefined;
312
+ }
313
+ export interface InferenceComponentPlacementStatus {
314
+ InstanceType: ProductionVariantInstanceType | undefined;
315
+ CurrentCopyCount: number | undefined;
316
+ }
301
317
  export interface InferenceComponentRuntimeConfigSummary {
302
318
  DesiredCopyCount?: number | undefined;
303
319
  CurrentCopyCount?: number | undefined;
@@ -432,6 +448,41 @@ export interface DescribeInferenceRecommendationsJobResponse {
432
448
  InferenceRecommendations?: InferenceRecommendation[] | undefined;
433
449
  EndpointPerformances?: EndpointPerformance[] | undefined;
434
450
  }
451
+ export interface DescribeJobRequest {
452
+ JobName: string | undefined;
453
+ JobCategory: JobCategory | undefined;
454
+ }
455
+ export interface JobSecondaryStatusTransition {
456
+ Status: JobSecondaryStatus | undefined;
457
+ StartTime: Date | undefined;
458
+ EndTime?: Date | undefined;
459
+ StatusMessage?: string | undefined;
460
+ }
461
+ export interface DescribeJobResponse {
462
+ JobName: string | undefined;
463
+ JobArn: string | undefined;
464
+ RoleArn: string | undefined;
465
+ JobCategory: JobCategory | undefined;
466
+ JobConfigSchemaVersion: string | undefined;
467
+ JobConfigDocument?: string | undefined;
468
+ CreationTime: Date | undefined;
469
+ LastModifiedTime: Date | undefined;
470
+ EndTime?: Date | undefined;
471
+ JobStatus: JobStatus | undefined;
472
+ SecondaryStatus: JobSecondaryStatus | undefined;
473
+ SecondaryStatusTransitions: JobSecondaryStatusTransition[] | undefined;
474
+ FailureReason?: string | undefined;
475
+ Tags?: Tag[] | undefined;
476
+ }
477
+ export interface DescribeJobSchemaVersionRequest {
478
+ JobCategory: JobCategory | undefined;
479
+ JobConfigSchemaVersion?: string | undefined;
480
+ }
481
+ export interface DescribeJobSchemaVersionResponse {
482
+ JobCategory: JobCategory | undefined;
483
+ JobConfigSchemaVersion: string | undefined;
484
+ JobConfigSchema: string | undefined;
485
+ }
435
486
  export interface DescribeLabelingJobRequest {
436
487
  LabelingJobName: string | undefined;
437
488
  }
@@ -1849,6 +1900,22 @@ export interface InferenceRecommendationsJobStep {
1849
1900
  Status: RecommendationJobStatus | undefined;
1850
1901
  InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
1851
1902
  }
1903
+ export interface JobConfigSchemaVersionSummary {
1904
+ JobConfigSchemaVersion: string | undefined;
1905
+ }
1906
+ export interface JobStepMetadata {
1907
+ Arn?: string | undefined;
1908
+ }
1909
+ export interface JobSummary {
1910
+ JobArn: string | undefined;
1911
+ JobName: string | undefined;
1912
+ JobCategory: JobCategory | undefined;
1913
+ JobStatus: JobStatus | undefined;
1914
+ JobSecondaryStatus: JobSecondaryStatus | undefined;
1915
+ CreationTime: Date | undefined;
1916
+ LastModifiedTime: Date | undefined;
1917
+ EndTime?: Date | undefined;
1918
+ }
1852
1919
  export interface LabelCountersForWorkteam {
1853
1920
  HumanLabeled?: number | undefined;
1854
1921
  PendingHuman?: number | undefined;
@@ -2505,92 +2572,3 @@ export interface ListInferenceRecommendationsJobStepsResponse {
2505
2572
  Steps?: InferenceRecommendationsJobStep[] | undefined;
2506
2573
  NextToken?: string | undefined;
2507
2574
  }
2508
- export interface ListLabelingJobsRequest {
2509
- CreationTimeAfter?: Date | undefined;
2510
- CreationTimeBefore?: Date | undefined;
2511
- LastModifiedTimeAfter?: Date | undefined;
2512
- LastModifiedTimeBefore?: Date | undefined;
2513
- MaxResults?: number | undefined;
2514
- NextToken?: string | undefined;
2515
- NameContains?: string | undefined;
2516
- SortBy?: SortBy | undefined;
2517
- SortOrder?: SortOrder | undefined;
2518
- StatusEquals?: LabelingJobStatus | undefined;
2519
- }
2520
- export interface ListLabelingJobsResponse {
2521
- LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
2522
- NextToken?: string | undefined;
2523
- }
2524
- export interface ListLabelingJobsForWorkteamRequest {
2525
- WorkteamArn: string | undefined;
2526
- MaxResults?: number | undefined;
2527
- NextToken?: string | undefined;
2528
- CreationTimeAfter?: Date | undefined;
2529
- CreationTimeBefore?: Date | undefined;
2530
- JobReferenceCodeContains?: string | undefined;
2531
- SortBy?: ListLabelingJobsForWorkteamSortByOptions | undefined;
2532
- SortOrder?: SortOrder | undefined;
2533
- }
2534
- export interface ListLabelingJobsForWorkteamResponse {
2535
- LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
2536
- NextToken?: string | undefined;
2537
- }
2538
- export interface ListLineageGroupsRequest {
2539
- CreatedAfter?: Date | undefined;
2540
- CreatedBefore?: Date | undefined;
2541
- SortBy?: SortLineageGroupsBy | undefined;
2542
- SortOrder?: SortOrder | undefined;
2543
- NextToken?: string | undefined;
2544
- MaxResults?: number | undefined;
2545
- }
2546
- export interface ListLineageGroupsResponse {
2547
- LineageGroupSummaries?: LineageGroupSummary[] | undefined;
2548
- NextToken?: string | undefined;
2549
- }
2550
- export interface ListMlflowAppsRequest {
2551
- CreatedAfter?: Date | undefined;
2552
- CreatedBefore?: Date | undefined;
2553
- Status?: MlflowAppStatus | undefined;
2554
- MlflowVersion?: string | undefined;
2555
- DefaultForDomainId?: string | undefined;
2556
- AccountDefaultStatus?: AccountDefaultStatus | undefined;
2557
- SortBy?: SortMlflowAppBy | undefined;
2558
- SortOrder?: SortOrder | undefined;
2559
- NextToken?: string | undefined;
2560
- MaxResults?: number | undefined;
2561
- }
2562
- export interface MlflowAppSummary {
2563
- Arn?: string | undefined;
2564
- Name?: string | undefined;
2565
- Status?: MlflowAppStatus | undefined;
2566
- CreationTime?: Date | undefined;
2567
- LastModifiedTime?: Date | undefined;
2568
- MlflowVersion?: string | undefined;
2569
- }
2570
- export interface ListMlflowAppsResponse {
2571
- Summaries?: MlflowAppSummary[] | undefined;
2572
- NextToken?: string | undefined;
2573
- }
2574
- export interface ListMlflowTrackingServersRequest {
2575
- CreatedAfter?: Date | undefined;
2576
- CreatedBefore?: Date | undefined;
2577
- TrackingServerStatus?: TrackingServerStatus | undefined;
2578
- MlflowVersion?: string | undefined;
2579
- SortBy?: SortTrackingServerBy | undefined;
2580
- SortOrder?: SortOrder | undefined;
2581
- NextToken?: string | undefined;
2582
- MaxResults?: number | undefined;
2583
- }
2584
- export interface TrackingServerSummary {
2585
- TrackingServerArn?: string | undefined;
2586
- TrackingServerName?: string | undefined;
2587
- CreationTime?: Date | undefined;
2588
- LastModifiedTime?: Date | undefined;
2589
- TrackingServerStatus?: TrackingServerStatus | undefined;
2590
- IsActive?: IsTrackingServerActive | undefined;
2591
- MlflowVersion?: string | undefined;
2592
- }
2593
- export interface ListMlflowTrackingServersResponse {
2594
- TrackingServerSummaries?: TrackingServerSummary[] | undefined;
2595
- NextToken?: string | undefined;
2596
- }