Class CfnIndex.ValueImportanceItemProperty
Specifies a key-value pair of the search boost value for a document when the key is part of the metadata of a document.
Inheritance
System.Object
CfnIndex.ValueImportanceItemProperty
Implements
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ValueImportanceItemProperty : Object, CfnIndex.IValueImportanceItemProperty
Syntax (vb)
Public Class ValueImportanceItemProperty
Inherits Object
Implements CfnIndex.IValueImportanceItemProperty
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.AWS.Kendra;
var valueImportanceItemProperty = new ValueImportanceItemProperty {
Key = "key",
Value = 123
};
Synopsis
Constructors
ValueImportanceItemProperty() |
Properties
Key | The document metadata value used for the search boost. |
Value | The boost value for a document when the key is part of the metadata of a document. |
Constructors
ValueImportanceItemProperty()
public ValueImportanceItemProperty()
Properties
Key
The document metadata value used for the search boost.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
The boost value for a document when the key is part of the metadata of a document.
public Nullable<double> Value { get; set; }
Property Value
System.Nullable<System.Double>