@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonSageMakerWaiters extends Object
Constructor and Description |
---|
AmazonSageMakerWaiters(AmazonSageMaker client)
Constructs a new AmazonSageMakerWaiters with the given client
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeEndpointRequest> |
endpointDeleted()
Builds a EndpointDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeEndpointRequest> |
endpointInService()
Builds a EndpointInService waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeImageRequest> |
imageCreated()
Builds a ImageCreated waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeImageRequest> |
imageDeleted()
Builds a ImageDeleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeImageRequest> |
imageUpdated()
Builds a ImageUpdated waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeImageVersionRequest> |
imageVersionCreated()
Builds a ImageVersionCreated waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeImageVersionRequest> |
imageVersionDeleted()
Builds a ImageVersionDeleted waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeNotebookInstanceRequest> |
notebookInstanceDeleted()
Builds a NotebookInstanceDeleted waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeNotebookInstanceRequest> |
notebookInstanceInService()
Builds a NotebookInstanceInService waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeNotebookInstanceRequest> |
notebookInstanceStopped()
Builds a NotebookInstanceStopped waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeProcessingJobRequest> |
processingJobCompletedOrStopped()
Builds a ProcessingJobCompletedOrStopped waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
void |
shutdown() |
Waiter<DescribeTrainingJobRequest> |
trainingJobCompletedOrStopped()
Builds a TrainingJobCompletedOrStopped waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeTransformJobRequest> |
transformJobCompletedOrStopped()
Builds a TransformJobCompletedOrStopped waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
public AmazonSageMakerWaiters(AmazonSageMaker client)
client
- Service clientpublic Waiter<DescribeImageRequest> imageDeleted()
public Waiter<DescribeNotebookInstanceRequest> notebookInstanceStopped()
public Waiter<DescribeNotebookInstanceRequest> notebookInstanceInService()
public Waiter<DescribeTransformJobRequest> transformJobCompletedOrStopped()
public Waiter<DescribeTrainingJobRequest> trainingJobCompletedOrStopped()
public Waiter<DescribeImageRequest> imageCreated()
public Waiter<DescribeImageVersionRequest> imageVersionDeleted()
public Waiter<DescribeNotebookInstanceRequest> notebookInstanceDeleted()
public Waiter<DescribeEndpointRequest> endpointInService()
public Waiter<DescribeEndpointRequest> endpointDeleted()
public Waiter<DescribeProcessingJobRequest> processingJobCompletedOrStopped()
public Waiter<DescribeImageRequest> imageUpdated()
public Waiter<DescribeImageVersionRequest> imageVersionCreated()
public void shutdown()