Uses of Class
com.oracle.bmc.generativeaiagent.requests.GetDataIngestionJobLogContentRequest
-
Packages that use GetDataIngestionJobLogContentRequest Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.requests -
-
Uses of GetDataIngestionJobLogContentRequest in com.oracle.bmc.generativeaiagent
Method parameters in com.oracle.bmc.generativeaiagent with type arguments of type GetDataIngestionJobLogContentRequest 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 GetDataIngestionJobLogContentRequest in com.oracle.bmc.generativeaiagent.requests
Methods in com.oracle.bmc.generativeaiagent.requests that return GetDataIngestionJobLogContentRequest Modifier and Type Method Description GetDataIngestionJobLogContentRequest
GetDataIngestionJobLogContentRequest.Builder. build()
Build the instance of GetDataIngestionJobLogContentRequest as configured by this builderGetDataIngestionJobLogContentRequest
GetDataIngestionJobLogContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataIngestionJobLogContentRequest as configured by this builderMethods in com.oracle.bmc.generativeaiagent.requests with parameters of type GetDataIngestionJobLogContentRequest Modifier and Type Method Description GetDataIngestionJobLogContentRequest.Builder
GetDataIngestionJobLogContentRequest.Builder. copy(GetDataIngestionJobLogContentRequest o)
Copy method to populate the builder with values from the given instance.
-