Struct aws_sdk_machinelearning::operation::get_batch_prediction::builders::GetBatchPredictionInputBuilder
source · #[non_exhaustive]pub struct GetBatchPredictionInputBuilder { /* private fields */ }
Expand description
A builder for GetBatchPredictionInput
.
Implementations§
source§impl GetBatchPredictionInputBuilder
impl GetBatchPredictionInputBuilder
sourcepub fn batch_prediction_id(self, input: impl Into<String>) -> Self
pub fn batch_prediction_id(self, input: impl Into<String>) -> Self
An ID assigned to the BatchPrediction
at creation.
sourcepub fn set_batch_prediction_id(self, input: Option<String>) -> Self
pub fn set_batch_prediction_id(self, input: Option<String>) -> Self
An ID assigned to the BatchPrediction
at creation.
sourcepub fn get_batch_prediction_id(&self) -> &Option<String>
pub fn get_batch_prediction_id(&self) -> &Option<String>
An ID assigned to the BatchPrediction
at creation.
sourcepub fn build(self) -> Result<GetBatchPredictionInput, BuildError>
pub fn build(self) -> Result<GetBatchPredictionInput, BuildError>
Consumes the builder and constructs a GetBatchPredictionInput
.
source§impl GetBatchPredictionInputBuilder
impl GetBatchPredictionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetBatchPredictionOutput, SdkError<GetBatchPredictionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetBatchPredictionOutput, SdkError<GetBatchPredictionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetBatchPredictionInputBuilder
impl Clone for GetBatchPredictionInputBuilder
source§fn clone(&self) -> GetBatchPredictionInputBuilder
fn clone(&self) -> GetBatchPredictionInputBuilder
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 Default for GetBatchPredictionInputBuilder
impl Default for GetBatchPredictionInputBuilder
source§fn default() -> GetBatchPredictionInputBuilder
fn default() -> GetBatchPredictionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetBatchPredictionInputBuilder
impl PartialEq for GetBatchPredictionInputBuilder
source§fn eq(&self, other: &GetBatchPredictionInputBuilder) -> bool
fn eq(&self, other: &GetBatchPredictionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetBatchPredictionInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetBatchPredictionInputBuilder
impl Send for GetBatchPredictionInputBuilder
impl Sync for GetBatchPredictionInputBuilder
impl Unpin for GetBatchPredictionInputBuilder
impl UnwindSafe for GetBatchPredictionInputBuilder
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.