Uses of Class
com.oracle.bmc.datascience.requests.GetJobArtifactContentRequest
-
Packages that use GetJobArtifactContentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetJobArtifactContentRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type GetJobArtifactContentRequest Modifier and Type Method Description GetJobArtifactContentResponse
DataScience. getJobArtifactContent(GetJobArtifactContentRequest request)
Downloads job artifact content for specified job.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)
GetJobArtifactContentResponse
DataScienceClient. getJobArtifactContent(GetJobArtifactContentRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetJobArtifactContentRequest 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 GetJobArtifactContentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetJobArtifactContentRequest Modifier and Type Method Description GetJobArtifactContentRequest
GetJobArtifactContentRequest.Builder. build()
Build the instance of GetJobArtifactContentRequest as configured by this builderGetJobArtifactContentRequest
GetJobArtifactContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobArtifactContentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetJobArtifactContentRequest Modifier and Type Method Description GetJobArtifactContentRequest.Builder
GetJobArtifactContentRequest.Builder. copy(GetJobArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.
-