Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetDataIngestionJobResponse
-
Packages that use GetDataIngestionJobResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetDataIngestionJobResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetDataIngestionJobResponse Modifier and Type Method Description GetDataIngestionJobResponse
GenerativeAiAgent. getDataIngestionJob(GetDataIngestionJobRequest request)
Gets information about a data ingestion job.GetDataIngestionJobResponse
GenerativeAiAgentClient. getDataIngestionJob(GetDataIngestionJobRequest request)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetDataIngestionJobResponse Modifier and Type Method Description Future<GetDataIngestionJobResponse>
GenerativeAiAgentAsync. getDataIngestionJob(GetDataIngestionJobRequest request, AsyncHandler<GetDataIngestionJobRequest,GetDataIngestionJobResponse> handler)
Gets information about a data ingestion job.Future<GetDataIngestionJobResponse>
GenerativeAiAgentAsyncClient. getDataIngestionJob(GetDataIngestionJobRequest request, AsyncHandler<GetDataIngestionJobRequest,GetDataIngestionJobResponse> handler)
-
Uses of GetDataIngestionJobResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetDataIngestionJobResponse Modifier and Type Method Description GetDataIngestionJobResponse
GetDataIngestionJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetDataIngestionJobResponse Modifier and Type Method Description GetDataIngestionJobResponse.Builder
GetDataIngestionJobResponse.Builder. copy(GetDataIngestionJobResponse o)
Copy method to populate the builder with values from the given instance.
-