Struct aws_sdk_sagemaker::operation::describe_model_package_group::builders::DescribeModelPackageGroupOutputBuilder
source · #[non_exhaustive]pub struct DescribeModelPackageGroupOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeModelPackageGroupOutput
.
Implementations§
source§impl DescribeModelPackageGroupOutputBuilder
impl DescribeModelPackageGroupOutputBuilder
sourcepub fn model_package_group_name(self, input: impl Into<String>) -> Self
pub fn model_package_group_name(self, input: impl Into<String>) -> Self
The name of the model group.
This field is required.sourcepub fn set_model_package_group_name(self, input: Option<String>) -> Self
pub fn set_model_package_group_name(self, input: Option<String>) -> Self
The name of the model group.
sourcepub fn get_model_package_group_name(&self) -> &Option<String>
pub fn get_model_package_group_name(&self) -> &Option<String>
The name of the model group.
sourcepub fn model_package_group_arn(self, input: impl Into<String>) -> Self
pub fn model_package_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the model group.
This field is required.sourcepub fn set_model_package_group_arn(self, input: Option<String>) -> Self
pub fn set_model_package_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the model group.
sourcepub fn get_model_package_group_arn(&self) -> &Option<String>
pub fn get_model_package_group_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the model group.
sourcepub fn model_package_group_description(self, input: impl Into<String>) -> Self
pub fn model_package_group_description(self, input: impl Into<String>) -> Self
A description of the model group.
sourcepub fn set_model_package_group_description(self, input: Option<String>) -> Self
pub fn set_model_package_group_description(self, input: Option<String>) -> Self
A description of the model group.
sourcepub fn get_model_package_group_description(&self) -> &Option<String>
pub fn get_model_package_group_description(&self) -> &Option<String>
A description of the model group.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the model group was created.
This field is required.sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the model group was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time that the model group was created.
sourcepub fn created_by(self, input: UserContext) -> Self
pub fn created_by(self, input: UserContext) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
This field is required.sourcepub fn set_created_by(self, input: Option<UserContext>) -> Self
pub fn set_created_by(self, input: Option<UserContext>) -> Self
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn get_created_by(&self) -> &Option<UserContext>
pub fn get_created_by(&self) -> &Option<UserContext>
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
sourcepub fn model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
pub fn model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
The status of the model group.
This field is required.sourcepub fn set_model_package_group_status(
self,
input: Option<ModelPackageGroupStatus>
) -> Self
pub fn set_model_package_group_status( self, input: Option<ModelPackageGroupStatus> ) -> Self
The status of the model group.
sourcepub fn get_model_package_group_status(&self) -> &Option<ModelPackageGroupStatus>
pub fn get_model_package_group_status(&self) -> &Option<ModelPackageGroupStatus>
The status of the model group.
sourcepub fn build(self) -> DescribeModelPackageGroupOutput
pub fn build(self) -> DescribeModelPackageGroupOutput
Consumes the builder and constructs a DescribeModelPackageGroupOutput
.
Trait Implementations§
source§impl Clone for DescribeModelPackageGroupOutputBuilder
impl Clone for DescribeModelPackageGroupOutputBuilder
source§fn clone(&self) -> DescribeModelPackageGroupOutputBuilder
fn clone(&self) -> DescribeModelPackageGroupOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeModelPackageGroupOutputBuilder
impl Default for DescribeModelPackageGroupOutputBuilder
source§fn default() -> DescribeModelPackageGroupOutputBuilder
fn default() -> DescribeModelPackageGroupOutputBuilder
source§impl PartialEq for DescribeModelPackageGroupOutputBuilder
impl PartialEq for DescribeModelPackageGroupOutputBuilder
source§fn eq(&self, other: &DescribeModelPackageGroupOutputBuilder) -> bool
fn eq(&self, other: &DescribeModelPackageGroupOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.