Struct aws_sdk_sagemaker::operation::create_model_package_group::CreateModelPackageGroupInput
source · #[non_exhaustive]pub struct CreateModelPackageGroupInput { /* private fields */ }
Implementations§
source§impl CreateModelPackageGroupInput
impl CreateModelPackageGroupInput
sourcepub fn model_package_group_name(&self) -> Option<&str>
pub fn model_package_group_name(&self) -> Option<&str>
The name of the model group.
sourcepub fn model_package_group_description(&self) -> Option<&str>
pub fn model_package_group_description(&self) -> Option<&str>
A description for the model group.
A list of key value pairs associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
source§impl CreateModelPackageGroupInput
impl CreateModelPackageGroupInput
sourcepub fn builder() -> CreateModelPackageGroupInputBuilder
pub fn builder() -> CreateModelPackageGroupInputBuilder
Creates a new builder-style object to manufacture CreateModelPackageGroupInput
.
source§impl CreateModelPackageGroupInput
impl CreateModelPackageGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelPackageGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateModelPackageGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateModelPackageGroup
>
Trait Implementations§
source§impl Clone for CreateModelPackageGroupInput
impl Clone for CreateModelPackageGroupInput
source§fn clone(&self) -> CreateModelPackageGroupInput
fn clone(&self) -> CreateModelPackageGroupInput
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 CreateModelPackageGroupInput
impl Debug for CreateModelPackageGroupInput
source§impl PartialEq<CreateModelPackageGroupInput> for CreateModelPackageGroupInput
impl PartialEq<CreateModelPackageGroupInput> for CreateModelPackageGroupInput
source§fn eq(&self, other: &CreateModelPackageGroupInput) -> bool
fn eq(&self, other: &CreateModelPackageGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.