Uses of Class
com.oracle.bmc.datascience.responses.CreateStepArtifactResponse
- 
Packages that use CreateStepArtifactResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses 
- 
- 
Uses of CreateStepArtifactResponse in com.oracle.bmc.datascienceMethods in com.oracle.bmc.datascience that return CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponseDataScience. createStepArtifact(CreateStepArtifactRequest request)Upload the artifact for a step in the pipeline.CreateStepArtifactResponseDataScienceClient. createStepArtifact(CreateStepArtifactRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type CreateStepArtifactResponse Modifier and Type Method Description Future<CreateStepArtifactResponse>DataScienceAsync. createStepArtifact(CreateStepArtifactRequest request, AsyncHandler<CreateStepArtifactRequest,CreateStepArtifactResponse> handler)Upload the artifact for a step in the pipeline.Future<CreateStepArtifactResponse>DataScienceAsyncClient. createStepArtifact(CreateStepArtifactRequest request, AsyncHandler<CreateStepArtifactRequest,CreateStepArtifactResponse> handler)Method parameters in com.oracle.bmc.datascience with type arguments of type CreateStepArtifactResponse Modifier and Type Method Description Future<CreateStepArtifactResponse>DataScienceAsync. createStepArtifact(CreateStepArtifactRequest request, AsyncHandler<CreateStepArtifactRequest,CreateStepArtifactResponse> handler)Upload the artifact for a step in the pipeline.Future<CreateStepArtifactResponse>DataScienceAsyncClient. createStepArtifact(CreateStepArtifactRequest request, AsyncHandler<CreateStepArtifactRequest,CreateStepArtifactResponse> handler)
- 
Uses of CreateStepArtifactResponse in com.oracle.bmc.datascience.responsesMethods in com.oracle.bmc.datascience.responses that return CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponseCreateStepArtifactResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponse.BuilderCreateStepArtifactResponse.Builder. copy(CreateStepArtifactResponse o)Copy method to populate the builder with values from the given instance.
 
-