[−][src]Struct rusoto_sagemaker::DescribeCompilationJobResponse
Fields
compilation_end_time: Option<f64>
The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker detected that the job failed.
compilation_job_arn: String
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes to perform the model compilation job.
compilation_job_name: String
The name of the model compilation job.
compilation_job_status: String
The status of the model compilation job.
compilation_start_time: Option<f64>
The time when the model compilation job started the CompilationJob
instances.
You are billed for the time between this timestamp and the timestamp in the DescribeCompilationJobResponse$CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container.
creation_time: f64
The time that the model compilation job was created.
failure_reason: String
If a model compilation job failed, the reason it failed.
input_config: InputConfig
Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
last_modified_time: f64
The time that the status of the model compilation job was last modified.
model_artifacts: ModelArtifacts
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
output_config: OutputConfig
Information about the output location for the compiled model and the target device that the model runs on.
role_arn: String
The Amazon Resource Name (ARN) of the model compilation job.
stopping_condition: StoppingCondition
The duration allowed for model compilation.
Trait Implementations
impl PartialEq<DescribeCompilationJobResponse> for DescribeCompilationJobResponse
[src]
fn eq(&self, other: &DescribeCompilationJobResponse) -> bool
[src]
fn ne(&self, other: &DescribeCompilationJobResponse) -> bool
[src]
impl Default for DescribeCompilationJobResponse
[src]
impl Clone for DescribeCompilationJobResponse
[src]
fn clone(&self) -> DescribeCompilationJobResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeCompilationJobResponse
[src]
impl<'de> Deserialize<'de> for DescribeCompilationJobResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeCompilationJobResponse
impl Sync for DescribeCompilationJobResponse
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