@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListMlflowAppsCommandInput, ListMlflowAppsCommandOutput } from "../commands/ListMlflowAppsCommand";
|
|
3
|
+
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListMlflowApps: (config: SageMakerPaginationConfiguration, input: ListMlflowAppsCommandInput, ...rest: any[]) => Paginator<ListMlflowAppsCommandOutput>;
|
|
@@ -39,6 +39,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
39
39
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
40
40
|
export * from "./ListLabelingJobsPaginator";
|
|
41
41
|
export * from "./ListLineageGroupsPaginator";
|
|
42
|
+
export * from "./ListMlflowAppsPaginator";
|
|
42
43
|
export * from "./ListMlflowTrackingServersPaginator";
|
|
43
44
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
44
45
|
export * from "./ListModelCardExportJobsPaginator";
|
|
@@ -34,6 +34,7 @@ export declare var ArtifactSourceType: StaticStructureSchema;
|
|
|
34
34
|
export declare var ArtifactSummary: StaticStructureSchema;
|
|
35
35
|
export declare var AssociateTrialComponentRequest: StaticStructureSchema;
|
|
36
36
|
export declare var AssociateTrialComponentResponse: StaticStructureSchema;
|
|
37
|
+
export declare var AssociationInfo: StaticStructureSchema;
|
|
37
38
|
export declare var AssociationSummary: StaticStructureSchema;
|
|
38
39
|
export declare var AsyncInferenceClientConfig: StaticStructureSchema;
|
|
39
40
|
export declare var AsyncInferenceConfig: StaticStructureSchema;
|
|
@@ -68,6 +69,7 @@ export declare var AutoParameter: StaticStructureSchema;
|
|
|
68
69
|
export declare var AutoRollbackConfig: StaticStructureSchema;
|
|
69
70
|
export declare var Autotune: StaticStructureSchema;
|
|
70
71
|
export declare var AvailableUpgrade: StaticStructureSchema;
|
|
72
|
+
export declare var BaseModel: StaticStructureSchema;
|
|
71
73
|
export declare var BatchAddClusterNodesError: StaticStructureSchema;
|
|
72
74
|
export declare var BatchAddClusterNodesRequest: StaticStructureSchema;
|
|
73
75
|
export declare var BatchAddClusterNodesResponse: StaticStructureSchema;
|
|
@@ -89,6 +91,10 @@ export declare var BatchReplaceClusterNodesError: StaticStructureSchema;
|
|
|
89
91
|
export declare var BatchReplaceClusterNodesRequest: StaticStructureSchema;
|
|
90
92
|
export declare var BatchReplaceClusterNodesResponse: StaticStructureSchema;
|
|
91
93
|
export declare var BatchTransformInput: StaticStructureSchema;
|
|
94
|
+
export declare var BedrockCustomModelDeploymentMetadata: StaticStructureSchema;
|
|
95
|
+
export declare var BedrockCustomModelMetadata: StaticStructureSchema;
|
|
96
|
+
export declare var BedrockModelImportMetadata: StaticStructureSchema;
|
|
97
|
+
export declare var BedrockProvisionedModelThroughputMetadata: StaticStructureSchema;
|
|
92
98
|
export declare var BestObjectiveNotImproving: StaticStructureSchema;
|
|
93
99
|
export declare var Bias: StaticStructureSchema;
|
|
94
100
|
export declare var BlueGreenUpdatePolicy: StaticStructureSchema;
|
|
@@ -237,6 +243,8 @@ export declare var CreateInferenceRecommendationsJobRequest: StaticStructureSche
|
|
|
237
243
|
export declare var CreateInferenceRecommendationsJobResponse: StaticStructureSchema;
|
|
238
244
|
export declare var CreateLabelingJobRequest: StaticStructureSchema;
|
|
239
245
|
export declare var CreateLabelingJobResponse: StaticStructureSchema;
|
|
246
|
+
export declare var CreateMlflowAppRequest: StaticStructureSchema;
|
|
247
|
+
export declare var CreateMlflowAppResponse: StaticStructureSchema;
|
|
240
248
|
export declare var CreateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
241
249
|
export declare var CreateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
242
250
|
export declare var CreateModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -271,6 +279,8 @@ export declare var CreatePipelineRequest: StaticStructureSchema;
|
|
|
271
279
|
export declare var CreatePipelineResponse: StaticStructureSchema;
|
|
272
280
|
export declare var CreatePresignedDomainUrlRequest: StaticStructureSchema;
|
|
273
281
|
export declare var CreatePresignedDomainUrlResponse: StaticStructureSchema;
|
|
282
|
+
export declare var CreatePresignedMlflowAppUrlRequest: StaticStructureSchema;
|
|
283
|
+
export declare var CreatePresignedMlflowAppUrlResponse: StaticStructureSchema;
|
|
274
284
|
export declare var CreatePresignedMlflowTrackingServerUrlRequest: StaticStructureSchema;
|
|
275
285
|
export declare var CreatePresignedMlflowTrackingServerUrlResponse: StaticStructureSchema;
|
|
276
286
|
export declare var CreatePresignedNotebookInstanceUrlInput: StaticStructureSchema;
|
|
@@ -311,6 +321,7 @@ export declare var DataQualityAppSpecification: StaticStructureSchema;
|
|
|
311
321
|
export declare var DataQualityBaselineConfig: StaticStructureSchema;
|
|
312
322
|
export declare var DataQualityJobInput: StaticStructureSchema;
|
|
313
323
|
export declare var DatasetDefinition: StaticStructureSchema;
|
|
324
|
+
export declare var DatasetSource: StaticStructureSchema;
|
|
314
325
|
export declare var DataSource: StaticStructureSchema;
|
|
315
326
|
export declare var DebugHookConfig: StaticStructureSchema;
|
|
316
327
|
export declare var DebugRuleConfiguration: StaticStructureSchema;
|
|
@@ -360,6 +371,8 @@ export declare var DeleteImageVersionResponse: StaticStructureSchema;
|
|
|
360
371
|
export declare var DeleteInferenceComponentInput: StaticStructureSchema;
|
|
361
372
|
export declare var DeleteInferenceExperimentRequest: StaticStructureSchema;
|
|
362
373
|
export declare var DeleteInferenceExperimentResponse: StaticStructureSchema;
|
|
374
|
+
export declare var DeleteMlflowAppRequest: StaticStructureSchema;
|
|
375
|
+
export declare var DeleteMlflowAppResponse: StaticStructureSchema;
|
|
363
376
|
export declare var DeleteMlflowTrackingServerRequest: StaticStructureSchema;
|
|
364
377
|
export declare var DeleteMlflowTrackingServerResponse: StaticStructureSchema;
|
|
365
378
|
export declare var DeleteModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -478,6 +491,8 @@ export declare var DescribeLabelingJobRequest: StaticStructureSchema;
|
|
|
478
491
|
export declare var DescribeLabelingJobResponse: StaticStructureSchema;
|
|
479
492
|
export declare var DescribeLineageGroupRequest: StaticStructureSchema;
|
|
480
493
|
export declare var DescribeLineageGroupResponse: StaticStructureSchema;
|
|
494
|
+
export declare var DescribeMlflowAppRequest: StaticStructureSchema;
|
|
495
|
+
export declare var DescribeMlflowAppResponse: StaticStructureSchema;
|
|
481
496
|
export declare var DescribeMlflowTrackingServerRequest: StaticStructureSchema;
|
|
482
497
|
export declare var DescribeMlflowTrackingServerResponse: StaticStructureSchema;
|
|
483
498
|
export declare var DescribeModelBiasJobDefinitionRequest: StaticStructureSchema;
|
|
@@ -685,6 +700,7 @@ export declare var InferenceComponentContainerSpecificationSummary: StaticStruct
|
|
|
685
700
|
export declare var InferenceComponentDataCacheConfig: StaticStructureSchema;
|
|
686
701
|
export declare var InferenceComponentDataCacheConfigSummary: StaticStructureSchema;
|
|
687
702
|
export declare var InferenceComponentDeploymentConfig: StaticStructureSchema;
|
|
703
|
+
export declare var InferenceComponentMetadata: StaticStructureSchema;
|
|
688
704
|
export declare var InferenceComponentRollingUpdatePolicy: StaticStructureSchema;
|
|
689
705
|
export declare var InferenceComponentRuntimeConfig: StaticStructureSchema;
|
|
690
706
|
export declare var InferenceComponentRuntimeConfigSummary: StaticStructureSchema;
|
|
@@ -736,6 +752,7 @@ export declare var LabelingJobSummary: StaticStructureSchema;
|
|
|
736
752
|
export declare var LambdaStepMetadata: StaticStructureSchema;
|
|
737
753
|
export declare var LastUpdateStatus: StaticStructureSchema;
|
|
738
754
|
export declare var LineageGroupSummary: StaticStructureSchema;
|
|
755
|
+
export declare var LineageMetadata: StaticStructureSchema;
|
|
739
756
|
export declare var ListActionsRequest: StaticStructureSchema;
|
|
740
757
|
export declare var ListActionsResponse: StaticStructureSchema;
|
|
741
758
|
export declare var ListAlgorithmsInput: StaticStructureSchema;
|
|
@@ -820,6 +837,8 @@ export declare var ListLabelingJobsRequest: StaticStructureSchema;
|
|
|
820
837
|
export declare var ListLabelingJobsResponse: StaticStructureSchema;
|
|
821
838
|
export declare var ListLineageGroupsRequest: StaticStructureSchema;
|
|
822
839
|
export declare var ListLineageGroupsResponse: StaticStructureSchema;
|
|
840
|
+
export declare var ListMlflowAppsRequest: StaticStructureSchema;
|
|
841
|
+
export declare var ListMlflowAppsResponse: StaticStructureSchema;
|
|
823
842
|
export declare var ListMlflowTrackingServersRequest: StaticStructureSchema;
|
|
824
843
|
export declare var ListMlflowTrackingServersResponse: StaticStructureSchema;
|
|
825
844
|
export declare var ListModelBiasJobDefinitionsRequest: StaticStructureSchema;
|
|
@@ -911,6 +930,10 @@ export declare var MetricDatum: StaticStructureSchema;
|
|
|
911
930
|
export declare var MetricDefinition: StaticStructureSchema;
|
|
912
931
|
export declare var MetricsConfig: StaticStructureSchema;
|
|
913
932
|
export declare var MetricsSource: StaticStructureSchema;
|
|
933
|
+
export declare var MlflowAppSummary: StaticStructureSchema;
|
|
934
|
+
export declare var MlflowConfig: StaticStructureSchema;
|
|
935
|
+
export declare var MLflowConfiguration: StaticStructureSchema;
|
|
936
|
+
export declare var MlflowDetails: StaticStructureSchema;
|
|
914
937
|
export declare var Model: StaticStructureSchema;
|
|
915
938
|
export declare var ModelAccessConfig: StaticStructureSchema;
|
|
916
939
|
export declare var ModelArtifacts: StaticStructureSchema;
|
|
@@ -949,6 +972,7 @@ export declare var ModelMetadataSearchExpression: StaticStructureSchema;
|
|
|
949
972
|
export declare var ModelMetadataSummary: StaticStructureSchema;
|
|
950
973
|
export declare var ModelMetrics: StaticStructureSchema;
|
|
951
974
|
export declare var ModelPackage: StaticStructureSchema;
|
|
975
|
+
export declare var ModelPackageConfig: StaticStructureSchema;
|
|
952
976
|
export declare var ModelPackageContainerDefinition: StaticStructureSchema;
|
|
953
977
|
export declare var ModelPackageGroup: StaticStructureSchema;
|
|
954
978
|
export declare var ModelPackageGroupSummary: StaticStructureSchema;
|
|
@@ -1163,6 +1187,7 @@ export declare var SendPipelineExecutionStepFailureRequest: StaticStructureSchem
|
|
|
1163
1187
|
export declare var SendPipelineExecutionStepFailureResponse: StaticStructureSchema;
|
|
1164
1188
|
export declare var SendPipelineExecutionStepSuccessRequest: StaticStructureSchema;
|
|
1165
1189
|
export declare var SendPipelineExecutionStepSuccessResponse: StaticStructureSchema;
|
|
1190
|
+
export declare var ServerlessJobConfig: StaticStructureSchema;
|
|
1166
1191
|
export declare var ServiceCatalogProvisionedProductDetails: StaticStructureSchema;
|
|
1167
1192
|
export declare var ServiceCatalogProvisioningDetails: StaticStructureSchema;
|
|
1168
1193
|
export declare var ServiceCatalogProvisioningUpdateDetails: StaticStructureSchema;
|
|
@@ -1251,6 +1276,7 @@ export declare var TrainingJobSummary: StaticStructureSchema;
|
|
|
1251
1276
|
export declare var TrainingPlanFilter: StaticStructureSchema;
|
|
1252
1277
|
export declare var TrainingPlanOffering: StaticStructureSchema;
|
|
1253
1278
|
export declare var TrainingPlanSummary: StaticStructureSchema;
|
|
1279
|
+
export declare var TrainingProgressInfo: StaticStructureSchema;
|
|
1254
1280
|
export declare var TrainingRepositoryAuthConfig: StaticStructureSchema;
|
|
1255
1281
|
export declare var TrainingSpecification: StaticStructureSchema;
|
|
1256
1282
|
export declare var TransformDataSource: StaticStructureSchema;
|
|
@@ -1332,6 +1358,8 @@ export declare var UpdateInferenceComponentRuntimeConfigInput: StaticStructureSc
|
|
|
1332
1358
|
export declare var UpdateInferenceComponentRuntimeConfigOutput: StaticStructureSchema;
|
|
1333
1359
|
export declare var UpdateInferenceExperimentRequest: StaticStructureSchema;
|
|
1334
1360
|
export declare var UpdateInferenceExperimentResponse: StaticStructureSchema;
|
|
1361
|
+
export declare var UpdateMlflowAppRequest: StaticStructureSchema;
|
|
1362
|
+
export declare var UpdateMlflowAppResponse: StaticStructureSchema;
|
|
1335
1363
|
export declare var UpdateMlflowTrackingServerRequest: StaticStructureSchema;
|
|
1336
1364
|
export declare var UpdateMlflowTrackingServerResponse: StaticStructureSchema;
|
|
1337
1365
|
export declare var UpdateModelCardRequest: StaticStructureSchema;
|
|
@@ -1404,6 +1432,7 @@ export declare var AppList: StaticListSchema;
|
|
|
1404
1432
|
export declare var ArtifactSourceTypes: StaticListSchema;
|
|
1405
1433
|
export declare var ArtifactSummaries: StaticListSchema;
|
|
1406
1434
|
export declare var AssignedGroupPatternsList: number;
|
|
1435
|
+
export declare var AssociationInfoList: StaticListSchema;
|
|
1407
1436
|
export declare var AssociationSummaries: StaticListSchema;
|
|
1408
1437
|
export declare var AssumableRoleArns: number;
|
|
1409
1438
|
export declare var AsyncNotificationTopicTypeList: number;
|
|
@@ -1476,6 +1505,7 @@ export declare var CustomImageContainerEntrypoint: number;
|
|
|
1476
1505
|
export declare var CustomImages: StaticListSchema;
|
|
1477
1506
|
export declare var DebugRuleConfigurations: StaticListSchema;
|
|
1478
1507
|
export declare var DebugRuleEvaluationStatuses: StaticListSchema;
|
|
1508
|
+
export declare var DefaultDomainIdList: number;
|
|
1479
1509
|
export declare var DeployedImages: StaticListSchema;
|
|
1480
1510
|
export declare var DeploymentStages: StaticListSchema;
|
|
1481
1511
|
export declare var DeploymentStageStatusSummaries: StaticListSchema;
|
|
@@ -1561,6 +1591,7 @@ export declare var ListTrialComponentKey256: number;
|
|
|
1561
1591
|
export declare var MemberDefinitions: StaticListSchema;
|
|
1562
1592
|
export declare var MetricDataList: StaticListSchema;
|
|
1563
1593
|
export declare var MetricDefinitionList: StaticListSchema;
|
|
1594
|
+
export declare var MlflowAppSummaries: StaticListSchema;
|
|
1564
1595
|
export declare var ModelCardExportJobSummaryList: StaticListSchema;
|
|
1565
1596
|
export declare var ModelCardSummaryList: StaticListSchema;
|
|
1566
1597
|
export declare var ModelCardVersionSummaryList: StaticListSchema;
|
|
@@ -1710,6 +1741,7 @@ export declare var HookParameters: number;
|
|
|
1710
1741
|
export declare var HyperParameters: number;
|
|
1711
1742
|
export declare var HyperParameterTrainingJobEnvironmentMap: number;
|
|
1712
1743
|
export declare var LineageEntityParameters: number;
|
|
1744
|
+
export declare var MapString2048: number;
|
|
1713
1745
|
export declare var ModelPackageSummaries: StaticMapSchema;
|
|
1714
1746
|
export declare var ModelVariantActionMap: number;
|
|
1715
1747
|
export declare var MonitoringEnvironmentMap: number;
|
|
@@ -1779,6 +1811,7 @@ export declare var CreateInferenceComponent: StaticOperationSchema;
|
|
|
1779
1811
|
export declare var CreateInferenceExperiment: StaticOperationSchema;
|
|
1780
1812
|
export declare var CreateInferenceRecommendationsJob: StaticOperationSchema;
|
|
1781
1813
|
export declare var CreateLabelingJob: StaticOperationSchema;
|
|
1814
|
+
export declare var CreateMlflowApp: StaticOperationSchema;
|
|
1782
1815
|
export declare var CreateMlflowTrackingServer: StaticOperationSchema;
|
|
1783
1816
|
export declare var CreateModel: StaticOperationSchema;
|
|
1784
1817
|
export declare var CreateModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1796,6 +1829,7 @@ export declare var CreatePartnerApp: StaticOperationSchema;
|
|
|
1796
1829
|
export declare var CreatePartnerAppPresignedUrl: StaticOperationSchema;
|
|
1797
1830
|
export declare var CreatePipeline: StaticOperationSchema;
|
|
1798
1831
|
export declare var CreatePresignedDomainUrl: StaticOperationSchema;
|
|
1832
|
+
export declare var CreatePresignedMlflowAppUrl: StaticOperationSchema;
|
|
1799
1833
|
export declare var CreatePresignedMlflowTrackingServerUrl: StaticOperationSchema;
|
|
1800
1834
|
export declare var CreatePresignedNotebookInstanceUrl: StaticOperationSchema;
|
|
1801
1835
|
export declare var CreateProcessingJob: StaticOperationSchema;
|
|
@@ -1841,6 +1875,7 @@ export declare var DeleteImage: StaticOperationSchema;
|
|
|
1841
1875
|
export declare var DeleteImageVersion: StaticOperationSchema;
|
|
1842
1876
|
export declare var DeleteInferenceComponent: StaticOperationSchema;
|
|
1843
1877
|
export declare var DeleteInferenceExperiment: StaticOperationSchema;
|
|
1878
|
+
export declare var DeleteMlflowApp: StaticOperationSchema;
|
|
1844
1879
|
export declare var DeleteMlflowTrackingServer: StaticOperationSchema;
|
|
1845
1880
|
export declare var DeleteModel: StaticOperationSchema;
|
|
1846
1881
|
export declare var DeleteModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1906,6 +1941,7 @@ export declare var DescribeInferenceExperiment: StaticOperationSchema;
|
|
|
1906
1941
|
export declare var DescribeInferenceRecommendationsJob: StaticOperationSchema;
|
|
1907
1942
|
export declare var DescribeLabelingJob: StaticOperationSchema;
|
|
1908
1943
|
export declare var DescribeLineageGroup: StaticOperationSchema;
|
|
1944
|
+
export declare var DescribeMlflowApp: StaticOperationSchema;
|
|
1909
1945
|
export declare var DescribeMlflowTrackingServer: StaticOperationSchema;
|
|
1910
1946
|
export declare var DescribeModel: StaticOperationSchema;
|
|
1911
1947
|
export declare var DescribeModelBiasJobDefinition: StaticOperationSchema;
|
|
@@ -1990,6 +2026,7 @@ export declare var ListInferenceRecommendationsJobSteps: StaticOperationSchema;
|
|
|
1990
2026
|
export declare var ListLabelingJobs: StaticOperationSchema;
|
|
1991
2027
|
export declare var ListLabelingJobsForWorkteam: StaticOperationSchema;
|
|
1992
2028
|
export declare var ListLineageGroups: StaticOperationSchema;
|
|
2029
|
+
export declare var ListMlflowApps: StaticOperationSchema;
|
|
1993
2030
|
export declare var ListMlflowTrackingServers: StaticOperationSchema;
|
|
1994
2031
|
export declare var ListModelBiasJobDefinitions: StaticOperationSchema;
|
|
1995
2032
|
export declare var ListModelCardExportJobs: StaticOperationSchema;
|
|
@@ -2089,6 +2126,7 @@ export declare var UpdateImageVersion: StaticOperationSchema;
|
|
|
2089
2126
|
export declare var UpdateInferenceComponent: StaticOperationSchema;
|
|
2090
2127
|
export declare var UpdateInferenceComponentRuntimeConfig: StaticOperationSchema;
|
|
2091
2128
|
export declare var UpdateInferenceExperiment: StaticOperationSchema;
|
|
2129
|
+
export declare var UpdateMlflowApp: StaticOperationSchema;
|
|
2092
2130
|
export declare var UpdateMlflowTrackingServer: StaticOperationSchema;
|
|
2093
2131
|
export declare var UpdateModelCard: StaticOperationSchema;
|
|
2094
2132
|
export declare var UpdateModelPackage: StaticOperationSchema;
|
|
@@ -175,6 +175,10 @@ import {
|
|
|
175
175
|
CreateLabelingJobCommandInput,
|
|
176
176
|
CreateLabelingJobCommandOutput,
|
|
177
177
|
} from "./commands/CreateLabelingJobCommand";
|
|
178
|
+
import {
|
|
179
|
+
CreateMlflowAppCommandInput,
|
|
180
|
+
CreateMlflowAppCommandOutput,
|
|
181
|
+
} from "./commands/CreateMlflowAppCommand";
|
|
178
182
|
import {
|
|
179
183
|
CreateMlflowTrackingServerCommandInput,
|
|
180
184
|
CreateMlflowTrackingServerCommandOutput,
|
|
@@ -243,6 +247,10 @@ import {
|
|
|
243
247
|
CreatePresignedDomainUrlCommandInput,
|
|
244
248
|
CreatePresignedDomainUrlCommandOutput,
|
|
245
249
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
250
|
+
import {
|
|
251
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
252
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
253
|
+
} from "./commands/CreatePresignedMlflowAppUrlCommand";
|
|
246
254
|
import {
|
|
247
255
|
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
248
256
|
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
@@ -423,6 +431,10 @@ import {
|
|
|
423
431
|
DeleteInferenceExperimentCommandInput,
|
|
424
432
|
DeleteInferenceExperimentCommandOutput,
|
|
425
433
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
434
|
+
import {
|
|
435
|
+
DeleteMlflowAppCommandInput,
|
|
436
|
+
DeleteMlflowAppCommandOutput,
|
|
437
|
+
} from "./commands/DeleteMlflowAppCommand";
|
|
426
438
|
import {
|
|
427
439
|
DeleteMlflowTrackingServerCommandInput,
|
|
428
440
|
DeleteMlflowTrackingServerCommandOutput,
|
|
@@ -683,6 +695,10 @@ import {
|
|
|
683
695
|
DescribeLineageGroupCommandInput,
|
|
684
696
|
DescribeLineageGroupCommandOutput,
|
|
685
697
|
} from "./commands/DescribeLineageGroupCommand";
|
|
698
|
+
import {
|
|
699
|
+
DescribeMlflowAppCommandInput,
|
|
700
|
+
DescribeMlflowAppCommandOutput,
|
|
701
|
+
} from "./commands/DescribeMlflowAppCommand";
|
|
686
702
|
import {
|
|
687
703
|
DescribeMlflowTrackingServerCommandInput,
|
|
688
704
|
DescribeMlflowTrackingServerCommandOutput,
|
|
@@ -1019,6 +1035,10 @@ import {
|
|
|
1019
1035
|
ListLineageGroupsCommandInput,
|
|
1020
1036
|
ListLineageGroupsCommandOutput,
|
|
1021
1037
|
} from "./commands/ListLineageGroupsCommand";
|
|
1038
|
+
import {
|
|
1039
|
+
ListMlflowAppsCommandInput,
|
|
1040
|
+
ListMlflowAppsCommandOutput,
|
|
1041
|
+
} from "./commands/ListMlflowAppsCommand";
|
|
1022
1042
|
import {
|
|
1023
1043
|
ListMlflowTrackingServersCommandInput,
|
|
1024
1044
|
ListMlflowTrackingServersCommandOutput,
|
|
@@ -1415,6 +1435,10 @@ import {
|
|
|
1415
1435
|
UpdateInferenceExperimentCommandInput,
|
|
1416
1436
|
UpdateInferenceExperimentCommandOutput,
|
|
1417
1437
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1438
|
+
import {
|
|
1439
|
+
UpdateMlflowAppCommandInput,
|
|
1440
|
+
UpdateMlflowAppCommandOutput,
|
|
1441
|
+
} from "./commands/UpdateMlflowAppCommand";
|
|
1418
1442
|
import {
|
|
1419
1443
|
UpdateMlflowTrackingServerCommandInput,
|
|
1420
1444
|
UpdateMlflowTrackingServerCommandOutput,
|
|
@@ -2071,6 +2095,19 @@ export interface SageMaker {
|
|
|
2071
2095
|
options: __HttpHandlerOptions,
|
|
2072
2096
|
cb: (err: any, data?: CreateLabelingJobCommandOutput) => void
|
|
2073
2097
|
): void;
|
|
2098
|
+
createMlflowApp(
|
|
2099
|
+
args: CreateMlflowAppCommandInput,
|
|
2100
|
+
options?: __HttpHandlerOptions
|
|
2101
|
+
): Promise<CreateMlflowAppCommandOutput>;
|
|
2102
|
+
createMlflowApp(
|
|
2103
|
+
args: CreateMlflowAppCommandInput,
|
|
2104
|
+
cb: (err: any, data?: CreateMlflowAppCommandOutput) => void
|
|
2105
|
+
): void;
|
|
2106
|
+
createMlflowApp(
|
|
2107
|
+
args: CreateMlflowAppCommandInput,
|
|
2108
|
+
options: __HttpHandlerOptions,
|
|
2109
|
+
cb: (err: any, data?: CreateMlflowAppCommandOutput) => void
|
|
2110
|
+
): void;
|
|
2074
2111
|
createMlflowTrackingServer(
|
|
2075
2112
|
args: CreateMlflowTrackingServerCommandInput,
|
|
2076
2113
|
options?: __HttpHandlerOptions
|
|
@@ -2305,6 +2342,19 @@ export interface SageMaker {
|
|
|
2305
2342
|
options: __HttpHandlerOptions,
|
|
2306
2343
|
cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void
|
|
2307
2344
|
): void;
|
|
2345
|
+
createPresignedMlflowAppUrl(
|
|
2346
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2347
|
+
options?: __HttpHandlerOptions
|
|
2348
|
+
): Promise<CreatePresignedMlflowAppUrlCommandOutput>;
|
|
2349
|
+
createPresignedMlflowAppUrl(
|
|
2350
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2351
|
+
cb: (err: any, data?: CreatePresignedMlflowAppUrlCommandOutput) => void
|
|
2352
|
+
): void;
|
|
2353
|
+
createPresignedMlflowAppUrl(
|
|
2354
|
+
args: CreatePresignedMlflowAppUrlCommandInput,
|
|
2355
|
+
options: __HttpHandlerOptions,
|
|
2356
|
+
cb: (err: any, data?: CreatePresignedMlflowAppUrlCommandOutput) => void
|
|
2357
|
+
): void;
|
|
2308
2358
|
createPresignedMlflowTrackingServerUrl(
|
|
2309
2359
|
args: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
2310
2360
|
options?: __HttpHandlerOptions
|
|
@@ -2903,6 +2953,19 @@ export interface SageMaker {
|
|
|
2903
2953
|
options: __HttpHandlerOptions,
|
|
2904
2954
|
cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void
|
|
2905
2955
|
): void;
|
|
2956
|
+
deleteMlflowApp(
|
|
2957
|
+
args: DeleteMlflowAppCommandInput,
|
|
2958
|
+
options?: __HttpHandlerOptions
|
|
2959
|
+
): Promise<DeleteMlflowAppCommandOutput>;
|
|
2960
|
+
deleteMlflowApp(
|
|
2961
|
+
args: DeleteMlflowAppCommandInput,
|
|
2962
|
+
cb: (err: any, data?: DeleteMlflowAppCommandOutput) => void
|
|
2963
|
+
): void;
|
|
2964
|
+
deleteMlflowApp(
|
|
2965
|
+
args: DeleteMlflowAppCommandInput,
|
|
2966
|
+
options: __HttpHandlerOptions,
|
|
2967
|
+
cb: (err: any, data?: DeleteMlflowAppCommandOutput) => void
|
|
2968
|
+
): void;
|
|
2906
2969
|
deleteMlflowTrackingServer(
|
|
2907
2970
|
args: DeleteMlflowTrackingServerCommandInput,
|
|
2908
2971
|
options?: __HttpHandlerOptions
|
|
@@ -3766,6 +3829,19 @@ export interface SageMaker {
|
|
|
3766
3829
|
options: __HttpHandlerOptions,
|
|
3767
3830
|
cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void
|
|
3768
3831
|
): void;
|
|
3832
|
+
describeMlflowApp(
|
|
3833
|
+
args: DescribeMlflowAppCommandInput,
|
|
3834
|
+
options?: __HttpHandlerOptions
|
|
3835
|
+
): Promise<DescribeMlflowAppCommandOutput>;
|
|
3836
|
+
describeMlflowApp(
|
|
3837
|
+
args: DescribeMlflowAppCommandInput,
|
|
3838
|
+
cb: (err: any, data?: DescribeMlflowAppCommandOutput) => void
|
|
3839
|
+
): void;
|
|
3840
|
+
describeMlflowApp(
|
|
3841
|
+
args: DescribeMlflowAppCommandInput,
|
|
3842
|
+
options: __HttpHandlerOptions,
|
|
3843
|
+
cb: (err: any, data?: DescribeMlflowAppCommandOutput) => void
|
|
3844
|
+
): void;
|
|
3769
3845
|
describeMlflowTrackingServer(
|
|
3770
3846
|
args: DescribeMlflowTrackingServerCommandInput,
|
|
3771
3847
|
options?: __HttpHandlerOptions
|
|
@@ -4948,6 +5024,20 @@ export interface SageMaker {
|
|
|
4948
5024
|
options: __HttpHandlerOptions,
|
|
4949
5025
|
cb: (err: any, data?: ListLineageGroupsCommandOutput) => void
|
|
4950
5026
|
): void;
|
|
5027
|
+
listMlflowApps(): Promise<ListMlflowAppsCommandOutput>;
|
|
5028
|
+
listMlflowApps(
|
|
5029
|
+
args: ListMlflowAppsCommandInput,
|
|
5030
|
+
options?: __HttpHandlerOptions
|
|
5031
|
+
): Promise<ListMlflowAppsCommandOutput>;
|
|
5032
|
+
listMlflowApps(
|
|
5033
|
+
args: ListMlflowAppsCommandInput,
|
|
5034
|
+
cb: (err: any, data?: ListMlflowAppsCommandOutput) => void
|
|
5035
|
+
): void;
|
|
5036
|
+
listMlflowApps(
|
|
5037
|
+
args: ListMlflowAppsCommandInput,
|
|
5038
|
+
options: __HttpHandlerOptions,
|
|
5039
|
+
cb: (err: any, data?: ListMlflowAppsCommandOutput) => void
|
|
5040
|
+
): void;
|
|
4951
5041
|
listMlflowTrackingServers(): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
4952
5042
|
listMlflowTrackingServers(
|
|
4953
5043
|
args: ListMlflowTrackingServersCommandInput,
|
|
@@ -6310,6 +6400,19 @@ export interface SageMaker {
|
|
|
6310
6400
|
options: __HttpHandlerOptions,
|
|
6311
6401
|
cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void
|
|
6312
6402
|
): void;
|
|
6403
|
+
updateMlflowApp(
|
|
6404
|
+
args: UpdateMlflowAppCommandInput,
|
|
6405
|
+
options?: __HttpHandlerOptions
|
|
6406
|
+
): Promise<UpdateMlflowAppCommandOutput>;
|
|
6407
|
+
updateMlflowApp(
|
|
6408
|
+
args: UpdateMlflowAppCommandInput,
|
|
6409
|
+
cb: (err: any, data?: UpdateMlflowAppCommandOutput) => void
|
|
6410
|
+
): void;
|
|
6411
|
+
updateMlflowApp(
|
|
6412
|
+
args: UpdateMlflowAppCommandInput,
|
|
6413
|
+
options: __HttpHandlerOptions,
|
|
6414
|
+
cb: (err: any, data?: UpdateMlflowAppCommandOutput) => void
|
|
6415
|
+
): void;
|
|
6313
6416
|
updateMlflowTrackingServer(
|
|
6314
6417
|
args: UpdateMlflowTrackingServerCommandInput,
|
|
6315
6418
|
options?: __HttpHandlerOptions
|
|
@@ -224,6 +224,10 @@ import {
|
|
|
224
224
|
CreateLabelingJobCommandInput,
|
|
225
225
|
CreateLabelingJobCommandOutput,
|
|
226
226
|
} from "./commands/CreateLabelingJobCommand";
|
|
227
|
+
import {
|
|
228
|
+
CreateMlflowAppCommandInput,
|
|
229
|
+
CreateMlflowAppCommandOutput,
|
|
230
|
+
} from "./commands/CreateMlflowAppCommand";
|
|
227
231
|
import {
|
|
228
232
|
CreateMlflowTrackingServerCommandInput,
|
|
229
233
|
CreateMlflowTrackingServerCommandOutput,
|
|
@@ -292,6 +296,10 @@ import {
|
|
|
292
296
|
CreatePresignedDomainUrlCommandInput,
|
|
293
297
|
CreatePresignedDomainUrlCommandOutput,
|
|
294
298
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
299
|
+
import {
|
|
300
|
+
CreatePresignedMlflowAppUrlCommandInput,
|
|
301
|
+
CreatePresignedMlflowAppUrlCommandOutput,
|
|
302
|
+
} from "./commands/CreatePresignedMlflowAppUrlCommand";
|
|
295
303
|
import {
|
|
296
304
|
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
297
305
|
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
@@ -472,6 +480,10 @@ import {
|
|
|
472
480
|
DeleteInferenceExperimentCommandInput,
|
|
473
481
|
DeleteInferenceExperimentCommandOutput,
|
|
474
482
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
483
|
+
import {
|
|
484
|
+
DeleteMlflowAppCommandInput,
|
|
485
|
+
DeleteMlflowAppCommandOutput,
|
|
486
|
+
} from "./commands/DeleteMlflowAppCommand";
|
|
475
487
|
import {
|
|
476
488
|
DeleteMlflowTrackingServerCommandInput,
|
|
477
489
|
DeleteMlflowTrackingServerCommandOutput,
|
|
@@ -732,6 +744,10 @@ import {
|
|
|
732
744
|
DescribeLineageGroupCommandInput,
|
|
733
745
|
DescribeLineageGroupCommandOutput,
|
|
734
746
|
} from "./commands/DescribeLineageGroupCommand";
|
|
747
|
+
import {
|
|
748
|
+
DescribeMlflowAppCommandInput,
|
|
749
|
+
DescribeMlflowAppCommandOutput,
|
|
750
|
+
} from "./commands/DescribeMlflowAppCommand";
|
|
735
751
|
import {
|
|
736
752
|
DescribeMlflowTrackingServerCommandInput,
|
|
737
753
|
DescribeMlflowTrackingServerCommandOutput,
|
|
@@ -1068,6 +1084,10 @@ import {
|
|
|
1068
1084
|
ListLineageGroupsCommandInput,
|
|
1069
1085
|
ListLineageGroupsCommandOutput,
|
|
1070
1086
|
} from "./commands/ListLineageGroupsCommand";
|
|
1087
|
+
import {
|
|
1088
|
+
ListMlflowAppsCommandInput,
|
|
1089
|
+
ListMlflowAppsCommandOutput,
|
|
1090
|
+
} from "./commands/ListMlflowAppsCommand";
|
|
1071
1091
|
import {
|
|
1072
1092
|
ListMlflowTrackingServersCommandInput,
|
|
1073
1093
|
ListMlflowTrackingServersCommandOutput,
|
|
@@ -1464,6 +1484,10 @@ import {
|
|
|
1464
1484
|
UpdateInferenceExperimentCommandInput,
|
|
1465
1485
|
UpdateInferenceExperimentCommandOutput,
|
|
1466
1486
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1487
|
+
import {
|
|
1488
|
+
UpdateMlflowAppCommandInput,
|
|
1489
|
+
UpdateMlflowAppCommandOutput,
|
|
1490
|
+
} from "./commands/UpdateMlflowAppCommand";
|
|
1467
1491
|
import {
|
|
1468
1492
|
UpdateMlflowTrackingServerCommandInput,
|
|
1469
1493
|
UpdateMlflowTrackingServerCommandOutput,
|
|
@@ -1592,6 +1616,7 @@ export type ServiceInputTypes =
|
|
|
1592
1616
|
| CreateInferenceExperimentCommandInput
|
|
1593
1617
|
| CreateInferenceRecommendationsJobCommandInput
|
|
1594
1618
|
| CreateLabelingJobCommandInput
|
|
1619
|
+
| CreateMlflowAppCommandInput
|
|
1595
1620
|
| CreateMlflowTrackingServerCommandInput
|
|
1596
1621
|
| CreateModelBiasJobDefinitionCommandInput
|
|
1597
1622
|
| CreateModelCardCommandInput
|
|
@@ -1609,6 +1634,7 @@ export type ServiceInputTypes =
|
|
|
1609
1634
|
| CreatePartnerAppPresignedUrlCommandInput
|
|
1610
1635
|
| CreatePipelineCommandInput
|
|
1611
1636
|
| CreatePresignedDomainUrlCommandInput
|
|
1637
|
+
| CreatePresignedMlflowAppUrlCommandInput
|
|
1612
1638
|
| CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
1613
1639
|
| CreatePresignedNotebookInstanceUrlCommandInput
|
|
1614
1640
|
| CreateProcessingJobCommandInput
|
|
@@ -1654,6 +1680,7 @@ export type ServiceInputTypes =
|
|
|
1654
1680
|
| DeleteImageVersionCommandInput
|
|
1655
1681
|
| DeleteInferenceComponentCommandInput
|
|
1656
1682
|
| DeleteInferenceExperimentCommandInput
|
|
1683
|
+
| DeleteMlflowAppCommandInput
|
|
1657
1684
|
| DeleteMlflowTrackingServerCommandInput
|
|
1658
1685
|
| DeleteModelBiasJobDefinitionCommandInput
|
|
1659
1686
|
| DeleteModelCardCommandInput
|
|
@@ -1719,6 +1746,7 @@ export type ServiceInputTypes =
|
|
|
1719
1746
|
| DescribeInferenceRecommendationsJobCommandInput
|
|
1720
1747
|
| DescribeLabelingJobCommandInput
|
|
1721
1748
|
| DescribeLineageGroupCommandInput
|
|
1749
|
+
| DescribeMlflowAppCommandInput
|
|
1722
1750
|
| DescribeMlflowTrackingServerCommandInput
|
|
1723
1751
|
| DescribeModelBiasJobDefinitionCommandInput
|
|
1724
1752
|
| DescribeModelCardCommandInput
|
|
@@ -1803,6 +1831,7 @@ export type ServiceInputTypes =
|
|
|
1803
1831
|
| ListLabelingJobsCommandInput
|
|
1804
1832
|
| ListLabelingJobsForWorkteamCommandInput
|
|
1805
1833
|
| ListLineageGroupsCommandInput
|
|
1834
|
+
| ListMlflowAppsCommandInput
|
|
1806
1835
|
| ListMlflowTrackingServersCommandInput
|
|
1807
1836
|
| ListModelBiasJobDefinitionsCommandInput
|
|
1808
1837
|
| ListModelCardExportJobsCommandInput
|
|
@@ -1902,6 +1931,7 @@ export type ServiceInputTypes =
|
|
|
1902
1931
|
| UpdateInferenceComponentCommandInput
|
|
1903
1932
|
| UpdateInferenceComponentRuntimeConfigCommandInput
|
|
1904
1933
|
| UpdateInferenceExperimentCommandInput
|
|
1934
|
+
| UpdateMlflowAppCommandInput
|
|
1905
1935
|
| UpdateMlflowTrackingServerCommandInput
|
|
1906
1936
|
| UpdateModelCardCommandInput
|
|
1907
1937
|
| UpdateModelPackageCommandInput
|
|
@@ -1966,6 +1996,7 @@ export type ServiceOutputTypes =
|
|
|
1966
1996
|
| CreateInferenceExperimentCommandOutput
|
|
1967
1997
|
| CreateInferenceRecommendationsJobCommandOutput
|
|
1968
1998
|
| CreateLabelingJobCommandOutput
|
|
1999
|
+
| CreateMlflowAppCommandOutput
|
|
1969
2000
|
| CreateMlflowTrackingServerCommandOutput
|
|
1970
2001
|
| CreateModelBiasJobDefinitionCommandOutput
|
|
1971
2002
|
| CreateModelCardCommandOutput
|
|
@@ -1983,6 +2014,7 @@ export type ServiceOutputTypes =
|
|
|
1983
2014
|
| CreatePartnerAppPresignedUrlCommandOutput
|
|
1984
2015
|
| CreatePipelineCommandOutput
|
|
1985
2016
|
| CreatePresignedDomainUrlCommandOutput
|
|
2017
|
+
| CreatePresignedMlflowAppUrlCommandOutput
|
|
1986
2018
|
| CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
1987
2019
|
| CreatePresignedNotebookInstanceUrlCommandOutput
|
|
1988
2020
|
| CreateProcessingJobCommandOutput
|
|
@@ -2028,6 +2060,7 @@ export type ServiceOutputTypes =
|
|
|
2028
2060
|
| DeleteImageVersionCommandOutput
|
|
2029
2061
|
| DeleteInferenceComponentCommandOutput
|
|
2030
2062
|
| DeleteInferenceExperimentCommandOutput
|
|
2063
|
+
| DeleteMlflowAppCommandOutput
|
|
2031
2064
|
| DeleteMlflowTrackingServerCommandOutput
|
|
2032
2065
|
| DeleteModelBiasJobDefinitionCommandOutput
|
|
2033
2066
|
| DeleteModelCardCommandOutput
|
|
@@ -2093,6 +2126,7 @@ export type ServiceOutputTypes =
|
|
|
2093
2126
|
| DescribeInferenceRecommendationsJobCommandOutput
|
|
2094
2127
|
| DescribeLabelingJobCommandOutput
|
|
2095
2128
|
| DescribeLineageGroupCommandOutput
|
|
2129
|
+
| DescribeMlflowAppCommandOutput
|
|
2096
2130
|
| DescribeMlflowTrackingServerCommandOutput
|
|
2097
2131
|
| DescribeModelBiasJobDefinitionCommandOutput
|
|
2098
2132
|
| DescribeModelCardCommandOutput
|
|
@@ -2177,6 +2211,7 @@ export type ServiceOutputTypes =
|
|
|
2177
2211
|
| ListLabelingJobsCommandOutput
|
|
2178
2212
|
| ListLabelingJobsForWorkteamCommandOutput
|
|
2179
2213
|
| ListLineageGroupsCommandOutput
|
|
2214
|
+
| ListMlflowAppsCommandOutput
|
|
2180
2215
|
| ListMlflowTrackingServersCommandOutput
|
|
2181
2216
|
| ListModelBiasJobDefinitionsCommandOutput
|
|
2182
2217
|
| ListModelCardExportJobsCommandOutput
|
|
@@ -2276,6 +2311,7 @@ export type ServiceOutputTypes =
|
|
|
2276
2311
|
| UpdateInferenceComponentCommandOutput
|
|
2277
2312
|
| UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
2278
2313
|
| UpdateInferenceExperimentCommandOutput
|
|
2314
|
+
| UpdateMlflowAppCommandOutput
|
|
2279
2315
|
| UpdateMlflowTrackingServerCommandOutput
|
|
2280
2316
|
| UpdateModelCardCommandOutput
|
|
2281
2317
|
| UpdateModelPackageCommandOutput
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreateComputeQuotaResponse,
|
|
6
|
-
} from "../models/models_0";
|
|
3
|
+
import { CreateComputeQuotaRequest } from "../models/models_0";
|
|
4
|
+
import { CreateComputeQuotaResponse } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateMlflowAppRequest,
|
|
5
|
+
CreateMlflowAppResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateMlflowAppCommandInput extends CreateMlflowAppRequest {}
|
|
15
|
+
export interface CreateMlflowAppCommandOutput
|
|
16
|
+
extends CreateMlflowAppResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateMlflowAppCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateMlflowAppCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
CreateMlflowAppCommandInput,
|
|
23
|
+
CreateMlflowAppCommandOutput,
|
|
24
|
+
SageMakerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateMlflowAppCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateMlflowAppCommandInput,
|
|
32
|
+
CreateMlflowAppCommandOutput,
|
|
33
|
+
SageMakerClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class CreateMlflowAppCommand extends CreateMlflowAppCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: CreateMlflowAppRequest;
|
|
43
|
+
output: CreateMlflowAppResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: CreateMlflowAppCommandInput;
|
|
47
|
+
output: CreateMlflowAppCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|