Class: Aws::OpenSearchService::Types::AIMLOptionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for parameters representing the state of machine learning features on the specified domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#natural_language_query_generation_optionsTypes::NaturalLanguageQueryGenerationOptionsOutput

Container for parameters required for natural language query generation on the specified domain.



50
51
52
53
54
55
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 50

class AIMLOptionsOutput < Struct.new(
  :natural_language_query_generation_options,
  :s3_vectors_engine)
  SENSITIVE = []
  include Aws::Structure
end

#s3_vectors_engineTypes::S3VectorsEngine

Container for parameters representing the state of S3 vectors engine features on the specified domain.



50
51
52
53
54
55
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 50

class AIMLOptionsOutput < Struct.new(
  :natural_language_query_generation_options,
  :s3_vectors_engine)
  SENSITIVE = []
  include Aws::Structure
end