Module Values.GetConfiguredAudienceModelResponseSource

Returns information about a specified configured audience model.

Sourcetype nonrec t = {
  1. createTime : SyntheticTimestamp_date_time.t option;
    (*

    The time at which the configured audience model was created.

    *)
  2. updateTime : SyntheticTimestamp_date_time.t option;
    (*

    The most recent time at which the configured audience model was updated.

    *)
  3. configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured audience model.

    *)
  4. name : NameString.t option;
    (*

    The name of the configured audience model.

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

    The Amazon Resource Name (ARN) of the audience model used for this configured audience model.

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

    The output configuration of the configured audience model

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

    The description of the configured audience model.

    *)
  8. status : ConfiguredAudienceModelStatus.t option;
    (*

    The status of the configured audience model.

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

    Whether audience metrics are shared.

    *)
  10. 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.

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

    The list of output sizes of audiences that can be created using this configured audience model. A request to StartAudienceGenerationJob that uses this configured audience model must have an audienceSize selected from this list. You can use the ABSOLUTE AudienceSize to configure out audience sizes using the count of identifiers in the output. You can use the Percentage AudienceSize to configure sizes in the range 1-100 percent.

    *)
  12. tags : TagMap.t option;
    (*

    The tags that are associated to this configured audience model.

    *)
  13. childResourceTagOnCreatePolicy : TagOnCreatePolicy.t option;
    (*

    Provides the childResourceTagOnCreatePolicy that was used for this configured audience model.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ResourceNotFoundException of ResourceNotFoundException.t
  3. | `ValidationException of ValidationException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?createTime:??? -> ?updateTime:??? -> ?configuredAudienceModelArn:??? -> ?name:??? -> ?audienceModelArn:??? -> ?outputConfig:??? -> ?description:??? -> ?status:??? -> ?sharedAudienceMetrics:??? -> ?minMatchingSeedSize:??? -> ?audienceSizeConfig:??? -> ?tags:??? -> ?childResourceTagOnCreatePolicy:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of MinMatchingSeedSize.t | `List of [> `Enum of string ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) 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 | `Timestamp of SyntheticTimestamp_date_time.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