Struct aws_sdk_sagemaker::model::compilation_job_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CompilationJobSummary
Implementations
The name of the model compilation job that you want a summary for.
The name of the model compilation job that you want a summary for.
The Amazon Resource Name (ARN) of the model compilation job.
The Amazon Resource Name (ARN) of the model compilation job.
The time when the model compilation job was created.
The time when the model compilation job was created.
The time when the model compilation job started.
The time when the model compilation job started.
The time when the model compilation job completed.
The time when the model compilation job completed.
The type of device that the model will run on after the compilation job has completed.
The type of device that the model will run on after the compilation job has completed.
The type of OS that the model will run on after the compilation job has completed.
The type of OS that the model will run on after the compilation job has completed.
The type of architecture that the model will run on after the compilation job has completed.
The type of architecture that the model will run on after the compilation job has completed.
pub fn compilation_target_platform_accelerator(
self,
input: TargetPlatformAccelerator
) -> Self
pub fn compilation_target_platform_accelerator(
self,
input: TargetPlatformAccelerator
) -> Self
The type of accelerator that the model will run on after the compilation job has completed.
pub fn set_compilation_target_platform_accelerator(
self,
input: Option<TargetPlatformAccelerator>
) -> Self
pub fn set_compilation_target_platform_accelerator(
self,
input: Option<TargetPlatformAccelerator>
) -> Self
The type of accelerator that the model will run on after the compilation job has completed.
The time when the model compilation job was last modified.
The time when the model compilation job was last modified.
The status of the model compilation job.
The status of the model compilation job.
Consumes the builder and constructs a CompilationJobSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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