Class ComputeSchedules
- java.lang.Object
-
- com.azure.resourcemanager.machinelearning.models.ComputeSchedules
-
public final class ComputeSchedules extends Object
The list of schedules to be applied on the computes.
-
-
Constructor Summary
Constructors Constructor Description ComputeSchedules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ComputeStartStopSchedule>
computeStartStop()
Get the computeStartStop property: The list of compute start stop schedules to be applied.void
validate()
Validates the instance.ComputeSchedules
withComputeStartStop(List<ComputeStartStopSchedule> computeStartStop)
Set the computeStartStop property: The list of compute start stop schedules to be applied.
-
-
-
Method Detail
-
computeStartStop
public List<ComputeStartStopSchedule> computeStartStop()
Get the computeStartStop property: The list of compute start stop schedules to be applied.- Returns:
- the computeStartStop value.
-
withComputeStartStop
public ComputeSchedules withComputeStartStop(List<ComputeStartStopSchedule> computeStartStop)
Set the computeStartStop property: The list of compute start stop schedules to be applied.- Parameters:
computeStartStop
- the computeStartStop value to set.- Returns:
- the ComputeSchedules object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-