Module Values_2.ModelDashboardModelCardSource

The model card for a model displayed in the Amazon SageMaker Model Dashboard.

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

    The Amazon Resource Name (ARN) for a model card.

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

    The name of a model card.

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

    The model card version.

    *)
  4. modelCardStatus : Values_1.ModelCardStatus.t option;
    (*

    The model card status.

    *)
  5. securityConfig : Values_1.ModelCardSecurityConfig.t option;
    (*

    The KMS Key ID (KMSKeyId) for encryption of model card information.

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

    A timestamp that indicates when the model card was created.

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

    A timestamp that indicates when the model card was last updated.

    *)
  9. lastModifiedBy : Values_0.UserContext.t option;
  10. tags : Values_0.TagList.t option;
    (*

    The tags associated with a model card.

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

    *)
  12. riskRating : Values_0.String_.t option;
    (*

    A model card's risk rating. Can be low, medium, or high.

    *)
}
Sourceval make : ?modelCardArn:??? -> ?modelCardName:??? -> ?modelCardVersion:??? -> ?modelCardStatus:??? -> ?securityConfig:??? -> ?creationTime:??? -> ?createdBy:??? -> ?lastModifiedTime:??? -> ?lastModifiedBy:??? -> ?tags:??? -> ?modelId:??? -> ?riskRating:??? -> unit -> t
Sourceval 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 ]
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