Show / Hide Table of Contents

Interface IEvaluatorSelectorBindResult

The result of binding an EvaluatorSelector.

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEvaluatorSelectorBindResult
Syntax (vb)
Public Interface IEvaluatorSelectorBindResult
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.BedrockAgentCore;

            var evaluatorSelectorBindResult = new EvaluatorSelectorBindResult {
                EvaluatorId = "evaluatorId"
            };

Synopsis

Properties

EvaluatorId

The evaluator identifier.

Properties

EvaluatorId

The evaluator identifier.

string EvaluatorId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX