Interface MetadataConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataConfiguration.Builder,
,MetadataConfiguration> SdkBuilder<MetadataConfiguration.Builder,
,MetadataConfiguration> SdkPojo
- Enclosing class:
MetadataConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionnonFilterableMetadataKeys
(String... nonFilterableMetadataKeys) Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval.nonFilterableMetadataKeys
(Collection<String> nonFilterableMetadataKeys) Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
nonFilterableMetadataKeys
MetadataConfiguration.Builder nonFilterableMetadataKeys(Collection<String> nonFilterableMetadataKeys) Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval. Unlike default metadata keys, these keys can’t be used as query filters. Non-filterable metadata keys can be retrieved but can’t be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors. For more information about non-filterable metadata keys, see Vectors and Limitations and restrictions in the Amazon S3 User Guide.
- Parameters:
nonFilterableMetadataKeys
- Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval. Unlike default metadata keys, these keys can’t be used as query filters. Non-filterable metadata keys can be retrieved but can’t be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors. For more information about non-filterable metadata keys, see Vectors and Limitations and restrictions in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonFilterableMetadataKeys
Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval. Unlike default metadata keys, these keys can’t be used as query filters. Non-filterable metadata keys can be retrieved but can’t be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors. For more information about non-filterable metadata keys, see Vectors and Limitations and restrictions in the Amazon S3 User Guide.
- Parameters:
nonFilterableMetadataKeys
- Non-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval. Unlike default metadata keys, these keys can’t be used as query filters. Non-filterable metadata keys can be retrieved but can’t be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors. For more information about non-filterable metadata keys, see Vectors and Limitations and restrictions in the Amazon S3 User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-