Struct aws_sdk_sagemaker::client::fluent_builders::StartMonitoringSchedule [−][src]
pub struct StartMonitoringSchedule<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to StartMonitoringSchedule
.
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a monitoring
schedule is scheduled
.
Implementations
impl<C, M, R> StartMonitoringSchedule<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartMonitoringSchedule<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartMonitoringScheduleOutput, SdkError<StartMonitoringScheduleError>> where
R::Policy: SmithyRetryPolicy<StartMonitoringScheduleInputOperationOutputAlias, StartMonitoringScheduleOutput, StartMonitoringScheduleError, StartMonitoringScheduleInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartMonitoringScheduleOutput, SdkError<StartMonitoringScheduleError>> where
R::Policy: SmithyRetryPolicy<StartMonitoringScheduleInputOperationOutputAlias, StartMonitoringScheduleOutput, StartMonitoringScheduleError, StartMonitoringScheduleInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The name of the schedule to start.
The name of the schedule to start.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for StartMonitoringSchedule<C, M, R>
impl<C, M, R> Send for StartMonitoringSchedule<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartMonitoringSchedule<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartMonitoringSchedule<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for StartMonitoringSchedule<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more