InferenceExperimentSchedule

data class InferenceExperimentSchedule(val endTime: String? = null, val startTime: String? = null)

The duration for which you want the inference experiment to run.

Constructors

Link copied to clipboard
constructor(endTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

The timestamp at which the inference experiment ended or will end.

Link copied to clipboard
val startTime: String? = null

The timestamp at which the inference experiment started or will start.