Show / Hide Table of Contents

Class CfnCollectionPropsMixin.VectorOptionsProperty

Vector search configuration options for the collection.

Inheritance
object
CfnCollectionPropsMixin.VectorOptionsProperty
Implements
CfnCollectionPropsMixin.IVectorOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-vectoroptions.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-vectoroptions.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-vectoroptions.html#cfn-opensearchserverless-collection-vectoroptions-serverlessvectoracceleration

Implements

CfnCollectionPropsMixin.IVectorOptionsProperty
Back to top Generated by DocFX