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