Class OpenSearchServerlessConfiguration
java.lang.Object
software.amazon.awssdk.services.bedrockagent.model.OpenSearchServerlessConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class OpenSearchServerlessConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see Create a vector index in Amazon OpenSearch Service.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe Amazon Resource Name (ARN) of the OpenSearch Service vector store.final booleanfinal booleanequalsBySdkFields(Object obj) Contains the names of the fields to which to map information about the vector store.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends OpenSearchServerlessConfiguration.Builder>final StringtoString()Returns a string representation of this object.final StringThe name of the vector store.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
collectionArn
The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
- Returns:
- The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
-
vectorIndexName
The name of the vector store.
- Returns:
- The name of the vector store.
-
fieldMapping
Contains the names of the fields to which to map information about the vector store.
- Returns:
- Contains the names of the fields to which to map information about the vector store.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<OpenSearchServerlessConfiguration.Builder,OpenSearchServerlessConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-