Struct aws_sdk_sagemaker::operation::create_app::CreateAppInput
source · #[non_exhaustive]pub struct CreateAppInput { /* private fields */ }
Implementations§
source§impl CreateAppInput
impl CreateAppInput
sourcepub fn user_profile_name(&self) -> Option<&str>
pub fn user_profile_name(&self) -> Option<&str>
The user profile name. If this value is not set, then SpaceName
must be set.
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
sourcepub fn resource_spec(&self) -> Option<&ResourceSpec>
pub fn resource_spec(&self) -> Option<&ResourceSpec>
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
The value of InstanceType
passed as part of the ResourceSpec
in the CreateApp
call overrides the value passed as part of the ResourceSpec
configured for the user profile or the domain. If InstanceType
is not specified in any of those three ResourceSpec
values for a KernelGateway
app, the CreateApp
call fails with a request validation error.
sourcepub fn space_name(&self) -> Option<&str>
pub fn space_name(&self) -> Option<&str>
The name of the space. If this value is not set, then UserProfileName
must be set.
source§impl CreateAppInput
impl CreateAppInput
sourcepub fn builder() -> CreateAppInputBuilder
pub fn builder() -> CreateAppInputBuilder
Creates a new builder-style object to manufacture CreateAppInput
.
source§impl CreateAppInput
impl CreateAppInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateApp, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateApp, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateApp
>
Trait Implementations§
source§impl Clone for CreateAppInput
impl Clone for CreateAppInput
source§fn clone(&self) -> CreateAppInput
fn clone(&self) -> CreateAppInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateAppInput
impl Debug for CreateAppInput
source§impl PartialEq<CreateAppInput> for CreateAppInput
impl PartialEq<CreateAppInput> for CreateAppInput
source§fn eq(&self, other: &CreateAppInput) -> bool
fn eq(&self, other: &CreateAppInput) -> bool
self
and other
values to be equal, and is used
by ==
.