AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains the ARN of the Amazon Bedrock model or inference profile specified in your evaluation job. Each Amazon Bedrock model supports different inferenceParams. To learn more about supported inference parameters for Amazon Bedrock models, see Inference parameters for foundation models.

The inferenceParams are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, "temperature":"0.25" key value pair would need to be formatted as \"temperature\":\"0.25\" to successfully accepted in the request.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.EvaluationBedrockModel

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class EvaluationBedrockModel

The EvaluationBedrockModel type exposes the following members

Constructors

NameDescription
Public Method EvaluationBedrockModel()

Properties

NameTypeDescription
Public Property InferenceParams System.String

Gets and sets the property InferenceParams.

Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.

Public Property ModelIdentifier System.String

Gets and sets the property ModelIdentifier.

The ARN of the Amazon Bedrock model or inference profile specified.

Public Property PerformanceConfig Amazon.Bedrock.Model.PerformanceConfiguration

Gets and sets the property PerformanceConfig.

Specifies performance settings for the model or inference profile.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5