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.
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 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.
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 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 creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the model group was created.
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 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.
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 model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
pub fn model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
The status of the model group.
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 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
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 Default for DescribeModelPackageGroupOutputBuilder
impl Default for DescribeModelPackageGroupOutputBuilder
source§fn default() -> DescribeModelPackageGroupOutputBuilder
fn default() -> DescribeModelPackageGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeModelPackageGroupOutputBuilder> for DescribeModelPackageGroupOutputBuilder
impl PartialEq<DescribeModelPackageGroupOutputBuilder> for DescribeModelPackageGroupOutputBuilder
source§fn eq(&self, other: &DescribeModelPackageGroupOutputBuilder) -> bool
fn eq(&self, other: &DescribeModelPackageGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeModelPackageGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeModelPackageGroupOutputBuilder
impl Send for DescribeModelPackageGroupOutputBuilder
impl Sync for DescribeModelPackageGroupOutputBuilder
impl Unpin for DescribeModelPackageGroupOutputBuilder
impl UnwindSafe for DescribeModelPackageGroupOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more