@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePipelineRequest extends SageMakerRequest implements ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePipelineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePipelineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ParallelismConfiguration |
parallelismConfiguration()
If specified, it applies to all executions of this pipeline by default.
|
String |
pipelineDefinition()
The JSON pipeline definition.
|
PipelineDefinitionS3Location |
pipelineDefinitionS3Location()
The location of the pipeline definition stored in Amazon S3.
|
String |
pipelineDescription()
The description of the pipeline.
|
String |
pipelineDisplayName()
The display name of the pipeline.
|
String |
pipelineName()
The name of the pipeline to update.
|
String |
roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePipelineRequest.Builder> |
serializableBuilderClass() |
UpdatePipelineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline to update.
public final String pipelineDisplayName()
The display name of the pipeline.
public final String pipelineDefinition()
The JSON pipeline definition.
public final PipelineDefinitionS3Location pipelineDefinitionS3Location()
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
public final String pipelineDescription()
The description of the pipeline.
public final String roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
public final ParallelismConfiguration parallelismConfiguration()
If specified, it applies to all executions of this pipeline by default.
public UpdatePipelineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>toBuilder in class SageMakerRequestpublic static UpdatePipelineRequest.Builder builder()
public static Class<? extends UpdatePipelineRequest.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.