Module Values_0.AIDatasetConfigSource

The dataset configuration for an AI workload. This is a union type — specify one of the members.

Sourcetype nonrec t = {
  1. inputDataConfig : AIWorkloadInputDataConfigList.t option;
    (*

    An array of input data channel configurations for the workload.

    *)
}
Sourceval make : ?inputDataConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AIChannelName.t | `Structure of (string * [> `Structure of (string * [> `String of S3Uri.t ]) 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