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.generativeaiagentMethod 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.requestsMethods in com.oracle.bmc.generativeaiagent.requests that return GetDataIngestionJobLogContentRequest Modifier and Type Method Description GetDataIngestionJobLogContentRequestGetDataIngestionJobLogContentRequest.Builder. build()Build the instance of GetDataIngestionJobLogContentRequest as configured by this builderGetDataIngestionJobLogContentRequestGetDataIngestionJobLogContentRequest.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.BuilderGetDataIngestionJobLogContentRequest.Builder. copy(GetDataIngestionJobLogContentRequest o)Copy method to populate the builder with values from the given instance.
 
-