@Generated(value="software.amazon.awssdk:codegen") public final class RetryPipelineExecutionRequest extends SageMakerRequest implements ToCopyableBuilder<RetryPipelineExecutionRequest.Builder,RetryPipelineExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryPipelineExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetryPipelineExecutionRequest.Builder |
builder() |
String |
clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ParallelismConfiguration |
parallelismConfiguration()
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
|
String |
pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetryPipelineExecutionRequest.Builder> |
serializableBuilderClass() |
RetryPipelineExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public final String clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
public final ParallelismConfiguration parallelismConfiguration()
This configuration, if specified, overrides the parallelism configuration of the parent pipeline.
public RetryPipelineExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetryPipelineExecutionRequest.Builder,RetryPipelineExecutionRequest>toBuilder in class SageMakerRequestpublic static RetryPipelineExecutionRequest.Builder builder()
public static Class<? extends RetryPipelineExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.