[−][src]Struct rusoto_sagemaker::TransformJobSummary
Provides a summary of a transform job. Multiple TransformJobSummary
objects are returned as a list after in response to a ListTransformJobs call.
Fields
creation_time: f64
A timestamp that shows when the transform Job was created.
failure_reason: Option<String>
If the transform job failed, the reason it failed.
last_modified_time: Option<f64>
Indicates when the transform job was last modified.
transform_end_time: Option<f64>
Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.
transform_job_arn: String
The Amazon Resource Name (ARN) of the transform job.
transform_job_name: String
The name of the transform job.
transform_job_status: String
The status of the transform job.
Trait Implementations
impl PartialEq<TransformJobSummary> for TransformJobSummary
[src]
fn eq(&self, other: &TransformJobSummary) -> bool
[src]
fn ne(&self, other: &TransformJobSummary) -> bool
[src]
impl Default for TransformJobSummary
[src]
fn default() -> TransformJobSummary
[src]
impl Clone for TransformJobSummary
[src]
fn clone(&self) -> TransformJobSummary
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for TransformJobSummary
[src]
impl<'de> Deserialize<'de> for TransformJobSummary
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for TransformJobSummary
impl Sync for TransformJobSummary
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self