AWS SDK for Kotlin
1.4.124
      Platform filter
Skip to content
    AWS SDK for Kotlin
bedrock/aws.sdk.kotlin.services.bedrock.model/RerankingMetadataSelectiveModeConfiguration/SdkUnknown

SdkUnknown

object SdkUnknown : RerankingMetadataSelectiveModeConfiguration

Inherited functions

asFieldsToExclude
Link copied to clipboard
fun asFieldsToExclude(): List<FieldForReranking>

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List value. Throws an exception if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToExclude.

asFieldsToExcludeOrNull
Link copied to clipboard
fun asFieldsToExcludeOrNull(): List<FieldForReranking>?

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToExclude and retrieves its kotlin.collections.List value. Returns null if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToExclude.

asFieldsToInclude
Link copied to clipboard
fun asFieldsToInclude(): List<FieldForReranking>

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List value. Throws an exception if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToInclude.

asFieldsToIncludeOrNull
Link copied to clipboard
fun asFieldsToIncludeOrNull(): List<FieldForReranking>?

Casts this RerankingMetadataSelectiveModeConfiguration as a FieldsToInclude and retrieves its kotlin.collections.List value. Returns null if the RerankingMetadataSelectiveModeConfiguration is not a FieldsToInclude.

© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka