@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.
- package/dist-cjs/models/models_0.js +35 -20
- package/dist-cjs/models/models_1.js +14 -1
- package/dist-cjs/models/models_2.js +1 -30
- package/dist-cjs/models/models_3.js +31 -2
- package/dist-cjs/protocols/Aws_json1_1.js +56 -59
- package/dist-es/models/models_0.js +33 -18
- package/dist-es/models/models_1.js +13 -0
- package/dist-es/models/models_2.js +0 -29
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -7
- package/dist-types/SageMakerClient.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +11 -4
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +35 -6
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/CreateModelCommand.d.ts +14 -0
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +4 -3
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +5 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +44 -5
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +10 -8
- package/dist-types/commands/DescribeModelCommand.d.ts +14 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -2
- package/dist-types/commands/SearchCommand.d.ts +24 -8
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +470 -325
- package/dist-types/models/models_1.d.ts +245 -107
- package/dist-types/models/models_2.d.ts +132 -343
- package/dist-types/models/models_3.d.ts +329 -179
- package/dist-types/models/models_4.d.ts +181 -3
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +95 -72
- package/dist-types/ts3.4/models/models_1.d.ts +71 -36
- package/dist-types/ts3.4/models/models_2.d.ts +44 -105
- package/dist-types/ts3.4/models/models_3.d.ts +109 -56
- package/dist-types/ts3.4/models/models_4.d.ts +48 -0
- package/package.json +29 -29
|
@@ -3,11 +3,14 @@ import {
|
|
|
3
3
|
AdditionalInferenceSpecificationDefinition,
|
|
4
4
|
AlgorithmSpecification,
|
|
5
5
|
AnnotationConsolidationConfig,
|
|
6
|
+
AppNetworkAccessType,
|
|
7
|
+
AppSecurityGroupManagement,
|
|
6
8
|
AppSpecification,
|
|
7
9
|
AppType,
|
|
8
10
|
ArtifactSource,
|
|
9
11
|
AsyncInferenceConfig,
|
|
10
12
|
AthenaDatasetDefinition,
|
|
13
|
+
AuthMode,
|
|
11
14
|
AutoParameter,
|
|
12
15
|
AutoRollbackConfig,
|
|
13
16
|
Autotune,
|
|
@@ -33,8 +36,7 @@ import {
|
|
|
33
36
|
ContentClassifier,
|
|
34
37
|
ContinuousParameterRange,
|
|
35
38
|
ConvergenceDetected,
|
|
36
|
-
|
|
37
|
-
EdgeDeploymentModelConfig,
|
|
39
|
+
DefaultSpaceSettings,
|
|
38
40
|
EdgeOutputConfig,
|
|
39
41
|
EndpointInput,
|
|
40
42
|
HyperParameterScalingType,
|
|
@@ -59,6 +61,7 @@ import {
|
|
|
59
61
|
ProcessingS3UploadMode,
|
|
60
62
|
ProductionVariantInstanceType,
|
|
61
63
|
ResourceConfig,
|
|
64
|
+
ResourceSpec,
|
|
62
65
|
StoppingCondition,
|
|
63
66
|
Tag,
|
|
64
67
|
TrainingInputMode,
|
|
@@ -70,6 +73,72 @@ import {
|
|
|
70
73
|
UserSettings,
|
|
71
74
|
VpcConfig,
|
|
72
75
|
} from "./models_0";
|
|
76
|
+
export declare const ExecutionRoleIdentityConfig: {
|
|
77
|
+
readonly DISABLED: "DISABLED";
|
|
78
|
+
readonly USER_PROFILE_NAME: "USER_PROFILE_NAME";
|
|
79
|
+
};
|
|
80
|
+
export type ExecutionRoleIdentityConfig =
|
|
81
|
+
(typeof ExecutionRoleIdentityConfig)[keyof typeof ExecutionRoleIdentityConfig];
|
|
82
|
+
export interface RStudioServerProDomainSettings {
|
|
83
|
+
DomainExecutionRoleArn: string | undefined;
|
|
84
|
+
RStudioConnectUrl?: string;
|
|
85
|
+
RStudioPackageManagerUrl?: string;
|
|
86
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
87
|
+
}
|
|
88
|
+
export interface DomainSettings {
|
|
89
|
+
SecurityGroupIds?: string[];
|
|
90
|
+
RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
|
|
91
|
+
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
92
|
+
}
|
|
93
|
+
export interface CreateDomainRequest {
|
|
94
|
+
DomainName: string | undefined;
|
|
95
|
+
AuthMode: AuthMode | string | undefined;
|
|
96
|
+
DefaultUserSettings: UserSettings | undefined;
|
|
97
|
+
SubnetIds: string[] | undefined;
|
|
98
|
+
VpcId: string | undefined;
|
|
99
|
+
Tags?: Tag[];
|
|
100
|
+
AppNetworkAccessType?: AppNetworkAccessType | string;
|
|
101
|
+
HomeEfsFileSystemKmsKeyId?: string;
|
|
102
|
+
KmsKeyId?: string;
|
|
103
|
+
AppSecurityGroupManagement?: AppSecurityGroupManagement | string;
|
|
104
|
+
DomainSettings?: DomainSettings;
|
|
105
|
+
DefaultSpaceSettings?: DefaultSpaceSettings;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateDomainResponse {
|
|
108
|
+
DomainArn?: string;
|
|
109
|
+
Url?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface EdgeDeploymentModelConfig {
|
|
112
|
+
ModelHandle: string | undefined;
|
|
113
|
+
EdgePackagingJobName: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
export declare const FailureHandlingPolicy: {
|
|
116
|
+
readonly DoNothing: "DO_NOTHING";
|
|
117
|
+
readonly RollbackOnFailure: "ROLLBACK_ON_FAILURE";
|
|
118
|
+
};
|
|
119
|
+
export type FailureHandlingPolicy =
|
|
120
|
+
(typeof FailureHandlingPolicy)[keyof typeof FailureHandlingPolicy];
|
|
121
|
+
export interface EdgeDeploymentConfig {
|
|
122
|
+
FailureHandlingPolicy: FailureHandlingPolicy | string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export declare const DeviceSubsetType: {
|
|
125
|
+
readonly NameContains: "NAMECONTAINS";
|
|
126
|
+
readonly Percentage: "PERCENTAGE";
|
|
127
|
+
readonly Selection: "SELECTION";
|
|
128
|
+
};
|
|
129
|
+
export type DeviceSubsetType =
|
|
130
|
+
(typeof DeviceSubsetType)[keyof typeof DeviceSubsetType];
|
|
131
|
+
export interface DeviceSelectionConfig {
|
|
132
|
+
DeviceSubsetType: DeviceSubsetType | string | undefined;
|
|
133
|
+
Percentage?: number;
|
|
134
|
+
DeviceNames?: string[];
|
|
135
|
+
DeviceNameContains?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface DeploymentStage {
|
|
138
|
+
StageName: string | undefined;
|
|
139
|
+
DeviceSelectionConfig: DeviceSelectionConfig | undefined;
|
|
140
|
+
DeploymentConfig?: EdgeDeploymentConfig;
|
|
141
|
+
}
|
|
73
142
|
export interface CreateEdgeDeploymentPlanRequest {
|
|
74
143
|
EdgeDeploymentPlanName: string | undefined;
|
|
75
144
|
ModelConfigs: EdgeDeploymentModelConfig[] | undefined;
|
|
@@ -1717,40 +1786,6 @@ export interface DeleteModelInput {
|
|
|
1717
1786
|
export interface DeleteModelBiasJobDefinitionRequest {
|
|
1718
1787
|
JobDefinitionName: string | undefined;
|
|
1719
1788
|
}
|
|
1720
|
-
export interface DeleteModelCardRequest {
|
|
1721
|
-
ModelCardName: string | undefined;
|
|
1722
|
-
}
|
|
1723
|
-
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
1724
|
-
JobDefinitionName: string | undefined;
|
|
1725
|
-
}
|
|
1726
|
-
export interface DeleteModelPackageInput {
|
|
1727
|
-
ModelPackageName: string | undefined;
|
|
1728
|
-
}
|
|
1729
|
-
export interface DeleteModelPackageGroupInput {
|
|
1730
|
-
ModelPackageGroupName: string | undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export interface DeleteModelPackageGroupPolicyInput {
|
|
1733
|
-
ModelPackageGroupName: string | undefined;
|
|
1734
|
-
}
|
|
1735
|
-
export interface DeleteModelQualityJobDefinitionRequest {
|
|
1736
|
-
JobDefinitionName: string | undefined;
|
|
1737
|
-
}
|
|
1738
|
-
export interface DeleteMonitoringScheduleRequest {
|
|
1739
|
-
MonitoringScheduleName: string | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export interface DeleteNotebookInstanceInput {
|
|
1742
|
-
NotebookInstanceName: string | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
1745
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
1746
|
-
}
|
|
1747
|
-
export interface DeletePipelineRequest {
|
|
1748
|
-
PipelineName: string | undefined;
|
|
1749
|
-
ClientRequestToken?: string;
|
|
1750
|
-
}
|
|
1751
|
-
export interface DeletePipelineResponse {
|
|
1752
|
-
PipelineArn?: string;
|
|
1753
|
-
}
|
|
1754
1789
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
1755
1790
|
obj: CreateModelCardRequest
|
|
1756
1791
|
) => any;
|
|
@@ -29,6 +29,8 @@ import {
|
|
|
29
29
|
AutoMLOutputDataConfig,
|
|
30
30
|
AutoMLPartialFailureReason,
|
|
31
31
|
AutoMLProblemTypeConfig,
|
|
32
|
+
AutoMLProblemTypeConfigName,
|
|
33
|
+
AutoMLResolvedAttributes,
|
|
32
34
|
AutoMLSecurityConfig,
|
|
33
35
|
Autotune,
|
|
34
36
|
BatchDataCaptureConfig,
|
|
@@ -43,13 +45,8 @@ import {
|
|
|
43
45
|
DataQualityBaselineConfig,
|
|
44
46
|
DataQualityJobInput,
|
|
45
47
|
DefaultSpaceSettings,
|
|
46
|
-
DeviceSelectionConfig,
|
|
47
|
-
DomainSettings,
|
|
48
|
-
EdgeDeploymentConfig,
|
|
49
|
-
EdgeDeploymentModelConfig,
|
|
50
48
|
EdgeOutputConfig,
|
|
51
49
|
EdgePresetDeploymentType,
|
|
52
|
-
ExecutionRoleIdentityConfig,
|
|
53
50
|
GitConfig,
|
|
54
51
|
HyperParameterTuningJobObjectiveType,
|
|
55
52
|
InferenceSpecification,
|
|
@@ -90,9 +87,14 @@ import {
|
|
|
90
87
|
DebugRuleConfiguration,
|
|
91
88
|
DebugRuleEvaluationStatus,
|
|
92
89
|
DeploymentConfig,
|
|
90
|
+
DeviceSelectionConfig,
|
|
93
91
|
DirectInternetAccess,
|
|
92
|
+
DomainSettings,
|
|
94
93
|
DriftCheckBaselines,
|
|
94
|
+
EdgeDeploymentConfig,
|
|
95
|
+
EdgeDeploymentModelConfig,
|
|
95
96
|
EndpointInfo,
|
|
97
|
+
ExecutionRoleIdentityConfig,
|
|
96
98
|
ExperimentConfig,
|
|
97
99
|
ExplainerConfig,
|
|
98
100
|
FeatureDefinition,
|
|
@@ -106,7 +108,6 @@ import {
|
|
|
106
108
|
HumanTaskConfig,
|
|
107
109
|
HyperParameterTrainingJobDefinition,
|
|
108
110
|
HyperParameterTuningJobConfig,
|
|
109
|
-
HyperParameterTuningJobStrategyType,
|
|
110
111
|
HyperParameterTuningJobWarmStartConfig,
|
|
111
112
|
InferenceExecutionConfig,
|
|
112
113
|
InferenceExperimentDataStorageConfig,
|
|
@@ -157,7 +158,6 @@ import {
|
|
|
157
158
|
RecommendationJobInputConfig,
|
|
158
159
|
RecommendationJobStoppingConditions,
|
|
159
160
|
RecommendationJobType,
|
|
160
|
-
ResourceLimits,
|
|
161
161
|
RetryStrategy,
|
|
162
162
|
RootAccess,
|
|
163
163
|
RuleEvaluationStatus,
|
|
@@ -173,6 +173,40 @@ import {
|
|
|
173
173
|
TrialComponentStatus,
|
|
174
174
|
VendorGuidance,
|
|
175
175
|
} from "./models_1";
|
|
176
|
+
export interface DeleteModelCardRequest {
|
|
177
|
+
ModelCardName: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface DeleteModelExplainabilityJobDefinitionRequest {
|
|
180
|
+
JobDefinitionName: string | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface DeleteModelPackageInput {
|
|
183
|
+
ModelPackageName: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DeleteModelPackageGroupInput {
|
|
186
|
+
ModelPackageGroupName: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface DeleteModelPackageGroupPolicyInput {
|
|
189
|
+
ModelPackageGroupName: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface DeleteModelQualityJobDefinitionRequest {
|
|
192
|
+
JobDefinitionName: string | undefined;
|
|
193
|
+
}
|
|
194
|
+
export interface DeleteMonitoringScheduleRequest {
|
|
195
|
+
MonitoringScheduleName: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface DeleteNotebookInstanceInput {
|
|
198
|
+
NotebookInstanceName: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
201
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface DeletePipelineRequest {
|
|
204
|
+
PipelineName: string | undefined;
|
|
205
|
+
ClientRequestToken?: string;
|
|
206
|
+
}
|
|
207
|
+
export interface DeletePipelineResponse {
|
|
208
|
+
PipelineArn?: string;
|
|
209
|
+
}
|
|
176
210
|
export interface DeleteProjectInput {
|
|
177
211
|
ProjectName: string | undefined;
|
|
178
212
|
}
|
|
@@ -403,6 +437,9 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
403
437
|
ModelDeployResult?: ModelDeployResult;
|
|
404
438
|
DataSplitConfig?: AutoMLDataSplitConfig;
|
|
405
439
|
SecurityConfig?: AutoMLSecurityConfig;
|
|
440
|
+
AutoMLJobArtifacts?: AutoMLJobArtifacts;
|
|
441
|
+
ResolvedAttributes?: AutoMLResolvedAttributes;
|
|
442
|
+
AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName | string;
|
|
406
443
|
}
|
|
407
444
|
export interface DescribeCodeRepositoryInput {
|
|
408
445
|
CodeRepositoryName: string | undefined;
|
|
@@ -2350,104 +2387,6 @@ export interface HubInfo {
|
|
|
2350
2387
|
CreationTime: Date | undefined;
|
|
2351
2388
|
LastModifiedTime: Date | undefined;
|
|
2352
2389
|
}
|
|
2353
|
-
export declare const HubSortBy: {
|
|
2354
|
-
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
2355
|
-
readonly CREATION_TIME: "CreationTime";
|
|
2356
|
-
readonly HUB_NAME: "HubName";
|
|
2357
|
-
readonly HUB_STATUS: "HubStatus";
|
|
2358
|
-
};
|
|
2359
|
-
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
2360
|
-
export interface HumanTaskUiSummary {
|
|
2361
|
-
HumanTaskUiName: string | undefined;
|
|
2362
|
-
HumanTaskUiArn: string | undefined;
|
|
2363
|
-
CreationTime: Date | undefined;
|
|
2364
|
-
}
|
|
2365
|
-
export interface HyperParameterTuningJobSearchEntity {
|
|
2366
|
-
HyperParameterTuningJobName?: string;
|
|
2367
|
-
HyperParameterTuningJobArn?: string;
|
|
2368
|
-
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig;
|
|
2369
|
-
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
2370
|
-
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
2371
|
-
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | string;
|
|
2372
|
-
CreationTime?: Date;
|
|
2373
|
-
HyperParameterTuningEndTime?: Date;
|
|
2374
|
-
LastModifiedTime?: Date;
|
|
2375
|
-
TrainingJobStatusCounters?: TrainingJobStatusCounters;
|
|
2376
|
-
ObjectiveStatusCounters?: ObjectiveStatusCounters;
|
|
2377
|
-
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
2378
|
-
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
2379
|
-
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
2380
|
-
FailureReason?: string;
|
|
2381
|
-
Tags?: Tag[];
|
|
2382
|
-
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
2383
|
-
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
2384
|
-
}
|
|
2385
|
-
export declare const HyperParameterTuningJobSortByOptions: {
|
|
2386
|
-
readonly CreationTime: "CreationTime";
|
|
2387
|
-
readonly Name: "Name";
|
|
2388
|
-
readonly Status: "Status";
|
|
2389
|
-
};
|
|
2390
|
-
export type HyperParameterTuningJobSortByOptions =
|
|
2391
|
-
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
2392
|
-
export interface HyperParameterTuningJobSummary {
|
|
2393
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2394
|
-
HyperParameterTuningJobArn: string | undefined;
|
|
2395
|
-
HyperParameterTuningJobStatus:
|
|
2396
|
-
| HyperParameterTuningJobStatus
|
|
2397
|
-
| string
|
|
2398
|
-
| undefined;
|
|
2399
|
-
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
2400
|
-
CreationTime: Date | undefined;
|
|
2401
|
-
HyperParameterTuningEndTime?: Date;
|
|
2402
|
-
LastModifiedTime?: Date;
|
|
2403
|
-
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
2404
|
-
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
2405
|
-
ResourceLimits?: ResourceLimits;
|
|
2406
|
-
}
|
|
2407
|
-
export interface Image {
|
|
2408
|
-
CreationTime: Date | undefined;
|
|
2409
|
-
Description?: string;
|
|
2410
|
-
DisplayName?: string;
|
|
2411
|
-
FailureReason?: string;
|
|
2412
|
-
ImageArn: string | undefined;
|
|
2413
|
-
ImageName: string | undefined;
|
|
2414
|
-
ImageStatus: ImageStatus | string | undefined;
|
|
2415
|
-
LastModifiedTime: Date | undefined;
|
|
2416
|
-
}
|
|
2417
|
-
export declare const ImageSortBy: {
|
|
2418
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
2419
|
-
readonly IMAGE_NAME: "IMAGE_NAME";
|
|
2420
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
2421
|
-
};
|
|
2422
|
-
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
2423
|
-
export declare const ImageSortOrder: {
|
|
2424
|
-
readonly ASCENDING: "ASCENDING";
|
|
2425
|
-
readonly DESCENDING: "DESCENDING";
|
|
2426
|
-
};
|
|
2427
|
-
export type ImageSortOrder =
|
|
2428
|
-
(typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
2429
|
-
export interface ImageVersion {
|
|
2430
|
-
CreationTime: Date | undefined;
|
|
2431
|
-
FailureReason?: string;
|
|
2432
|
-
ImageArn: string | undefined;
|
|
2433
|
-
ImageVersionArn: string | undefined;
|
|
2434
|
-
ImageVersionStatus: ImageVersionStatus | string | undefined;
|
|
2435
|
-
LastModifiedTime: Date | undefined;
|
|
2436
|
-
Version: number | undefined;
|
|
2437
|
-
}
|
|
2438
|
-
export declare const ImageVersionSortBy: {
|
|
2439
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
2440
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
2441
|
-
readonly VERSION: "VERSION";
|
|
2442
|
-
};
|
|
2443
|
-
export type ImageVersionSortBy =
|
|
2444
|
-
(typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
|
|
2445
|
-
export declare const ImageVersionSortOrder: {
|
|
2446
|
-
readonly ASCENDING: "ASCENDING";
|
|
2447
|
-
readonly DESCENDING: "DESCENDING";
|
|
2448
|
-
};
|
|
2449
|
-
export type ImageVersionSortOrder =
|
|
2450
|
-
(typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
|
|
2451
2390
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2452
2391
|
obj: DescribeModelCardResponse
|
|
2453
2392
|
) => any;
|
|
@@ -58,6 +58,10 @@ import {
|
|
|
58
58
|
DriftCheckBaselines,
|
|
59
59
|
ExperimentConfig,
|
|
60
60
|
HubContentType,
|
|
61
|
+
HyperParameterTrainingJobDefinition,
|
|
62
|
+
HyperParameterTuningJobConfig,
|
|
63
|
+
HyperParameterTuningJobStrategyType,
|
|
64
|
+
HyperParameterTuningJobWarmStartConfig,
|
|
61
65
|
InferenceExecutionConfig,
|
|
62
66
|
InferenceExperimentSchedule,
|
|
63
67
|
InferenceExperimentType,
|
|
@@ -67,7 +71,6 @@ import {
|
|
|
67
71
|
ModelClientConfig,
|
|
68
72
|
ModelMetrics,
|
|
69
73
|
ModelPackageValidationSpecification,
|
|
70
|
-
ModelVariantConfig,
|
|
71
74
|
MonitoringScheduleConfig,
|
|
72
75
|
MonitoringType,
|
|
73
76
|
NetworkConfig,
|
|
@@ -77,6 +80,7 @@ import {
|
|
|
77
80
|
ProcessingResources,
|
|
78
81
|
ProcessingStoppingCondition,
|
|
79
82
|
RecommendationJobType,
|
|
83
|
+
ResourceLimits,
|
|
80
84
|
RetryStrategy,
|
|
81
85
|
ServiceCatalogProvisioningDetails,
|
|
82
86
|
SourceAlgorithmSpecification,
|
|
@@ -122,19 +126,12 @@ import {
|
|
|
122
126
|
HubContentInfo,
|
|
123
127
|
HubContentSortBy,
|
|
124
128
|
HubInfo,
|
|
125
|
-
HubSortBy,
|
|
126
|
-
HumanTaskUiSummary,
|
|
127
129
|
HyperParameterTrainingJobSummary,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
+
HyperParameterTuningJobCompletionDetails,
|
|
131
|
+
HyperParameterTuningJobConsumedResources,
|
|
130
132
|
HyperParameterTuningJobStatus,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
ImageSortBy,
|
|
134
|
-
ImageSortOrder,
|
|
135
|
-
ImageVersion,
|
|
136
|
-
ImageVersionSortBy,
|
|
137
|
-
ImageVersionSortOrder,
|
|
133
|
+
ImageStatus,
|
|
134
|
+
ImageVersionStatus,
|
|
138
135
|
InferenceExperimentStatus,
|
|
139
136
|
InferenceMetrics,
|
|
140
137
|
LabelCounters,
|
|
@@ -148,6 +145,7 @@ import {
|
|
|
148
145
|
ModelPackageStatusDetails,
|
|
149
146
|
MonitoringExecutionSummary,
|
|
150
147
|
NotebookInstanceStatus,
|
|
148
|
+
ObjectiveStatusCounters,
|
|
151
149
|
OfflineStoreStatusValue,
|
|
152
150
|
PipelineExecutionStatus,
|
|
153
151
|
PipelineExperimentConfig,
|
|
@@ -164,6 +162,7 @@ import {
|
|
|
164
162
|
SpaceStatus,
|
|
165
163
|
SubscribedWorkteam,
|
|
166
164
|
TrainingJobStatus,
|
|
165
|
+
TrainingJobStatusCounters,
|
|
167
166
|
TransformJobStatus,
|
|
168
167
|
TrialComponentMetricSummary,
|
|
169
168
|
TrialComponentSource,
|
|
@@ -174,6 +173,104 @@ import {
|
|
|
174
173
|
Workforce,
|
|
175
174
|
Workteam,
|
|
176
175
|
} from "./models_2";
|
|
176
|
+
export declare const HubSortBy: {
|
|
177
|
+
readonly ACCOUNT_ID_OWNER: "AccountIdOwner";
|
|
178
|
+
readonly CREATION_TIME: "CreationTime";
|
|
179
|
+
readonly HUB_NAME: "HubName";
|
|
180
|
+
readonly HUB_STATUS: "HubStatus";
|
|
181
|
+
};
|
|
182
|
+
export type HubSortBy = (typeof HubSortBy)[keyof typeof HubSortBy];
|
|
183
|
+
export interface HumanTaskUiSummary {
|
|
184
|
+
HumanTaskUiName: string | undefined;
|
|
185
|
+
HumanTaskUiArn: string | undefined;
|
|
186
|
+
CreationTime: Date | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface HyperParameterTuningJobSearchEntity {
|
|
189
|
+
HyperParameterTuningJobName?: string;
|
|
190
|
+
HyperParameterTuningJobArn?: string;
|
|
191
|
+
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig;
|
|
192
|
+
TrainingJobDefinition?: HyperParameterTrainingJobDefinition;
|
|
193
|
+
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[];
|
|
194
|
+
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | string;
|
|
195
|
+
CreationTime?: Date;
|
|
196
|
+
HyperParameterTuningEndTime?: Date;
|
|
197
|
+
LastModifiedTime?: Date;
|
|
198
|
+
TrainingJobStatusCounters?: TrainingJobStatusCounters;
|
|
199
|
+
ObjectiveStatusCounters?: ObjectiveStatusCounters;
|
|
200
|
+
BestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
201
|
+
OverallBestTrainingJob?: HyperParameterTrainingJobSummary;
|
|
202
|
+
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig;
|
|
203
|
+
FailureReason?: string;
|
|
204
|
+
Tags?: Tag[];
|
|
205
|
+
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails;
|
|
206
|
+
ConsumedResources?: HyperParameterTuningJobConsumedResources;
|
|
207
|
+
}
|
|
208
|
+
export declare const HyperParameterTuningJobSortByOptions: {
|
|
209
|
+
readonly CreationTime: "CreationTime";
|
|
210
|
+
readonly Name: "Name";
|
|
211
|
+
readonly Status: "Status";
|
|
212
|
+
};
|
|
213
|
+
export type HyperParameterTuningJobSortByOptions =
|
|
214
|
+
(typeof HyperParameterTuningJobSortByOptions)[keyof typeof HyperParameterTuningJobSortByOptions];
|
|
215
|
+
export interface HyperParameterTuningJobSummary {
|
|
216
|
+
HyperParameterTuningJobName: string | undefined;
|
|
217
|
+
HyperParameterTuningJobArn: string | undefined;
|
|
218
|
+
HyperParameterTuningJobStatus:
|
|
219
|
+
| HyperParameterTuningJobStatus
|
|
220
|
+
| string
|
|
221
|
+
| undefined;
|
|
222
|
+
Strategy: HyperParameterTuningJobStrategyType | string | undefined;
|
|
223
|
+
CreationTime: Date | undefined;
|
|
224
|
+
HyperParameterTuningEndTime?: Date;
|
|
225
|
+
LastModifiedTime?: Date;
|
|
226
|
+
TrainingJobStatusCounters: TrainingJobStatusCounters | undefined;
|
|
227
|
+
ObjectiveStatusCounters: ObjectiveStatusCounters | undefined;
|
|
228
|
+
ResourceLimits?: ResourceLimits;
|
|
229
|
+
}
|
|
230
|
+
export interface Image {
|
|
231
|
+
CreationTime: Date | undefined;
|
|
232
|
+
Description?: string;
|
|
233
|
+
DisplayName?: string;
|
|
234
|
+
FailureReason?: string;
|
|
235
|
+
ImageArn: string | undefined;
|
|
236
|
+
ImageName: string | undefined;
|
|
237
|
+
ImageStatus: ImageStatus | string | undefined;
|
|
238
|
+
LastModifiedTime: Date | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare const ImageSortBy: {
|
|
241
|
+
readonly CREATION_TIME: "CREATION_TIME";
|
|
242
|
+
readonly IMAGE_NAME: "IMAGE_NAME";
|
|
243
|
+
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
244
|
+
};
|
|
245
|
+
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
246
|
+
export declare const ImageSortOrder: {
|
|
247
|
+
readonly ASCENDING: "ASCENDING";
|
|
248
|
+
readonly DESCENDING: "DESCENDING";
|
|
249
|
+
};
|
|
250
|
+
export type ImageSortOrder =
|
|
251
|
+
(typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
252
|
+
export interface ImageVersion {
|
|
253
|
+
CreationTime: Date | undefined;
|
|
254
|
+
FailureReason?: string;
|
|
255
|
+
ImageArn: string | undefined;
|
|
256
|
+
ImageVersionArn: string | undefined;
|
|
257
|
+
ImageVersionStatus: ImageVersionStatus | string | undefined;
|
|
258
|
+
LastModifiedTime: Date | undefined;
|
|
259
|
+
Version: number | undefined;
|
|
260
|
+
}
|
|
261
|
+
export declare const ImageVersionSortBy: {
|
|
262
|
+
readonly CREATION_TIME: "CREATION_TIME";
|
|
263
|
+
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
264
|
+
readonly VERSION: "VERSION";
|
|
265
|
+
};
|
|
266
|
+
export type ImageVersionSortBy =
|
|
267
|
+
(typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
|
|
268
|
+
export declare const ImageVersionSortOrder: {
|
|
269
|
+
readonly ASCENDING: "ASCENDING";
|
|
270
|
+
readonly DESCENDING: "DESCENDING";
|
|
271
|
+
};
|
|
272
|
+
export type ImageVersionSortOrder =
|
|
273
|
+
(typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
|
|
177
274
|
export interface ImportHubContentRequest {
|
|
178
275
|
HubContentName: string | undefined;
|
|
179
276
|
HubContentVersion?: string;
|
|
@@ -2287,50 +2384,6 @@ export interface StartInferenceExperimentRequest {
|
|
|
2287
2384
|
export interface StartInferenceExperimentResponse {
|
|
2288
2385
|
InferenceExperimentArn: string | undefined;
|
|
2289
2386
|
}
|
|
2290
|
-
export interface StartMonitoringScheduleRequest {
|
|
2291
|
-
MonitoringScheduleName: string | undefined;
|
|
2292
|
-
}
|
|
2293
|
-
export interface StartNotebookInstanceInput {
|
|
2294
|
-
NotebookInstanceName: string | undefined;
|
|
2295
|
-
}
|
|
2296
|
-
export interface StartPipelineExecutionRequest {
|
|
2297
|
-
PipelineName: string | undefined;
|
|
2298
|
-
PipelineExecutionDisplayName?: string;
|
|
2299
|
-
PipelineParameters?: Parameter[];
|
|
2300
|
-
PipelineExecutionDescription?: string;
|
|
2301
|
-
ClientRequestToken?: string;
|
|
2302
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2303
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
2304
|
-
}
|
|
2305
|
-
export interface StartPipelineExecutionResponse {
|
|
2306
|
-
PipelineExecutionArn?: string;
|
|
2307
|
-
}
|
|
2308
|
-
export interface StopAutoMLJobRequest {
|
|
2309
|
-
AutoMLJobName: string | undefined;
|
|
2310
|
-
}
|
|
2311
|
-
export interface StopCompilationJobRequest {
|
|
2312
|
-
CompilationJobName: string | undefined;
|
|
2313
|
-
}
|
|
2314
|
-
export interface StopEdgeDeploymentStageRequest {
|
|
2315
|
-
EdgeDeploymentPlanName: string | undefined;
|
|
2316
|
-
StageName: string | undefined;
|
|
2317
|
-
}
|
|
2318
|
-
export interface StopEdgePackagingJobRequest {
|
|
2319
|
-
EdgePackagingJobName: string | undefined;
|
|
2320
|
-
}
|
|
2321
|
-
export interface StopHyperParameterTuningJobRequest {
|
|
2322
|
-
HyperParameterTuningJobName: string | undefined;
|
|
2323
|
-
}
|
|
2324
|
-
export interface StopInferenceExperimentRequest {
|
|
2325
|
-
Name: string | undefined;
|
|
2326
|
-
ModelVariantActions: Record<string, ModelVariantAction | string> | undefined;
|
|
2327
|
-
DesiredModelVariants?: ModelVariantConfig[];
|
|
2328
|
-
DesiredState?: InferenceExperimentStopDesiredState | string;
|
|
2329
|
-
Reason?: string;
|
|
2330
|
-
}
|
|
2331
|
-
export interface StopInferenceExperimentResponse {
|
|
2332
|
-
InferenceExperimentArn: string | undefined;
|
|
2333
|
-
}
|
|
2334
2387
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2335
2388
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|
|
2336
2389
|
export declare const SearchResponseFilterSensitiveLog: (
|
|
@@ -49,15 +49,63 @@ import {
|
|
|
49
49
|
Filter,
|
|
50
50
|
GitConfigForUpdate,
|
|
51
51
|
ResourceType,
|
|
52
|
+
SelectiveExecutionConfig,
|
|
52
53
|
Workforce,
|
|
53
54
|
Workteam,
|
|
54
55
|
} from "./models_2";
|
|
55
56
|
import {
|
|
57
|
+
InferenceExperimentStopDesiredState,
|
|
58
|
+
ModelVariantAction,
|
|
56
59
|
NestedFilters,
|
|
60
|
+
Parameter,
|
|
57
61
|
ProfilerConfigForUpdate,
|
|
58
62
|
ResourceConfigForUpdate,
|
|
59
63
|
SearchSortOrder,
|
|
60
64
|
} from "./models_3";
|
|
65
|
+
export interface StartMonitoringScheduleRequest {
|
|
66
|
+
MonitoringScheduleName: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
export interface StartNotebookInstanceInput {
|
|
69
|
+
NotebookInstanceName: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
export interface StartPipelineExecutionRequest {
|
|
72
|
+
PipelineName: string | undefined;
|
|
73
|
+
PipelineExecutionDisplayName?: string;
|
|
74
|
+
PipelineParameters?: Parameter[];
|
|
75
|
+
PipelineExecutionDescription?: string;
|
|
76
|
+
ClientRequestToken?: string;
|
|
77
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
78
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
79
|
+
}
|
|
80
|
+
export interface StartPipelineExecutionResponse {
|
|
81
|
+
PipelineExecutionArn?: string;
|
|
82
|
+
}
|
|
83
|
+
export interface StopAutoMLJobRequest {
|
|
84
|
+
AutoMLJobName: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
export interface StopCompilationJobRequest {
|
|
87
|
+
CompilationJobName: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
export interface StopEdgeDeploymentStageRequest {
|
|
90
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
91
|
+
StageName: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface StopEdgePackagingJobRequest {
|
|
94
|
+
EdgePackagingJobName: string | undefined;
|
|
95
|
+
}
|
|
96
|
+
export interface StopHyperParameterTuningJobRequest {
|
|
97
|
+
HyperParameterTuningJobName: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface StopInferenceExperimentRequest {
|
|
100
|
+
Name: string | undefined;
|
|
101
|
+
ModelVariantActions: Record<string, ModelVariantAction | string> | undefined;
|
|
102
|
+
DesiredModelVariants?: ModelVariantConfig[];
|
|
103
|
+
DesiredState?: InferenceExperimentStopDesiredState | string;
|
|
104
|
+
Reason?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface StopInferenceExperimentResponse {
|
|
107
|
+
InferenceExperimentArn: string | undefined;
|
|
108
|
+
}
|
|
61
109
|
export interface StopInferenceRecommendationsJobRequest {
|
|
62
110
|
JobName: string | undefined;
|
|
63
111
|
}
|