Module Values_1.ModelPackageValidationSpecificationSource

Specifies batch transform jobs that SageMaker runs to validate your model package.

Sourcetype nonrec t = {
  1. validationRole : Values_0.RoleArn.t;
    (*

    The IAM roles to be used for the validation of the model package.

    *)
  2. validationProfiles : ModelPackageValidationProfiles.t;
    (*

    An array of ModelPackageValidationProfile objects, each of which specifies a batch transform job that SageMaker runs to validate your model package.

    *)
}
Sourceval context_ : string
Sourceval make : validationRole:Values_0.RoleArn.t -> validationProfiles:ModelPackageValidationProfiles.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] list | `String of Values_0.RoleArn.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