JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class UpdatePipelineRequest

    • Constructor Detail

      • UpdatePipelineRequest

        public UpdatePipelineRequest()
    • Method Detail

      • setPipelineName

        public void setPipelineName(String pipelineName)

        The name of the pipeline to update.

        Parameters:
        pipelineName - The name of the pipeline to update.
      • getPipelineName

        public String getPipelineName()

        The name of the pipeline to update.

        Returns:
        The name of the pipeline to update.
      • withPipelineName

        public UpdatePipelineRequest withPipelineName(String pipelineName)

        The name of the pipeline to update.

        Parameters:
        pipelineName - The name of the pipeline to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineDisplayName

        public void setPipelineDisplayName(String pipelineDisplayName)

        The display name of the pipeline.

        Parameters:
        pipelineDisplayName - The display name of the pipeline.
      • getPipelineDisplayName

        public String getPipelineDisplayName()

        The display name of the pipeline.

        Returns:
        The display name of the pipeline.
      • withPipelineDisplayName

        public UpdatePipelineRequest withPipelineDisplayName(String pipelineDisplayName)

        The display name of the pipeline.

        Parameters:
        pipelineDisplayName - The display name of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineDefinition

        public void setPipelineDefinition(String pipelineDefinition)

        The JSON pipeline definition.

        Parameters:
        pipelineDefinition - The JSON pipeline definition.
      • getPipelineDefinition

        public String getPipelineDefinition()

        The JSON pipeline definition.

        Returns:
        The JSON pipeline definition.
      • withPipelineDefinition

        public UpdatePipelineRequest withPipelineDefinition(String pipelineDefinition)

        The JSON pipeline definition.

        Parameters:
        pipelineDefinition - The JSON pipeline definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineDefinitionS3Location

        public void setPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)

        The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

        Parameters:
        pipelineDefinitionS3Location - The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
      • getPipelineDefinitionS3Location

        public PipelineDefinitionS3Location getPipelineDefinitionS3Location()

        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.
      • withPipelineDefinitionS3Location

        public UpdatePipelineRequest withPipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)

        The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

        Parameters:
        pipelineDefinitionS3Location - The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineDescription

        public void setPipelineDescription(String pipelineDescription)

        The description of the pipeline.

        Parameters:
        pipelineDescription - The description of the pipeline.
      • getPipelineDescription

        public String getPipelineDescription()

        The description of the pipeline.

        Returns:
        The description of the pipeline.
      • withPipelineDescription

        public UpdatePipelineRequest withPipelineDescription(String pipelineDescription)

        The description of the pipeline.

        Parameters:
        pipelineDescription - The description of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The Amazon Resource Name (ARN) that the pipeline uses to execute.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.
      • getRoleArn

        public String getRoleArn()

        The Amazon Resource Name (ARN) that the pipeline uses to execute.

        Returns:
        The Amazon Resource Name (ARN) that the pipeline uses to execute.
      • withRoleArn

        public UpdatePipelineRequest withRoleArn(String roleArn)

        The Amazon Resource Name (ARN) that the pipeline uses to execute.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) that the pipeline uses to execute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setParallelismConfiguration

        public void setParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)

        If specified, it applies to all executions of this pipeline by default.

        Parameters:
        parallelismConfiguration - If specified, it applies to all executions of this pipeline by default.
      • getParallelismConfiguration

        public ParallelismConfiguration getParallelismConfiguration()

        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.
      • withParallelismConfiguration

        public UpdatePipelineRequest withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)

        If specified, it applies to all executions of this pipeline by default.

        Parameters:
        parallelismConfiguration - If specified, it applies to all executions of this pipeline by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /