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 ListStudioLifecycleConfigs operation. Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon Web Services Account.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class ListStudioLifecycleConfigsRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The ListStudioLifecycleConfigsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
ListStudioLifecycleConfigsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AppTypeEquals | Amazon.SageMaker.StudioLifecycleConfigAppType |
Gets and sets the property AppTypeEquals. A parameter to search for the App Type to which the Lifecycle Configuration is attached. |
![]() |
CreationTimeAfter | System.DateTime |
Gets and sets the property CreationTimeAfter. A filter that returns only Lifecycle Configurations created on or after the specified time. |
![]() |
CreationTimeBefore | System.DateTime |
Gets and sets the property CreationTimeBefore. A filter that returns only Lifecycle Configurations created on or before the specified time. |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults.
The total number of items to return in the response. If the total number of items
available is more than the value specified, a |
![]() |
ModifiedTimeAfter | System.DateTime |
Gets and sets the property ModifiedTimeAfter. A filter that returns only Lifecycle Configurations modified after the specified time. |
![]() |
ModifiedTimeBefore | System.DateTime |
Gets and sets the property ModifiedTimeBefore. A filter that returns only Lifecycle Configurations modified before the specified time. |
![]() |
NameContains | System.String |
Gets and sets the property NameContains. A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations. |
![]() |
SortBy | Amazon.SageMaker.StudioLifecycleConfigSortKey |
Gets and sets the property SortBy. The property used to sort results. The default value is CreationTime. |
![]() |
SortOrder | Amazon.SageMaker.SortOrder |
Gets and sets the property SortOrder. The sort order. The default value is Descending. |
.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