| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheHitResult.Builder |
CacheHitResult.builder() |
CacheHitResult.Builder |
CacheHitResult.Builder.sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
CacheHitResult.Builder |
CacheHitResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheHitResult.Builder> |
CacheHitResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.cacheHitResult(Consumer<CacheHitResult.Builder> cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
Copyright © 2022. All rights reserved.