Uses of Class
com.oracle.bmc.datascience.model.ScheduleHttpActionDetails
-
Packages that use ScheduleHttpActionDetails Package Description com.oracle.bmc.datascience.model -
-
Uses of ScheduleHttpActionDetails in com.oracle.bmc.datascience.model
Subclasses of ScheduleHttpActionDetails in com.oracle.bmc.datascience.model Modifier and Type Class Description class
CreateJobRunScheduleActionDetails
create job run details
Note: Objects should always be created or deserialized using theCreateJobRunScheduleActionDetails.Builder
.class
CreatePipelineRunScheduleActionDetails
create pipeline run details
Note: Objects should always be created or deserialized using theCreatePipelineRunScheduleActionDetails.Builder
.class
InvokeMlApplicationProviderTriggerScheduleActionDetails
invoke ml application trigger details
Note: Objects should always be created or deserialized using theInvokeMlApplicationProviderTriggerScheduleActionDetails.Builder
.Methods in com.oracle.bmc.datascience.model that return ScheduleHttpActionDetails Modifier and Type Method Description ScheduleHttpActionDetails
ScheduleHttpAction. getActionDetails()
Methods in com.oracle.bmc.datascience.model with parameters of type ScheduleHttpActionDetails Modifier and Type Method Description ScheduleHttpAction.Builder
ScheduleHttpAction.Builder. actionDetails(ScheduleHttpActionDetails actionDetails)
Constructors in com.oracle.bmc.datascience.model with parameters of type ScheduleHttpActionDetails Constructor Description ScheduleHttpAction(ScheduleHttpActionDetails actionDetails)
Deprecated.
-