Module Values_1.ModelPackageValidationProfileSource

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package. The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

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

    The name of the profile for the model package.

    *)
  2. transformJobDefinition : Values_0.TransformJobDefinition.t;
    (*

    The TransformJobDefinition object that describes the transform job used for the validation of the model package.

    *)
}
Sourceval context_ : string
Sourceval make : profileName:Values_0.EntityName.t -> transformJobDefinition:Values_0.TransformJobDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.EntityName.t | `Structure of (string * [> `Enum of string | `Integer of int | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ]) list ]) 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