PrecomputedInferenceSource
Defines the model used to generate inference response data for a model evaluation job where you provide your own inference response data.
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.