Values_2.ModelCardSourceAn Amazon SageMaker Model Card.
type nonrec t = {modelCardArn : Values_1.ModelCardArn.t option;The Amazon Resource Name (ARN) of the model card.
*)modelCardName : Values_0.EntityName.t option;The unique name of the model card.
*)modelCardVersion : Values_0.Integer.t option;The version of the model card.
*)content : Values_1.ModelCardContent.t option;The content of the model card. Content uses the model card JSON schema and provided as a string.
*)modelCardStatus : Values_1.ModelCardStatus.t option;The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
*)securityConfig : Values_1.ModelCardSecurityConfig.t option;The security configuration used to protect model card data.
*)creationTime : Values_0.Timestamp.t option;The date and time that the model card was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;The date and time that the model card was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;modelId : Values_0.String_.t option;The unique name (ID) of the model.
*)riskRating : Values_0.String_.t option;The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.
*)modelPackageGroupName : Values_0.String_.t option;The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
*)}val make :
?modelCardArn:??? ->
?modelCardName:??? ->
?modelCardVersion:??? ->
?content:??? ->
?modelCardStatus:??? ->
?securityConfig:??? ->
?creationTime:??? ->
?createdBy:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
?tags:??? ->
?modelId:??? ->
?riskRating:??? ->
?modelPackageGroupName:??? ->
unit ->
tval 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 ]