AiDatasetConfig

sealed class AiDatasetConfig

The dataset configuration for an AI workload. This is a union type — specify one of the members.

Inheritors

Types

Link copied to clipboard

An array of input data channel configurations for the workload.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this AiDatasetConfig as a InputDataConfig and retrieves its kotlin.collections.List value. Throws an exception if the AiDatasetConfig is not a InputDataConfig.

Link copied to clipboard