Uses of Class
com.oracle.bmc.generativeaiagent.requests.CreateDataIngestionJobRequest
-
Packages that use CreateDataIngestionJobRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of CreateDataIngestionJobRequest in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent with parameters of type CreateDataIngestionJobRequest Modifier and Type Method Description CreateDataIngestionJobResponse
GenerativeAiAgent. createDataIngestionJob(CreateDataIngestionJobRequest request)
Creates a data ingestion job.Future<CreateDataIngestionJobResponse>
GenerativeAiAgentAsync. createDataIngestionJob(CreateDataIngestionJobRequest request, AsyncHandler<CreateDataIngestionJobRequest,CreateDataIngestionJobResponse> handler)
Creates a data ingestion job.Future<CreateDataIngestionJobResponse>
GenerativeAiAgentAsyncClient. createDataIngestionJob(CreateDataIngestionJobRequest request, AsyncHandler<CreateDataIngestionJobRequest,CreateDataIngestionJobResponse> handler)
CreateDataIngestionJobResponse
GenerativeAiAgentClient. createDataIngestionJob(CreateDataIngestionJobRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type CreateDataIngestionJobRequest Modifier and Type Method Description Future<CreateDataIngestionJobResponse>
GenerativeAiAgentAsync. createDataIngestionJob(CreateDataIngestionJobRequest request, AsyncHandler<CreateDataIngestionJobRequest,CreateDataIngestionJobResponse> handler)
Creates a data ingestion job.Future<CreateDataIngestionJobResponse>
GenerativeAiAgentAsyncClient. createDataIngestionJob(CreateDataIngestionJobRequest request, AsyncHandler<CreateDataIngestionJobRequest,CreateDataIngestionJobResponse> handler)
-
Uses of CreateDataIngestionJobRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return CreateDataIngestionJobRequest Modifier and Type Method Description CreateDataIngestionJobRequest
CreateDataIngestionJobRequest.Builder. build()
Build the instance of CreateDataIngestionJobRequest as configured by this builderCreateDataIngestionJobRequest
CreateDataIngestionJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateDataIngestionJobRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type CreateDataIngestionJobRequest Modifier and Type Method Description CreateDataIngestionJobRequest.Builder
CreateDataIngestionJobRequest.Builder. copy(CreateDataIngestionJobRequest o)
Copy method to populate the builder with values from the given instance.
-