@aws-sdk/client-sagemaker 3.600.0 → 3.606.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +171 -37
  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_1.js +15 -0
  8. package/dist-es/models/models_2.js +5 -24
  9. package/dist-es/models/models_3.js +24 -8
  10. package/dist-es/models/models_4.js +8 -0
  11. package/dist-es/protocols/Aws_json1_1.js +76 -0
  12. package/dist-types/SageMaker.d.ts +14 -0
  13. package/dist-types/SageMakerClient.d.ts +4 -2
  14. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
  15. package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
  16. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateDomainCommand.d.ts +8 -0
  18. package/dist-types/commands/CreateHubCommand.d.ts +0 -3
  19. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
  20. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  21. package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
  22. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +8 -0
  24. package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
  25. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
  26. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
  27. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
  28. package/dist-types/commands/DescribeDomainCommand.d.ts +8 -0
  29. package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
  30. package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
  31. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
  32. package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
  34. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -0
  37. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
  38. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
  39. package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
  40. package/dist-types/commands/ListHubsCommand.d.ts +0 -3
  41. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
  42. package/dist-types/commands/ListModelsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  44. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -2
  45. package/dist-types/commands/SearchCommand.d.ts +9 -0
  46. package/dist-types/commands/UpdateDomainCommand.d.ts +8 -0
  47. package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
  48. package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateUserProfileCommand.d.ts +8 -0
  50. package/dist-types/commands/index.d.ts +2 -0
  51. package/dist-types/models/models_0.d.ts +18 -12
  52. package/dist-types/models/models_1.d.ts +100 -81
  53. package/dist-types/models/models_2.d.ts +134 -345
  54. package/dist-types/models/models_3.d.ts +356 -162
  55. package/dist-types/models/models_4.d.ts +162 -2
  56. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
  63. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  69. package/dist-types/ts3.4/models/models_0.d.ts +4 -3
  70. package/dist-types/ts3.4/models/models_1.d.ts +36 -21
  71. package/dist-types/ts3.4/models/models_2.d.ts +42 -96
  72. package/dist-types/ts3.4/models/models_3.d.ts +91 -45
  73. package/dist-types/ts3.4/models/models_4.d.ts +47 -5
  74. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  75. package/package.json +3 -3
@@ -1,6 +1,345 @@
1
1
  import { ActionSummary, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContextSummary, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { DockerSettings, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OwnershipSettings, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails, UserSettings } from "./models_1";
3
- import { CrossAccountFilterOption, CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, MonitoringExecutionSummary, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ScheduleStatus, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
2
+ import { _InstanceType, DirectInternetAccess, DockerSettings, EdgeOutputConfig, ExecutionRoleIdentityConfig, ExperimentConfig, FeatureDefinition, FeatureType, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobInputConfig, ModelCardStatus, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, UserSettings } from "./models_1";
3
+ import { CrossAccountFilterOption, CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, IsTrackingServerActive, LabelCounters, LabelingJobOutput, LabelingJobStatus, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelCardExportJobStatus, ModelClientConfig, ModelConfiguration, ModelPackageGroupStatus, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrackingServerStatus, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
4
+ /**
5
+ * @public
6
+ * @enum
7
+ */
8
+ export declare const ExecutionStatus: {
9
+ readonly COMPLETED: "Completed";
10
+ readonly COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations";
11
+ readonly FAILED: "Failed";
12
+ readonly IN_PROGRESS: "InProgress";
13
+ readonly PENDING: "Pending";
14
+ readonly STOPPED: "Stopped";
15
+ readonly STOPPING: "Stopping";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
21
+ /**
22
+ * <p>Summary of information about the last monitoring job to run.</p>
23
+ * @public
24
+ */
25
+ export interface MonitoringExecutionSummary {
26
+ /**
27
+ * <p>The name of the monitoring schedule.</p>
28
+ * @public
29
+ */
30
+ MonitoringScheduleName: string | undefined;
31
+ /**
32
+ * <p>The time the monitoring job was scheduled.</p>
33
+ * @public
34
+ */
35
+ ScheduledTime: Date | undefined;
36
+ /**
37
+ * <p>The time at which the monitoring job was created.</p>
38
+ * @public
39
+ */
40
+ CreationTime: Date | undefined;
41
+ /**
42
+ * <p>A timestamp that indicates the last time the monitoring job was modified.</p>
43
+ * @public
44
+ */
45
+ LastModifiedTime: Date | undefined;
46
+ /**
47
+ * <p>The status of the monitoring job.</p>
48
+ * @public
49
+ */
50
+ MonitoringExecutionStatus: ExecutionStatus | undefined;
51
+ /**
52
+ * <p>The Amazon Resource Name (ARN) of the monitoring job.</p>
53
+ * @public
54
+ */
55
+ ProcessingJobArn?: string;
56
+ /**
57
+ * <p>The name of the endpoint used to run the monitoring job.</p>
58
+ * @public
59
+ */
60
+ EndpointName?: string;
61
+ /**
62
+ * <p>Contains the reason a monitoring job failed, if it failed.</p>
63
+ * @public
64
+ */
65
+ FailureReason?: string;
66
+ /**
67
+ * <p>The name of the monitoring job.</p>
68
+ * @public
69
+ */
70
+ MonitoringJobDefinitionName?: string;
71
+ /**
72
+ * <p>The type of the monitoring job.</p>
73
+ * @public
74
+ */
75
+ MonitoringType?: MonitoringType;
76
+ }
77
+ /**
78
+ * @public
79
+ * @enum
80
+ */
81
+ export declare const ScheduleStatus: {
82
+ readonly FAILED: "Failed";
83
+ readonly PENDING: "Pending";
84
+ readonly SCHEDULED: "Scheduled";
85
+ readonly STOPPED: "Stopped";
86
+ };
87
+ /**
88
+ * @public
89
+ */
90
+ export type ScheduleStatus = (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
91
+ /**
92
+ * @public
93
+ */
94
+ export interface DescribeMonitoringScheduleResponse {
95
+ /**
96
+ * <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
97
+ * @public
98
+ */
99
+ MonitoringScheduleArn: string | undefined;
100
+ /**
101
+ * <p>Name of the monitoring schedule.</p>
102
+ * @public
103
+ */
104
+ MonitoringScheduleName: string | undefined;
105
+ /**
106
+ * <p>The status of an monitoring job.</p>
107
+ * @public
108
+ */
109
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
110
+ /**
111
+ * <p>The type of the monitoring job that this schedule runs. This is one of the following
112
+ * values.</p>
113
+ * <ul>
114
+ * <li>
115
+ * <p>
116
+ * <code>DATA_QUALITY</code> - The schedule is for a data quality monitoring
117
+ * job.</p>
118
+ * </li>
119
+ * <li>
120
+ * <p>
121
+ * <code>MODEL_QUALITY</code> - The schedule is for a model quality monitoring
122
+ * job.</p>
123
+ * </li>
124
+ * <li>
125
+ * <p>
126
+ * <code>MODEL_BIAS</code> - The schedule is for a bias monitoring job.</p>
127
+ * </li>
128
+ * <li>
129
+ * <p>
130
+ * <code>MODEL_EXPLAINABILITY</code> - The schedule is for an explainability
131
+ * monitoring job.</p>
132
+ * </li>
133
+ * </ul>
134
+ * @public
135
+ */
136
+ MonitoringType?: MonitoringType;
137
+ /**
138
+ * <p>A string, up to one KB in size, that contains the reason a monitoring job failed, if it
139
+ * failed.</p>
140
+ * @public
141
+ */
142
+ FailureReason?: string;
143
+ /**
144
+ * <p>The time at which the monitoring job was created.</p>
145
+ * @public
146
+ */
147
+ CreationTime: Date | undefined;
148
+ /**
149
+ * <p>The time at which the monitoring job was last modified.</p>
150
+ * @public
151
+ */
152
+ LastModifiedTime: Date | undefined;
153
+ /**
154
+ * <p>The configuration object that specifies the monitoring schedule and defines the monitoring
155
+ * job.</p>
156
+ * @public
157
+ */
158
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
159
+ /**
160
+ * <p> The name of the endpoint for the monitoring job.</p>
161
+ * @public
162
+ */
163
+ EndpointName?: string;
164
+ /**
165
+ * <p>Describes metadata on the last execution to run, if there was one.</p>
166
+ * @public
167
+ */
168
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
169
+ }
170
+ /**
171
+ * @public
172
+ */
173
+ export interface DescribeNotebookInstanceInput {
174
+ /**
175
+ * <p>The name of the notebook instance that you want information about.</p>
176
+ * @public
177
+ */
178
+ NotebookInstanceName: string | undefined;
179
+ }
180
+ /**
181
+ * @public
182
+ * @enum
183
+ */
184
+ export declare const NotebookInstanceStatus: {
185
+ readonly Deleting: "Deleting";
186
+ readonly Failed: "Failed";
187
+ readonly InService: "InService";
188
+ readonly Pending: "Pending";
189
+ readonly Stopped: "Stopped";
190
+ readonly Stopping: "Stopping";
191
+ readonly Updating: "Updating";
192
+ };
193
+ /**
194
+ * @public
195
+ */
196
+ export type NotebookInstanceStatus = (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
197
+ /**
198
+ * @public
199
+ */
200
+ export interface DescribeNotebookInstanceOutput {
201
+ /**
202
+ * <p>The Amazon Resource Name (ARN) of the notebook instance.</p>
203
+ * @public
204
+ */
205
+ NotebookInstanceArn?: string;
206
+ /**
207
+ * <p>The name of the SageMaker notebook instance. </p>
208
+ * @public
209
+ */
210
+ NotebookInstanceName?: string;
211
+ /**
212
+ * <p>The status of the notebook instance.</p>
213
+ * @public
214
+ */
215
+ NotebookInstanceStatus?: NotebookInstanceStatus;
216
+ /**
217
+ * <p>If status is <code>Failed</code>, the reason it failed.</p>
218
+ * @public
219
+ */
220
+ FailureReason?: string;
221
+ /**
222
+ * <p>The URL that you use to connect to the Jupyter notebook that is running in your
223
+ * notebook instance. </p>
224
+ * @public
225
+ */
226
+ Url?: string;
227
+ /**
228
+ * <p>The type of ML compute instance running on the notebook instance.</p>
229
+ * @public
230
+ */
231
+ InstanceType?: _InstanceType;
232
+ /**
233
+ * <p>The ID of the VPC subnet.</p>
234
+ * @public
235
+ */
236
+ SubnetId?: string;
237
+ /**
238
+ * <p>The IDs of the VPC security groups.</p>
239
+ * @public
240
+ */
241
+ SecurityGroups?: string[];
242
+ /**
243
+ * <p>The Amazon Resource Name (ARN) of the IAM role associated with the instance.
244
+ * </p>
245
+ * @public
246
+ */
247
+ RoleArn?: string;
248
+ /**
249
+ * <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the
250
+ * ML storage volume attached to the instance. </p>
251
+ * @public
252
+ */
253
+ KmsKeyId?: string;
254
+ /**
255
+ * <p>The network interface IDs that SageMaker created at the time of creating the instance.
256
+ * </p>
257
+ * @public
258
+ */
259
+ NetworkInterfaceId?: string;
260
+ /**
261
+ * <p>A timestamp. Use this parameter to retrieve the time when the notebook instance was
262
+ * last modified. </p>
263
+ * @public
264
+ */
265
+ LastModifiedTime?: Date;
266
+ /**
267
+ * <p>A timestamp. Use this parameter to return the time when the notebook instance was
268
+ * created</p>
269
+ * @public
270
+ */
271
+ CreationTime?: Date;
272
+ /**
273
+ * <p>Returns the name of a notebook instance lifecycle configuration.</p>
274
+ * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
275
+ * 2.1: (Optional) Customize a Notebook Instance</a>
276
+ * </p>
277
+ * @public
278
+ */
279
+ NotebookInstanceLifecycleConfigName?: string;
280
+ /**
281
+ * <p>Describes whether SageMaker provides internet access to the notebook instance. If this
282
+ * value is set to <i>Disabled</i>, the notebook instance does not have
283
+ * internet access, and cannot connect to SageMaker training and endpoint services.</p>
284
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
285
+ * @public
286
+ */
287
+ DirectInternetAccess?: DirectInternetAccess;
288
+ /**
289
+ * <p>The size, in GB, of the ML storage volume attached to the notebook instance.</p>
290
+ * @public
291
+ */
292
+ VolumeSizeInGB?: number;
293
+ /**
294
+ * <p>A list of the Elastic Inference (EI) instance types associated with this notebook
295
+ * instance. Currently only one EI instance type can be associated with a notebook
296
+ * instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
297
+ * Amazon SageMaker</a>.</p>
298
+ * @public
299
+ */
300
+ AcceleratorTypes?: NotebookInstanceAcceleratorType[];
301
+ /**
302
+ * <p>The Git repository associated with the notebook instance as its default code
303
+ * repository. This can be either the name of a Git repository stored as a resource in your
304
+ * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
305
+ * or in any other Git repository. When you open a notebook instance, it opens in the
306
+ * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
307
+ * Repositories with SageMaker Notebook Instances</a>.</p>
308
+ * @public
309
+ */
310
+ DefaultCodeRepository?: string;
311
+ /**
312
+ * <p>An array of up to three Git repositories associated with the notebook instance. These
313
+ * can be either the names of Git repositories stored as resources in your account, or the
314
+ * URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
315
+ * or in any other Git repository. These repositories are cloned at the same level as the
316
+ * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
317
+ * Repositories with SageMaker Notebook Instances</a>.</p>
318
+ * @public
319
+ */
320
+ AdditionalCodeRepositories?: string[];
321
+ /**
322
+ * <p>Whether root access is enabled or disabled for users of the notebook instance.</p>
323
+ * <note>
324
+ * <p>Lifecycle configurations need root access to be able to set up a notebook
325
+ * instance. Because of this, lifecycle configurations associated with a notebook
326
+ * instance always run with root access even if you disable root access for
327
+ * users.</p>
328
+ * </note>
329
+ * @public
330
+ */
331
+ RootAccess?: RootAccess;
332
+ /**
333
+ * <p>The platform identifier of the notebook instance runtime environment.</p>
334
+ * @public
335
+ */
336
+ PlatformIdentifier?: string;
337
+ /**
338
+ * <p>Information on the IMDS configuration of the notebook instance</p>
339
+ * @public
340
+ */
341
+ InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
342
+ }
4
343
  /**
5
344
  * @public
6
345
  */
@@ -4355,6 +4694,11 @@ export interface HubContentInfo {
4355
4694
  * @public
4356
4695
  */
4357
4696
  HubContentArn: string | undefined;
4697
+ /**
4698
+ * <p>The ARN of the public hub content.</p>
4699
+ * @public
4700
+ */
4701
+ SageMakerPublicHubContentArn?: string;
4358
4702
  /**
4359
4703
  * <p>The version of the hub content.</p>
4360
4704
  * @public
@@ -4380,6 +4724,11 @@ export interface HubContentInfo {
4380
4724
  * @public
4381
4725
  */
4382
4726
  HubContentDescription?: string;
4727
+ /**
4728
+ * <p>The support status of the hub content.</p>
4729
+ * @public
4730
+ */
4731
+ SupportStatus?: HubContentSupportStatus;
4383
4732
  /**
4384
4733
  * <p>The searchable keywords for the hub content.</p>
4385
4734
  * @public
@@ -4395,6 +4744,11 @@ export interface HubContentInfo {
4395
4744
  * @public
4396
4745
  */
4397
4746
  CreationTime: Date | undefined;
4747
+ /**
4748
+ * <p>The date and time when the hub content was originally created, before any updates or revisions.</p>
4749
+ * @public
4750
+ */
4751
+ OriginalCreationTime?: Date;
4398
4752
  }
4399
4753
  /**
4400
4754
  * @public
@@ -9463,163 +9817,3 @@ export interface ModelSummary {
9463
9817
  */
9464
9818
  CreationTime: Date | undefined;
9465
9819
  }
9466
- /**
9467
- * @public
9468
- */
9469
- export interface ListModelsOutput {
9470
- /**
9471
- * <p>An array of <code>ModelSummary</code> objects, each of which lists a
9472
- * model.</p>
9473
- * @public
9474
- */
9475
- Models: ModelSummary[] | undefined;
9476
- /**
9477
- * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
9478
- * models, use it in the subsequent request. </p>
9479
- * @public
9480
- */
9481
- NextToken?: string;
9482
- }
9483
- /**
9484
- * @public
9485
- * @enum
9486
- */
9487
- export declare const MonitoringAlertHistorySortKey: {
9488
- readonly CreationTime: "CreationTime";
9489
- readonly Status: "Status";
9490
- };
9491
- /**
9492
- * @public
9493
- */
9494
- export type MonitoringAlertHistorySortKey = (typeof MonitoringAlertHistorySortKey)[keyof typeof MonitoringAlertHistorySortKey];
9495
- /**
9496
- * @public
9497
- * @enum
9498
- */
9499
- export declare const MonitoringAlertStatus: {
9500
- readonly IN_ALERT: "InAlert";
9501
- readonly OK: "OK";
9502
- };
9503
- /**
9504
- * @public
9505
- */
9506
- export type MonitoringAlertStatus = (typeof MonitoringAlertStatus)[keyof typeof MonitoringAlertStatus];
9507
- /**
9508
- * @public
9509
- */
9510
- export interface ListMonitoringAlertHistoryRequest {
9511
- /**
9512
- * <p>The name of a monitoring schedule.</p>
9513
- * @public
9514
- */
9515
- MonitoringScheduleName?: string;
9516
- /**
9517
- * <p>The name of a monitoring alert.</p>
9518
- * @public
9519
- */
9520
- MonitoringAlertName?: string;
9521
- /**
9522
- * <p>The field used to sort results. The default is <code>CreationTime</code>.</p>
9523
- * @public
9524
- */
9525
- SortBy?: MonitoringAlertHistorySortKey;
9526
- /**
9527
- * <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert
9528
- * history. The default is <code>Descending</code>.</p>
9529
- * @public
9530
- */
9531
- SortOrder?: SortOrder;
9532
- /**
9533
- * <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was
9534
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
9535
- * alerts in the history, use the token in the next request.</p>
9536
- * @public
9537
- */
9538
- NextToken?: string;
9539
- /**
9540
- * <p>The maximum number of results to display. The default is 100.</p>
9541
- * @public
9542
- */
9543
- MaxResults?: number;
9544
- /**
9545
- * <p>A filter that returns only alerts created on or before the specified time.</p>
9546
- * @public
9547
- */
9548
- CreationTimeBefore?: Date;
9549
- /**
9550
- * <p>A filter that returns only alerts created on or after the specified time.</p>
9551
- * @public
9552
- */
9553
- CreationTimeAfter?: Date;
9554
- /**
9555
- * <p>A filter that retrieves only alerts with a specific status.</p>
9556
- * @public
9557
- */
9558
- StatusEquals?: MonitoringAlertStatus;
9559
- }
9560
- /**
9561
- * <p>Provides summary information of an alert's history.</p>
9562
- * @public
9563
- */
9564
- export interface MonitoringAlertHistorySummary {
9565
- /**
9566
- * <p>The name of a monitoring schedule.</p>
9567
- * @public
9568
- */
9569
- MonitoringScheduleName: string | undefined;
9570
- /**
9571
- * <p>The name of a monitoring alert.</p>
9572
- * @public
9573
- */
9574
- MonitoringAlertName: string | undefined;
9575
- /**
9576
- * <p>A timestamp that indicates when the first alert transition occurred in an alert history.
9577
- * An alert transition can be from status <code>InAlert</code> to <code>OK</code>,
9578
- * or from <code>OK</code> to <code>InAlert</code>.</p>
9579
- * @public
9580
- */
9581
- CreationTime: Date | undefined;
9582
- /**
9583
- * <p>The current alert status of an alert.</p>
9584
- * @public
9585
- */
9586
- AlertStatus: MonitoringAlertStatus | undefined;
9587
- }
9588
- /**
9589
- * @public
9590
- */
9591
- export interface ListMonitoringAlertHistoryResponse {
9592
- /**
9593
- * <p>An alert history for a model monitoring schedule.</p>
9594
- * @public
9595
- */
9596
- MonitoringAlertHistory?: MonitoringAlertHistorySummary[];
9597
- /**
9598
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
9599
- * alerts, use it in the subsequent request.</p>
9600
- * @public
9601
- */
9602
- NextToken?: string;
9603
- }
9604
- /**
9605
- * @public
9606
- */
9607
- export interface ListMonitoringAlertsRequest {
9608
- /**
9609
- * <p>The name of a monitoring schedule.</p>
9610
- * @public
9611
- */
9612
- MonitoringScheduleName: string | undefined;
9613
- /**
9614
- * <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated,
9615
- * the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the
9616
- * history, use the token in the next request.</p>
9617
- * @public
9618
- */
9619
- NextToken?: string;
9620
- /**
9621
- * <p>The maximum number of results to display. The default is 100.</p>
9622
- * @public
9623
- */
9624
- MaxResults?: number;
9625
- }