Uses of Class
com.oracle.bmc.generativeaiagent.responses.GetDataIngestionJobLogContentResponse
-
Packages that use GetDataIngestionJobLogContentResponse Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.responses -
-
Uses of GetDataIngestionJobLogContentResponse in com.oracle.bmc.generativeaiagent
Methods in com.oracle.bmc.generativeaiagent that return GetDataIngestionJobLogContentResponse Modifier and Type Method Description GetDataIngestionJobLogContentResponse
GenerativeAiAgent. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request)
Returns the raw log file for the specified data ingestion job in text format.GetDataIngestionJobLogContentResponse
GenerativeAiAgentClient. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request)
Methods in com.oracle.bmc.generativeaiagent that return types with arguments of type GetDataIngestionJobLogContentResponse Modifier and Type Method Description Future<GetDataIngestionJobLogContentResponse>
GenerativeAiAgentAsync. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request, AsyncHandler<GetDataIngestionJobLogContentRequest,GetDataIngestionJobLogContentResponse> handler)
Returns the raw log file for the specified data ingestion job in text format.Future<GetDataIngestionJobLogContentResponse>
GenerativeAiAgentAsyncClient. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request, AsyncHandler<GetDataIngestionJobLogContentRequest,GetDataIngestionJobLogContentResponse> handler)
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetDataIngestionJobLogContentResponse Modifier and Type Method Description Future<GetDataIngestionJobLogContentResponse>
GenerativeAiAgentAsync. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request, AsyncHandler<GetDataIngestionJobLogContentRequest,GetDataIngestionJobLogContentResponse> handler)
Returns the raw log file for the specified data ingestion job in text format.Future<GetDataIngestionJobLogContentResponse>
GenerativeAiAgentAsyncClient. getDataIngestionJobLogContent(GetDataIngestionJobLogContentRequest request, AsyncHandler<GetDataIngestionJobLogContentRequest,GetDataIngestionJobLogContentResponse> handler)
-
Uses of GetDataIngestionJobLogContentResponse in com.oracle.bmc.generativeaiagent.responses
Methods in com.oracle.bmc.generativeaiagent.responses that return GetDataIngestionJobLogContentResponse Modifier and Type Method Description GetDataIngestionJobLogContentResponse
GetDataIngestionJobLogContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.generativeaiagent.responses with parameters of type GetDataIngestionJobLogContentResponse Modifier and Type Method Description GetDataIngestionJobLogContentResponse.Builder
GetDataIngestionJobLogContentResponse.Builder. copy(GetDataIngestionJobLogContentResponse o)
Copy method to populate the builder with values from the given instance.
-