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.

Container for the parameters to the ListCustomModelDeployments operation. Lists custom model deployments in your account. You can filter the results by creation time, name, status, and associated model. Use this operation to manage and monitor your custom model deployments.

We recommend using pagination to ensure that the operation returns quickly and successfully.

The following actions are related to the ListCustomModelDeployments operation:

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Bedrock.AmazonBedrockRequest
      Amazon.Bedrock.Model.ListCustomModelDeploymentsRequest

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

Syntax

C#
public class ListCustomModelDeploymentsRequest : AmazonBedrockRequest
         IAmazonWebServiceRequest

The ListCustomModelDeploymentsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreatedAfter System.DateTime

Gets and sets the property CreatedAfter.

Filters deployments created after the specified date and time.

Public Property CreatedBefore System.DateTime

Gets and sets the property CreatedBefore.

Filters deployments created before the specified date and time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in a single call.

Public Property ModelArnEquals System.String

Gets and sets the property ModelArnEquals.

Filters deployments by the Amazon Resource Name (ARN) of the associated custom model.

Public Property NameContains System.String

Gets and sets the property NameContains.

Filters deployments whose names contain the specified string.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token for the next set of results. Use this token to retrieve additional results when the response is truncated.

Public Property SortBy Amazon.Bedrock.SortModelsBy

Gets and sets the property SortBy.

The field to sort the results by. The only supported value is CreationTime.

Public Property SortOrder Amazon.Bedrock.SortOrder

Gets and sets the property SortOrder.

The sort order for the results. Valid values are Ascending and Descending. Default is Descending.

Public Property StatusEquals Amazon.Bedrock.CustomModelDeploymentStatus

Gets and sets the property StatusEquals.

Filters deployments by status. Valid values are CREATING, ACTIVE, and FAILED.

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