Class: Aws::OpenSearchService::Types::AIMLOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AIMLOptionsOutput
- 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
-
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsOutput
Container for parameters required for natural language query generation on the specified domain.
-
#s3_vectors_engine ⇒ Types::S3VectorsEngine
Container for parameters representing the state of S3 vectors engine features on the specified domain.
Instance Attribute Details
#natural_language_query_generation_options ⇒ Types::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_engine ⇒ Types::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 |