#[non_exhaustive]pub struct AutoMlJobArtifactsBuilder { /* private fields */ }
Expand description
A builder for AutoMlJobArtifacts
.
Implementations§
source§impl AutoMlJobArtifactsBuilder
impl AutoMlJobArtifactsBuilder
sourcepub fn candidate_definition_notebook_location(
self,
input: impl Into<String>
) -> Self
pub fn candidate_definition_notebook_location( self, input: impl Into<String> ) -> Self
The URL of the notebook location.
sourcepub fn set_candidate_definition_notebook_location(
self,
input: Option<String>
) -> Self
pub fn set_candidate_definition_notebook_location( self, input: Option<String> ) -> Self
The URL of the notebook location.
sourcepub fn get_candidate_definition_notebook_location(&self) -> &Option<String>
pub fn get_candidate_definition_notebook_location(&self) -> &Option<String>
The URL of the notebook location.
sourcepub fn data_exploration_notebook_location(
self,
input: impl Into<String>
) -> Self
pub fn data_exploration_notebook_location( self, input: impl Into<String> ) -> Self
The URL of the notebook location.
sourcepub fn set_data_exploration_notebook_location(
self,
input: Option<String>
) -> Self
pub fn set_data_exploration_notebook_location( self, input: Option<String> ) -> Self
The URL of the notebook location.
sourcepub fn get_data_exploration_notebook_location(&self) -> &Option<String>
pub fn get_data_exploration_notebook_location(&self) -> &Option<String>
The URL of the notebook location.
sourcepub fn build(self) -> AutoMlJobArtifacts
pub fn build(self) -> AutoMlJobArtifacts
Consumes the builder and constructs a AutoMlJobArtifacts
.
Trait Implementations§
source§impl Clone for AutoMlJobArtifactsBuilder
impl Clone for AutoMlJobArtifactsBuilder
source§fn clone(&self) -> AutoMlJobArtifactsBuilder
fn clone(&self) -> AutoMlJobArtifactsBuilder
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 AutoMlJobArtifactsBuilder
impl Debug for AutoMlJobArtifactsBuilder
source§impl Default for AutoMlJobArtifactsBuilder
impl Default for AutoMlJobArtifactsBuilder
source§fn default() -> AutoMlJobArtifactsBuilder
fn default() -> AutoMlJobArtifactsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AutoMlJobArtifactsBuilder
impl PartialEq for AutoMlJobArtifactsBuilder
source§fn eq(&self, other: &AutoMlJobArtifactsBuilder) -> bool
fn eq(&self, other: &AutoMlJobArtifactsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoMlJobArtifactsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AutoMlJobArtifactsBuilder
impl Send for AutoMlJobArtifactsBuilder
impl Sync for AutoMlJobArtifactsBuilder
impl Unpin for AutoMlJobArtifactsBuilder
impl UnwindSafe for AutoMlJobArtifactsBuilder
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.