Struct aws_sdk_sagemaker::operation::describe_model_card_export_job::DescribeModelCardExportJobOutput
source · #[non_exhaustive]pub struct DescribeModelCardExportJobOutput {
pub model_card_export_job_name: Option<String>,
pub model_card_export_job_arn: Option<String>,
pub status: Option<ModelCardExportJobStatus>,
pub model_card_name: Option<String>,
pub model_card_version: Option<i32>,
pub output_config: Option<ModelCardExportOutputConfig>,
pub created_at: Option<DateTime>,
pub last_modified_at: Option<DateTime>,
pub failure_reason: Option<String>,
pub export_artifacts: Option<ModelCardExportArtifacts>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.model_card_export_job_name: Option<String>
The name of the model card export job to describe.
model_card_export_job_arn: Option<String>
The Amazon Resource Name (ARN) of the model card export job.
status: Option<ModelCardExportJobStatus>
The completion status of the model card export job.
-
InProgress
: The model card export job is in progress. -
Completed
: The model card export job is complete. -
Failed
: The model card export job failed. To see the reason for the failure, see theFailureReason
field in the response to aDescribeModelCardExportJob
call.
model_card_name: Option<String>
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
model_card_version: Option<i32>
The version of the model card that the model export job exports.
output_config: Option<ModelCardExportOutputConfig>
The export output details for the model card.
created_at: Option<DateTime>
The date and time that the model export job was created.
last_modified_at: Option<DateTime>
The date and time that the model export job was last modified.
failure_reason: Option<String>
The failure reason if the model export job fails.
export_artifacts: Option<ModelCardExportArtifacts>
The exported model card artifacts.
Implementations§
source§impl DescribeModelCardExportJobOutput
impl DescribeModelCardExportJobOutput
sourcepub fn model_card_export_job_name(&self) -> Option<&str>
pub fn model_card_export_job_name(&self) -> Option<&str>
The name of the model card export job to describe.
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.
sourcepub fn status(&self) -> Option<&ModelCardExportJobStatus>
pub fn status(&self) -> Option<&ModelCardExportJobStatus>
The completion status of the model card export job.
-
InProgress
: The model card export job is in progress. -
Completed
: The model card export job is complete. -
Failed
: The model card export job failed. To see the reason for the failure, see theFailureReason
field in the response to aDescribeModelCardExportJob
call.
sourcepub fn model_card_name(&self) -> Option<&str>
pub fn model_card_name(&self) -> Option<&str>
The name or Amazon Resource Name (ARN) of the model card that the model export job exports.
sourcepub fn model_card_version(&self) -> Option<i32>
pub fn model_card_version(&self) -> Option<i32>
The version of the model card that the model export job exports.
sourcepub fn output_config(&self) -> Option<&ModelCardExportOutputConfig>
pub fn output_config(&self) -> Option<&ModelCardExportOutputConfig>
The export output details for the model card.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time that the model export job was created.
sourcepub fn last_modified_at(&self) -> Option<&DateTime>
pub fn last_modified_at(&self) -> Option<&DateTime>
The date and time that the model export job was last modified.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
The failure reason if the model export job fails.
sourcepub fn export_artifacts(&self) -> Option<&ModelCardExportArtifacts>
pub fn export_artifacts(&self) -> Option<&ModelCardExportArtifacts>
The exported model card artifacts.
source§impl DescribeModelCardExportJobOutput
impl DescribeModelCardExportJobOutput
sourcepub fn builder() -> DescribeModelCardExportJobOutputBuilder
pub fn builder() -> DescribeModelCardExportJobOutputBuilder
Creates a new builder-style object to manufacture DescribeModelCardExportJobOutput
.
Trait Implementations§
source§impl Clone for DescribeModelCardExportJobOutput
impl Clone for DescribeModelCardExportJobOutput
source§fn clone(&self) -> DescribeModelCardExportJobOutput
fn clone(&self) -> DescribeModelCardExportJobOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeModelCardExportJobOutput
impl PartialEq for DescribeModelCardExportJobOutput
source§fn eq(&self, other: &DescribeModelCardExportJobOutput) -> bool
fn eq(&self, other: &DescribeModelCardExportJobOutput) -> bool
self
and other
values to be equal, and is used by ==
.source§impl RequestId for DescribeModelCardExportJobOutput
impl RequestId for DescribeModelCardExportJobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.impl StructuralPartialEq for DescribeModelCardExportJobOutput
Auto Trait Implementations§
impl Freeze for DescribeModelCardExportJobOutput
impl RefUnwindSafe for DescribeModelCardExportJobOutput
impl Send for DescribeModelCardExportJobOutput
impl Sync for DescribeModelCardExportJobOutput
impl Unpin for DescribeModelCardExportJobOutput
impl UnwindSafe for DescribeModelCardExportJobOutput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more