@aws-sdk/client-sagemaker 3.940.0 → 3.944.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/README.md +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
ModelApprovalStatus,
|
|
74
74
|
ModelCacheSetting,
|
|
75
75
|
ModelCompressionType,
|
|
76
|
+
ModelPackageRegistrationType,
|
|
76
77
|
ModelPackageStatus,
|
|
77
78
|
NodeUnavailabilityType,
|
|
78
79
|
ObjectiveStatus,
|
|
@@ -143,6 +144,11 @@ export interface AdditionalS3DataSource {
|
|
|
143
144
|
CompressionType?: CompressionType | undefined;
|
|
144
145
|
ETag?: string | undefined;
|
|
145
146
|
}
|
|
147
|
+
export interface BaseModel {
|
|
148
|
+
HubContentName?: string | undefined;
|
|
149
|
+
HubContentVersion?: string | undefined;
|
|
150
|
+
RecipeName?: string | undefined;
|
|
151
|
+
}
|
|
146
152
|
export interface InferenceHubAccessConfig {
|
|
147
153
|
HubContentArn: string | undefined;
|
|
148
154
|
}
|
|
@@ -179,6 +185,8 @@ export interface ModelPackageContainerDefinition {
|
|
|
179
185
|
NearestModelName?: string | undefined;
|
|
180
186
|
AdditionalS3DataSource?: AdditionalS3DataSource | undefined;
|
|
181
187
|
ModelDataETag?: string | undefined;
|
|
188
|
+
IsCheckpoint?: boolean | undefined;
|
|
189
|
+
BaseModel?: BaseModel | undefined;
|
|
182
190
|
}
|
|
183
191
|
export interface AdditionalInferenceSpecificationDefinition {
|
|
184
192
|
Name: string | undefined;
|
|
@@ -253,6 +261,9 @@ export interface AlgorithmSummary {
|
|
|
253
261
|
CreationTime: Date | undefined;
|
|
254
262
|
AlgorithmStatus: AlgorithmStatus | undefined;
|
|
255
263
|
}
|
|
264
|
+
export interface DatasetSource {
|
|
265
|
+
DatasetArn: string | undefined;
|
|
266
|
+
}
|
|
256
267
|
export interface FileSystemDataSource {
|
|
257
268
|
FileSystemId: string | undefined;
|
|
258
269
|
FileSystemAccessMode: FileSystemAccessMode | undefined;
|
|
@@ -274,6 +285,7 @@ export interface S3DataSource {
|
|
|
274
285
|
export interface DataSource {
|
|
275
286
|
S3DataSource?: S3DataSource | undefined;
|
|
276
287
|
FileSystemDataSource?: FileSystemDataSource | undefined;
|
|
288
|
+
DatasetSource?: DatasetSource | undefined;
|
|
277
289
|
}
|
|
278
290
|
export interface ShuffleConfig {
|
|
279
291
|
Seed: number | undefined;
|
|
@@ -468,6 +480,10 @@ export interface AssociateTrialComponentResponse {
|
|
|
468
480
|
TrialComponentArn?: string | undefined;
|
|
469
481
|
TrialArn?: string | undefined;
|
|
470
482
|
}
|
|
483
|
+
export interface AssociationInfo {
|
|
484
|
+
SourceArn: string | undefined;
|
|
485
|
+
DestinationArn: string | undefined;
|
|
486
|
+
}
|
|
471
487
|
export interface IamIdentity {
|
|
472
488
|
Arn?: string | undefined;
|
|
473
489
|
PrincipalId?: string | undefined;
|
|
@@ -912,6 +928,7 @@ export interface BatchDescribeModelPackageSummary {
|
|
|
912
928
|
InferenceSpecification: InferenceSpecification | undefined;
|
|
913
929
|
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
914
930
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
931
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
915
932
|
}
|
|
916
933
|
export interface BatchDescribeModelPackageOutput {
|
|
917
934
|
ModelPackageSummaries?:
|
|
@@ -989,6 +1006,18 @@ export interface BatchTransformInput {
|
|
|
989
1006
|
EndTimeOffset?: string | undefined;
|
|
990
1007
|
ExcludeFeaturesAttribute?: string | undefined;
|
|
991
1008
|
}
|
|
1009
|
+
export interface BedrockCustomModelDeploymentMetadata {
|
|
1010
|
+
Arn?: string | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export interface BedrockCustomModelMetadata {
|
|
1013
|
+
Arn?: string | undefined;
|
|
1014
|
+
}
|
|
1015
|
+
export interface BedrockModelImportMetadata {
|
|
1016
|
+
Arn?: string | undefined;
|
|
1017
|
+
}
|
|
1018
|
+
export interface BedrockProvisionedModelThroughputMetadata {
|
|
1019
|
+
Arn?: string | undefined;
|
|
1020
|
+
}
|
|
992
1021
|
export interface BestObjectiveNotImproving {
|
|
993
1022
|
MaxNumberOfTrainingJobsNotImproving?: number | undefined;
|
|
994
1023
|
}
|
|
@@ -1907,37 +1936,3 @@ export interface CreateComputeQuotaRequest {
|
|
|
1907
1936
|
ActivationState?: ActivationState | undefined;
|
|
1908
1937
|
Tags?: Tag[] | undefined;
|
|
1909
1938
|
}
|
|
1910
|
-
export interface CreateComputeQuotaResponse {
|
|
1911
|
-
ComputeQuotaArn: string | undefined;
|
|
1912
|
-
ComputeQuotaId: string | undefined;
|
|
1913
|
-
}
|
|
1914
|
-
export interface CreateContextRequest {
|
|
1915
|
-
ContextName: string | undefined;
|
|
1916
|
-
Source: ContextSource | undefined;
|
|
1917
|
-
ContextType: string | undefined;
|
|
1918
|
-
Description?: string | undefined;
|
|
1919
|
-
Properties?: Record<string, string> | undefined;
|
|
1920
|
-
Tags?: Tag[] | undefined;
|
|
1921
|
-
}
|
|
1922
|
-
export interface CreateContextResponse {
|
|
1923
|
-
ContextArn?: string | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface DataQualityAppSpecification {
|
|
1926
|
-
ImageUri: string | undefined;
|
|
1927
|
-
ContainerEntrypoint?: string[] | undefined;
|
|
1928
|
-
ContainerArguments?: string[] | undefined;
|
|
1929
|
-
RecordPreprocessorSourceUri?: string | undefined;
|
|
1930
|
-
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
1931
|
-
Environment?: Record<string, string> | undefined;
|
|
1932
|
-
}
|
|
1933
|
-
export interface MonitoringConstraintsResource {
|
|
1934
|
-
S3Uri?: string | undefined;
|
|
1935
|
-
}
|
|
1936
|
-
export interface MonitoringStatisticsResource {
|
|
1937
|
-
S3Uri?: string | undefined;
|
|
1938
|
-
}
|
|
1939
|
-
export interface DataQualityBaselineConfig {
|
|
1940
|
-
BaseliningJobName?: string | undefined;
|
|
1941
|
-
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
1942
|
-
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
1943
|
-
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AutomaticJsonStringConversion as __AutomaticJsonStringConversion } from "@smithy/smithy-client";
|
|
2
2
|
import {
|
|
3
3
|
_InstanceType,
|
|
4
|
+
AccountDefaultStatus,
|
|
4
5
|
AppInstanceType,
|
|
5
6
|
AppNetworkAccessType,
|
|
6
7
|
AppSecurityGroupManagement,
|
|
@@ -36,6 +37,8 @@ import {
|
|
|
36
37
|
ModelApprovalStatus,
|
|
37
38
|
ModelCardStatus,
|
|
38
39
|
ModelInfrastructureType,
|
|
40
|
+
ModelPackageRegistrationType,
|
|
41
|
+
ModelRegistrationMode,
|
|
39
42
|
ModelSpeculativeDecodingS3DataType,
|
|
40
43
|
ModelSpeculativeDecodingTechnique,
|
|
41
44
|
MonitoringProblemType,
|
|
@@ -67,7 +70,6 @@ import {
|
|
|
67
70
|
SharingType,
|
|
68
71
|
SkipModelValidation,
|
|
69
72
|
StorageType,
|
|
70
|
-
StudioLifecycleConfigAppType,
|
|
71
73
|
StudioWebPortal,
|
|
72
74
|
TableFormat,
|
|
73
75
|
TagPropagation,
|
|
@@ -82,7 +84,6 @@ import {
|
|
|
82
84
|
} from "./enums";
|
|
83
85
|
import {
|
|
84
86
|
AdditionalInferenceSpecificationDefinition,
|
|
85
|
-
AlgorithmSpecification,
|
|
86
87
|
AmazonQSettings,
|
|
87
88
|
AnnotationConsolidationConfig,
|
|
88
89
|
AppLifecycleManagement,
|
|
@@ -110,21 +111,17 @@ import {
|
|
|
110
111
|
CodeEditorAppSettings,
|
|
111
112
|
CodeRepository,
|
|
112
113
|
CollectionConfig,
|
|
113
|
-
CollectionConfiguration,
|
|
114
114
|
ContainerDefinition,
|
|
115
|
+
ContextSource,
|
|
115
116
|
ContinuousParameterRange,
|
|
116
117
|
ConvergenceDetected,
|
|
117
118
|
CustomImage,
|
|
118
|
-
DataQualityAppSpecification,
|
|
119
|
-
DataQualityBaselineConfig,
|
|
120
119
|
HyperParameterTuningJobObjective,
|
|
121
120
|
InferenceSpecification,
|
|
122
121
|
MetadataProperties,
|
|
123
122
|
MetricDefinition,
|
|
124
123
|
MetricsSource,
|
|
125
124
|
ModelDataSource,
|
|
126
|
-
MonitoringConstraintsResource,
|
|
127
|
-
MonitoringStatisticsResource,
|
|
128
125
|
OutputDataConfig,
|
|
129
126
|
ResourceConfig,
|
|
130
127
|
ResourceSpec,
|
|
@@ -133,6 +130,40 @@ import {
|
|
|
133
130
|
TransformJobDefinition,
|
|
134
131
|
VpcConfig,
|
|
135
132
|
} from "./models_0";
|
|
133
|
+
export interface CreateComputeQuotaResponse {
|
|
134
|
+
ComputeQuotaArn: string | undefined;
|
|
135
|
+
ComputeQuotaId: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface CreateContextRequest {
|
|
138
|
+
ContextName: string | undefined;
|
|
139
|
+
Source: ContextSource | undefined;
|
|
140
|
+
ContextType: string | undefined;
|
|
141
|
+
Description?: string | undefined;
|
|
142
|
+
Properties?: Record<string, string> | undefined;
|
|
143
|
+
Tags?: Tag[] | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface CreateContextResponse {
|
|
146
|
+
ContextArn?: string | undefined;
|
|
147
|
+
}
|
|
148
|
+
export interface DataQualityAppSpecification {
|
|
149
|
+
ImageUri: string | undefined;
|
|
150
|
+
ContainerEntrypoint?: string[] | undefined;
|
|
151
|
+
ContainerArguments?: string[] | undefined;
|
|
152
|
+
RecordPreprocessorSourceUri?: string | undefined;
|
|
153
|
+
PostAnalyticsProcessorSourceUri?: string | undefined;
|
|
154
|
+
Environment?: Record<string, string> | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface MonitoringConstraintsResource {
|
|
157
|
+
S3Uri?: string | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface MonitoringStatisticsResource {
|
|
160
|
+
S3Uri?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface DataQualityBaselineConfig {
|
|
163
|
+
BaseliningJobName?: string | undefined;
|
|
164
|
+
ConstraintsResource?: MonitoringConstraintsResource | undefined;
|
|
165
|
+
StatisticsResource?: MonitoringStatisticsResource | undefined;
|
|
166
|
+
}
|
|
136
167
|
export interface EndpointInput {
|
|
137
168
|
EndpointName: string | undefined;
|
|
138
169
|
LocalPath: string | undefined;
|
|
@@ -1084,6 +1115,19 @@ export interface CreateLabelingJobRequest {
|
|
|
1084
1115
|
export interface CreateLabelingJobResponse {
|
|
1085
1116
|
LabelingJobArn: string | undefined;
|
|
1086
1117
|
}
|
|
1118
|
+
export interface CreateMlflowAppRequest {
|
|
1119
|
+
Name: string | undefined;
|
|
1120
|
+
ArtifactStoreUri: string | undefined;
|
|
1121
|
+
RoleArn: string | undefined;
|
|
1122
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
1123
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
1124
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
1125
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
1126
|
+
Tags?: Tag[] | undefined;
|
|
1127
|
+
}
|
|
1128
|
+
export interface CreateMlflowAppResponse {
|
|
1129
|
+
Arn?: string | undefined;
|
|
1130
|
+
}
|
|
1087
1131
|
export interface CreateMlflowTrackingServerRequest {
|
|
1088
1132
|
TrackingServerName: string | undefined;
|
|
1089
1133
|
ArtifactStoreUri: string | undefined;
|
|
@@ -1280,6 +1324,7 @@ export interface CreateModelPackageInput {
|
|
|
1280
1324
|
ModelPackageName?: string | undefined;
|
|
1281
1325
|
ModelPackageGroupName?: string | undefined;
|
|
1282
1326
|
ModelPackageDescription?: string | undefined;
|
|
1327
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1283
1328
|
InferenceSpecification?: InferenceSpecification | undefined;
|
|
1284
1329
|
ValidationSpecification?: ModelPackageValidationSpecification | undefined;
|
|
1285
1330
|
SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
|
|
@@ -1619,6 +1664,14 @@ export interface CreatePresignedDomainUrlRequest {
|
|
|
1619
1664
|
export interface CreatePresignedDomainUrlResponse {
|
|
1620
1665
|
AuthorizedUrl?: string | undefined;
|
|
1621
1666
|
}
|
|
1667
|
+
export interface CreatePresignedMlflowAppUrlRequest {
|
|
1668
|
+
Arn: string | undefined;
|
|
1669
|
+
ExpiresInSeconds?: number | undefined;
|
|
1670
|
+
SessionExpirationDurationInSeconds?: number | undefined;
|
|
1671
|
+
}
|
|
1672
|
+
export interface CreatePresignedMlflowAppUrlResponse {
|
|
1673
|
+
AuthorizedUrl?: string | undefined;
|
|
1674
|
+
}
|
|
1622
1675
|
export interface CreatePresignedMlflowTrackingServerUrlRequest {
|
|
1623
1676
|
TrackingServerName: string | undefined;
|
|
1624
1677
|
ExpiresInSeconds?: number | undefined;
|
|
@@ -1840,82 +1893,3 @@ export interface CreateSpaceRequest {
|
|
|
1840
1893
|
export interface CreateSpaceResponse {
|
|
1841
1894
|
SpaceArn?: string | undefined;
|
|
1842
1895
|
}
|
|
1843
|
-
export interface CreateStudioLifecycleConfigRequest {
|
|
1844
|
-
StudioLifecycleConfigName: string | undefined;
|
|
1845
|
-
StudioLifecycleConfigContent: string | undefined;
|
|
1846
|
-
StudioLifecycleConfigAppType: StudioLifecycleConfigAppType | undefined;
|
|
1847
|
-
Tags?: Tag[] | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export interface CreateStudioLifecycleConfigResponse {
|
|
1850
|
-
StudioLifecycleConfigArn?: string | undefined;
|
|
1851
|
-
}
|
|
1852
|
-
export interface DebugHookConfig {
|
|
1853
|
-
LocalPath?: string | undefined;
|
|
1854
|
-
S3OutputPath: string | undefined;
|
|
1855
|
-
HookParameters?: Record<string, string> | undefined;
|
|
1856
|
-
CollectionConfigurations?: CollectionConfiguration[] | undefined;
|
|
1857
|
-
}
|
|
1858
|
-
export interface DebugRuleConfiguration {
|
|
1859
|
-
RuleConfigurationName: string | undefined;
|
|
1860
|
-
LocalPath?: string | undefined;
|
|
1861
|
-
S3OutputPath?: string | undefined;
|
|
1862
|
-
RuleEvaluatorImage: string | undefined;
|
|
1863
|
-
InstanceType?: ProcessingInstanceType | undefined;
|
|
1864
|
-
VolumeSizeInGB?: number | undefined;
|
|
1865
|
-
RuleParameters?: Record<string, string> | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface InfraCheckConfig {
|
|
1868
|
-
EnableInfraCheck?: boolean | undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface ProfilerConfig {
|
|
1871
|
-
S3OutputPath?: string | undefined;
|
|
1872
|
-
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
1873
|
-
ProfilingParameters?: Record<string, string> | undefined;
|
|
1874
|
-
DisableProfiler?: boolean | undefined;
|
|
1875
|
-
}
|
|
1876
|
-
export interface ProfilerRuleConfiguration {
|
|
1877
|
-
RuleConfigurationName: string | undefined;
|
|
1878
|
-
LocalPath?: string | undefined;
|
|
1879
|
-
S3OutputPath?: string | undefined;
|
|
1880
|
-
RuleEvaluatorImage: string | undefined;
|
|
1881
|
-
InstanceType?: ProcessingInstanceType | undefined;
|
|
1882
|
-
VolumeSizeInGB?: number | undefined;
|
|
1883
|
-
RuleParameters?: Record<string, string> | undefined;
|
|
1884
|
-
}
|
|
1885
|
-
export interface RemoteDebugConfig {
|
|
1886
|
-
EnableRemoteDebug?: boolean | undefined;
|
|
1887
|
-
}
|
|
1888
|
-
export interface SessionChainingConfig {
|
|
1889
|
-
EnableSessionTagChaining?: boolean | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface TensorBoardOutputConfig {
|
|
1892
|
-
LocalPath?: string | undefined;
|
|
1893
|
-
S3OutputPath: string | undefined;
|
|
1894
|
-
}
|
|
1895
|
-
export interface CreateTrainingJobRequest {
|
|
1896
|
-
TrainingJobName: string | undefined;
|
|
1897
|
-
HyperParameters?: Record<string, string> | undefined;
|
|
1898
|
-
AlgorithmSpecification?: AlgorithmSpecification | undefined;
|
|
1899
|
-
RoleArn: string | undefined;
|
|
1900
|
-
InputDataConfig?: Channel[] | undefined;
|
|
1901
|
-
OutputDataConfig: OutputDataConfig | undefined;
|
|
1902
|
-
ResourceConfig?: ResourceConfig | undefined;
|
|
1903
|
-
VpcConfig?: VpcConfig | undefined;
|
|
1904
|
-
StoppingCondition?: StoppingCondition | undefined;
|
|
1905
|
-
Tags?: Tag[] | undefined;
|
|
1906
|
-
EnableNetworkIsolation?: boolean | undefined;
|
|
1907
|
-
EnableInterContainerTrafficEncryption?: boolean | undefined;
|
|
1908
|
-
EnableManagedSpotTraining?: boolean | undefined;
|
|
1909
|
-
CheckpointConfig?: CheckpointConfig | undefined;
|
|
1910
|
-
DebugHookConfig?: DebugHookConfig | undefined;
|
|
1911
|
-
DebugRuleConfigurations?: DebugRuleConfiguration[] | undefined;
|
|
1912
|
-
TensorBoardOutputConfig?: TensorBoardOutputConfig | undefined;
|
|
1913
|
-
ExperimentConfig?: ExperimentConfig | undefined;
|
|
1914
|
-
ProfilerConfig?: ProfilerConfig | undefined;
|
|
1915
|
-
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | undefined;
|
|
1916
|
-
Environment?: Record<string, string> | undefined;
|
|
1917
|
-
RetryStrategy?: RetryStrategy | undefined;
|
|
1918
|
-
RemoteDebugConfig?: RemoteDebugConfig | undefined;
|
|
1919
|
-
InfraCheckConfig?: InfraCheckConfig | undefined;
|
|
1920
|
-
SessionChainingConfig?: SessionChainingConfig | undefined;
|
|
1921
|
-
}
|