@aws-sdk/client-sagemaker 3.354.0 → 3.357.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 (75) hide show
  1. package/dist-cjs/models/models_0.js +35 -20
  2. package/dist-cjs/models/models_1.js +14 -1
  3. package/dist-cjs/models/models_2.js +1 -30
  4. package/dist-cjs/models/models_3.js +31 -2
  5. package/dist-cjs/protocols/Aws_json1_1.js +56 -59
  6. package/dist-es/models/models_0.js +33 -18
  7. package/dist-es/models/models_1.js +13 -0
  8. package/dist-es/models/models_2.js +0 -29
  9. package/dist-es/models/models_3.js +29 -0
  10. package/dist-es/protocols/Aws_json1_1.js +4 -7
  11. package/dist-types/SageMakerClient.d.ts +1 -1
  12. package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
  13. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +11 -4
  14. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +35 -6
  15. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
  17. package/dist-types/commands/CreateModelCommand.d.ts +14 -0
  18. package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
  19. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  28. package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
  30. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +5 -1
  31. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +44 -5
  32. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +10 -8
  33. package/dist-types/commands/DescribeModelCommand.d.ts +14 -0
  34. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
  35. package/dist-types/commands/SearchCommand.d.ts +24 -8
  36. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  37. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
  38. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
  39. package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
  40. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
  41. package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
  42. package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  43. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  44. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -1
  45. package/dist-types/models/models_0.d.ts +470 -325
  46. package/dist-types/models/models_1.d.ts +245 -107
  47. package/dist-types/models/models_2.d.ts +132 -343
  48. package/dist-types/models/models_3.d.ts +329 -179
  49. package/dist-types/models/models_4.d.ts +181 -3
  50. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/models/models_0.d.ts +95 -72
  71. package/dist-types/ts3.4/models/models_1.d.ts +71 -36
  72. package/dist-types/ts3.4/models/models_2.d.ts +44 -105
  73. package/dist-types/ts3.4/models/models_3.d.ts +109 -56
  74. package/dist-types/ts3.4/models/models_4.d.ts +48 -0
  75. package/package.json +29 -29
@@ -1,7 +1,184 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AppSecurityGroupManagement, BooleanOperator, DefaultSpaceSettings, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
2
2
  import { _InstanceType, DeploymentConfig, FeatureDefinition, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, MemberDefinition, ModelCardStatus, ModelVariantConfig, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ShadowModeConfig, SourceIpConfig, SpaceSettings, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance, WorkforceVpcConfigRequest } from "./models_1";
3
- import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, Workforce, Workteam } from "./models_2";
4
- import { NestedFilters, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
3
+ import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, FeatureParameter, Filter, GitConfigForUpdate, ResourceType, SelectiveExecutionConfig, Workforce, Workteam } from "./models_2";
4
+ import { InferenceExperimentStopDesiredState, ModelVariantAction, NestedFilters, Parameter, ProfilerConfigForUpdate, ResourceConfigForUpdate, SearchSortOrder } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface StartMonitoringScheduleRequest {
9
+ /**
10
+ * <p>The name of the schedule to start.</p>
11
+ */
12
+ MonitoringScheduleName: string | undefined;
13
+ }
14
+ /**
15
+ * @public
16
+ */
17
+ export interface StartNotebookInstanceInput {
18
+ /**
19
+ * <p>The name of the notebook instance to start.</p>
20
+ */
21
+ NotebookInstanceName: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface StartPipelineExecutionRequest {
27
+ /**
28
+ * <p>The name or Amazon Resource Name (ARN) of the pipeline.</p>
29
+ */
30
+ PipelineName: string | undefined;
31
+ /**
32
+ * <p>The display name of the pipeline execution.</p>
33
+ */
34
+ PipelineExecutionDisplayName?: string;
35
+ /**
36
+ * <p>Contains a list of pipeline parameters. This list can be empty. </p>
37
+ */
38
+ PipelineParameters?: Parameter[];
39
+ /**
40
+ * <p>The description of the pipeline execution.</p>
41
+ */
42
+ PipelineExecutionDescription?: string;
43
+ /**
44
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
45
+ * operation. An idempotent operation completes no more than once.</p>
46
+ */
47
+ ClientRequestToken?: string;
48
+ /**
49
+ * <p>This configuration, if specified, overrides the parallelism configuration
50
+ * of the parent pipeline for this specific run.</p>
51
+ */
52
+ ParallelismConfiguration?: ParallelismConfiguration;
53
+ /**
54
+ * <p>The selective execution configuration applied to the pipeline run.</p>
55
+ */
56
+ SelectiveExecutionConfig?: SelectiveExecutionConfig;
57
+ }
58
+ /**
59
+ * @public
60
+ */
61
+ export interface StartPipelineExecutionResponse {
62
+ /**
63
+ * <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
64
+ */
65
+ PipelineExecutionArn?: string;
66
+ }
67
+ /**
68
+ * @public
69
+ */
70
+ export interface StopAutoMLJobRequest {
71
+ /**
72
+ * <p>The name of the object you are requesting.</p>
73
+ */
74
+ AutoMLJobName: string | undefined;
75
+ }
76
+ /**
77
+ * @public
78
+ */
79
+ export interface StopCompilationJobRequest {
80
+ /**
81
+ * <p>The name of the model compilation job to stop.</p>
82
+ */
83
+ CompilationJobName: string | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface StopEdgeDeploymentStageRequest {
89
+ /**
90
+ * <p>The name of the edge deployment plan to stop.</p>
91
+ */
92
+ EdgeDeploymentPlanName: string | undefined;
93
+ /**
94
+ * <p>The name of the stage to stop.</p>
95
+ */
96
+ StageName: string | undefined;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface StopEdgePackagingJobRequest {
102
+ /**
103
+ * <p>The name of the edge packaging job.</p>
104
+ */
105
+ EdgePackagingJobName: string | undefined;
106
+ }
107
+ /**
108
+ * @public
109
+ */
110
+ export interface StopHyperParameterTuningJobRequest {
111
+ /**
112
+ * <p>The name of the tuning job to stop.</p>
113
+ */
114
+ HyperParameterTuningJobName: string | undefined;
115
+ }
116
+ /**
117
+ * @public
118
+ */
119
+ export interface StopInferenceExperimentRequest {
120
+ /**
121
+ * <p>The name of the inference experiment to stop.</p>
122
+ */
123
+ Name: string | undefined;
124
+ /**
125
+ * <p>
126
+ * Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:
127
+ * </p>
128
+ * <ul>
129
+ * <li>
130
+ * <p>
131
+ * <code>Promote</code> - Promote the shadow variant to a production variant</p>
132
+ * </li>
133
+ * <li>
134
+ * <p>
135
+ * <code>Remove</code> - Delete the variant</p>
136
+ * </li>
137
+ * <li>
138
+ * <p>
139
+ * <code>Retain</code> - Keep the variant as it is</p>
140
+ * </li>
141
+ * </ul>
142
+ */
143
+ ModelVariantActions: Record<string, ModelVariantAction | string> | undefined;
144
+ /**
145
+ * <p>
146
+ * An array of <code>ModelVariantConfig</code> objects. There is one for each variant that you want to deploy
147
+ * after the inference experiment stops. Each <code>ModelVariantConfig</code> describes the infrastructure
148
+ * configuration for deploying the corresponding variant.
149
+ * </p>
150
+ */
151
+ DesiredModelVariants?: ModelVariantConfig[];
152
+ /**
153
+ * <p>
154
+ * The desired state of the experiment after stopping. The possible states are the following:
155
+ * </p>
156
+ * <ul>
157
+ * <li>
158
+ * <p>
159
+ * <code>Completed</code>: The experiment completed successfully</p>
160
+ * </li>
161
+ * <li>
162
+ * <p>
163
+ * <code>Cancelled</code>: The experiment was canceled</p>
164
+ * </li>
165
+ * </ul>
166
+ */
167
+ DesiredState?: InferenceExperimentStopDesiredState | string;
168
+ /**
169
+ * <p>The reason for stopping the experiment.</p>
170
+ */
171
+ Reason?: string;
172
+ }
173
+ /**
174
+ * @public
175
+ */
176
+ export interface StopInferenceExperimentResponse {
177
+ /**
178
+ * <p>The ARN of the stopped inference experiment.</p>
179
+ */
180
+ InferenceExperimentArn: string | undefined;
181
+ }
5
182
  /**
6
183
  * @public
7
184
  */
@@ -300,7 +477,8 @@ export interface UpdateDomainRequest {
300
477
  * communication in <code>VPCOnly</code> mode. Required when
301
478
  * <code>CreateDomain.AppNetworkAccessType</code> is <code>VPCOnly</code> and
302
479
  * <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is
303
- * provided. If setting up the domain for use with RStudio, this value must be set to <code>Service</code>.</p>
480
+ * provided. If setting up the domain for use with RStudio, this value must be set to
481
+ * <code>Service</code>.</p>
304
482
  */
305
483
  AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
306
484
  }
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
+ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_1";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelCardRequest } from "../models/models_1";
9
+ import { DeleteModelCardRequest } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelExplainabilityJobDefinitionRequest } from "../models/models_1";
9
+ import { DeleteModelExplainabilityJobDefinitionRequest } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelPackageInput } from "../models/models_1";
9
+ import { DeleteModelPackageInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelPackageGroupInput } from "../models/models_1";
9
+ import { DeleteModelPackageGroupInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelPackageGroupPolicyInput } from "../models/models_1";
9
+ import { DeleteModelPackageGroupPolicyInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteModelQualityJobDefinitionRequest } from "../models/models_1";
9
+ import { DeleteModelQualityJobDefinitionRequest } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteMonitoringScheduleRequest } from "../models/models_1";
9
+ import { DeleteMonitoringScheduleRequest } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteNotebookInstanceInput } from "../models/models_1";
9
+ import { DeleteNotebookInstanceInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DeleteNotebookInstanceLifecycleConfigInput } from "../models/models_1";
9
+ import { DeleteNotebookInstanceLifecycleConfigInput } from "../models/models_2";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeletePipelineRequest,
11
11
  DeletePipelineResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StartMonitoringScheduleRequest } from "../models/models_3";
9
+ import { StartMonitoringScheduleRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StartNotebookInstanceInput } from "../models/models_3";
9
+ import { StartNotebookInstanceInput } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  StartPipelineExecutionRequest,
11
11
  StartPipelineExecutionResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopAutoMLJobRequest } from "../models/models_3";
9
+ import { StopAutoMLJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopCompilationJobRequest } from "../models/models_3";
9
+ import { StopCompilationJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopEdgeDeploymentStageRequest } from "../models/models_3";
9
+ import { StopEdgeDeploymentStageRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopEdgePackagingJobRequest } from "../models/models_3";
9
+ import { StopEdgePackagingJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -6,7 +6,7 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { StopHyperParameterTuningJobRequest } from "../models/models_3";
9
+ import { StopHyperParameterTuningJobRequest } from "../models/models_4";
10
10
  import {
11
11
  SageMakerClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  StopInferenceExperimentRequest,
11
11
  StopInferenceExperimentResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  SageMakerClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -426,9 +426,16 @@ export interface Channel {
426
426
  InputMode?: TrainingInputMode | string;
427
427
  ShuffleConfig?: ShuffleConfig;
428
428
  }
429
+ export declare const OutputCompressionType: {
430
+ readonly GZIP: "GZIP";
431
+ readonly NONE: "NONE";
432
+ };
433
+ export type OutputCompressionType =
434
+ (typeof OutputCompressionType)[keyof typeof OutputCompressionType];
429
435
  export interface OutputDataConfig {
430
436
  KmsKeyId?: string;
431
437
  S3OutputPath: string | undefined;
438
+ CompressionType?: OutputCompressionType | string;
432
439
  }
433
440
  export declare const TrainingInstanceType: {
434
441
  readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
@@ -478,6 +485,7 @@ export declare const TrainingInstanceType: {
478
485
  readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
479
486
  readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
480
487
  readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
488
+ readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
481
489
  readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
482
490
  readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
483
491
  };
@@ -1084,6 +1092,25 @@ export interface AutoMLOutputDataConfig {
1084
1092
  export interface ImageClassificationJobConfig {
1085
1093
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1086
1094
  }
1095
+ export interface CandidateGenerationConfig {
1096
+ AlgorithmsConfig?: AutoMLAlgorithmConfig[];
1097
+ }
1098
+ export declare const ProblemType: {
1099
+ readonly BINARY_CLASSIFICATION: "BinaryClassification";
1100
+ readonly MULTICLASS_CLASSIFICATION: "MulticlassClassification";
1101
+ readonly REGRESSION: "Regression";
1102
+ };
1103
+ export type ProblemType = (typeof ProblemType)[keyof typeof ProblemType];
1104
+ export interface TabularJobConfig {
1105
+ CandidateGenerationConfig?: CandidateGenerationConfig;
1106
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
1107
+ FeatureSpecificationS3Uri?: string;
1108
+ Mode?: AutoMLMode | string;
1109
+ GenerateCandidateDefinitionsOnly?: boolean;
1110
+ ProblemType?: ProblemType | string;
1111
+ TargetAttributeName: string | undefined;
1112
+ SampleWeightAttributeName?: string;
1113
+ }
1087
1114
  export interface TextClassificationJobConfig {
1088
1115
  CompletionCriteria?: AutoMLJobCompletionCriteria;
1089
1116
  ContentColumn?: string;
@@ -1091,31 +1118,78 @@ export interface TextClassificationJobConfig {
1091
1118
  }
1092
1119
  export type AutoMLProblemTypeConfig =
1093
1120
  | AutoMLProblemTypeConfig.ImageClassificationJobConfigMember
1121
+ | AutoMLProblemTypeConfig.TabularJobConfigMember
1094
1122
  | AutoMLProblemTypeConfig.TextClassificationJobConfigMember
1095
1123
  | AutoMLProblemTypeConfig.$UnknownMember;
1096
1124
  export declare namespace AutoMLProblemTypeConfig {
1097
1125
  interface ImageClassificationJobConfigMember {
1098
1126
  ImageClassificationJobConfig: ImageClassificationJobConfig;
1099
1127
  TextClassificationJobConfig?: never;
1128
+ TabularJobConfig?: never;
1100
1129
  $unknown?: never;
1101
1130
  }
1102
1131
  interface TextClassificationJobConfigMember {
1103
1132
  ImageClassificationJobConfig?: never;
1104
1133
  TextClassificationJobConfig: TextClassificationJobConfig;
1134
+ TabularJobConfig?: never;
1135
+ $unknown?: never;
1136
+ }
1137
+ interface TabularJobConfigMember {
1138
+ ImageClassificationJobConfig?: never;
1139
+ TextClassificationJobConfig?: never;
1140
+ TabularJobConfig: TabularJobConfig;
1105
1141
  $unknown?: never;
1106
1142
  }
1107
1143
  interface $UnknownMember {
1108
1144
  ImageClassificationJobConfig?: never;
1109
1145
  TextClassificationJobConfig?: never;
1146
+ TabularJobConfig?: never;
1110
1147
  $unknown: [string, any];
1111
1148
  }
1112
1149
  interface Visitor<T> {
1113
1150
  ImageClassificationJobConfig: (value: ImageClassificationJobConfig) => T;
1114
1151
  TextClassificationJobConfig: (value: TextClassificationJobConfig) => T;
1152
+ TabularJobConfig: (value: TabularJobConfig) => T;
1115
1153
  _: (name: string, value: any) => T;
1116
1154
  }
1117
1155
  const visit: <T>(value: AutoMLProblemTypeConfig, visitor: Visitor<T>) => T;
1118
1156
  }
1157
+ export declare const AutoMLProblemTypeConfigName: {
1158
+ readonly IMAGE_CLASSIFICATION: "ImageClassification";
1159
+ readonly TABULAR: "Tabular";
1160
+ readonly TEXT_CLASSIFICATION: "TextClassification";
1161
+ };
1162
+ export type AutoMLProblemTypeConfigName =
1163
+ (typeof AutoMLProblemTypeConfigName)[keyof typeof AutoMLProblemTypeConfigName];
1164
+ export interface TabularResolvedAttributes {
1165
+ ProblemType?: ProblemType | string;
1166
+ }
1167
+ export type AutoMLProblemTypeResolvedAttributes =
1168
+ | AutoMLProblemTypeResolvedAttributes.TabularResolvedAttributesMember
1169
+ | AutoMLProblemTypeResolvedAttributes.$UnknownMember;
1170
+ export declare namespace AutoMLProblemTypeResolvedAttributes {
1171
+ interface TabularResolvedAttributesMember {
1172
+ TabularResolvedAttributes: TabularResolvedAttributes;
1173
+ $unknown?: never;
1174
+ }
1175
+ interface $UnknownMember {
1176
+ TabularResolvedAttributes?: never;
1177
+ $unknown: [string, any];
1178
+ }
1179
+ interface Visitor<T> {
1180
+ TabularResolvedAttributes: (value: TabularResolvedAttributes) => T;
1181
+ _: (name: string, value: any) => T;
1182
+ }
1183
+ const visit: <T>(
1184
+ value: AutoMLProblemTypeResolvedAttributes,
1185
+ visitor: Visitor<T>
1186
+ ) => T;
1187
+ }
1188
+ export interface AutoMLResolvedAttributes {
1189
+ AutoMLJobObjective?: AutoMLJobObjective;
1190
+ CompletionCriteria?: AutoMLJobCompletionCriteria;
1191
+ AutoMLProblemTypeResolvedAttributes?: AutoMLProblemTypeResolvedAttributes;
1192
+ }
1119
1193
  export declare const AutoMLSortBy: {
1120
1194
  readonly CREATION_TIME: "CreationTime";
1121
1195
  readonly NAME: "Name";
@@ -1648,6 +1722,26 @@ export declare const ContainerMode: {
1648
1722
  readonly SINGLE_MODEL: "SingleModel";
1649
1723
  };
1650
1724
  export type ContainerMode = (typeof ContainerMode)[keyof typeof ContainerMode];
1725
+ export declare const ModelCompressionType: {
1726
+ readonly Gzip: "Gzip";
1727
+ readonly None: "None";
1728
+ };
1729
+ export type ModelCompressionType =
1730
+ (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
1731
+ export declare const S3ModelDataType: {
1732
+ readonly S3Object: "S3Object";
1733
+ readonly S3Prefix: "S3Prefix";
1734
+ };
1735
+ export type S3ModelDataType =
1736
+ (typeof S3ModelDataType)[keyof typeof S3ModelDataType];
1737
+ export interface S3ModelDataSource {
1738
+ S3Uri: string | undefined;
1739
+ S3DataType: S3ModelDataType | string | undefined;
1740
+ CompressionType: ModelCompressionType | string | undefined;
1741
+ }
1742
+ export interface ModelDataSource {
1743
+ S3DataSource: S3ModelDataSource | undefined;
1744
+ }
1651
1745
  export declare const ModelCacheSetting: {
1652
1746
  readonly DISABLED: "Disabled";
1653
1747
  readonly ENABLED: "Enabled";
@@ -1667,6 +1761,7 @@ export interface ContainerDefinition {
1667
1761
  ModelPackageName?: string;
1668
1762
  InferenceSpecificationName?: string;
1669
1763
  MultiModelConfig?: MultiModelConfig;
1764
+ ModelDataSource?: ModelDataSource;
1670
1765
  }
1671
1766
  export declare const ContentClassifier: {
1672
1767
  readonly FREE_OF_ADULT_CONTENT: "FreeOfAdultContent";
@@ -1831,12 +1926,6 @@ export interface ModelDeployConfig {
1831
1926
  AutoGenerateEndpointName?: boolean;
1832
1927
  EndpointName?: string;
1833
1928
  }
1834
- export declare const ProblemType: {
1835
- readonly BINARY_CLASSIFICATION: "BinaryClassification";
1836
- readonly MULTICLASS_CLASSIFICATION: "MulticlassClassification";
1837
- readonly REGRESSION: "Regression";
1838
- };
1839
- export type ProblemType = (typeof ProblemType)[keyof typeof ProblemType];
1840
1929
  export interface CreateAutoMLJobRequest {
1841
1930
  AutoMLJobName: string | undefined;
1842
1931
  InputDataConfig: AutoMLChannel[] | undefined;
@@ -2151,69 +2240,3 @@ export interface UserSettings {
2151
2240
  RSessionAppSettings?: RSessionAppSettings;
2152
2241
  CanvasAppSettings?: CanvasAppSettings;
2153
2242
  }
2154
- export declare const ExecutionRoleIdentityConfig: {
2155
- readonly DISABLED: "DISABLED";
2156
- readonly USER_PROFILE_NAME: "USER_PROFILE_NAME";
2157
- };
2158
- export type ExecutionRoleIdentityConfig =
2159
- (typeof ExecutionRoleIdentityConfig)[keyof typeof ExecutionRoleIdentityConfig];
2160
- export interface RStudioServerProDomainSettings {
2161
- DomainExecutionRoleArn: string | undefined;
2162
- RStudioConnectUrl?: string;
2163
- RStudioPackageManagerUrl?: string;
2164
- DefaultResourceSpec?: ResourceSpec;
2165
- }
2166
- export interface DomainSettings {
2167
- SecurityGroupIds?: string[];
2168
- RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
2169
- ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
2170
- }
2171
- export interface CreateDomainRequest {
2172
- DomainName: string | undefined;
2173
- AuthMode: AuthMode | string | undefined;
2174
- DefaultUserSettings: UserSettings | undefined;
2175
- SubnetIds: string[] | undefined;
2176
- VpcId: string | undefined;
2177
- Tags?: Tag[];
2178
- AppNetworkAccessType?: AppNetworkAccessType | string;
2179
- HomeEfsFileSystemKmsKeyId?: string;
2180
- KmsKeyId?: string;
2181
- AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
2182
- DomainSettings?: DomainSettings;
2183
- DefaultSpaceSettings?: DefaultSpaceSettings;
2184
- }
2185
- export interface CreateDomainResponse {
2186
- DomainArn?: string;
2187
- Url?: string;
2188
- }
2189
- export interface EdgeDeploymentModelConfig {
2190
- ModelHandle: string | undefined;
2191
- EdgePackagingJobName: string | undefined;
2192
- }
2193
- export declare const FailureHandlingPolicy: {
2194
- readonly DoNothing: "DO_NOTHING";
2195
- readonly RollbackOnFailure: "ROLLBACK_ON_FAILURE";
2196
- };
2197
- export type FailureHandlingPolicy =
2198
- (typeof FailureHandlingPolicy)[keyof typeof FailureHandlingPolicy];
2199
- export interface EdgeDeploymentConfig {
2200
- FailureHandlingPolicy: FailureHandlingPolicy | string | undefined;
2201
- }
2202
- export declare const DeviceSubsetType: {
2203
- readonly NameContains: "NAMECONTAINS";
2204
- readonly Percentage: "PERCENTAGE";
2205
- readonly Selection: "SELECTION";
2206
- };
2207
- export type DeviceSubsetType =
2208
- (typeof DeviceSubsetType)[keyof typeof DeviceSubsetType];
2209
- export interface DeviceSelectionConfig {
2210
- DeviceSubsetType: DeviceSubsetType | string | undefined;
2211
- Percentage?: number;
2212
- DeviceNames?: string[];
2213
- DeviceNameContains?: string;
2214
- }
2215
- export interface DeploymentStage {
2216
- StageName: string | undefined;
2217
- DeviceSelectionConfig: DeviceSelectionConfig | undefined;
2218
- DeploymentConfig?: EdgeDeploymentConfig;
2219
- }