Module Values.UpdateConfiguredAudienceModelRequestSource

Provides the information necessary to update a configured audience model. Updates that impact audience generation jobs take effect when a new job starts, but do not impact currently running jobs.

Sourcetype nonrec t = {
  1. configuredAudienceModelArn : ConfiguredAudienceModelArn.t;
    (*

    The Amazon Resource Name (ARN) of the configured audience model that you want to update.

    *)
  2. outputConfig : ConfiguredAudienceModelOutputConfig.t option;
    (*

    The new output configuration.

    *)
  3. audienceModelArn : AudienceModelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the new audience model that you want to use.

    *)
  4. sharedAudienceMetrics : MetricsList.t option;
    (*

    The new value for whether to share audience metrics.

    *)
  5. minMatchingSeedSize : MinMatchingSeedSize.t option;
    (*

    The minimum number of users from the seed audience that must match with users in the training data of the audience model.

    *)
  6. audienceSizeConfig : AudienceSizeConfig.t option;
    (*

    The new audience size configuration.

    *)
  7. description : ResourceDescription.t option;
    (*

    The new description of the configured audience model.

    *)
}
Sourceval context_ : string
Sourceval make : ?outputConfig:??? -> ?audienceModelArn:??? -> ?sharedAudienceMetrics:??? -> ?minMatchingSeedSize:??? -> ?audienceSizeConfig:??? -> ?description:??? -> configuredAudienceModelArn:ConfiguredAudienceModelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MinMatchingSeedSize.t | `List of [> `Enum of string ] list | `String of ConfiguredAudienceModelArn.t | `Structure of (string * [> `Enum of string | `List of [> `Integer of AudienceSizeValue.t ] list | `String of IamRoleArn.t | `Structure of (string * [> `Structure of (string * [> `String of S3Path.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