Values_1.DescribeModelCardResponseSourceDescribes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
type nonrec t = {modelCardArn : ModelCardArn.t option;The Amazon Resource Name (ARN) of the model card.
*)modelCardName : Values_0.EntityName.t option;The name of the model card.
*)modelCardVersion : Values_0.Integer.t option;The version of the model card.
*)content : ModelCardContent.t option;The content of the model card.
*)modelCardStatus : 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 : ModelCardSecurityConfig.t option;The security configuration used to protect model card content.
*)creationTime : Values_0.Timestamp.t option;The date and time the model card was created.
*)createdBy : Values_0.UserContext.t option;lastModifiedTime : Values_0.Timestamp.t option;The date and time the model card was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;modelCardProcessingStatus : ModelCardProcessingStatus.t option;The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps. DeletePending: Model card deletion request received. DeleteInProgress: Model card deletion is in progress. ContentDeleted: Deleted model card content. ExportJobsDeleted: Deleted all export jobs associated with the model card. DeleteCompleted: Successfully deleted the model card. DeleteFailed: The model card failed to delete.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of 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 ]