Module Values.CreateRecommenderRequestSource

Creates a recommender

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
  2. recommenderName : Name.t;
    (*

    The name of the recommender.

    *)
  3. recommenderRecipeName : RecommenderRecipeName.t;
    (*

    The name of the recommeder recipe.

    *)
  4. recommenderConfig : RecommenderConfig.t option;
    (*

    The recommender configuration.

    *)
  5. description : SensitiveText.t option;
    (*

    The description of the domain object type.

    *)
  6. recommenderSchemaName : Name.t option;
    (*

    The name of the recommender schema to use for this recommender. If not specified, the default schema is used.

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

    The tags used to organize, track, or control access for this resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?recommenderConfig:??? -> ?description:??? -> ?recommenderSchemaName:??? -> ?tags:??? -> domainName:Name.t -> recommenderName:Name.t -> recommenderRecipeName:RecommenderRecipeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Name.t | `Structure of (string * [> `Integer of RecommenderConfigTrainingFrequencyInteger.t | `Map of ([> `String of String_.t ] * [> `List of [> `String of Text.t ] list ]) list | `Structure of (string * [> `Integer of InferenceConfigMinProvisionedTPSInteger.t | `List of [> `Structure of (string * [> `Double of Double.t | `String of EventParametersEventTypeString.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