#[non_exhaustive]pub struct CreateModelCardExportJobInput { /* private fields */ }
Implementations§
source§impl CreateModelCardExportJobInput
impl CreateModelCardExportJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelCardExportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateModelCardExportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateModelCardExportJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateModelCardExportJobInput
.
source§impl CreateModelCardExportJobInput
impl CreateModelCardExportJobInput
sourcepub fn model_card_name(&self) -> Option<&str>
pub fn model_card_name(&self) -> Option<&str>
The name of the model card to export.
sourcepub fn model_card_version(&self) -> i32
pub fn model_card_version(&self) -> i32
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
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.
sourcepub fn output_config(&self) -> Option<&ModelCardExportOutputConfig>
pub fn output_config(&self) -> Option<&ModelCardExportOutputConfig>
The model card output configuration that specifies the Amazon S3 path for exporting.
Trait Implementations§
source§impl Clone for CreateModelCardExportJobInput
impl Clone for CreateModelCardExportJobInput
source§fn clone(&self) -> CreateModelCardExportJobInput
fn clone(&self) -> CreateModelCardExportJobInput
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<CreateModelCardExportJobInput> for CreateModelCardExportJobInput
impl PartialEq<CreateModelCardExportJobInput> for CreateModelCardExportJobInput
source§fn eq(&self, other: &CreateModelCardExportJobInput) -> bool
fn eq(&self, other: &CreateModelCardExportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.