#[non_exhaustive]pub struct TabularResolvedAttributesBuilder { /* private fields */ }
Expand description
A builder for TabularResolvedAttributes
.
Implementations§
source§impl TabularResolvedAttributesBuilder
impl TabularResolvedAttributesBuilder
sourcepub fn problem_type(self, input: ProblemType) -> Self
pub fn problem_type(self, input: ProblemType) -> Self
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
sourcepub fn set_problem_type(self, input: Option<ProblemType>) -> Self
pub fn set_problem_type(self, input: Option<ProblemType>) -> Self
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
sourcepub fn get_problem_type(&self) -> &Option<ProblemType>
pub fn get_problem_type(&self) -> &Option<ProblemType>
The type of supervised learning problem available for the model candidates of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression). For more information, see Amazon SageMaker Autopilot problem types.
sourcepub fn build(self) -> TabularResolvedAttributes
pub fn build(self) -> TabularResolvedAttributes
Consumes the builder and constructs a TabularResolvedAttributes
.
Trait Implementations§
source§impl Clone for TabularResolvedAttributesBuilder
impl Clone for TabularResolvedAttributesBuilder
source§fn clone(&self) -> TabularResolvedAttributesBuilder
fn clone(&self) -> TabularResolvedAttributesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for TabularResolvedAttributesBuilder
impl Default for TabularResolvedAttributesBuilder
source§fn default() -> TabularResolvedAttributesBuilder
fn default() -> TabularResolvedAttributesBuilder
source§impl PartialEq<TabularResolvedAttributesBuilder> for TabularResolvedAttributesBuilder
impl PartialEq<TabularResolvedAttributesBuilder> for TabularResolvedAttributesBuilder
source§fn eq(&self, other: &TabularResolvedAttributesBuilder) -> bool
fn eq(&self, other: &TabularResolvedAttributesBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.