ModelCardExportJobState class
Input properties used for looking up and filtering ModelCardExportJob resources.
Constructors
-
ModelCardExportJobState({Input<
List< ? exportArtifacts, Input<ModelCardExportJobExportArtifact> ?>String?> ? modelCardExportJobArn, Input<String?> ? modelCardExportJobName, Input<String?> ? modelCardName, Input<int?> ? modelCardVersion, Input<ModelCardExportJobOutputConfig?> ? outputConfig, Input<String?> ? region, Input<ModelCardExportJobTimeouts?> ? timeouts}) -
Creates a new ModelCardExportJobState.
exportArtifactsExported model card artifacts.modelCardExportJobArnARN of the model card export job.modelCardExportJobNameName of the model card export job.modelCardNameName of the model card.modelCardVersionOptional.outputConfigExport output details. Fields are documented below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configurationtimeoutsOptional.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