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