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<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<ModelCardTimeouts?>? timeouts})
Creates a new ModelCardState. content Content of the model card in model card JSON schema. modelCardArn ARN of the model card. modelCardName Name of the model card. modelCardStatus Approval status of the model card. Valid values: Draft, PendingReview, Approved, Archived. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. securityConfig KMS key to encrypt, decrypt, and re-encrypt model card content. Fields are documented below. tags A mapping of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. timeouts Optional.
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
tags → Input<Map<String, String>?>?
A mapping of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration 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