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