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.datascience
Methods in com.oracle.bmc.datascience that return CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponse
DataScience. createStepArtifact(CreateStepArtifactRequest request)
Upload the artifact for a step in the pipeline.CreateStepArtifactResponse
DataScienceClient. 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.responses
Methods in com.oracle.bmc.datascience.responses that return CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponse
CreateStepArtifactResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type CreateStepArtifactResponse Modifier and Type Method Description CreateStepArtifactResponse.Builder
CreateStepArtifactResponse.Builder. copy(CreateStepArtifactResponse o)
Copy method to populate the builder with values from the given instance.
-