BedrockModel
Defines the Amazon Bedrock model or inference profile and inference parameters you want used.
Inherited functions
Casts this EvaluationModelConfig as a BedrockModel and retrieves its aws.sdk.kotlin.services.bedrock.model.EvaluationBedrockModel value. Throws an exception if the EvaluationModelConfig is not a BedrockModel.
Casts this EvaluationModelConfig as a BedrockModel and retrieves its aws.sdk.kotlin.services.bedrock.model.EvaluationBedrockModel value. Returns null if the EvaluationModelConfig is not a BedrockModel.
Casts this EvaluationModelConfig as a PrecomputedInferenceSource and retrieves its aws.sdk.kotlin.services.bedrock.model.EvaluationPrecomputedInferenceSource value. Throws an exception if the EvaluationModelConfig is not a PrecomputedInferenceSource.
Casts this EvaluationModelConfig as a PrecomputedInferenceSource and retrieves its aws.sdk.kotlin.services.bedrock.model.EvaluationPrecomputedInferenceSource value. Returns null if the EvaluationModelConfig is not a PrecomputedInferenceSource.