Waiters

Trait Waiters 

Source
pub trait Waiters {
    // Required methods
    fn wait_until_project_version_running(
        &self,
    ) -> ProjectVersionRunningFluentBuilder;
    fn wait_until_project_version_training_completed(
        &self,
    ) -> ProjectVersionTrainingCompletedFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Source

fn wait_until_project_version_running( &self, ) -> ProjectVersionRunningFluentBuilder

Wait until the ProjectVersion is running.

Source

fn wait_until_project_version_training_completed( &self, ) -> ProjectVersionTrainingCompletedFluentBuilder

Wait until the ProjectVersion training completes.

Implementors§