Uses of Class
com.oracle.bmc.datascience.requests.TriggerMlApplicationInstanceFlowRequest
-
Packages that use TriggerMlApplicationInstanceFlowRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of TriggerMlApplicationInstanceFlowRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type TriggerMlApplicationInstanceFlowRequest Modifier and Type Method Description Future<TriggerMlApplicationInstanceFlowResponse>
DataScienceAsync. triggerMlApplicationInstanceFlow(TriggerMlApplicationInstanceFlowRequest request, AsyncHandler<TriggerMlApplicationInstanceFlowRequest,TriggerMlApplicationInstanceFlowResponse> handler)
Trigger ML Application Instance flow if possibleFuture<TriggerMlApplicationInstanceFlowResponse>
DataScienceAsyncClient. triggerMlApplicationInstanceFlow(TriggerMlApplicationInstanceFlowRequest request, AsyncHandler<TriggerMlApplicationInstanceFlowRequest,TriggerMlApplicationInstanceFlowResponse> handler)
-
Uses of TriggerMlApplicationInstanceFlowRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return TriggerMlApplicationInstanceFlowRequest Modifier and Type Method Description TriggerMlApplicationInstanceFlowRequest
TriggerMlApplicationInstanceFlowRequest.Builder. build()
Build the instance of TriggerMlApplicationInstanceFlowRequest as configured by this builderTriggerMlApplicationInstanceFlowRequest
TriggerMlApplicationInstanceFlowRequest.Builder. buildWithoutInvocationCallback()
Build the instance of TriggerMlApplicationInstanceFlowRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type TriggerMlApplicationInstanceFlowRequest Modifier and Type Method Description TriggerMlApplicationInstanceFlowRequest.Builder
TriggerMlApplicationInstanceFlowRequest.Builder. copy(TriggerMlApplicationInstanceFlowRequest o)
Copy method to populate the builder with values from the given instance.
-