ModelCardState class
Input properties used for looking up and filtering ModelCard resources.
Constructors
-
ModelCardState({Input<
String?> ? content, Input<String?> ? modelCardArn, Input<String?> ? modelCardName, Input<String?> ? modelCardStatus, Input<String?> ? region, Input<ModelCardSecurityConfig?> ? securityConfig, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>ModelCardTimeouts?> ? timeouts}) -
Creates a new ModelCardState.
contentContent of the model card in model card JSON schema.modelCardArnARN of the model card.modelCardNameName of the model card.modelCardStatusApproval status of the model card. Valid values:Draft,PendingReview,Approved,Archived.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.securityConfigKMS key to encrypt, decrypt, and re-encrypt model card content. Fields are documented below.tagsA mapping of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.timeoutsOptional.const -
ModelCardState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
content
→ Input<
String?> ? -
Content of the model card in model card JSON schema.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modelCardArn
→ Input<
String?> ? -
ARN of the model card.
final
-
modelCardName
→ Input<
String?> ? -
Name of the model card.
final
-
modelCardStatus
→ Input<
String?> ? -
Approval status of the model card. Valid values:
Draft,PendingReview,Approved,Archived.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
-
securityConfig
→ Input<
ModelCardSecurityConfig?> ? -
KMS key to encrypt, decrypt, and re-encrypt model card content. Fields are documented below.
final
-
A mapping of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
timeouts
→ Input<
ModelCardTimeouts?> ? -
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