createRunCache
inline suspend fun OmicsClient.createRunCache(crossinline block: CreateRunCacheRequest.Builder.() -> Unit): CreateRunCacheResponse
You can create a run cache to save the task outputs from completed tasks in a run for a private workflow. Subsequent runs use the task outputs from the cache, rather than computing the task outputs again. You specify an Amazon S3 location where Amazon Web Services HealthOmics saves the cached data. This data must be immediately accessible (not in an archived state).
For more information, see Creating a run cache in the Amazon Web Services HealthOmics User Guide.