Module Values_2.PropertyNameSuggestionSource

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

Sourcetype nonrec t = {
  1. propertyName : ResourcePropertyName.t option;
    (*

    A suggested property name based on what you entered in the search textbox in the SageMaker console.

    *)
}
Sourceval make : ?propertyName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourcePropertyName.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