ModelCardState constructor
- Input<
String?> ? content, - Input<
String?> ? modelCardArn, - Input<
String?> ? modelCardName, - Input<
String?> ? modelCardStatus, - Input<
String?> ? region, - Input<
ModelCardSecurityConfig?> ? securityConfig, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - 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.
Implementation
const ModelCardState({
this.content,
this.modelCardArn,
this.modelCardName,
this.modelCardStatus,
this.region,
this.securityConfig,
this.tags,
this.tagsAll,
this.timeouts,
});