@aws-sdk/client-sagemaker 3.598.0 → 3.602.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (116) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +644 -80
  3. package/dist-es/SageMaker.js +20 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
  6. package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
  7. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  8. package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
  9. package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
  10. package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
  11. package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
  12. package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
  13. package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/models_0.js +8 -11
  16. package/dist-es/models/models_1.js +16 -12
  17. package/dist-es/models/models_2.js +40 -26
  18. package/dist-es/models/models_3.js +31 -28
  19. package/dist-es/models/models_4.js +28 -0
  20. package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_json1_1.js +314 -0
  23. package/dist-types/SageMaker.d.ts +71 -0
  24. package/dist-types/SageMakerClient.d.ts +12 -2
  25. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  27. package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
  28. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  30. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  31. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
  32. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  33. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
  35. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  36. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  37. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  38. package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
  39. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  41. package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
  42. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  44. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  45. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  46. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
  47. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  48. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  49. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
  56. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  57. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  58. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  59. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  60. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  61. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
  62. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  63. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  66. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  67. package/dist-types/commands/SearchCommand.d.ts +9 -0
  68. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
  69. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
  71. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  72. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
  73. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  74. package/dist-types/commands/index.d.ts +10 -0
  75. package/dist-types/models/models_0.d.ts +101 -417
  76. package/dist-types/models/models_1.d.ts +562 -173
  77. package/dist-types/models/models_2.d.ts +384 -589
  78. package/dist-types/models/models_3.d.ts +5441 -5343
  79. package/dist-types/models/models_4.d.ts +707 -3
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
  81. package/dist-types/pagination/index.d.ts +1 -0
  82. package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
  83. package/dist-types/ts3.4/SageMaker.d.ts +177 -0
  84. package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
  85. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  86. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  87. package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
  91. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  93. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
  107. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +31 -21
  109. package/dist-types/ts3.4/models/models_1.d.ts +60 -56
  110. package/dist-types/ts3.4/models/models_2.d.ts +132 -155
  111. package/dist-types/ts3.4/models/models_3.d.ts +184 -161
  112. package/dist-types/ts3.4/models/models_4.d.ts +190 -11
  113. package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  115. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -0
  116. package/package.json +4 -4
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ StartMlflowTrackingServerRequest,
5
+ StartMlflowTrackingServerResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartMlflowTrackingServerCommandInput
15
+ extends StartMlflowTrackingServerRequest {}
16
+ export interface StartMlflowTrackingServerCommandOutput
17
+ extends StartMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const StartMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: StartMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StartMlflowTrackingServerCommandInput,
24
+ StartMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: StartMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StartMlflowTrackingServerCommandInput,
33
+ StartMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StartMlflowTrackingServerCommand extends StartMlflowTrackingServerCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ StopMlflowTrackingServerRequest,
5
+ StopMlflowTrackingServerResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StopMlflowTrackingServerCommandInput
15
+ extends StopMlflowTrackingServerRequest {}
16
+ export interface StopMlflowTrackingServerCommandOutput
17
+ extends StopMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const StopMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: StopMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StopMlflowTrackingServerCommandInput,
24
+ StopMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: StopMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StopMlflowTrackingServerCommandInput,
33
+ StopMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StopMlflowTrackingServerCommand extends StopMlflowTrackingServerCommand_base {}
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ UpdateMlflowTrackingServerRequest,
5
+ UpdateMlflowTrackingServerResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface UpdateMlflowTrackingServerCommandInput
15
+ extends UpdateMlflowTrackingServerRequest {}
16
+ export interface UpdateMlflowTrackingServerCommandOutput
17
+ extends UpdateMlflowTrackingServerResponse,
18
+ __MetadataBearer {}
19
+ declare const UpdateMlflowTrackingServerCommand_base: {
20
+ new (
21
+ input: UpdateMlflowTrackingServerCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ UpdateMlflowTrackingServerCommandInput,
24
+ UpdateMlflowTrackingServerCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: UpdateMlflowTrackingServerCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ UpdateMlflowTrackingServerCommandInput,
33
+ UpdateMlflowTrackingServerCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class UpdateMlflowTrackingServerCommand extends UpdateMlflowTrackingServerCommand_base {}
@@ -25,6 +25,7 @@ export * from "./CreateExperimentCommand";
25
25
  export * from "./CreateFeatureGroupCommand";
26
26
  export * from "./CreateFlowDefinitionCommand";
27
27
  export * from "./CreateHubCommand";
28
+ export * from "./CreateHubContentReferenceCommand";
28
29
  export * from "./CreateHumanTaskUiCommand";
29
30
  export * from "./CreateHyperParameterTuningJobCommand";
30
31
  export * from "./CreateImageCommand";
@@ -33,6 +34,7 @@ export * from "./CreateInferenceComponentCommand";
33
34
  export * from "./CreateInferenceExperimentCommand";
34
35
  export * from "./CreateInferenceRecommendationsJobCommand";
35
36
  export * from "./CreateLabelingJobCommand";
37
+ export * from "./CreateMlflowTrackingServerCommand";
36
38
  export * from "./CreateModelBiasJobDefinitionCommand";
37
39
  export * from "./CreateModelCardCommand";
38
40
  export * from "./CreateModelCardExportJobCommand";
@@ -46,6 +48,7 @@ export * from "./CreateNotebookInstanceCommand";
46
48
  export * from "./CreateNotebookInstanceLifecycleConfigCommand";
47
49
  export * from "./CreatePipelineCommand";
48
50
  export * from "./CreatePresignedDomainUrlCommand";
51
+ export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
49
52
  export * from "./CreatePresignedNotebookInstanceUrlCommand";
50
53
  export * from "./CreateProcessingJobCommand";
51
54
  export * from "./CreateProjectCommand";
@@ -80,12 +83,14 @@ export * from "./DeleteFeatureGroupCommand";
80
83
  export * from "./DeleteFlowDefinitionCommand";
81
84
  export * from "./DeleteHubCommand";
82
85
  export * from "./DeleteHubContentCommand";
86
+ export * from "./DeleteHubContentReferenceCommand";
83
87
  export * from "./DeleteHumanTaskUiCommand";
84
88
  export * from "./DeleteHyperParameterTuningJobCommand";
85
89
  export * from "./DeleteImageCommand";
86
90
  export * from "./DeleteImageVersionCommand";
87
91
  export * from "./DeleteInferenceComponentCommand";
88
92
  export * from "./DeleteInferenceExperimentCommand";
93
+ export * from "./DeleteMlflowTrackingServerCommand";
89
94
  export * from "./DeleteModelBiasJobDefinitionCommand";
90
95
  export * from "./DeleteModelCardCommand";
91
96
  export * from "./DeleteModelCommand";
@@ -143,6 +148,7 @@ export * from "./DescribeInferenceExperimentCommand";
143
148
  export * from "./DescribeInferenceRecommendationsJobCommand";
144
149
  export * from "./DescribeLabelingJobCommand";
145
150
  export * from "./DescribeLineageGroupCommand";
151
+ export * from "./DescribeMlflowTrackingServerCommand";
146
152
  export * from "./DescribeModelBiasJobDefinitionCommand";
147
153
  export * from "./DescribeModelCardCommand";
148
154
  export * from "./DescribeModelCardExportJobCommand";
@@ -218,6 +224,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
218
224
  export * from "./ListLabelingJobsCommand";
219
225
  export * from "./ListLabelingJobsForWorkteamCommand";
220
226
  export * from "./ListLineageGroupsCommand";
227
+ export * from "./ListMlflowTrackingServersCommand";
221
228
  export * from "./ListModelBiasJobDefinitionsCommand";
222
229
  export * from "./ListModelCardExportJobsCommand";
223
230
  export * from "./ListModelCardVersionsCommand";
@@ -264,6 +271,7 @@ export * from "./SendPipelineExecutionStepFailureCommand";
264
271
  export * from "./SendPipelineExecutionStepSuccessCommand";
265
272
  export * from "./StartEdgeDeploymentStageCommand";
266
273
  export * from "./StartInferenceExperimentCommand";
274
+ export * from "./StartMlflowTrackingServerCommand";
267
275
  export * from "./StartMonitoringScheduleCommand";
268
276
  export * from "./StartNotebookInstanceCommand";
269
277
  export * from "./StartPipelineExecutionCommand";
@@ -275,6 +283,7 @@ export * from "./StopHyperParameterTuningJobCommand";
275
283
  export * from "./StopInferenceExperimentCommand";
276
284
  export * from "./StopInferenceRecommendationsJobCommand";
277
285
  export * from "./StopLabelingJobCommand";
286
+ export * from "./StopMlflowTrackingServerCommand";
278
287
  export * from "./StopMonitoringScheduleCommand";
279
288
  export * from "./StopNotebookInstanceCommand";
280
289
  export * from "./StopPipelineExecutionCommand";
@@ -302,6 +311,7 @@ export * from "./UpdateImageVersionCommand";
302
311
  export * from "./UpdateInferenceComponentCommand";
303
312
  export * from "./UpdateInferenceComponentRuntimeConfigCommand";
304
313
  export * from "./UpdateInferenceExperimentCommand";
314
+ export * from "./UpdateMlflowTrackingServerCommand";
305
315
  export * from "./UpdateModelCardCommand";
306
316
  export * from "./UpdateModelPackageCommand";
307
317
  export * from "./UpdateMonitoringAlertCommand";
@@ -78,6 +78,9 @@ export declare const ModelCompressionType: {
78
78
  };
79
79
  export type ModelCompressionType =
80
80
  (typeof ModelCompressionType)[keyof typeof ModelCompressionType];
81
+ export interface InferenceHubAccessConfig {
82
+ HubContentArn: string | undefined;
83
+ }
81
84
  export interface ModelAccessConfig {
82
85
  AcceptEula: boolean | undefined;
83
86
  }
@@ -92,6 +95,7 @@ export interface S3ModelDataSource {
92
95
  S3DataType: S3ModelDataType | undefined;
93
96
  CompressionType: ModelCompressionType | undefined;
94
97
  ModelAccessConfig?: ModelAccessConfig;
98
+ HubAccessConfig?: InferenceHubAccessConfig;
95
99
  }
96
100
  export interface ModelDataSource {
97
101
  S3DataSource?: S3ModelDataSource;
@@ -1980,6 +1984,30 @@ export interface ClarifyExplainerConfig {
1980
1984
  InferenceConfig?: ClarifyInferenceConfig;
1981
1985
  ShapConfig: ClarifyShapConfig | undefined;
1982
1986
  }
1987
+ export interface ClusterEbsVolumeConfig {
1988
+ VolumeSizeInGB: number | undefined;
1989
+ }
1990
+ export type ClusterInstanceStorageConfig =
1991
+ | ClusterInstanceStorageConfig.EbsVolumeConfigMember
1992
+ | ClusterInstanceStorageConfig.$UnknownMember;
1993
+ export declare namespace ClusterInstanceStorageConfig {
1994
+ interface EbsVolumeConfigMember {
1995
+ EbsVolumeConfig: ClusterEbsVolumeConfig;
1996
+ $unknown?: never;
1997
+ }
1998
+ interface $UnknownMember {
1999
+ EbsVolumeConfig?: never;
2000
+ $unknown: [string, any];
2001
+ }
2002
+ interface Visitor<T> {
2003
+ EbsVolumeConfig: (value: ClusterEbsVolumeConfig) => T;
2004
+ _: (name: string, value: any) => T;
2005
+ }
2006
+ const visit: <T>(
2007
+ value: ClusterInstanceStorageConfig,
2008
+ visitor: Visitor<T>
2009
+ ) => T;
2010
+ }
1983
2011
  export declare const ClusterInstanceType: {
1984
2012
  readonly ML_C5N_18XLARGE: "ml.c5n.18xlarge";
1985
2013
  readonly ML_C5N_2XLARGE: "ml.c5n.2xlarge";
@@ -2034,6 +2062,7 @@ export interface ClusterInstanceGroupDetails {
2034
2062
  LifeCycleConfig?: ClusterLifeCycleConfig;
2035
2063
  ExecutionRole?: string;
2036
2064
  ThreadsPerCore?: number;
2065
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
2037
2066
  }
2038
2067
  export interface ClusterInstanceGroupSpecification {
2039
2068
  InstanceCount: number | undefined;
@@ -2042,6 +2071,7 @@ export interface ClusterInstanceGroupSpecification {
2042
2071
  LifeCycleConfig: ClusterLifeCycleConfig | undefined;
2043
2072
  ExecutionRole: string | undefined;
2044
2073
  ThreadsPerCore?: number;
2074
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
2045
2075
  }
2046
2076
  export interface ClusterInstancePlacement {
2047
2077
  AvailabilityZone?: string;
@@ -2068,6 +2098,7 @@ export interface ClusterNodeDetails {
2068
2098
  LaunchTime?: Date;
2069
2099
  LifeCycleConfig?: ClusterLifeCycleConfig;
2070
2100
  ThreadsPerCore?: number;
2101
+ InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
2071
2102
  PrivatePrimaryIp?: string;
2072
2103
  PrivateDnsHostname?: string;
2073
2104
  Placement?: ClusterInstancePlacement;
@@ -2529,24 +2560,3 @@ export interface CreateCodeRepositoryInput {
2529
2560
  GitConfig: GitConfig | undefined;
2530
2561
  Tags?: Tag[];
2531
2562
  }
2532
- export interface CreateCodeRepositoryOutput {
2533
- CodeRepositoryArn: string | undefined;
2534
- }
2535
- export declare const Framework: {
2536
- readonly DARKNET: "DARKNET";
2537
- readonly KERAS: "KERAS";
2538
- readonly MXNET: "MXNET";
2539
- readonly ONNX: "ONNX";
2540
- readonly PYTORCH: "PYTORCH";
2541
- readonly SKLEARN: "SKLEARN";
2542
- readonly TENSORFLOW: "TENSORFLOW";
2543
- readonly TFLITE: "TFLITE";
2544
- readonly XGBOOST: "XGBOOST";
2545
- };
2546
- export type Framework = (typeof Framework)[keyof typeof Framework];
2547
- export interface InputConfig {
2548
- S3Uri: string | undefined;
2549
- DataInputConfig?: string;
2550
- Framework: Framework | undefined;
2551
- FrameworkVersion?: string;
2552
- }
@@ -5,7 +5,6 @@ import {
5
5
  AppNetworkAccessType,
6
6
  AppSecurityGroupManagement,
7
7
  AppSpecification,
8
- AppType,
9
8
  AsyncInferenceConfig,
10
9
  AthenaDatasetDefinition,
11
10
  AuthMode,
@@ -40,7 +39,6 @@ import {
40
39
  HyperParameterScalingType,
41
40
  HyperParameterTuningJobObjective,
42
41
  InferenceSpecification,
43
- InputConfig,
44
42
  MetadataProperties,
45
43
  MetricDefinition,
46
44
  MetricsSource,
@@ -63,6 +61,27 @@ import {
63
61
  TransformJobDefinition,
64
62
  VpcConfig,
65
63
  } from "./models_0";
64
+ export interface CreateCodeRepositoryOutput {
65
+ CodeRepositoryArn: string | undefined;
66
+ }
67
+ export declare const Framework: {
68
+ readonly DARKNET: "DARKNET";
69
+ readonly KERAS: "KERAS";
70
+ readonly MXNET: "MXNET";
71
+ readonly ONNX: "ONNX";
72
+ readonly PYTORCH: "PYTORCH";
73
+ readonly SKLEARN: "SKLEARN";
74
+ readonly TENSORFLOW: "TENSORFLOW";
75
+ readonly TFLITE: "TFLITE";
76
+ readonly XGBOOST: "XGBOOST";
77
+ };
78
+ export type Framework = (typeof Framework)[keyof typeof Framework];
79
+ export interface InputConfig {
80
+ S3Uri: string | undefined;
81
+ DataInputConfig?: string;
82
+ Framework: Framework | undefined;
83
+ FrameworkVersion?: string;
84
+ }
66
85
  export interface TargetPlatform {
67
86
  Os: TargetPlatformOs | undefined;
68
87
  Arch: TargetPlatformArch | undefined;
@@ -734,6 +753,17 @@ export interface CreateHubRequest {
734
753
  export interface CreateHubResponse {
735
754
  HubArn: string | undefined;
736
755
  }
756
+ export interface CreateHubContentReferenceRequest {
757
+ HubName: string | undefined;
758
+ SageMakerPublicHubContentArn: string | undefined;
759
+ HubContentName?: string;
760
+ MinVersion?: string;
761
+ Tags?: Tag[];
762
+ }
763
+ export interface CreateHubContentReferenceResponse {
764
+ HubArn: string | undefined;
765
+ HubContentArn: string | undefined;
766
+ }
737
767
  export interface UiTemplate {
738
768
  Content: string | undefined;
739
769
  }
@@ -1359,6 +1389,26 @@ export interface CreateLabelingJobRequest {
1359
1389
  export interface CreateLabelingJobResponse {
1360
1390
  LabelingJobArn: string | undefined;
1361
1391
  }
1392
+ export declare const TrackingServerSize: {
1393
+ readonly L: "Large";
1394
+ readonly M: "Medium";
1395
+ readonly S: "Small";
1396
+ };
1397
+ export type TrackingServerSize =
1398
+ (typeof TrackingServerSize)[keyof typeof TrackingServerSize];
1399
+ export interface CreateMlflowTrackingServerRequest {
1400
+ TrackingServerName: string | undefined;
1401
+ ArtifactStoreUri: string | undefined;
1402
+ TrackingServerSize?: TrackingServerSize;
1403
+ MlflowVersion?: string;
1404
+ RoleArn: string | undefined;
1405
+ AutomaticModelRegistration?: boolean;
1406
+ WeeklyMaintenanceWindowStart?: string;
1407
+ Tags?: Tag[];
1408
+ }
1409
+ export interface CreateMlflowTrackingServerResponse {
1410
+ TrackingServerArn?: string;
1411
+ }
1362
1412
  export declare const InferenceExecutionMode: {
1363
1413
  readonly DIRECT: "Direct";
1364
1414
  readonly SERIAL: "Serial";
@@ -1773,6 +1823,14 @@ export interface CreatePresignedDomainUrlRequest {
1773
1823
  export interface CreatePresignedDomainUrlResponse {
1774
1824
  AuthorizedUrl?: string;
1775
1825
  }
1826
+ export interface CreatePresignedMlflowTrackingServerUrlRequest {
1827
+ TrackingServerName: string | undefined;
1828
+ ExpiresInSeconds?: number;
1829
+ SessionExpirationDurationInSeconds?: number;
1830
+ }
1831
+ export interface CreatePresignedMlflowTrackingServerUrlResponse {
1832
+ AuthorizedUrl?: string;
1833
+ }
1776
1834
  export interface CreatePresignedNotebookInstanceUrlInput {
1777
1835
  NotebookInstanceName: string | undefined;
1778
1836
  SessionExpirationDurationInSeconds?: number;
@@ -1924,60 +1982,6 @@ export interface CreateProjectOutput {
1924
1982
  ProjectArn: string | undefined;
1925
1983
  ProjectId: string | undefined;
1926
1984
  }
1927
- export interface OwnershipSettings {
1928
- OwnerUserProfileName: string | undefined;
1929
- }
1930
- export interface SpaceCodeEditorAppSettings {
1931
- DefaultResourceSpec?: ResourceSpec;
1932
- }
1933
- export interface EFSFileSystem {
1934
- FileSystemId: string | undefined;
1935
- }
1936
- export type CustomFileSystem =
1937
- | CustomFileSystem.EFSFileSystemMember
1938
- | CustomFileSystem.$UnknownMember;
1939
- export declare namespace CustomFileSystem {
1940
- interface EFSFileSystemMember {
1941
- EFSFileSystem: EFSFileSystem;
1942
- $unknown?: never;
1943
- }
1944
- interface $UnknownMember {
1945
- EFSFileSystem?: never;
1946
- $unknown: [string, any];
1947
- }
1948
- interface Visitor<T> {
1949
- EFSFileSystem: (value: EFSFileSystem) => T;
1950
- _: (name: string, value: any) => T;
1951
- }
1952
- const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
1953
- }
1954
- export interface SpaceJupyterLabAppSettings {
1955
- DefaultResourceSpec?: ResourceSpec;
1956
- CodeRepositories?: CodeRepository[];
1957
- }
1958
- export interface EbsStorageSettings {
1959
- EbsVolumeSizeInGb: number | undefined;
1960
- }
1961
- export interface SpaceStorageSettings {
1962
- EbsStorageSettings?: EbsStorageSettings;
1963
- }
1964
- export interface SpaceSettings {
1965
- JupyterServerAppSettings?: JupyterServerAppSettings;
1966
- KernelGatewayAppSettings?: KernelGatewayAppSettings;
1967
- CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
1968
- JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
1969
- AppType?: AppType;
1970
- SpaceStorageSettings?: SpaceStorageSettings;
1971
- CustomFileSystems?: CustomFileSystem[];
1972
- }
1973
- export declare const SharingType: {
1974
- readonly Private: "Private";
1975
- readonly Shared: "Shared";
1976
- };
1977
- export type SharingType = (typeof SharingType)[keyof typeof SharingType];
1978
- export interface SpaceSharingSettings {
1979
- SharingType: SharingType | undefined;
1980
- }
1981
1985
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1982
1986
  obj: CreateModelCardRequest
1983
1987
  ) => any;