Struct aws_sdk_glue::input::CancelMlTaskRunInput
source · #[non_exhaustive]pub struct CancelMlTaskRunInput { /* private fields */ }Implementations§
source§impl CancelMlTaskRunInput
impl CancelMlTaskRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelMLTaskRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelMLTaskRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelMLTaskRun>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelMlTaskRunInput.
source§impl CancelMlTaskRunInput
impl CancelMlTaskRunInput
sourcepub fn transform_id(&self) -> Option<&str>
pub fn transform_id(&self) -> Option<&str>
The unique identifier of the machine learning transform.
sourcepub fn task_run_id(&self) -> Option<&str>
pub fn task_run_id(&self) -> Option<&str>
A unique identifier for the task run.
Trait Implementations§
source§impl Clone for CancelMlTaskRunInput
impl Clone for CancelMlTaskRunInput
source§fn clone(&self) -> CancelMlTaskRunInput
fn clone(&self) -> CancelMlTaskRunInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CancelMlTaskRunInput
impl Debug for CancelMlTaskRunInput
source§impl PartialEq<CancelMlTaskRunInput> for CancelMlTaskRunInput
impl PartialEq<CancelMlTaskRunInput> for CancelMlTaskRunInput
source§fn eq(&self, other: &CancelMlTaskRunInput) -> bool
fn eq(&self, other: &CancelMlTaskRunInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.