Class UpdatePipelineRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.UpdatePipelineRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePipelineRequest extends SageMakerRequest implements ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePipelineRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdatePipelineRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ParallelismConfigurationparallelismConfiguration()If specified, it applies to all executions of this pipeline by default.StringpipelineDefinition()The JSON pipeline definition.PipelineDefinitionS3LocationpipelineDefinitionS3Location()The location of the pipeline definition stored in Amazon S3.StringpipelineDescription()The description of the pipeline.StringpipelineDisplayName()The display name of the pipeline.StringpipelineName()The name of the pipeline to update.StringroleArn()The Amazon Resource Name (ARN) that the pipeline uses to execute.List<SdkField<?>>sdkFields()static Class<? extends UpdatePipelineRequest.Builder>serializableBuilderClass()UpdatePipelineRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
pipelineName
public final String pipelineName()
The name of the pipeline to update.
- Returns:
- The name of the pipeline to update.
-
pipelineDisplayName
public final String pipelineDisplayName()
The display name of the pipeline.
- Returns:
- The display name of the pipeline.
-
pipelineDefinition
public final String pipelineDefinition()
The JSON pipeline definition.
- Returns:
- The JSON pipeline definition.
-
pipelineDefinitionS3Location
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.
- Returns:
- The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
-
pipelineDescription
public final String pipelineDescription()
The description of the pipeline.
- Returns:
- The description of the pipeline.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) that the pipeline uses to execute.
- Returns:
- The Amazon Resource Name (ARN) that the pipeline uses to execute.
-
parallelismConfiguration
public final ParallelismConfiguration parallelismConfiguration()
If specified, it applies to all executions of this pipeline by default.
- Returns:
- If specified, it applies to all executions of this pipeline by default.
-
toBuilder
public UpdatePipelineRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static UpdatePipelineRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePipelineRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-