InferenceExperimentScheduleArgs

data class InferenceExperimentScheduleArgs(val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<InferenceExperimentScheduleArgs>

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

Constructors

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

Properties

Link copied to clipboard
val endTime: Output<String>? = null

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

Link copied to clipboard
val startTime: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InferenceExperimentScheduleArgs