Struct aws_sdk_glue::client::fluent_builders::GetMLTaskRun
source ·
[−]pub struct GetMLTaskRun<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to GetMLTaskRun
.
Gets details for a specific task run on a machine learning transform. Machine learning task runs are asynchronous tasks that Glue runs on your behalf as part of various machine learning workflows. You can check the stats of any task run by calling GetMLTaskRun
with the TaskRunID
and its parent transform's TransformID
.
Implementations
impl<C, M, R> GetMLTaskRun<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> GetMLTaskRun<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<GetMlTaskRunOutput, SdkError<GetMLTaskRunError>> where
R::Policy: SmithyRetryPolicy<GetMlTaskRunInputOperationOutputAlias, GetMlTaskRunOutput, GetMLTaskRunError, GetMlTaskRunInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<GetMlTaskRunOutput, SdkError<GetMLTaskRunError>> where
R::Policy: SmithyRetryPolicy<GetMlTaskRunInputOperationOutputAlias, GetMlTaskRunOutput, GetMLTaskRunError, GetMlTaskRunInputOperationRetryAlias>,
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 unique identifier of the machine learning transform.
The unique identifier of the machine learning transform.
The unique identifier of the task run.
The unique identifier of the task run.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for GetMLTaskRun<C, M, R>
impl<C, M, R> Unpin for GetMLTaskRun<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for GetMLTaskRun<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