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:
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class ListCustomModelDeploymentsRequest : AmazonBedrockRequest IAmazonWebServiceRequest
The ListCustomModelDeploymentsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListCustomModelDeploymentsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreatedAfter | System.DateTime |
Gets and sets the property CreatedAfter. Filters deployments created after the specified date and time. |
![]() |
CreatedBefore | System.DateTime |
Gets and sets the property CreatedBefore. Filters deployments created before the specified date and time. |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of results to return in a single call. |
![]() |
ModelArnEquals | System.String |
Gets and sets the property ModelArnEquals. Filters deployments by the Amazon Resource Name (ARN) of the associated custom model. |
![]() |
NameContains | System.String |
Gets and sets the property NameContains. Filters deployments whose names contain the specified string. |
![]() |
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. |
![]() |
SortBy | Amazon.Bedrock.SortModelsBy |
Gets and sets the property SortBy.
The field to sort the results by. The only supported value is |
![]() |
SortOrder | Amazon.Bedrock.SortOrder |
Gets and sets the property SortOrder.
The sort order for the results. Valid values are |
![]() |
StatusEquals | Amazon.Bedrock.CustomModelDeploymentStatus |
Gets and sets the property StatusEquals.
Filters deployments by status. Valid values are |
.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