Struct aws_sdk_comprehend::types::FlywheelSummary
source · #[non_exhaustive]pub struct FlywheelSummary { /* private fields */ }Expand description
Flywheel summary information.
Implementations§
source§impl FlywheelSummary
impl FlywheelSummary
sourcepub fn flywheel_arn(&self) -> Option<&str>
pub fn flywheel_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the flywheel
sourcepub fn active_model_arn(&self) -> Option<&str>
pub fn active_model_arn(&self) -> Option<&str>
ARN of the active model version for the flywheel.
sourcepub fn data_lake_s3_uri(&self) -> Option<&str>
pub fn data_lake_s3_uri(&self) -> Option<&str>
Amazon S3 URI of the data lake location.
sourcepub fn status(&self) -> Option<&FlywheelStatus>
pub fn status(&self) -> Option<&FlywheelStatus>
The status of the flywheel.
sourcepub fn model_type(&self) -> Option<&ModelType>
pub fn model_type(&self) -> Option<&ModelType>
Model type of the flywheel's model.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
Creation time of the flywheel.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
Last modified time for the flywheel.
sourcepub fn latest_flywheel_iteration(&self) -> Option<&str>
pub fn latest_flywheel_iteration(&self) -> Option<&str>
The most recent flywheel iteration.
source§impl FlywheelSummary
impl FlywheelSummary
sourcepub fn builder() -> FlywheelSummaryBuilder
pub fn builder() -> FlywheelSummaryBuilder
Creates a new builder-style object to manufacture FlywheelSummary.
Trait Implementations§
source§impl Clone for FlywheelSummary
impl Clone for FlywheelSummary
source§fn clone(&self) -> FlywheelSummary
fn clone(&self) -> FlywheelSummary
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 FlywheelSummary
impl Debug for FlywheelSummary
source§impl PartialEq<FlywheelSummary> for FlywheelSummary
impl PartialEq<FlywheelSummary> for FlywheelSummary
source§fn eq(&self, other: &FlywheelSummary) -> bool
fn eq(&self, other: &FlywheelSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.