pub trait Waiters {
Show 13 methods
// Required methods
fn wait_until_endpoint_deleted(&self) -> EndpointDeletedFluentBuilder;
fn wait_until_endpoint_in_service(&self) -> EndpointInServiceFluentBuilder;
fn wait_until_image_created(&self) -> ImageCreatedFluentBuilder;
fn wait_until_image_deleted(&self) -> ImageDeletedFluentBuilder;
fn wait_until_image_updated(&self) -> ImageUpdatedFluentBuilder;
fn wait_until_image_version_created(
&self,
) -> ImageVersionCreatedFluentBuilder;
fn wait_until_image_version_deleted(
&self,
) -> ImageVersionDeletedFluentBuilder;
fn wait_until_notebook_instance_deleted(
&self,
) -> NotebookInstanceDeletedFluentBuilder;
fn wait_until_notebook_instance_in_service(
&self,
) -> NotebookInstanceInServiceFluentBuilder;
fn wait_until_notebook_instance_stopped(
&self,
) -> NotebookInstanceStoppedFluentBuilder;
fn wait_until_processing_job_completed_or_stopped(
&self,
) -> ProcessingJobCompletedOrStoppedFluentBuilder;
fn wait_until_training_job_completed_or_stopped(
&self,
) -> TrainingJobCompletedOrStoppedFluentBuilder;
fn wait_until_transform_job_completed_or_stopped(
&self,
) -> TransformJobCompletedOrStoppedFluentBuilder;
}
Expand description
Waiter functions for the client.
Import this trait to get wait_until
methods on the client.
Required Methods§
Sourcefn wait_until_endpoint_deleted(&self) -> EndpointDeletedFluentBuilder
fn wait_until_endpoint_deleted(&self) -> EndpointDeletedFluentBuilder
Wait for endpoint_deleted
Sourcefn wait_until_endpoint_in_service(&self) -> EndpointInServiceFluentBuilder
fn wait_until_endpoint_in_service(&self) -> EndpointInServiceFluentBuilder
Wait for endpoint_in_service
Sourcefn wait_until_image_created(&self) -> ImageCreatedFluentBuilder
fn wait_until_image_created(&self) -> ImageCreatedFluentBuilder
Wait for image_created
Sourcefn wait_until_image_deleted(&self) -> ImageDeletedFluentBuilder
fn wait_until_image_deleted(&self) -> ImageDeletedFluentBuilder
Wait for image_deleted
Sourcefn wait_until_image_updated(&self) -> ImageUpdatedFluentBuilder
fn wait_until_image_updated(&self) -> ImageUpdatedFluentBuilder
Wait for image_updated
Sourcefn wait_until_image_version_created(&self) -> ImageVersionCreatedFluentBuilder
fn wait_until_image_version_created(&self) -> ImageVersionCreatedFluentBuilder
Wait for image_version_created
Sourcefn wait_until_image_version_deleted(&self) -> ImageVersionDeletedFluentBuilder
fn wait_until_image_version_deleted(&self) -> ImageVersionDeletedFluentBuilder
Wait for image_version_deleted
Sourcefn wait_until_notebook_instance_deleted(
&self,
) -> NotebookInstanceDeletedFluentBuilder
fn wait_until_notebook_instance_deleted( &self, ) -> NotebookInstanceDeletedFluentBuilder
Wait for notebook_instance_deleted
Sourcefn wait_until_notebook_instance_in_service(
&self,
) -> NotebookInstanceInServiceFluentBuilder
fn wait_until_notebook_instance_in_service( &self, ) -> NotebookInstanceInServiceFluentBuilder
Wait for notebook_instance_in_service
Sourcefn wait_until_notebook_instance_stopped(
&self,
) -> NotebookInstanceStoppedFluentBuilder
fn wait_until_notebook_instance_stopped( &self, ) -> NotebookInstanceStoppedFluentBuilder
Wait for notebook_instance_stopped
Sourcefn wait_until_processing_job_completed_or_stopped(
&self,
) -> ProcessingJobCompletedOrStoppedFluentBuilder
fn wait_until_processing_job_completed_or_stopped( &self, ) -> ProcessingJobCompletedOrStoppedFluentBuilder
Wait for processing_job_completed_or_stopped
Sourcefn wait_until_training_job_completed_or_stopped(
&self,
) -> TrainingJobCompletedOrStoppedFluentBuilder
fn wait_until_training_job_completed_or_stopped( &self, ) -> TrainingJobCompletedOrStoppedFluentBuilder
Wait for training_job_completed_or_stopped
Sourcefn wait_until_transform_job_completed_or_stopped(
&self,
) -> TransformJobCompletedOrStoppedFluentBuilder
fn wait_until_transform_job_completed_or_stopped( &self, ) -> TransformJobCompletedOrStoppedFluentBuilder
Wait for transform_job_completed_or_stopped