ModelCardExportJobState constructor

const ModelCardExportJobState({
  1. Input<List<ModelCardExportJobExportArtifact>?>? exportArtifacts,
  2. Input<String?>? modelCardExportJobArn,
  3. Input<String?>? modelCardExportJobName,
  4. Input<String?>? modelCardName,
  5. Input<int?>? modelCardVersion,
  6. Input<ModelCardExportJobOutputConfig?>? outputConfig,
  7. Input<String?>? region,
  8. Input<ModelCardExportJobTimeouts?>? timeouts,
})

Creates a new ModelCardExportJobState. exportArtifacts Exported model card artifacts. modelCardExportJobArn ARN of the model card export job. modelCardExportJobName Name of the model card export job. modelCardName Name of the model card. modelCardVersion Optional. outputConfig Export output details. Fields are documented below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration timeouts Optional.

Implementation

const ModelCardExportJobState({
  this.exportArtifacts,
  this.modelCardExportJobArn,
  this.modelCardExportJobName,
  this.modelCardName,
  this.modelCardVersion,
  this.outputConfig,
  this.region,
  this.timeouts,
});