AWS SDK Version 4 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.

Container for the parameters to the ListAsyncInvokes operation. Lists asynchronous invocations.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BedrockRuntime.AmazonBedrockRuntimeRequest
      Amazon.BedrockRuntime.Model.ListAsyncInvokesRequest

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

Syntax

C#
public class ListAsyncInvokesRequest : AmazonBedrockRuntimeRequest
         IAmazonWebServiceRequest

The ListAsyncInvokesRequest type exposes the following members

Constructors

NameDescription
Public Method ListAsyncInvokesRequest()

Properties

NameTypeDescription
Public Property MaxResults System.Nullable<System.Int32>

Gets and sets the property MaxResults.

The maximum number of invocations to return in one page of results.

Public Property NextToken System.String

Gets and sets the property NextToken.

Specify the pagination token from a previous request to retrieve the next page of results.

Public Property SortBy Amazon.BedrockRuntime.SortAsyncInvocationBy

Gets and sets the property SortBy.

How to sort the response.

Public Property SortOrder Amazon.BedrockRuntime.SortOrder

Gets and sets the property SortOrder.

The sorting order for the response.

Public Property StatusEquals Amazon.BedrockRuntime.AsyncInvokeStatus

Gets and sets the property StatusEquals.

Filter invocations by status.

Public Property SubmitTimeAfter System.Nullable<System.DateTime>

Gets and sets the property SubmitTimeAfter.

Include invocations submitted after this time.

Public Property SubmitTimeBefore System.Nullable<System.DateTime>

Gets and sets the property SubmitTimeBefore.

Include invocations submitted before this time.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer