Class PipelineArgs


  • public final class PipelineArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • parallelismConfiguration

        public java.util.Optional<com.pulumi.core.Output<PipelineParallelismConfigurationArgs>> parallelismConfiguration()
        Returns:
        This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default. see Parallelism Configuration details below.
      • pipelineDefinition

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> pipelineDefinition()
        Returns:
        The [JSON pipeline definition](https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/) of the pipeline.
      • pipelineDefinitionS3Location

        public java.util.Optional<com.pulumi.core.Output<PipelinePipelineDefinitionS3LocationArgs>> pipelineDefinitionS3Location()
        Returns:
        The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location. see Pipeline Definition S3 Location details below.
      • pipelineDescription

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> pipelineDescription()
        Returns:
        A description of the pipeline.
      • pipelineDisplayName

        public com.pulumi.core.Output<java.lang.String> pipelineDisplayName()
        Returns:
        The display name of the pipeline.
      • pipelineName

        public com.pulumi.core.Output<java.lang.String> pipelineName()
        Returns:
        The name of the pipeline.
      • roleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> roleArn()
        Returns:
        The ARN of the IAM role the pipeline will execute as.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.