#[non_exhaustive]pub struct AutoMlPartialFailureReasonBuilder { /* private fields */ }
Expand description
A builder for AutoMlPartialFailureReason
.
Implementations§
source§impl AutoMlPartialFailureReasonBuilder
impl AutoMlPartialFailureReasonBuilder
sourcepub fn partial_failure_message(self, input: impl Into<String>) -> Self
pub fn partial_failure_message(self, input: impl Into<String>) -> Self
The message containing the reason for a partial failure of an AutoML job.
sourcepub fn set_partial_failure_message(self, input: Option<String>) -> Self
pub fn set_partial_failure_message(self, input: Option<String>) -> Self
The message containing the reason for a partial failure of an AutoML job.
sourcepub fn get_partial_failure_message(&self) -> &Option<String>
pub fn get_partial_failure_message(&self) -> &Option<String>
The message containing the reason for a partial failure of an AutoML job.
sourcepub fn build(self) -> AutoMlPartialFailureReason
pub fn build(self) -> AutoMlPartialFailureReason
Consumes the builder and constructs a AutoMlPartialFailureReason
.
Trait Implementations§
source§impl Clone for AutoMlPartialFailureReasonBuilder
impl Clone for AutoMlPartialFailureReasonBuilder
source§fn clone(&self) -> AutoMlPartialFailureReasonBuilder
fn clone(&self) -> AutoMlPartialFailureReasonBuilder
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 AutoMlPartialFailureReasonBuilder
impl Default for AutoMlPartialFailureReasonBuilder
source§fn default() -> AutoMlPartialFailureReasonBuilder
fn default() -> AutoMlPartialFailureReasonBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AutoMlPartialFailureReasonBuilder
impl PartialEq for AutoMlPartialFailureReasonBuilder
source§fn eq(&self, other: &AutoMlPartialFailureReasonBuilder) -> bool
fn eq(&self, other: &AutoMlPartialFailureReasonBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoMlPartialFailureReasonBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AutoMlPartialFailureReasonBuilder
impl Send for AutoMlPartialFailureReasonBuilder
impl Sync for AutoMlPartialFailureReasonBuilder
impl Unpin for AutoMlPartialFailureReasonBuilder
impl UnwindSafe for AutoMlPartialFailureReasonBuilder
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.