Struct aws_sdk_sagemaker::output::DescribeProjectOutput
source · #[non_exhaustive]pub struct DescribeProjectOutput { /* private fields */ }
Implementations§
source§impl DescribeProjectOutput
impl DescribeProjectOutput
sourcepub fn project_arn(&self) -> Option<&str>
pub fn project_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the project.
sourcepub fn project_name(&self) -> Option<&str>
pub fn project_name(&self) -> Option<&str>
The name of the project.
sourcepub fn project_id(&self) -> Option<&str>
pub fn project_id(&self) -> Option<&str>
The ID of the project.
sourcepub fn project_description(&self) -> Option<&str>
pub fn project_description(&self) -> Option<&str>
The description of the project.
sourcepub fn service_catalog_provisioning_details(
&self
) -> Option<&ServiceCatalogProvisioningDetails>
pub fn service_catalog_provisioning_details(
&self
) -> Option<&ServiceCatalogProvisioningDetails>
Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.
sourcepub fn service_catalog_provisioned_product_details(
&self
) -> Option<&ServiceCatalogProvisionedProductDetails>
pub fn service_catalog_provisioned_product_details(
&self
) -> Option<&ServiceCatalogProvisionedProductDetails>
Information about a provisioned service catalog product.
sourcepub fn project_status(&self) -> Option<&ProjectStatus>
pub fn project_status(&self) -> Option<&ProjectStatus>
The status of the project.
sourcepub fn created_by(&self) -> Option<&UserContext>
pub fn 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 creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time when the project was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The timestamp when project was last modified.
sourcepub fn last_modified_by(&self) -> Option<&UserContext>
pub fn last_modified_by(&self) -> Option<&UserContext>
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
source§impl DescribeProjectOutput
impl DescribeProjectOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProjectOutput
.
Trait Implementations§
source§impl Clone for DescribeProjectOutput
impl Clone for DescribeProjectOutput
source§fn clone(&self) -> DescribeProjectOutput
fn clone(&self) -> DescribeProjectOutput
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 DescribeProjectOutput
impl Debug for DescribeProjectOutput
source§impl PartialEq<DescribeProjectOutput> for DescribeProjectOutput
impl PartialEq<DescribeProjectOutput> for DescribeProjectOutput
source§fn eq(&self, other: &DescribeProjectOutput) -> bool
fn eq(&self, other: &DescribeProjectOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.