Module Values_2.ModelPackageGroupSource

A group of versioned models in the Model Registry.

Sourcetype nonrec t = {
  1. modelPackageGroupName : Values_0.EntityName.t option;
    (*

    The name of the model group.

    *)
  2. modelPackageGroupArn : Values_1.ModelPackageGroupArn.t option;
    (*

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

    *)
  3. modelPackageGroupDescription : Values_0.EntityDescription.t option;
    (*

    The description for the model group.

    *)
  4. creationTime : Values_0.CreationTime.t option;
    (*

    The time that the model group was created.

    *)
  5. createdBy : Values_0.UserContext.t option;
  6. modelPackageGroupStatus : Values_1.ModelPackageGroupStatus.t option;
    (*

    The status of the model group. This can be one of the following values. PENDING - The model group is pending being created. IN_PROGRESS - The model group is in the process of being created. COMPLETED - The model group was successfully created. FAILED - The model group failed. DELETING - The model group is in the process of being deleted. DELETE_FAILED - SageMaker failed to delete the model group.

    *)
  7. tags : Values_0.TagList.t option;
    (*

    A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

    *)
}
Sourceval make : ?modelPackageGroupName:??? -> ?modelPackageGroupArn:??? -> ?modelPackageGroupDescription:??? -> ?creationTime:??? -> ?createdBy:??? -> ?modelPackageGroupStatus:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.EntityName.t | `Structure of (string * [> `String of string | `Structure of (string * [> `String of string ]) list ]) list | `Timestamp of Values_0.CreationTime.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