Struct aws_sdk_sagemaker::types::AppSpecification
source · #[non_exhaustive]pub struct AppSpecification { /* private fields */ }
Expand description
Configuration to run a processing job in a specified container image.
Implementations§
source§impl AppSpecification
impl AppSpecification
sourcepub fn container_entrypoint(&self) -> Option<&[String]>
pub fn container_entrypoint(&self) -> Option<&[String]>
The entrypoint for a container used to run a processing job.
sourcepub fn container_arguments(&self) -> Option<&[String]>
pub fn container_arguments(&self) -> Option<&[String]>
The arguments for a container used to run a processing job.
source§impl AppSpecification
impl AppSpecification
sourcepub fn builder() -> AppSpecificationBuilder
pub fn builder() -> AppSpecificationBuilder
Creates a new builder-style object to manufacture AppSpecification
.
Trait Implementations§
source§impl Clone for AppSpecification
impl Clone for AppSpecification
source§fn clone(&self) -> AppSpecification
fn clone(&self) -> AppSpecification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AppSpecification
impl Debug for AppSpecification
source§impl PartialEq<AppSpecification> for AppSpecification
impl PartialEq<AppSpecification> for AppSpecification
source§fn eq(&self, other: &AppSpecification) -> bool
fn eq(&self, other: &AppSpecification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.