AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.sagemaker.getPipeline
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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:
- Pipeline
Name string - The name of the Pipeline.
- Pipeline
Name string - The name of the Pipeline.
- pipeline
Name String - The name of the Pipeline.
- pipeline
Name string - The name of the Pipeline.
- pipeline_
name str - The name of the Pipeline.
- pipeline
Name String - The name of the Pipeline.
getPipeline Result
The following output properties are available:
- Parallelism
Configuration Pulumi.Aws Native. Sage Maker. Outputs. Parallelism Configuration Properties - The parallelism configuration applied to the pipeline.
- Pipeline
Definition Pulumi.Aws | Pulumi.Native. Sage Maker. Outputs. Pipeline Definition0Properties Aws Native. Sage Maker. Outputs. Pipeline Definition1Properties - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- Pipeline
Description string - The description of the Pipeline.
- Pipeline
Display stringName - The display name of the Pipeline.
- Role
Arn string - Role Arn
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags of the pipeline.
- Parallelism
Configuration ParallelismConfiguration Properties - The parallelism configuration applied to the pipeline.
- Pipeline
Definition PipelineDefinition0Properties | PipelineDefinition1Properties - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- Pipeline
Description string - The description of the Pipeline.
- Pipeline
Display stringName - The display name of the Pipeline.
- Role
Arn string - Role Arn
- Tag
- The tags of the pipeline.
- parallelism
Configuration ParallelismConfiguration Properties - The parallelism configuration applied to the pipeline.
- pipeline
Definition PipelineDefinition0Properties | PipelineDefinition1Properties - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- pipeline
Description String - The description of the Pipeline.
- pipeline
Display StringName - The display name of the Pipeline.
- role
Arn String - Role Arn
- List<Tag>
- The tags of the pipeline.
- parallelism
Configuration ParallelismConfiguration Properties - The parallelism configuration applied to the pipeline.
- pipeline
Definition PipelineDefinition0Properties | PipelineDefinition1Properties - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- pipeline
Description string - The description of the Pipeline.
- pipeline
Display stringName - The display name of the Pipeline.
- role
Arn string - Role Arn
- Tag[]
- The tags of the pipeline.
- parallelism_
configuration ParallelismConfiguration Properties - The parallelism configuration applied to the pipeline.
- pipeline_
definition PipelineDefinition0Properties | PipelineDefinition1Properties - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- pipeline_
description str - The description of the Pipeline.
- pipeline_
display_ strname - The display name of the Pipeline.
- role_
arn str - Role Arn
- Sequence[root_Tag]
- The tags of the pipeline.
- parallelism
Configuration Property Map - The parallelism configuration applied to the pipeline.
- pipeline
Definition Property Map | Property Map - The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.
- pipeline
Description String - The description of the Pipeline.
- pipeline
Display StringName - The display name of the Pipeline.
- role
Arn String - Role Arn
- List<Property Map>
- The tags of the pipeline.
Supporting Types
ParallelismConfigurationProperties
- Max
Parallel intExecution Steps - Maximum parallel execution steps
- Max
Parallel intExecution Steps - Maximum parallel execution steps
- max
Parallel IntegerExecution Steps - Maximum parallel execution steps
- max
Parallel numberExecution Steps - Maximum parallel execution steps
- max_
parallel_ intexecution_ steps - Maximum parallel execution steps
- max
Parallel NumberExecution Steps - Maximum parallel execution steps
PipelineDefinition0Properties
- Pipeline
Definition stringBody - A specification that defines the pipeline in JSON format.
- Pipeline
Definition stringBody - A specification that defines the pipeline in JSON format.
- pipeline
Definition StringBody - A specification that defines the pipeline in JSON format.
- pipeline
Definition stringBody - A specification that defines the pipeline in JSON format.
- pipeline_
definition_ strbody - A specification that defines the pipeline in JSON format.
- pipeline
Definition StringBody - 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).
- e
Tag 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).
- e
Tag 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).
- e
Tag 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.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi