@aws-sdk/client-sagemaker 3.600.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 (64) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +121 -23
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
  5. package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_2.js +5 -15
  8. package/dist-es/models/models_3.js +15 -4
  9. package/dist-es/models/models_4.js +4 -0
  10. package/dist-es/protocols/Aws_json1_1.js +53 -0
  11. package/dist-types/SageMaker.d.ts +14 -0
  12. package/dist-types/SageMakerClient.d.ts +4 -2
  13. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  14. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  15. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  17. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  18. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  19. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  20. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  21. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  22. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  23. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  25. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  26. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  27. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  29. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  31. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  32. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  33. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  34. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  35. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  36. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  37. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -2
  38. package/dist-types/commands/SearchCommand.d.ts +9 -0
  39. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  40. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  41. package/dist-types/commands/index.d.ts +2 -0
  42. package/dist-types/models/models_0.d.ts +16 -10
  43. package/dist-types/models/models_1.d.ts +55 -36
  44. package/dist-types/models/models_2.d.ts +90 -272
  45. package/dist-types/models/models_3.d.ts +283 -133
  46. package/dist-types/models/models_4.d.ts +133 -2
  47. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  48. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  49. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  52. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  53. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +4 -3
  59. package/dist-types/ts3.4/models/models_1.d.ts +14 -9
  60. package/dist-types/ts3.4/models/models_2.d.ts +29 -72
  61. package/dist-types/ts3.4/models/models_3.d.ts +68 -34
  62. package/dist-types/ts3.4/models/models_4.d.ts +35 -3
  63. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  64. package/package.json +1 -1
@@ -107,6 +107,10 @@ import {
107
107
  CreateHubCommandInput,
108
108
  CreateHubCommandOutput,
109
109
  } from "./commands/CreateHubCommand";
110
+ import {
111
+ CreateHubContentReferenceCommandInput,
112
+ CreateHubContentReferenceCommandOutput,
113
+ } from "./commands/CreateHubContentReferenceCommand";
110
114
  import {
111
115
  CreateHumanTaskUiCommandInput,
112
116
  CreateHumanTaskUiCommandOutput,
@@ -335,6 +339,10 @@ import {
335
339
  DeleteHubContentCommandInput,
336
340
  DeleteHubContentCommandOutput,
337
341
  } from "./commands/DeleteHubContentCommand";
342
+ import {
343
+ DeleteHubContentReferenceCommandInput,
344
+ DeleteHubContentReferenceCommandOutput,
345
+ } from "./commands/DeleteHubContentReferenceCommand";
338
346
  import {
339
347
  DeleteHumanTaskUiCommandInput,
340
348
  DeleteHumanTaskUiCommandOutput,
@@ -1664,6 +1672,19 @@ export interface SageMaker {
1664
1672
  options: __HttpHandlerOptions,
1665
1673
  cb: (err: any, data?: CreateHubCommandOutput) => void
1666
1674
  ): void;
1675
+ createHubContentReference(
1676
+ args: CreateHubContentReferenceCommandInput,
1677
+ options?: __HttpHandlerOptions
1678
+ ): Promise<CreateHubContentReferenceCommandOutput>;
1679
+ createHubContentReference(
1680
+ args: CreateHubContentReferenceCommandInput,
1681
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1682
+ ): void;
1683
+ createHubContentReference(
1684
+ args: CreateHubContentReferenceCommandInput,
1685
+ options: __HttpHandlerOptions,
1686
+ cb: (err: any, data?: CreateHubContentReferenceCommandOutput) => void
1687
+ ): void;
1667
1688
  createHumanTaskUi(
1668
1689
  args: CreateHumanTaskUiCommandInput,
1669
1690
  options?: __HttpHandlerOptions
@@ -2437,6 +2458,19 @@ export interface SageMaker {
2437
2458
  options: __HttpHandlerOptions,
2438
2459
  cb: (err: any, data?: DeleteHubContentCommandOutput) => void
2439
2460
  ): void;
2461
+ deleteHubContentReference(
2462
+ args: DeleteHubContentReferenceCommandInput,
2463
+ options?: __HttpHandlerOptions
2464
+ ): Promise<DeleteHubContentReferenceCommandOutput>;
2465
+ deleteHubContentReference(
2466
+ args: DeleteHubContentReferenceCommandInput,
2467
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2468
+ ): void;
2469
+ deleteHubContentReference(
2470
+ args: DeleteHubContentReferenceCommandInput,
2471
+ options: __HttpHandlerOptions,
2472
+ cb: (err: any, data?: DeleteHubContentReferenceCommandOutput) => void
2473
+ ): void;
2440
2474
  deleteHumanTaskUi(
2441
2475
  args: DeleteHumanTaskUiCommandInput,
2442
2476
  options?: __HttpHandlerOptions
@@ -153,6 +153,10 @@ import {
153
153
  CreateHubCommandInput,
154
154
  CreateHubCommandOutput,
155
155
  } from "./commands/CreateHubCommand";
156
+ import {
157
+ CreateHubContentReferenceCommandInput,
158
+ CreateHubContentReferenceCommandOutput,
159
+ } from "./commands/CreateHubContentReferenceCommand";
156
160
  import {
157
161
  CreateHumanTaskUiCommandInput,
158
162
  CreateHumanTaskUiCommandOutput,
@@ -381,6 +385,10 @@ import {
381
385
  DeleteHubContentCommandInput,
382
386
  DeleteHubContentCommandOutput,
383
387
  } from "./commands/DeleteHubContentCommand";
388
+ import {
389
+ DeleteHubContentReferenceCommandInput,
390
+ DeleteHubContentReferenceCommandOutput,
391
+ } from "./commands/DeleteHubContentReferenceCommand";
384
392
  import {
385
393
  DeleteHumanTaskUiCommandInput,
386
394
  DeleteHumanTaskUiCommandOutput,
@@ -1392,6 +1400,7 @@ export type ServiceInputTypes =
1392
1400
  | CreateFeatureGroupCommandInput
1393
1401
  | CreateFlowDefinitionCommandInput
1394
1402
  | CreateHubCommandInput
1403
+ | CreateHubContentReferenceCommandInput
1395
1404
  | CreateHumanTaskUiCommandInput
1396
1405
  | CreateHyperParameterTuningJobCommandInput
1397
1406
  | CreateImageCommandInput
@@ -1449,6 +1458,7 @@ export type ServiceInputTypes =
1449
1458
  | DeleteFlowDefinitionCommandInput
1450
1459
  | DeleteHubCommandInput
1451
1460
  | DeleteHubContentCommandInput
1461
+ | DeleteHubContentReferenceCommandInput
1452
1462
  | DeleteHumanTaskUiCommandInput
1453
1463
  | DeleteHyperParameterTuningJobCommandInput
1454
1464
  | DeleteImageCommandInput
@@ -1721,6 +1731,7 @@ export type ServiceOutputTypes =
1721
1731
  | CreateFeatureGroupCommandOutput
1722
1732
  | CreateFlowDefinitionCommandOutput
1723
1733
  | CreateHubCommandOutput
1734
+ | CreateHubContentReferenceCommandOutput
1724
1735
  | CreateHumanTaskUiCommandOutput
1725
1736
  | CreateHyperParameterTuningJobCommandOutput
1726
1737
  | CreateImageCommandOutput
@@ -1778,6 +1789,7 @@ export type ServiceOutputTypes =
1778
1789
  | DeleteFlowDefinitionCommandOutput
1779
1790
  | DeleteHubCommandOutput
1780
1791
  | DeleteHubContentCommandOutput
1792
+ | DeleteHubContentReferenceCommandOutput
1781
1793
  | DeleteHumanTaskUiCommandOutput
1782
1794
  | DeleteHyperParameterTuningJobCommandOutput
1783
1795
  | DeleteImageCommandOutput
@@ -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
- CreateCodeRepositoryInput,
5
- CreateCodeRepositoryOutput,
6
- } from "../models/models_0";
3
+ import { CreateCodeRepositoryInput } from "../models/models_0";
4
+ import { CreateCodeRepositoryOutput } from "../models/models_1";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -0,0 +1,40 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ CreateHubContentReferenceRequest,
5
+ CreateHubContentReferenceResponse,
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 CreateHubContentReferenceCommandInput
15
+ extends CreateHubContentReferenceRequest {}
16
+ export interface CreateHubContentReferenceCommandOutput
17
+ extends CreateHubContentReferenceResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateHubContentReferenceCommand_base: {
20
+ new (
21
+ input: CreateHubContentReferenceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateHubContentReferenceCommandInput,
24
+ CreateHubContentReferenceCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateHubContentReferenceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateHubContentReferenceCommandInput,
33
+ CreateHubContentReferenceCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateHubContentReferenceCommand extends CreateHubContentReferenceCommand_base {}
@@ -0,0 +1,36 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { DeleteHubContentReferenceRequest } from "../models/models_2";
4
+ import {
5
+ SageMakerClientResolvedConfig,
6
+ ServiceInputTypes,
7
+ ServiceOutputTypes,
8
+ } from "../SageMakerClient";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface DeleteHubContentReferenceCommandInput
12
+ extends DeleteHubContentReferenceRequest {}
13
+ export interface DeleteHubContentReferenceCommandOutput
14
+ extends __MetadataBearer {}
15
+ declare const DeleteHubContentReferenceCommand_base: {
16
+ new (
17
+ input: DeleteHubContentReferenceCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ DeleteHubContentReferenceCommandInput,
20
+ DeleteHubContentReferenceCommandOutput,
21
+ SageMakerClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ __0_0: DeleteHubContentReferenceCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ DeleteHubContentReferenceCommandInput,
29
+ DeleteHubContentReferenceCommandOutput,
30
+ SageMakerClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class DeleteHubContentReferenceCommand extends DeleteHubContentReferenceCommand_base {}
@@ -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
- DescribeMonitoringScheduleRequest,
5
- DescribeMonitoringScheduleResponse,
6
- } from "../models/models_2";
3
+ import { DescribeMonitoringScheduleRequest } from "../models/models_2";
4
+ import { DescribeMonitoringScheduleResponse } from "../models/models_3";
7
5
  import {
8
6
  SageMakerClientResolvedConfig,
9
7
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DescribeNotebookInstanceInput,
5
5
  DescribeNotebookInstanceOutput,
6
- } from "../models/models_2";
6
+ } from "../models/models_3";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListMonitoringAlertHistoryRequest,
5
5
  ListMonitoringAlertHistoryResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListMonitoringAlertsRequest } from "../models/models_3";
4
- import { ListMonitoringAlertsResponse } from "../models/models_4";
3
+ import {
4
+ ListMonitoringAlertsRequest,
5
+ ListMonitoringAlertsResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -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";
@@ -82,6 +83,7 @@ export * from "./DeleteFeatureGroupCommand";
82
83
  export * from "./DeleteFlowDefinitionCommand";
83
84
  export * from "./DeleteHubCommand";
84
85
  export * from "./DeleteHubContentCommand";
86
+ export * from "./DeleteHubContentReferenceCommand";
85
87
  export * from "./DeleteHumanTaskUiCommand";
86
88
  export * from "./DeleteHyperParameterTuningJobCommand";
87
89
  export * from "./DeleteImageCommand";
@@ -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;
@@ -2556,6 +2560,3 @@ export interface CreateCodeRepositoryInput {
2556
2560
  GitConfig: GitConfig | undefined;
2557
2561
  Tags?: Tag[];
2558
2562
  }
2559
- export interface CreateCodeRepositoryOutput {
2560
- CodeRepositoryArn: string | undefined;
2561
- }
@@ -61,6 +61,9 @@ import {
61
61
  TransformJobDefinition,
62
62
  VpcConfig,
63
63
  } from "./models_0";
64
+ export interface CreateCodeRepositoryOutput {
65
+ CodeRepositoryArn: string | undefined;
66
+ }
64
67
  export declare const Framework: {
65
68
  readonly DARKNET: "DARKNET";
66
69
  readonly KERAS: "KERAS";
@@ -750,6 +753,17 @@ export interface CreateHubRequest {
750
753
  export interface CreateHubResponse {
751
754
  HubArn: string | undefined;
752
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
+ }
753
767
  export interface UiTemplate {
754
768
  Content: string | undefined;
755
769
  }
@@ -1968,15 +1982,6 @@ export interface CreateProjectOutput {
1968
1982
  ProjectArn: string | undefined;
1969
1983
  ProjectId: string | undefined;
1970
1984
  }
1971
- export interface OwnershipSettings {
1972
- OwnerUserProfileName: string | undefined;
1973
- }
1974
- export interface SpaceCodeEditorAppSettings {
1975
- DefaultResourceSpec?: ResourceSpec;
1976
- }
1977
- export interface EFSFileSystem {
1978
- FileSystemId: string | undefined;
1979
- }
1980
1985
  export declare const CreateModelCardRequestFilterSensitiveLog: (
1981
1986
  obj: CreateModelCardRequest
1982
1987
  ) => any;
@@ -71,7 +71,6 @@ import {
71
71
  VpcConfig,
72
72
  } from "./models_0";
73
73
  import {
74
- _InstanceType,
75
74
  DataCaptureConfig,
76
75
  DataQualityAppSpecification,
77
76
  DataQualityBaselineConfig,
@@ -79,14 +78,12 @@ import {
79
78
  DefaultSpaceSettings,
80
79
  DeploymentConfig,
81
80
  DeviceSelectionConfig,
82
- DirectInternetAccess,
83
81
  DomainSettings,
84
82
  DriftCheckBaselines,
85
83
  EdgeDeploymentConfig,
86
84
  EdgeDeploymentModelConfig,
87
85
  EdgeOutputConfig,
88
86
  EdgePresetDeploymentType,
89
- EFSFileSystem,
90
87
  EndpointInfo,
91
88
  ExperimentConfig,
92
89
  ExplainerConfig,
@@ -108,7 +105,6 @@ import {
108
105
  InferenceExperimentSchedule,
109
106
  InferenceExperimentType,
110
107
  InputConfig,
111
- InstanceMetadataServiceConfiguration,
112
108
  JobType,
113
109
  JupyterServerAppSettings,
114
110
  KernelGatewayAppSettings,
@@ -136,15 +132,12 @@ import {
136
132
  MonitoringNetworkConfig,
137
133
  MonitoringOutputConfig,
138
134
  MonitoringResources,
139
- MonitoringScheduleConfig,
140
135
  MonitoringStoppingCondition,
141
136
  MonitoringType,
142
137
  NeoVpcConfig,
143
- NotebookInstanceAcceleratorType,
144
138
  OfflineStoreConfig,
145
139
  OnlineStoreConfig,
146
140
  OutputConfig,
147
- OwnershipSettings,
148
141
  ProcessingInstanceType,
149
142
  Processor,
150
143
  ProductionVariant,
@@ -156,16 +149,23 @@ import {
156
149
  RecommendationJobStoppingConditions,
157
150
  RecommendationJobType,
158
151
  RetryStrategy,
159
- RootAccess,
160
152
  ShadowModeConfig,
161
153
  SkipModelValidation,
162
154
  SourceAlgorithmSpecification,
163
- SpaceCodeEditorAppSettings,
164
155
  ThroughputMode,
165
156
  TrackingServerSize,
166
157
  UserSettings,
167
158
  VendorGuidance,
168
159
  } from "./models_1";
160
+ export interface OwnershipSettings {
161
+ OwnerUserProfileName: string | undefined;
162
+ }
163
+ export interface SpaceCodeEditorAppSettings {
164
+ DefaultResourceSpec?: ResourceSpec;
165
+ }
166
+ export interface EFSFileSystem {
167
+ FileSystemId: string | undefined;
168
+ }
169
169
  export type CustomFileSystem =
170
170
  | CustomFileSystem.EFSFileSystemMember
171
171
  | CustomFileSystem.$UnknownMember;
@@ -642,6 +642,7 @@ export interface DeleteHubRequest {
642
642
  }
643
643
  export declare const HubContentType: {
644
644
  readonly MODEL: "Model";
645
+ readonly MODEL_REFERENCE: "ModelReference";
645
646
  readonly NOTEBOOK: "Notebook";
646
647
  };
647
648
  export type HubContentType =
@@ -652,6 +653,11 @@ export interface DeleteHubContentRequest {
652
653
  HubContentName: string | undefined;
653
654
  HubContentVersion: string | undefined;
654
655
  }
656
+ export interface DeleteHubContentReferenceRequest {
657
+ HubName: string | undefined;
658
+ HubContentType: HubContentType | undefined;
659
+ HubContentName: string | undefined;
660
+ }
655
661
  export interface DeleteHumanTaskUiRequest {
656
662
  HumanTaskUiName: string | undefined;
657
663
  }
@@ -1446,6 +1452,12 @@ export declare const HubContentStatus: {
1446
1452
  };
1447
1453
  export type HubContentStatus =
1448
1454
  (typeof HubContentStatus)[keyof typeof HubContentStatus];
1455
+ export declare const HubContentSupportStatus: {
1456
+ readonly DEPRECATED: "Deprecated";
1457
+ readonly SUPPORTED: "Supported";
1458
+ };
1459
+ export type HubContentSupportStatus =
1460
+ (typeof HubContentSupportStatus)[keyof typeof HubContentSupportStatus];
1449
1461
  export interface DescribeHubContentResponse {
1450
1462
  HubContentName: string | undefined;
1451
1463
  HubContentArn: string | undefined;
@@ -1458,6 +1470,9 @@ export interface DescribeHubContentResponse {
1458
1470
  HubContentDescription?: string;
1459
1471
  HubContentMarkdown?: string;
1460
1472
  HubContentDocument: string | undefined;
1473
+ SageMakerPublicHubContentArn?: string;
1474
+ ReferenceMinVersion?: string;
1475
+ SupportStatus?: HubContentSupportStatus;
1461
1476
  HubContentSearchKeywords?: string[];
1462
1477
  HubContentDependencies?: HubContentDependency[];
1463
1478
  HubContentStatus: HubContentStatus | undefined;
@@ -1734,10 +1749,10 @@ export interface EndpointOutputConfiguration {
1734
1749
  ServerlessConfig?: ProductionVariantServerlessConfig;
1735
1750
  }
1736
1751
  export interface RecommendationMetrics {
1737
- CostPerHour: number | undefined;
1738
- CostPerInference: number | undefined;
1739
- MaxInvocations: number | undefined;
1740
- ModelLatency: number | undefined;
1752
+ CostPerHour?: number;
1753
+ CostPerInference?: number;
1754
+ MaxInvocations?: number;
1755
+ ModelLatency?: number;
1741
1756
  CpuUtilization?: number;
1742
1757
  MemoryUtilization?: number;
1743
1758
  ModelSetupTime?: number;
@@ -1754,7 +1769,7 @@ export interface ModelConfiguration {
1754
1769
  }
1755
1770
  export interface InferenceRecommendation {
1756
1771
  RecommendationId?: string;
1757
- Metrics: RecommendationMetrics | undefined;
1772
+ Metrics?: RecommendationMetrics;
1758
1773
  EndpointConfiguration: EndpointOutputConfiguration | undefined;
1759
1774
  ModelConfiguration: ModelConfiguration | undefined;
1760
1775
  InvocationEndTime?: Date;
@@ -2107,64 +2122,6 @@ export interface MonitoringExecutionSummary {
2107
2122
  MonitoringJobDefinitionName?: string;
2108
2123
  MonitoringType?: MonitoringType;
2109
2124
  }
2110
- export declare const ScheduleStatus: {
2111
- readonly FAILED: "Failed";
2112
- readonly PENDING: "Pending";
2113
- readonly SCHEDULED: "Scheduled";
2114
- readonly STOPPED: "Stopped";
2115
- };
2116
- export type ScheduleStatus =
2117
- (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
2118
- export interface DescribeMonitoringScheduleResponse {
2119
- MonitoringScheduleArn: string | undefined;
2120
- MonitoringScheduleName: string | undefined;
2121
- MonitoringScheduleStatus: ScheduleStatus | undefined;
2122
- MonitoringType?: MonitoringType;
2123
- FailureReason?: string;
2124
- CreationTime: Date | undefined;
2125
- LastModifiedTime: Date | undefined;
2126
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
2127
- EndpointName?: string;
2128
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
2129
- }
2130
- export interface DescribeNotebookInstanceInput {
2131
- NotebookInstanceName: string | undefined;
2132
- }
2133
- export declare const NotebookInstanceStatus: {
2134
- readonly Deleting: "Deleting";
2135
- readonly Failed: "Failed";
2136
- readonly InService: "InService";
2137
- readonly Pending: "Pending";
2138
- readonly Stopped: "Stopped";
2139
- readonly Stopping: "Stopping";
2140
- readonly Updating: "Updating";
2141
- };
2142
- export type NotebookInstanceStatus =
2143
- (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
2144
- export interface DescribeNotebookInstanceOutput {
2145
- NotebookInstanceArn?: string;
2146
- NotebookInstanceName?: string;
2147
- NotebookInstanceStatus?: NotebookInstanceStatus;
2148
- FailureReason?: string;
2149
- Url?: string;
2150
- InstanceType?: _InstanceType;
2151
- SubnetId?: string;
2152
- SecurityGroups?: string[];
2153
- RoleArn?: string;
2154
- KmsKeyId?: string;
2155
- NetworkInterfaceId?: string;
2156
- LastModifiedTime?: Date;
2157
- CreationTime?: Date;
2158
- NotebookInstanceLifecycleConfigName?: string;
2159
- DirectInternetAccess?: DirectInternetAccess;
2160
- VolumeSizeInGB?: number;
2161
- AcceleratorTypes?: NotebookInstanceAcceleratorType[];
2162
- DefaultCodeRepository?: string;
2163
- AdditionalCodeRepositories?: string[];
2164
- RootAccess?: RootAccess;
2165
- PlatformIdentifier?: string;
2166
- InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
2167
- }
2168
2125
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2169
2126
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2170
2127
  obj: CreateWorkforceRequest