| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NotebookInstanceLifecycleConfigSummary |
NotebookInstanceLifecycleConfigSummary.clone() |
NotebookInstanceLifecycleConfigSummary |
NotebookInstanceLifecycleConfigSummary.withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
NotebookInstanceLifecycleConfigSummary |
NotebookInstanceLifecycleConfigSummary.withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
NotebookInstanceLifecycleConfigSummary |
NotebookInstanceLifecycleConfigSummary.withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
NotebookInstanceLifecycleConfigSummary |
NotebookInstanceLifecycleConfigSummary.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotebookInstanceLifecycleConfigSummary> |
ListNotebookInstanceLifecycleConfigsResult.getNotebookInstanceLifecycleConfigs()
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
| Modifier and Type | Method and Description |
|---|---|
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNotebookInstanceLifecycleConfigs(NotebookInstanceLifecycleConfigSummary... notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNotebookInstanceLifecycleConfigsResult.setNotebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
ListNotebookInstanceLifecycleConfigsResult |
ListNotebookInstanceLifecycleConfigsResult.withNotebookInstanceLifecycleConfigs(Collection<NotebookInstanceLifecycleConfigSummary> notebookInstanceLifecycleConfigs)
An array of
NotebookInstanceLifecycleConfiguration objects, each listing a lifecycle configuration. |
Copyright © 2025. All rights reserved.