Module Values_2.GetSearchSuggestionsRequestSource

An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

Sourcetype nonrec t = {
  1. resource : ResourceType.t;
    (*

    The name of the SageMaker resource to search for.

    *)
  2. suggestionQuery : SuggestionQuery.t option;
    (*

    Limits the property names that are included in the response.

    *)
}
Sourceval context_ : string
Sourceval make : ?suggestionQuery:??? -> resource:ResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of PropertyNameHint.t ]) 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