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 ListOptimizationJobs operation. Lists the optimization jobs in your account and their properties.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListOptimizationJobsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListOptimizationJobsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Filters the results to only those optimization jobs that were created after the specified time.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Filters the results to only those optimization jobs that were created before the specified time.

Public Property LastModifiedTimeAfter System.DateTime

Gets and sets the property LastModifiedTimeAfter.

Filters the results to only those optimization jobs that were updated after the specified time.

Public Property LastModifiedTimeBefore System.DateTime

Gets and sets the property LastModifiedTimeBefore.

Filters the results to only those optimization jobs that were updated before the specified time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of optimization jobs to return in the response. The default is 50.

Public Property NameContains System.String

Gets and sets the property NameContains.

Filters the results to only those optimization jobs with a name that contains the specified string.

Public Property NextToken System.String

Gets and sets the property NextToken.

A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.

Public Property OptimizationContains System.String

Gets and sets the property OptimizationContains.

Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either Quantization or Compilation.

Public Property SortBy Amazon.SageMaker.ListOptimizationJobsSortBy

Gets and sets the property SortBy.

The field by which to sort the optimization jobs in the response. The default is CreationTime

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

The sort order for results. The default is Ascending

Public Property StatusEquals Amazon.SageMaker.OptimizationJobStatus

Gets and sets the property StatusEquals.

Filters the results to only those optimization jobs with the specified status.

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