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 ListFlowDefinitions operation. Returns information about the flow definitions in your account.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.ListFlowDefinitionsRequest

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

Syntax

C#
public class ListFlowDefinitionsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListFlowDefinitionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

A filter that returns only flow definitions that were created before the specified timestamp.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token to resume pagination.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5