Uses of Class
com.oracle.bmc.aivision.responses.CreateStreamJobResponse
-
Packages that use CreateStreamJobResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of CreateStreamJobResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponse
AIServiceVision. createStreamJob(CreateStreamJobRequest request)
Create a stream analysis job with given inputs and features.CreateStreamJobResponse
AIServiceVisionClient. createStreamJob(CreateStreamJobRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type CreateStreamJobResponse Modifier and Type Method Description Future<CreateStreamJobResponse>
AIServiceVisionAsync. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)
Create a stream analysis job with given inputs and features.Future<CreateStreamJobResponse>
AIServiceVisionAsyncClient. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type CreateStreamJobResponse Modifier and Type Method Description Future<CreateStreamJobResponse>
AIServiceVisionAsync. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)
Create a stream analysis job with given inputs and features.Future<CreateStreamJobResponse>
AIServiceVisionAsyncClient. createStreamJob(CreateStreamJobRequest request, AsyncHandler<CreateStreamJobRequest,CreateStreamJobResponse> handler)
-
Uses of CreateStreamJobResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponse
CreateStreamJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type CreateStreamJobResponse Modifier and Type Method Description CreateStreamJobResponse.Builder
CreateStreamJobResponse.Builder. copy(CreateStreamJobResponse o)
Copy method to populate the builder with values from the given instance.
-