Uses of Class
com.oracle.bmc.datascience.requests.GetStepArtifactContentRequest
-
Packages that use GetStepArtifactContentRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of GetStepArtifactContentRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type GetStepArtifactContentRequest Modifier and Type Method Description GetStepArtifactContentResponse
DataScience. getStepArtifactContent(GetStepArtifactContentRequest request)
Download the artifact for a step in the pipeline.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)
GetStepArtifactContentResponse
DataScienceClient. getStepArtifactContent(GetStepArtifactContentRequest request)
Method parameters in com.oracle.bmc.datascience with type arguments of type GetStepArtifactContentRequest 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 GetStepArtifactContentRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return GetStepArtifactContentRequest Modifier and Type Method Description GetStepArtifactContentRequest
GetStepArtifactContentRequest.Builder. build()
Build the instance of GetStepArtifactContentRequest as configured by this builderGetStepArtifactContentRequest
GetStepArtifactContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStepArtifactContentRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type GetStepArtifactContentRequest Modifier and Type Method Description GetStepArtifactContentRequest.Builder
GetStepArtifactContentRequest.Builder. copy(GetStepArtifactContentRequest o)
Copy method to populate the builder with values from the given instance.
-