1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getPipeline

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi

aws-native.sagemaker.getPipeline

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi

    Resource Type definition for AWS::SageMaker::Pipeline

    Using getPipeline

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPipeline(args: GetPipelineArgs, opts?: InvokeOptions): Promise<GetPipelineResult>
    function getPipelineOutput(args: GetPipelineOutputArgs, opts?: InvokeOptions): Output<GetPipelineResult>
    def get_pipeline(pipeline_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPipelineResult
    def get_pipeline_output(pipeline_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPipelineResult]
    func LookupPipeline(ctx *Context, args *LookupPipelineArgs, opts ...InvokeOption) (*LookupPipelineResult, error)
    func LookupPipelineOutput(ctx *Context, args *LookupPipelineOutputArgs, opts ...InvokeOption) LookupPipelineResultOutput

    > Note: This function is named LookupPipeline in the Go SDK.

    public static class GetPipeline 
    {
        public static Task<GetPipelineResult> InvokeAsync(GetPipelineArgs args, InvokeOptions? opts = null)
        public static Output<GetPipelineResult> Invoke(GetPipelineInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPipelineResult> getPipeline(GetPipelineArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getPipeline
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PipelineName string

    The name of the Pipeline.

    PipelineName string

    The name of the Pipeline.

    pipelineName String

    The name of the Pipeline.

    pipelineName string

    The name of the Pipeline.

    pipeline_name str

    The name of the Pipeline.

    pipelineName String

    The name of the Pipeline.

    getPipeline Result

    The following output properties are available:

    parallelismConfiguration Property Map
    pipelineDefinition Property Map | Property Map
    pipelineDescription String

    The description of the Pipeline.

    pipelineDisplayName String

    The display name of the Pipeline.

    roleArn String

    Role Arn

    tags List<Property Map>

    Supporting Types

    ParallelismConfigurationProperties

    MaxParallelExecutionSteps int

    Maximum parallel execution steps

    MaxParallelExecutionSteps int

    Maximum parallel execution steps

    maxParallelExecutionSteps Integer

    Maximum parallel execution steps

    maxParallelExecutionSteps number

    Maximum parallel execution steps

    max_parallel_execution_steps int

    Maximum parallel execution steps

    maxParallelExecutionSteps Number

    Maximum parallel execution steps

    PipelineDefinition0Properties

    PipelineDefinitionBody string

    A specification that defines the pipeline in JSON format.

    PipelineDefinitionBody string

    A specification that defines the pipeline in JSON format.

    pipelineDefinitionBody String

    A specification that defines the pipeline in JSON format.

    pipelineDefinitionBody string

    A specification that defines the pipeline in JSON format.

    pipeline_definition_body str

    A specification that defines the pipeline in JSON format.

    pipelineDefinitionBody String

    A specification that defines the pipeline in JSON format.

    PipelineDefinition1Properties

    PipelineS3Location

    Bucket string

    The name of the S3 bucket where the PipelineDefinition file is stored.

    Key string

    The file name of the PipelineDefinition file (Amazon S3 object name).

    ETag string

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    Version string

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    Bucket string

    The name of the S3 bucket where the PipelineDefinition file is stored.

    Key string

    The file name of the PipelineDefinition file (Amazon S3 object name).

    ETag string

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    Version string

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    bucket String

    The name of the S3 bucket where the PipelineDefinition file is stored.

    key String

    The file name of the PipelineDefinition file (Amazon S3 object name).

    eTag String

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    version String

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    bucket string

    The name of the S3 bucket where the PipelineDefinition file is stored.

    key string

    The file name of the PipelineDefinition file (Amazon S3 object name).

    eTag string

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    version string

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    bucket str

    The name of the S3 bucket where the PipelineDefinition file is stored.

    key str

    The file name of the PipelineDefinition file (Amazon S3 object name).

    e_tag str

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    version str

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    bucket String

    The name of the S3 bucket where the PipelineDefinition file is stored.

    key String

    The file name of the PipelineDefinition file (Amazon S3 object name).

    eTag String

    The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

    version String

    For versioning-enabled buckets, a specific version of the PipelineDefinition file.

    PipelineTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.78.0 published on Wednesday, Sep 27, 2023 by Pulumi