Module Values.JobConfigInputSource

The input structure for the JobConfig in an EarthObservationJob.

Sourcetype nonrec t = {
  1. bandMathConfig : BandMathConfigInput.t option;
    (*

    An object containing information about the job configuration for BandMath.

    *)
  2. cloudMaskingConfig : CloudMaskingConfigInput.t option;
    (*

    An object containing information about the job configuration for cloud masking.

    *)
  3. cloudRemovalConfig : CloudRemovalConfigInput.t option;
    (*

    An object containing information about the job configuration for cloud removal.

    *)
  4. geoMosaicConfig : GeoMosaicConfigInput.t option;
    (*

    An object containing information about the job configuration for geomosaic.

    *)
  5. landCoverSegmentationConfig : LandCoverSegmentationConfigInput.t option;
    (*

    An object containing information about the job configuration for land cover segmentation.

    *)
  6. resamplingConfig : ResamplingConfigInput.t option;
    (*

    An object containing information about the job configuration for resampling.

    *)
  7. stackConfig : StackConfigInput.t option;
    (*

    An object containing information about the job configuration for a Stacking Earth Observation job.

    *)
  8. temporalStatisticsConfig : TemporalStatisticsConfigInput.t option;
    (*

    An object containing information about the job configuration for temporal statistics.

    *)
  9. zonalStatisticsConfig : ZonalStatisticsConfigInput.t option;
    (*

    An object containing information about the job configuration for zonal statistics.

    *)
}
Sourceval make : ?bandMathConfig:??? -> ?cloudMaskingConfig:??? -> ?cloudRemovalConfig:??? -> ?geoMosaicConfig:??? -> ?landCoverSegmentationConfig:??? -> ?resamplingConfig:??? -> ?stackConfig:??? -> ?temporalStatisticsConfig:??? -> ?zonalStatisticsConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of String_.t ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list | `Structure of (string * [> `Enum of string | `Float of Float_.t ]) 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