Module Values_1.ProcessingResourcesSource

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

Sourcetype nonrec t = {
  1. clusterConfig : ProcessingClusterConfig.t;
    (*

    The configuration for the resources in a cluster used to run the processing job.

    *)
}
Sourceval context_ : string
Sourceval make : clusterConfig:ProcessingClusterConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Values_0.ProcessingInstanceCount.t | `String of Values_0.KmsKeyId.t ]) 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