Values.CreateIndexResponseSourceCreates an OpenSearch index with optional automatic semantic enrichment for specified text fields. Automatic semantic enrichment enables semantic search capabilities without requiring machine learning expertise, improving search relevance by up to 20% by understanding search intent and contextual meaning beyond keyword matching. The semantic enrichment process has zero impact on search latency as sparse encodings are stored directly within the index during indexing. For more information, see Automatic semantic enrichment.
type nonrec t = {status : IndexStatus.t option;The status of the index creation operation.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyFailureException of DependencyFailureException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceAlreadyExistsException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]