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.

The input for the pre-processing step.

Inheritance Hierarchy

System.Object
  Amazon.BedrockAgentRuntime.Model.ModelInvocationInput

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

Syntax

C#
public class ModelInvocationInput

The ModelInvocationInput type exposes the following members

Constructors

NameDescription
Public Method ModelInvocationInput()

Properties

NameTypeDescription
Public Property FoundationModel System.String

Gets and sets the property FoundationModel.

The identifier of a foundation model.

Public Property InferenceConfiguration Amazon.BedrockAgentRuntime.Model.InferenceConfiguration

Gets and sets the property InferenceConfiguration.

Specifications about the inference parameters that were provided alongside the prompt. These are specified in the PromptOverrideConfiguration object that was set when the agent was created or updated. For more information, see Inference parameters for foundation models.

Public Property OverrideLambda System.String

Gets and sets the property OverrideLambda.

The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence.

Public Property ParserMode Amazon.BedrockAgentRuntime.CreationMode

Gets and sets the property ParserMode.

Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by the promptType.

Public Property PromptCreationMode Amazon.BedrockAgentRuntime.CreationMode

Gets and sets the property PromptCreationMode.

Specifies whether the default prompt template was OVERRIDDEN. If it was, the basePromptTemplate that was set in the PromptOverrideConfiguration object when the agent was created or updated is used instead.

Public Property Text System.String

Gets and sets the property Text.

The text that prompted the agent at this step.

Public Property TraceId System.String

Gets and sets the property TraceId.

The unique identifier of the trace.

Public Property Type Amazon.BedrockAgentRuntime.PromptType

Gets and sets the property Type.

The step in the agent sequence.

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