Module Values_0.BatchDescribeModelPackageSummarySource

Provides summary information about the model package.

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

    The group name for the model package

    *)
  2. modelPackageVersion : ModelPackageVersion.t option;
    (*

    The version number of a versioned model.

    *)
  3. modelPackageArn : ModelPackageArn.t option;
    (*

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

    *)
  4. modelPackageDescription : EntityDescription.t option;
    (*

    The description of the model package.

    *)
  5. creationTime : CreationTime.t option;
    (*

    The creation time of the mortgage package summary.

    *)
  6. inferenceSpecification : InferenceSpecification.t option;
  7. modelPackageStatus : ModelPackageStatus.t option;
    (*

    The status of the mortgage package.

    *)
  8. modelApprovalStatus : ModelApprovalStatus.t option;
    (*

    The approval status of the model.

    *)
  9. modelPackageRegistrationType : ModelPackageRegistrationType.t option;
    (*

    The package registration type of the model package summary.

    *)
}
Sourceval make : ?modelPackageGroupName:??? -> ?modelPackageVersion:??? -> ?modelPackageArn:??? -> ?modelPackageDescription:??? -> ?creationTime:??? -> ?inferenceSpecification:??? -> ?modelPackageStatus:??? -> ?modelApprovalStatus:??? -> ?modelPackageRegistrationType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of ModelPackageVersion.t | `String of EntityName.t | `Structure of (string * [> `List of [> `Enum of string | `String of ContentType.t | `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of AdditionalModelChannelName.t | `Structure of (string * [> `Enum of string | `String of S3ModelUri.t | `Structure of (string * [> `Boolean of AcceptEula.t | `String of HubContentArn.t ]) list ]) list ]) list ] list | `Map of ([> `String of EnvironmentKey.t ] * [> `String of EnvironmentValue.t ]) list | `String of ContainerHostname.t | `Structure of (string * [> `Enum of string | `String of DataInputConfig.t | `Structure of (string * [> `Enum of string | `String of S3ModelUri.t | `Structure of (string * [> `Boolean of AcceptEula.t | `String of HubContentArn.t ]) list ]) list ]) list ]) list ] list ]) list | `Timestamp of 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