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.
-
#serverless_vector_acceleration ⇒ Types::ServerlessVectorAcceleration
The current serverless vector acceleration configuration for the domain.
Instance Attribute Details
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsOutput
Container for parameters required for natural language query generation on the specified domain.
66 67 68 69 70 71 72 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 66 class AIMLOptionsOutput < Struct.new( :natural_language_query_generation_options, :s3_vectors_engine, :serverless_vector_acceleration) 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.
66 67 68 69 70 71 72 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 66 class AIMLOptionsOutput < Struct.new( :natural_language_query_generation_options, :s3_vectors_engine, :serverless_vector_acceleration) SENSITIVE = [] include Aws::Structure end |
#serverless_vector_acceleration ⇒ Types::ServerlessVectorAcceleration
The current serverless vector acceleration configuration for the domain.
66 67 68 69 70 71 72 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 66 class AIMLOptionsOutput < Struct.new( :natural_language_query_generation_options, :s3_vectors_engine, :serverless_vector_acceleration) SENSITIVE = [] include Aws::Structure end |