@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
@@ -39,6 +39,7 @@ import {
39
39
  ClusterNodeDetails,
40
40
  ClusterStatus,
41
41
  CodeEditorAppImageConfig,
42
+ CodeRepository,
42
43
  CognitoConfig,
43
44
  CognitoMemberDefinition,
44
45
  CollectionConfiguration,
@@ -48,7 +49,6 @@ import {
48
49
  GitConfig,
49
50
  HyperParameterTuningJobObjectiveType,
50
51
  InferenceSpecification,
51
- InputConfig,
52
52
  JupyterLabAppImageConfig,
53
53
  KernelGatewayImageConfig,
54
54
  MetadataProperties,
@@ -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,7 +78,6 @@ import {
79
78
  DefaultSpaceSettings,
80
79
  DeploymentConfig,
81
80
  DeviceSelectionConfig,
82
- DirectInternetAccess,
83
81
  DomainSettings,
84
82
  DriftCheckBaselines,
85
83
  EdgeDeploymentConfig,
@@ -106,8 +104,10 @@ import {
106
104
  InferenceExperimentDataStorageConfig,
107
105
  InferenceExperimentSchedule,
108
106
  InferenceExperimentType,
109
- InstanceMetadataServiceConfiguration,
107
+ InputConfig,
110
108
  JobType,
109
+ JupyterServerAppSettings,
110
+ KernelGatewayAppSettings,
111
111
  LabelingJobAlgorithmsConfig,
112
112
  LabelingJobInputConfig,
113
113
  LabelingJobOutputConfig,
@@ -132,17 +132,12 @@ import {
132
132
  MonitoringNetworkConfig,
133
133
  MonitoringOutputConfig,
134
134
  MonitoringResources,
135
- MonitoringScheduleConfig,
136
135
  MonitoringStoppingCondition,
137
136
  MonitoringType,
138
137
  NeoVpcConfig,
139
- NotebookInstanceAcceleratorType,
140
- NotebookInstanceLifecycleHook,
141
138
  OfflineStoreConfig,
142
139
  OnlineStoreConfig,
143
140
  OutputConfig,
144
- OwnershipSettings,
145
- ParallelismConfiguration,
146
141
  ProcessingInstanceType,
147
142
  Processor,
148
143
  ProductionVariant,
@@ -154,16 +149,68 @@ import {
154
149
  RecommendationJobStoppingConditions,
155
150
  RecommendationJobType,
156
151
  RetryStrategy,
157
- RootAccess,
158
152
  ShadowModeConfig,
159
153
  SkipModelValidation,
160
154
  SourceAlgorithmSpecification,
161
- SpaceSettings,
162
- SpaceSharingSettings,
163
155
  ThroughputMode,
156
+ TrackingServerSize,
164
157
  UserSettings,
165
158
  VendorGuidance,
166
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
+ export type CustomFileSystem =
170
+ | CustomFileSystem.EFSFileSystemMember
171
+ | CustomFileSystem.$UnknownMember;
172
+ export declare namespace CustomFileSystem {
173
+ interface EFSFileSystemMember {
174
+ EFSFileSystem: EFSFileSystem;
175
+ $unknown?: never;
176
+ }
177
+ interface $UnknownMember {
178
+ EFSFileSystem?: never;
179
+ $unknown: [string, any];
180
+ }
181
+ interface Visitor<T> {
182
+ EFSFileSystem: (value: EFSFileSystem) => T;
183
+ _: (name: string, value: any) => T;
184
+ }
185
+ const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
186
+ }
187
+ export interface SpaceJupyterLabAppSettings {
188
+ DefaultResourceSpec?: ResourceSpec;
189
+ CodeRepositories?: CodeRepository[];
190
+ }
191
+ export interface EbsStorageSettings {
192
+ EbsVolumeSizeInGb: number | undefined;
193
+ }
194
+ export interface SpaceStorageSettings {
195
+ EbsStorageSettings?: EbsStorageSettings;
196
+ }
197
+ export interface SpaceSettings {
198
+ JupyterServerAppSettings?: JupyterServerAppSettings;
199
+ KernelGatewayAppSettings?: KernelGatewayAppSettings;
200
+ CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
201
+ JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
202
+ AppType?: AppType;
203
+ SpaceStorageSettings?: SpaceStorageSettings;
204
+ CustomFileSystems?: CustomFileSystem[];
205
+ }
206
+ export declare const SharingType: {
207
+ readonly Private: "Private";
208
+ readonly Shared: "Shared";
209
+ };
210
+ export type SharingType = (typeof SharingType)[keyof typeof SharingType];
211
+ export interface SpaceSharingSettings {
212
+ SharingType: SharingType | undefined;
213
+ }
167
214
  export interface CreateSpaceRequest {
168
215
  DomainId: string | undefined;
169
216
  SpaceName: string | undefined;
@@ -595,6 +642,7 @@ export interface DeleteHubRequest {
595
642
  }
596
643
  export declare const HubContentType: {
597
644
  readonly MODEL: "Model";
645
+ readonly MODEL_REFERENCE: "ModelReference";
598
646
  readonly NOTEBOOK: "Notebook";
599
647
  };
600
648
  export type HubContentType =
@@ -605,6 +653,11 @@ export interface DeleteHubContentRequest {
605
653
  HubContentName: string | undefined;
606
654
  HubContentVersion: string | undefined;
607
655
  }
656
+ export interface DeleteHubContentReferenceRequest {
657
+ HubName: string | undefined;
658
+ HubContentType: HubContentType | undefined;
659
+ HubContentName: string | undefined;
660
+ }
608
661
  export interface DeleteHumanTaskUiRequest {
609
662
  HumanTaskUiName: string | undefined;
610
663
  }
@@ -631,6 +684,12 @@ export interface DeleteInferenceExperimentRequest {
631
684
  export interface DeleteInferenceExperimentResponse {
632
685
  InferenceExperimentArn: string | undefined;
633
686
  }
687
+ export interface DeleteMlflowTrackingServerRequest {
688
+ TrackingServerName: string | undefined;
689
+ }
690
+ export interface DeleteMlflowTrackingServerResponse {
691
+ TrackingServerArn?: string;
692
+ }
634
693
  export interface DeleteModelInput {
635
694
  ModelName: string | undefined;
636
695
  }
@@ -1393,6 +1452,12 @@ export declare const HubContentStatus: {
1393
1452
  };
1394
1453
  export type HubContentStatus =
1395
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];
1396
1461
  export interface DescribeHubContentResponse {
1397
1462
  HubContentName: string | undefined;
1398
1463
  HubContentArn: string | undefined;
@@ -1405,6 +1470,9 @@ export interface DescribeHubContentResponse {
1405
1470
  HubContentDescription?: string;
1406
1471
  HubContentMarkdown?: string;
1407
1472
  HubContentDocument: string | undefined;
1473
+ SageMakerPublicHubContentArn?: string;
1474
+ ReferenceMinVersion?: string;
1475
+ SupportStatus?: HubContentSupportStatus;
1408
1476
  HubContentSearchKeywords?: string[];
1409
1477
  HubContentDependencies?: HubContentDependency[];
1410
1478
  HubContentStatus: HubContentStatus | undefined;
@@ -1681,10 +1749,10 @@ export interface EndpointOutputConfiguration {
1681
1749
  ServerlessConfig?: ProductionVariantServerlessConfig;
1682
1750
  }
1683
1751
  export interface RecommendationMetrics {
1684
- CostPerHour: number | undefined;
1685
- CostPerInference: number | undefined;
1686
- MaxInvocations: number | undefined;
1687
- ModelLatency: number | undefined;
1752
+ CostPerHour?: number;
1753
+ CostPerInference?: number;
1754
+ MaxInvocations?: number;
1755
+ ModelLatency?: number;
1688
1756
  CpuUtilization?: number;
1689
1757
  MemoryUtilization?: number;
1690
1758
  ModelSetupTime?: number;
@@ -1701,7 +1769,7 @@ export interface ModelConfiguration {
1701
1769
  }
1702
1770
  export interface InferenceRecommendation {
1703
1771
  RecommendationId?: string;
1704
- Metrics: RecommendationMetrics | undefined;
1772
+ Metrics?: RecommendationMetrics;
1705
1773
  EndpointConfiguration: EndpointOutputConfiguration | undefined;
1706
1774
  ModelConfiguration: ModelConfiguration | undefined;
1707
1775
  InvocationEndTime?: Date;
@@ -1792,6 +1860,53 @@ export interface DescribeLineageGroupResponse {
1792
1860
  LastModifiedTime?: Date;
1793
1861
  LastModifiedBy?: UserContext;
1794
1862
  }
1863
+ export interface DescribeMlflowTrackingServerRequest {
1864
+ TrackingServerName: string | undefined;
1865
+ }
1866
+ export declare const IsTrackingServerActive: {
1867
+ readonly ACTIVE: "Active";
1868
+ readonly INACTIVE: "Inactive";
1869
+ };
1870
+ export type IsTrackingServerActive =
1871
+ (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
1872
+ export declare const TrackingServerStatus: {
1873
+ readonly CREATED: "Created";
1874
+ readonly CREATE_FAILED: "CreateFailed";
1875
+ readonly CREATING: "Creating";
1876
+ readonly DELETE_FAILED: "DeleteFailed";
1877
+ readonly DELETING: "Deleting";
1878
+ readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
1879
+ readonly MAINTENANCE_FAILED: "MaintenanceFailed";
1880
+ readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
1881
+ readonly STARTED: "Started";
1882
+ readonly STARTING: "Starting";
1883
+ readonly START_FAILED: "StartFailed";
1884
+ readonly STOPPED: "Stopped";
1885
+ readonly STOPPING: "Stopping";
1886
+ readonly STOP_FAILED: "StopFailed";
1887
+ readonly UPDATED: "Updated";
1888
+ readonly UPDATE_FAILED: "UpdateFailed";
1889
+ readonly UPDATING: "Updating";
1890
+ };
1891
+ export type TrackingServerStatus =
1892
+ (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
1893
+ export interface DescribeMlflowTrackingServerResponse {
1894
+ TrackingServerArn?: string;
1895
+ TrackingServerName?: string;
1896
+ ArtifactStoreUri?: string;
1897
+ TrackingServerSize?: TrackingServerSize;
1898
+ MlflowVersion?: string;
1899
+ RoleArn?: string;
1900
+ TrackingServerStatus?: TrackingServerStatus;
1901
+ IsActive?: IsTrackingServerActive;
1902
+ TrackingServerUrl?: string;
1903
+ WeeklyMaintenanceWindowStart?: string;
1904
+ AutomaticModelRegistration?: boolean;
1905
+ CreationTime?: Date;
1906
+ CreatedBy?: UserContext;
1907
+ LastModifiedTime?: Date;
1908
+ LastModifiedBy?: UserContext;
1909
+ }
1795
1910
  export interface DescribeModelInput {
1796
1911
  ModelName: string | undefined;
1797
1912
  }
@@ -2007,144 +2122,6 @@ export interface MonitoringExecutionSummary {
2007
2122
  MonitoringJobDefinitionName?: string;
2008
2123
  MonitoringType?: MonitoringType;
2009
2124
  }
2010
- export declare const ScheduleStatus: {
2011
- readonly FAILED: "Failed";
2012
- readonly PENDING: "Pending";
2013
- readonly SCHEDULED: "Scheduled";
2014
- readonly STOPPED: "Stopped";
2015
- };
2016
- export type ScheduleStatus =
2017
- (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
2018
- export interface DescribeMonitoringScheduleResponse {
2019
- MonitoringScheduleArn: string | undefined;
2020
- MonitoringScheduleName: string | undefined;
2021
- MonitoringScheduleStatus: ScheduleStatus | undefined;
2022
- MonitoringType?: MonitoringType;
2023
- FailureReason?: string;
2024
- CreationTime: Date | undefined;
2025
- LastModifiedTime: Date | undefined;
2026
- MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
2027
- EndpointName?: string;
2028
- LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
2029
- }
2030
- export interface DescribeNotebookInstanceInput {
2031
- NotebookInstanceName: string | undefined;
2032
- }
2033
- export declare const NotebookInstanceStatus: {
2034
- readonly Deleting: "Deleting";
2035
- readonly Failed: "Failed";
2036
- readonly InService: "InService";
2037
- readonly Pending: "Pending";
2038
- readonly Stopped: "Stopped";
2039
- readonly Stopping: "Stopping";
2040
- readonly Updating: "Updating";
2041
- };
2042
- export type NotebookInstanceStatus =
2043
- (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
2044
- export interface DescribeNotebookInstanceOutput {
2045
- NotebookInstanceArn?: string;
2046
- NotebookInstanceName?: string;
2047
- NotebookInstanceStatus?: NotebookInstanceStatus;
2048
- FailureReason?: string;
2049
- Url?: string;
2050
- InstanceType?: _InstanceType;
2051
- SubnetId?: string;
2052
- SecurityGroups?: string[];
2053
- RoleArn?: string;
2054
- KmsKeyId?: string;
2055
- NetworkInterfaceId?: string;
2056
- LastModifiedTime?: Date;
2057
- CreationTime?: Date;
2058
- NotebookInstanceLifecycleConfigName?: string;
2059
- DirectInternetAccess?: DirectInternetAccess;
2060
- VolumeSizeInGB?: number;
2061
- AcceleratorTypes?: NotebookInstanceAcceleratorType[];
2062
- DefaultCodeRepository?: string;
2063
- AdditionalCodeRepositories?: string[];
2064
- RootAccess?: RootAccess;
2065
- PlatformIdentifier?: string;
2066
- InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
2067
- }
2068
- export interface DescribeNotebookInstanceLifecycleConfigInput {
2069
- NotebookInstanceLifecycleConfigName: string | undefined;
2070
- }
2071
- export interface DescribeNotebookInstanceLifecycleConfigOutput {
2072
- NotebookInstanceLifecycleConfigArn?: string;
2073
- NotebookInstanceLifecycleConfigName?: string;
2074
- OnCreate?: NotebookInstanceLifecycleHook[];
2075
- OnStart?: NotebookInstanceLifecycleHook[];
2076
- LastModifiedTime?: Date;
2077
- CreationTime?: Date;
2078
- }
2079
- export interface DescribePipelineRequest {
2080
- PipelineName: string | undefined;
2081
- }
2082
- export declare const PipelineStatus: {
2083
- readonly ACTIVE: "Active";
2084
- readonly DELETING: "Deleting";
2085
- };
2086
- export type PipelineStatus =
2087
- (typeof PipelineStatus)[keyof typeof PipelineStatus];
2088
- export interface DescribePipelineResponse {
2089
- PipelineArn?: string;
2090
- PipelineName?: string;
2091
- PipelineDisplayName?: string;
2092
- PipelineDefinition?: string;
2093
- PipelineDescription?: string;
2094
- RoleArn?: string;
2095
- PipelineStatus?: PipelineStatus;
2096
- CreationTime?: Date;
2097
- LastModifiedTime?: Date;
2098
- LastRunTime?: Date;
2099
- CreatedBy?: UserContext;
2100
- LastModifiedBy?: UserContext;
2101
- ParallelismConfiguration?: ParallelismConfiguration;
2102
- }
2103
- export interface DescribePipelineDefinitionForExecutionRequest {
2104
- PipelineExecutionArn: string | undefined;
2105
- }
2106
- export interface DescribePipelineDefinitionForExecutionResponse {
2107
- PipelineDefinition?: string;
2108
- CreationTime?: Date;
2109
- }
2110
- export interface DescribePipelineExecutionRequest {
2111
- PipelineExecutionArn: string | undefined;
2112
- }
2113
- export declare const PipelineExecutionStatus: {
2114
- readonly EXECUTING: "Executing";
2115
- readonly FAILED: "Failed";
2116
- readonly STOPPED: "Stopped";
2117
- readonly STOPPING: "Stopping";
2118
- readonly SUCCEEDED: "Succeeded";
2119
- };
2120
- export type PipelineExecutionStatus =
2121
- (typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
2122
- export interface PipelineExperimentConfig {
2123
- ExperimentName?: string;
2124
- TrialName?: string;
2125
- }
2126
- export interface SelectedStep {
2127
- StepName: string | undefined;
2128
- }
2129
- export interface SelectiveExecutionConfig {
2130
- SourcePipelineExecutionArn?: string;
2131
- SelectedSteps: SelectedStep[] | undefined;
2132
- }
2133
- export interface DescribePipelineExecutionResponse {
2134
- PipelineArn?: string;
2135
- PipelineExecutionArn?: string;
2136
- PipelineExecutionDisplayName?: string;
2137
- PipelineExecutionStatus?: PipelineExecutionStatus;
2138
- PipelineExecutionDescription?: string;
2139
- PipelineExperimentConfig?: PipelineExperimentConfig;
2140
- FailureReason?: string;
2141
- CreationTime?: Date;
2142
- LastModifiedTime?: Date;
2143
- CreatedBy?: UserContext;
2144
- LastModifiedBy?: UserContext;
2145
- ParallelismConfiguration?: ParallelismConfiguration;
2146
- SelectiveExecutionConfig?: SelectiveExecutionConfig;
2147
- }
2148
2125
  export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
2149
2126
  export declare const CreateWorkforceRequestFilterSensitiveLog: (
2150
2127
  obj: CreateWorkforceRequest