| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceLifecycleConfigResult |
AmazonSageMaker.describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest describeNotebookInstanceLifecycleConfigRequest)
Returns a description of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
AmazonSageMakerClient.describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest request)
Returns a description of a notebook instance lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
AbstractAmazonSageMaker.describeNotebookInstanceLifecycleConfig(DescribeNotebookInstanceLifecycleConfigRequest request) |
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.clone() |
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withCreationTime(Date creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withLastModifiedTime(Date lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withNotebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withNotebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResult |
DescribeNotebookInstanceLifecycleConfigResult.withOnStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
Copyright © 2020. All rights reserved.