Struct aws_sdk_sagemaker::model::ProfilerRuleEvaluationStatus [−][src]
#[non_exhaustive]pub struct ProfilerRuleEvaluationStatus {
pub rule_configuration_name: Option<String>,
pub rule_evaluation_job_arn: Option<String>,
pub rule_evaluation_status: Option<RuleEvaluationStatus>,
pub status_details: Option<String>,
pub last_modified_time: Option<DateTime>,
}
Expand description
Information about the status of the rule evaluation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.rule_configuration_name: Option<String>
The name of the rule configuration.
rule_evaluation_job_arn: Option<String>
The Amazon Resource Name (ARN) of the rule evaluation job.
rule_evaluation_status: Option<RuleEvaluationStatus>
Status of the rule evaluation.
status_details: Option<String>
Details from the rule evaluation.
last_modified_time: Option<DateTime>
Timestamp when the rule evaluation status was last modified.
Implementations
The name of the rule configuration.
The Amazon Resource Name (ARN) of the rule evaluation job.
Status of the rule evaluation.
Details from the rule evaluation.
Timestamp when the rule evaluation status was last modified.
Creates a new builder-style object to manufacture ProfilerRuleEvaluationStatus
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ProfilerRuleEvaluationStatus
impl Sync for ProfilerRuleEvaluationStatus
impl Unpin for ProfilerRuleEvaluationStatus
impl UnwindSafe for ProfilerRuleEvaluationStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more