ScheduleActionBase Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. ScheduleActionBase
- com.
Implements
public class ScheduleActionBase
implements JsonSerializable<ScheduleActionBase>
The ScheduleActionBase model.
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduleActionBase() |
Creates an instance of Schedule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Schedule |
actionType()
Get the action |
|
static
Schedule |
fromJson(JsonReader jsonReader)
Reads an instance of Schedule |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ScheduleActionBase
public ScheduleActionBase()
Creates an instance of ScheduleActionBase class.
Method Details
actionType
public ScheduleActionType actionType()
Get the actionType property: [Required] Specifies the action type of the schedule.
Returns:
fromJson
public static ScheduleActionBase fromJson(JsonReader jsonReader)
Reads an instance of ScheduleActionBase from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.