#[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() -> Builder
pub fn builder() -> Builder
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 ==
.