Interface CfnCollection.VectorOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCollection.VectorOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnCollection
@Stability(Stable)
public static interface CfnCollection.VectorOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Vector search configuration options for the collection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opensearchserverless.*;
VectorOptionsProperty vectorOptionsProperty = VectorOptionsProperty.builder()
.serverlessVectorAcceleration("serverlessVectorAcceleration")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollection.VectorOptionsPropertystatic final classAn implementation forCfnCollection.VectorOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getServerlessVectorAcceleration
Indicates whether GPU acceleration is enabled for vector indexing.- See Also:
-
builder
-