#[non_exhaustive]pub struct GetMlTaskRunInputBuilder { /* private fields */ }Expand description
A builder for GetMlTaskRunInput.
Implementations§
source§impl GetMlTaskRunInputBuilder
impl GetMlTaskRunInputBuilder
sourcepub fn transform_id(self, input: impl Into<String>) -> Self
pub fn transform_id(self, input: impl Into<String>) -> Self
The unique identifier of the machine learning transform.
This field is required.sourcepub fn set_transform_id(self, input: Option<String>) -> Self
pub fn set_transform_id(self, input: Option<String>) -> Self
The unique identifier of the machine learning transform.
sourcepub fn get_transform_id(&self) -> &Option<String>
pub fn get_transform_id(&self) -> &Option<String>
The unique identifier of the machine learning transform.
sourcepub fn task_run_id(self, input: impl Into<String>) -> Self
pub fn task_run_id(self, input: impl Into<String>) -> Self
The unique identifier of the task run.
This field is required.sourcepub fn set_task_run_id(self, input: Option<String>) -> Self
pub fn set_task_run_id(self, input: Option<String>) -> Self
The unique identifier of the task run.
sourcepub fn get_task_run_id(&self) -> &Option<String>
pub fn get_task_run_id(&self) -> &Option<String>
The unique identifier of the task run.
sourcepub fn build(self) -> Result<GetMlTaskRunInput, BuildError>
pub fn build(self) -> Result<GetMlTaskRunInput, BuildError>
Consumes the builder and constructs a GetMlTaskRunInput.
source§impl GetMlTaskRunInputBuilder
impl GetMlTaskRunInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetMlTaskRunOutput, SdkError<GetMLTaskRunError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetMlTaskRunOutput, SdkError<GetMLTaskRunError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetMlTaskRunInputBuilder
impl Clone for GetMlTaskRunInputBuilder
source§fn clone(&self) -> GetMlTaskRunInputBuilder
fn clone(&self) -> GetMlTaskRunInputBuilder
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 GetMlTaskRunInputBuilder
impl Debug for GetMlTaskRunInputBuilder
source§impl Default for GetMlTaskRunInputBuilder
impl Default for GetMlTaskRunInputBuilder
source§fn default() -> GetMlTaskRunInputBuilder
fn default() -> GetMlTaskRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetMlTaskRunInputBuilder
impl PartialEq for GetMlTaskRunInputBuilder
source§fn eq(&self, other: &GetMlTaskRunInputBuilder) -> bool
fn eq(&self, other: &GetMlTaskRunInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetMlTaskRunInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetMlTaskRunInputBuilder
impl Send for GetMlTaskRunInputBuilder
impl Sync for GetMlTaskRunInputBuilder
impl Unpin for GetMlTaskRunInputBuilder
impl UnwindSafe for GetMlTaskRunInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.