aws-sdk-sagemaker 1.188.0

AWS SDK for Amazon SageMaker Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// Supporting types for the `endpoint_deleted` waiter.
pub mod endpoint_deleted;

/// Supporting types for the `endpoint_in_service` waiter.
pub mod endpoint_in_service;

/// Supporting types for the `image_created` waiter.
pub mod image_created;

/// Supporting types for the `image_deleted` waiter.
pub mod image_deleted;

/// Supporting types for the `image_updated` waiter.
pub mod image_updated;

/// Supporting types for the `image_version_created` waiter.
pub mod image_version_created;

/// Supporting types for the `image_version_deleted` waiter.
pub mod image_version_deleted;

/// Supporting types for the `notebook_instance_deleted` waiter.
pub mod notebook_instance_deleted;

/// Supporting types for the `notebook_instance_in_service` waiter.
pub mod notebook_instance_in_service;

/// Supporting types for the `notebook_instance_stopped` waiter.
pub mod notebook_instance_stopped;

/// Supporting types for the `processing_job_completed_or_stopped` waiter.
pub mod processing_job_completed_or_stopped;

/// Supporting types for the `training_job_completed_or_stopped` waiter.
pub mod training_job_completed_or_stopped;

/// Supporting types for the `transform_job_completed_or_stopped` waiter.
pub mod transform_job_completed_or_stopped;

#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;