ListAiWorkloadConfigsRequest

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 configurations created after the specified time.

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

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

Link copied to clipboard

The maximum number of AI workload configurations to return in the response.

Link copied to clipboard

A string in the configuration name. This filter returns only configurations whose name contains the specified string.

Link copied to clipboard

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

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.

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