DatasetFilter

Filter the datasets based on creation time or dataset status.

Types

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

Properties

Link copied to clipboard

Filter the datasets to include datasets created after the specified time.

Link copied to clipboard

Filter the datasets to include datasets created before the specified time.

Link copied to clipboard

Filter the datasets based on the dataset type.

Link copied to clipboard

Filter the datasets based on the dataset status.

Functions

Link copied to clipboard
inline fun copy(block: DatasetFilter.Builder.() -> Unit = {}): DatasetFilter
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