#[non_exhaustive]pub struct FlywheelIterationPropertiesBuilder { /* private fields */ }Expand description
A builder for FlywheelIterationProperties.
Implementations§
source§impl FlywheelIterationPropertiesBuilder
impl FlywheelIterationPropertiesBuilder
sourcepub fn flywheel_arn(self, input: impl Into<String>) -> Self
pub fn flywheel_arn(self, input: impl Into<String>) -> Self
sourcepub fn set_flywheel_arn(self, input: Option<String>) -> Self
pub fn set_flywheel_arn(self, input: Option<String>) -> Self
sourcepub fn get_flywheel_arn(&self) -> &Option<String>
pub fn get_flywheel_arn(&self) -> &Option<String>
sourcepub fn flywheel_iteration_id(self, input: impl Into<String>) -> Self
pub fn flywheel_iteration_id(self, input: impl Into<String>) -> Self
sourcepub fn set_flywheel_iteration_id(self, input: Option<String>) -> Self
pub fn set_flywheel_iteration_id(self, input: Option<String>) -> Self
sourcepub fn get_flywheel_iteration_id(&self) -> &Option<String>
pub fn get_flywheel_iteration_id(&self) -> &Option<String>
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The creation start time of the flywheel iteration.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The creation start time of the flywheel iteration.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The creation start time of the flywheel iteration.
sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The completion time of this flywheel iteration.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The completion time of this flywheel iteration.
sourcepub fn status(self, input: FlywheelIterationStatus) -> Self
pub fn status(self, input: FlywheelIterationStatus) -> Self
The status of the flywheel iteration.
sourcepub fn set_status(self, input: Option<FlywheelIterationStatus>) -> Self
pub fn set_status(self, input: Option<FlywheelIterationStatus>) -> Self
The status of the flywheel iteration.
sourcepub fn get_status(&self) -> &Option<FlywheelIterationStatus>
pub fn get_status(&self) -> &Option<FlywheelIterationStatus>
The status of the flywheel iteration.
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
A description of the status of the flywheel iteration.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
A description of the status of the flywheel iteration.
sourcepub fn get_message(&self) -> &Option<String>
pub fn get_message(&self) -> &Option<String>
A description of the status of the flywheel iteration.
sourcepub fn evaluated_model_arn(self, input: impl Into<String>) -> Self
pub fn evaluated_model_arn(self, input: impl Into<String>) -> Self
The ARN of the evaluated model associated with this flywheel iteration.
sourcepub fn set_evaluated_model_arn(self, input: Option<String>) -> Self
pub fn set_evaluated_model_arn(self, input: Option<String>) -> Self
The ARN of the evaluated model associated with this flywheel iteration.
sourcepub fn get_evaluated_model_arn(&self) -> &Option<String>
pub fn get_evaluated_model_arn(&self) -> &Option<String>
The ARN of the evaluated model associated with this flywheel iteration.
sourcepub fn evaluated_model_metrics(
self,
input: FlywheelModelEvaluationMetrics
) -> Self
pub fn evaluated_model_metrics( self, input: FlywheelModelEvaluationMetrics ) -> Self
The evaluation metrics associated with the evaluated model.
sourcepub fn set_evaluated_model_metrics(
self,
input: Option<FlywheelModelEvaluationMetrics>
) -> Self
pub fn set_evaluated_model_metrics( self, input: Option<FlywheelModelEvaluationMetrics> ) -> Self
The evaluation metrics associated with the evaluated model.
sourcepub fn get_evaluated_model_metrics(
&self
) -> &Option<FlywheelModelEvaluationMetrics>
pub fn get_evaluated_model_metrics( &self ) -> &Option<FlywheelModelEvaluationMetrics>
The evaluation metrics associated with the evaluated model.
sourcepub fn trained_model_arn(self, input: impl Into<String>) -> Self
pub fn trained_model_arn(self, input: impl Into<String>) -> Self
The ARN of the trained model associated with this flywheel iteration.
sourcepub fn set_trained_model_arn(self, input: Option<String>) -> Self
pub fn set_trained_model_arn(self, input: Option<String>) -> Self
The ARN of the trained model associated with this flywheel iteration.
sourcepub fn get_trained_model_arn(&self) -> &Option<String>
pub fn get_trained_model_arn(&self) -> &Option<String>
The ARN of the trained model associated with this flywheel iteration.
sourcepub fn trained_model_metrics(
self,
input: FlywheelModelEvaluationMetrics
) -> Self
pub fn trained_model_metrics( self, input: FlywheelModelEvaluationMetrics ) -> Self
The metrics associated with the trained model.
sourcepub fn set_trained_model_metrics(
self,
input: Option<FlywheelModelEvaluationMetrics>
) -> Self
pub fn set_trained_model_metrics( self, input: Option<FlywheelModelEvaluationMetrics> ) -> Self
The metrics associated with the trained model.
sourcepub fn get_trained_model_metrics(
&self
) -> &Option<FlywheelModelEvaluationMetrics>
pub fn get_trained_model_metrics( &self ) -> &Option<FlywheelModelEvaluationMetrics>
The metrics associated with the trained model.
sourcepub fn evaluation_manifest_s3_prefix(self, input: impl Into<String>) -> Self
pub fn evaluation_manifest_s3_prefix(self, input: impl Into<String>) -> Self
sourcepub fn set_evaluation_manifest_s3_prefix(self, input: Option<String>) -> Self
pub fn set_evaluation_manifest_s3_prefix(self, input: Option<String>) -> Self
sourcepub fn get_evaluation_manifest_s3_prefix(&self) -> &Option<String>
pub fn get_evaluation_manifest_s3_prefix(&self) -> &Option<String>
sourcepub fn build(self) -> FlywheelIterationProperties
pub fn build(self) -> FlywheelIterationProperties
Consumes the builder and constructs a FlywheelIterationProperties.
Trait Implementations§
source§impl Clone for FlywheelIterationPropertiesBuilder
impl Clone for FlywheelIterationPropertiesBuilder
source§fn clone(&self) -> FlywheelIterationPropertiesBuilder
fn clone(&self) -> FlywheelIterationPropertiesBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for FlywheelIterationPropertiesBuilder
impl Default for FlywheelIterationPropertiesBuilder
source§fn default() -> FlywheelIterationPropertiesBuilder
fn default() -> FlywheelIterationPropertiesBuilder
source§impl PartialEq for FlywheelIterationPropertiesBuilder
impl PartialEq for FlywheelIterationPropertiesBuilder
source§fn eq(&self, other: &FlywheelIterationPropertiesBuilder) -> bool
fn eq(&self, other: &FlywheelIterationPropertiesBuilder) -> bool
self and other values to be equal, and is used
by ==.