Module Values_1.DescribeModelCardResponseSource

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

Sourcetype nonrec t = {
  1. modelCardArn : ModelCardArn.t option;
    (*

    The Amazon Resource Name (ARN) of the model card.

    *)
  2. modelCardName : Values_0.EntityName.t option;
    (*

    The name of the model card.

    *)
  3. modelCardVersion : Values_0.Integer.t option;
    (*

    The version of the model card.

    *)
  4. content : ModelCardContent.t option;
    (*

    The content of the model card.

    *)
  5. 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.

    *)
  6. securityConfig : ModelCardSecurityConfig.t option;
    (*

    The security configuration used to protect model card content.

    *)
  7. creationTime : Values_0.Timestamp.t option;
    (*

    The date and time the model card was created.

    *)
  8. createdBy : Values_0.UserContext.t option;
  9. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The date and time the model card was last modified.

    *)
  10. lastModifiedBy : Values_0.UserContext.t option;
  11. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?modelCardArn:??? -> ?modelCardName:??? -> ?modelCardVersion:??? -> ?content:??? -> ?modelCardStatus:??? -> ?securityConfig:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?modelCardProcessingStatus:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t