Uses of Class
com.oracle.bmc.datascience.responses.GetJobArtifactContentResponse
-
Packages that use GetJobArtifactContentResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of GetJobArtifactContentResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return GetJobArtifactContentResponse Modifier and Type Method Description GetJobArtifactContentResponse
DataScience. getJobArtifactContent(GetJobArtifactContentRequest request)
Downloads job artifact content for specified job.GetJobArtifactContentResponse
DataScienceClient. getJobArtifactContent(GetJobArtifactContentRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type GetJobArtifactContentResponse Modifier and Type Method Description Future<GetJobArtifactContentResponse>
DataScienceAsync. getJobArtifactContent(GetJobArtifactContentRequest request, AsyncHandler<GetJobArtifactContentRequest,GetJobArtifactContentResponse> handler)
Downloads job artifact content for specified job.Future<GetJobArtifactContentResponse>
DataScienceAsyncClient. getJobArtifactContent(GetJobArtifactContentRequest request, AsyncHandler<GetJobArtifactContentRequest,GetJobArtifactContentResponse> handler)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobArtifactContentResponse Modifier and Type Method Description Future<GetJobArtifactContentResponse>
DataScienceAsync. getJobArtifactContent(GetJobArtifactContentRequest request, AsyncHandler<GetJobArtifactContentRequest,GetJobArtifactContentResponse> handler)
Downloads job artifact content for specified job.Future<GetJobArtifactContentResponse>
DataScienceAsyncClient. getJobArtifactContent(GetJobArtifactContentRequest request, AsyncHandler<GetJobArtifactContentRequest,GetJobArtifactContentResponse> handler)
-
Uses of GetJobArtifactContentResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return GetJobArtifactContentResponse Modifier and Type Method Description GetJobArtifactContentResponse
GetJobArtifactContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type GetJobArtifactContentResponse Modifier and Type Method Description GetJobArtifactContentResponse.Builder
GetJobArtifactContentResponse.Builder. copy(GetJobArtifactContentResponse o)
Copy method to populate the builder with values from the given instance.
-