Struct aws_sdk_sagemaker::operation::create_model_card_export_job::CreateModelCardExportJobOutput
source · #[non_exhaustive]pub struct CreateModelCardExportJobOutput { /* private fields */ }
Implementations§
source§impl CreateModelCardExportJobOutput
impl CreateModelCardExportJobOutput
sourcepub fn model_card_export_job_arn(&self) -> Option<&str>
pub fn model_card_export_job_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the model card export job.
source§impl CreateModelCardExportJobOutput
impl CreateModelCardExportJobOutput
sourcepub fn builder() -> CreateModelCardExportJobOutputBuilder
pub fn builder() -> CreateModelCardExportJobOutputBuilder
Creates a new builder-style object to manufacture CreateModelCardExportJobOutput
.
Trait Implementations§
source§impl Clone for CreateModelCardExportJobOutput
impl Clone for CreateModelCardExportJobOutput
source§fn clone(&self) -> CreateModelCardExportJobOutput
fn clone(&self) -> CreateModelCardExportJobOutput
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 PartialEq<CreateModelCardExportJobOutput> for CreateModelCardExportJobOutput
impl PartialEq<CreateModelCardExportJobOutput> for CreateModelCardExportJobOutput
source§fn eq(&self, other: &CreateModelCardExportJobOutput) -> bool
fn eq(&self, other: &CreateModelCardExportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateModelCardExportJobOutput
impl RequestId for CreateModelCardExportJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.