Class: Aws::OpenSearchService::Types::AIMLOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AIMLOptionsInput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for parameters required to enable all machine learning features.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsInput
Container for parameters required for natural language query generation on the specified domain.
-
#s3_vectors_engine ⇒ Types::S3VectorsEngine
Container for parameters required to enable S3 vectors engine features on the specified domain.
-
#serverless_vector_acceleration ⇒ Types::ServerlessVectorAcceleration
Specifies whether to enable serverless vector acceleration for the domain.
Instance Attribute Details
#natural_language_query_generation_options ⇒ Types::NaturalLanguageQueryGenerationOptionsInput
Container for parameters required for natural language query generation on the specified domain.
38 39 40 41 42 43 44 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 38 class AIMLOptionsInput < 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 required to enable S3 vectors engine features on the specified domain.
38 39 40 41 42 43 44 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 38 class AIMLOptionsInput < Struct.new( :natural_language_query_generation_options, :s3_vectors_engine, :serverless_vector_acceleration) SENSITIVE = [] include Aws::Structure end |
#serverless_vector_acceleration ⇒ Types::ServerlessVectorAcceleration
Specifies whether to enable serverless vector acceleration for the domain. When enabled, provides GPU-accelerated vector search capabilities for improved performance on vector workloads.
38 39 40 41 42 43 44 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 38 class AIMLOptionsInput < Struct.new( :natural_language_query_generation_options, :s3_vectors_engine, :serverless_vector_acceleration) SENSITIVE = [] include Aws::Structure end |