| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SageMaker.Waiters
Description
Synopsis
- notebookInstanceDeleted :: Wait DescribeNotebookInstance
- endpointDeleted :: Wait DescribeEndpoint
- endpointInService :: Wait DescribeEndpoint
- notebookInstanceInService :: Wait DescribeNotebookInstance
- trainingJobCompletedOrStopped :: Wait DescribeTrainingJob
- notebookInstanceStopped :: Wait DescribeNotebookInstance
Documentation
notebookInstanceDeleted :: Wait DescribeNotebookInstance Source #
Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.
endpointDeleted :: Wait DescribeEndpoint Source #
Polls DescribeEndpoint every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.
endpointInService :: Wait DescribeEndpoint Source #
Polls DescribeEndpoint every 30 seconds until a successful state is reached. An error is returned after 120 failed checks.
notebookInstanceInService :: Wait DescribeNotebookInstance Source #
Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.
trainingJobCompletedOrStopped :: Wait DescribeTrainingJob Source #
Polls DescribeTrainingJob every 120 seconds until a successful state is reached. An error is returned after 180 failed checks.
notebookInstanceStopped :: Wait DescribeNotebookInstance Source #
Polls DescribeNotebookInstance every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.