| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CacheHitResult |
CacheHitResult.clone() |
CacheHitResult |
PipelineExecutionStep.getCacheHitResult()
If this pipeline execution step was cached, details on the cache hit.
|
CacheHitResult |
CacheHitResult.withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStep.setCacheHitResult(CacheHitResult cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
PipelineExecutionStep |
PipelineExecutionStep.withCacheHitResult(CacheHitResult cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
Copyright © 2022. All rights reserved.