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 ListContexts operation. Lists the contexts in your account and their properties.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class ListContextsRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The ListContextsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListContextsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
ContextType | System.String |
Gets and sets the property ContextType. A filter that returns only contexts of the specified type. |
![]() |
CreatedAfter | System.DateTime |
Gets and sets the property CreatedAfter. A filter that returns only contexts created on or after the specified time. |
![]() |
CreatedBefore | System.DateTime |
Gets and sets the property CreatedBefore. A filter that returns only contexts created on or before the specified time. |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of contexts to return in the response. The default value is 10. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken.
If the previous call to |
![]() |
SortBy | Amazon.SageMaker.SortContextsBy |
Gets and sets the property SortBy.
The property used to sort results. The default value is |
![]() |
SortOrder | Amazon.SageMaker.SortOrder |
Gets and sets the property SortOrder.
The sort order. The default value is |
![]() |
SourceUri | System.String |
Gets and sets the property SourceUri. A filter that returns only contexts with the specified source URI. |
.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