Class CfnCollectionPropsMixin.VectorOptionsProperty
Vector search configuration options for the collection.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchServerless
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCollectionPropsMixin.VectorOptionsProperty : CfnCollectionPropsMixin.IVectorOptionsProperty
Syntax (vb)
Public Class CfnCollectionPropsMixin.VectorOptionsProperty Implements CfnCollectionPropsMixin.IVectorOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchServerless;
var vectorOptionsProperty = new VectorOptionsProperty {
ServerlessVectorAcceleration = "serverlessVectorAcceleration"
};
Synopsis
Constructors
| VectorOptionsProperty() | Vector search configuration options for the collection. |
Properties
| ServerlessVectorAcceleration | Indicates whether GPU acceleration is enabled for vector indexing. |
Constructors
VectorOptionsProperty()
Vector search configuration options for the collection.
public VectorOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchServerless;
var vectorOptionsProperty = new VectorOptionsProperty {
ServerlessVectorAcceleration = "serverlessVectorAcceleration"
};
Properties
ServerlessVectorAcceleration
Indicates whether GPU acceleration is enabled for vector indexing.
public string? ServerlessVectorAcceleration { get; set; }