Class RerankingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.RerankingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RerankingConfiguration.Builder,RerankingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class RerankingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RerankingConfiguration.Builder,RerankingConfiguration>
Contains configurations for reranking.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRerankingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BedrockRerankingConfigurationbedrockRerankingConfiguration()Contains configurations for an Amazon Bedrock reranker.static RerankingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RerankingConfiguration.Builder>serializableBuilderClass()RerankingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.RerankingConfigurationTypetype()The type of reranker that the configurations apply to.StringtypeAsString()The type of reranker that the configurations apply to.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bedrockRerankingConfiguration
public final BedrockRerankingConfiguration bedrockRerankingConfiguration()
Contains configurations for an Amazon Bedrock reranker.
- Returns:
- Contains configurations for an Amazon Bedrock reranker.
-
type
public final RerankingConfigurationType type()
The type of reranker that the configurations apply to.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRerankingConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of reranker that the configurations apply to.
- See Also:
RerankingConfigurationType
-
typeAsString
public final String typeAsString()
The type of reranker that the configurations apply to.
If the service returns an enum value that is not available in the current SDK version,
typewill returnRerankingConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of reranker that the configurations apply to.
- See Also:
RerankingConfigurationType
-
toBuilder
public RerankingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RerankingConfiguration.Builder,RerankingConfiguration>
-
builder
public static RerankingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RerankingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-