Uses of Class
com.oracle.bmc.aivision.requests.StartStreamJobRequest
-
Packages that use StartStreamJobRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of StartStreamJobRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type StartStreamJobRequest Modifier and Type Method Description StartStreamJobResponse
AIServiceVision. startStreamJob(StartStreamJobRequest request)
End a stream analysis Run.Future<StartStreamJobResponse>
AIServiceVisionAsync. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
End a stream analysis Run.Future<StartStreamJobResponse>
AIServiceVisionAsyncClient. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
StartStreamJobResponse
AIServiceVisionClient. startStreamJob(StartStreamJobRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type StartStreamJobRequest Modifier and Type Method Description Future<StartStreamJobResponse>
AIServiceVisionAsync. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
End a stream analysis Run.Future<StartStreamJobResponse>
AIServiceVisionAsyncClient. startStreamJob(StartStreamJobRequest request, AsyncHandler<StartStreamJobRequest,StartStreamJobResponse> handler)
-
Uses of StartStreamJobRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return StartStreamJobRequest Modifier and Type Method Description StartStreamJobRequest
StartStreamJobRequest.Builder. build()
Build the instance of StartStreamJobRequest as configured by this builderStartStreamJobRequest
StartStreamJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartStreamJobRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type StartStreamJobRequest Modifier and Type Method Description StartStreamJobRequest.Builder
StartStreamJobRequest.Builder. copy(StartStreamJobRequest o)
Copy method to populate the builder with values from the given instance.
-