ListCompilationJobsRequest
Types
Properties
Link copied to clipboard
A filter that returns the model compilation jobs that were created after a specified time.
Link copied to clipboard
A filter that returns the model compilation jobs that were created before a specified time.
Link copied to clipboard
A filter that returns the model compilation jobs that were modified after a specified time.
Link copied to clipboard
A filter that returns the model compilation jobs that were modified before a specified time.
Link copied to clipboard
The maximum number of model compilation jobs to return in the response.
Link copied to clipboard
A filter that returns the model compilation jobs whose name contains a specified string.
Link copied to clipboard
The field by which to sort results. The default is CreationTime
.
Link copied to clipboard
A filter that retrieves model compilation jobs with a specific CompilationJobStatus
status.
Functions
Link copied to clipboard
inline fun copy(block: ListCompilationJobsRequest.Builder.() -> Unit = {}): ListCompilationJobsRequest