Uses of Class
software.amazon.awssdk.services.sagemaker.model.CacheHitResult
-
Packages that use CacheHitResult Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CacheHitResult in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CacheHitResult Modifier and Type Method Description CacheHitResultPipelineExecutionStep. cacheHitResult()If this pipeline execution step was cached, details on the cache hit.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CacheHitResult Modifier and Type Method Description PipelineExecutionStep.BuilderPipelineExecutionStep.Builder. cacheHitResult(CacheHitResult cacheHitResult)If this pipeline execution step was cached, details on the cache hit.
-