Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CacheHitResult.Builder
-
Packages that use CacheHitResult.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CacheHitResult.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CacheHitResult.Builder Modifier and Type Method Description static CacheHitResult.BuilderCacheHitResult. builder()CacheHitResult.BuilderCacheHitResult.Builder. sourcePipelineExecutionArn(String sourcePipelineExecutionArn)The Amazon Resource Name (ARN) of the pipeline execution.CacheHitResult.BuilderCacheHitResult. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CacheHitResult.Builder Modifier and Type Method Description static Class<? extends CacheHitResult.Builder>CacheHitResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CacheHitResult.Builder Modifier and Type Method Description default PipelineExecutionStep.BuilderPipelineExecutionStep.Builder. cacheHitResult(Consumer<CacheHitResult.Builder> cacheHitResult)If this pipeline execution step was cached, details on the cache hit.
-