ModelCardExportJobState class

Input properties used for looking up and filtering ModelCardExportJob resources.

Constructors

ModelCardExportJobState({Input<List<ModelCardExportJobExportArtifact>?>? exportArtifacts, Input<String?>? modelCardExportJobArn, Input<String?>? modelCardExportJobName, Input<String?>? modelCardName, Input<int?>? modelCardVersion, Input<ModelCardExportJobOutputConfig?>? outputConfig, Input<String?>? region, 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.
const
ModelCardExportJobState.fromMap(Map<String, dynamic> map)
factory

Properties

exportArtifacts → Input<List<ModelCardExportJobExportArtifact>?>?
Exported model card artifacts.
final
hashCode int
The hash code for this object.
no setterinherited
modelCardExportJobArn → Input<String?>?
ARN of the model card export job.
final
modelCardExportJobName → Input<String?>?
Name of the model card export job.
final
modelCardName → Input<String?>?
Name of the model card.
final
modelCardVersion → Input<int?>?
final
outputConfig → Input<ModelCardExportJobOutputConfig?>?
Export output details. Fields are documented below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeouts → Input<ModelCardExportJobTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited