[][src]Struct rusoto_sagemaker::ProfilerRuleEvaluationStatus

pub struct ProfilerRuleEvaluationStatus {
    pub last_modified_time: Option<f64>,
    pub rule_configuration_name: Option<String>,
    pub rule_evaluation_job_arn: Option<String>,
    pub rule_evaluation_status: Option<String>,
    pub status_details: Option<String>,
}

Information about the status of the rule evaluation.

Fields

last_modified_time: Option<f64>

Timestamp when the rule evaluation status was last modified.

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<String>

Status of the rule evaluation.

status_details: Option<String>

Details from the rule evaluation.

Trait Implementations

impl Clone for ProfilerRuleEvaluationStatus[src]

impl Debug for ProfilerRuleEvaluationStatus[src]

impl Default for ProfilerRuleEvaluationStatus[src]

impl<'de> Deserialize<'de> for ProfilerRuleEvaluationStatus[src]

impl PartialEq<ProfilerRuleEvaluationStatus> for ProfilerRuleEvaluationStatus[src]

impl StructuralPartialEq for ProfilerRuleEvaluationStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.