Struct aws_sdk_sagemaker::model::auto_ml_candidate_step::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AutoMlCandidateStep
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn candidate_step_type(self, input: CandidateStepType) -> Self
pub fn candidate_step_type(self, input: CandidateStepType) -> Self
Whether the candidate is at the transform, training, or processing step.
sourcepub fn set_candidate_step_type(self, input: Option<CandidateStepType>) -> Self
pub fn set_candidate_step_type(self, input: Option<CandidateStepType>) -> Self
Whether the candidate is at the transform, training, or processing step.
sourcepub fn candidate_step_arn(self, input: impl Into<String>) -> Self
pub fn candidate_step_arn(self, input: impl Into<String>) -> Self
The ARN for the candidate's step.
sourcepub fn set_candidate_step_arn(self, input: Option<String>) -> Self
pub fn set_candidate_step_arn(self, input: Option<String>) -> Self
The ARN for the candidate's step.
sourcepub fn candidate_step_name(self, input: impl Into<String>) -> Self
pub fn candidate_step_name(self, input: impl Into<String>) -> Self
The name for the candidate's step.
sourcepub fn set_candidate_step_name(self, input: Option<String>) -> Self
pub fn set_candidate_step_name(self, input: Option<String>) -> Self
The name for the candidate's step.
sourcepub fn build(self) -> AutoMlCandidateStep
pub fn build(self) -> AutoMlCandidateStep
Consumes the builder and constructs a AutoMlCandidateStep
.