Values_2.ModelDashboardModelCardSourceThe model card for a model displayed in the Amazon SageMaker Model Dashboard.
type nonrec t = {modelCardArn : Values_1.ModelCardArn.t option;The Amazon Resource Name (ARN) for a model card.
*)modelCardName : Values_0.EntityName.t option;The name of a model card.
*)modelCardVersion : Values_0.Integer.t option;The model card version.
*)modelCardStatus : Values_1.ModelCardStatus.t option;The model card status.
*)securityConfig : Values_1.ModelCardSecurityConfig.t option;The KMS Key ID (KMSKeyId) for encryption of model card information.
*)creationTime : Values_0.Timestamp.t option;A timestamp that indicates when the model card was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;A timestamp that indicates when the model card was last updated.
*)lastModifiedBy : Values_0.UserContext.t option;modelId : Values_0.String_.t option;For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.
*)riskRating : Values_0.String_.t option;A model card's risk rating. Can be low, medium, or high.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.ModelCardArn.t
| `Structure of
(string
* [> `String of Values_0.KmsKeyId.t
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]