ListAiBenchmarkJobsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTimeAfter: <Error class: unknown class>?

A filter that returns only jobs created after the specified time.

Link copied to clipboard
val creationTimeBefore: <Error class: unknown class>?

A filter that returns only jobs created before the specified time.

Link copied to clipboard

The maximum number of benchmark jobs to return in the response.

Link copied to clipboard

A string in the job name. This filter returns only jobs whose name contains the specified string.

Link copied to clipboard

If the previous call to ListAIBenchmarkJobs didn't return the full set of jobs, the call returns a token for getting the next set.

Link copied to clipboard

The field to sort results by. The default is CreationTime.

Link copied to clipboard

The sort order for results. The default is Descending.

Link copied to clipboard

A filter that returns only benchmark jobs with the specified status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String