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.

Used to specify the name of a built-in prompt dataset and optionally, the Amazon S3 bucket where a custom prompt dataset is saved.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.EvaluationDataset

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

Syntax

C#
public class EvaluationDataset

The EvaluationDataset type exposes the following members

Constructors

NameDescription
Public Method EvaluationDataset()

Properties

NameTypeDescription
Public Property DatasetLocation Amazon.Bedrock.Model.EvaluationDatasetLocation

Gets and sets the property DatasetLocation.

For custom prompt datasets, you must specify the location in Amazon S3 where the prompt dataset is saved.

Public Property Name System.String

Gets and sets the property Name.

Used to specify supported built-in prompt datasets. Valid values are Builtin.Bold, Builtin.BoolQ, Builtin.NaturalQuestions, Builtin.Gigaword, Builtin.RealToxicityPrompts, Builtin.TriviaQA, Builtin.T-Rex, Builtin.WomensEcommerceClothingReviews and Builtin.Wikitext2.

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