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 ListEdgePackagingJobs operation. Returns a list of edge packaging jobs.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListEdgePackagingJobsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListEdgePackagingJobsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Select jobs where the job was created after specified time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Select jobs where the job was created before specified time.

Public Property LastModifiedTimeAfter System.DateTime

Gets and sets the property LastModifiedTimeAfter.

Select jobs where the job was updated after specified time.

Public Property LastModifiedTimeBefore System.DateTime

Gets and sets the property LastModifiedTimeBefore.

Select jobs where the job was updated before specified time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Maximum number of results to select.

Public Property ModelNameContains System.String

Gets and sets the property ModelNameContains.

Filter for jobs where the model name contains this string.

Public Property NameContains System.String

Gets and sets the property NameContains.

Filter for jobs containing this name in their packaging job name.

Public Property NextToken System.String

Gets and sets the property NextToken.

The response from the last list when returning a list large enough to need tokening.

Public Property SortBy Amazon.SageMaker.ListEdgePackagingJobsSortBy

Gets and sets the property SortBy.

Use to specify what column to sort by.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

What direction to sort by.

Public Property StatusEquals Amazon.SageMaker.EdgePackagingJobStatus

Gets and sets the property StatusEquals.

The job status to filter for.

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