Describe Pipeline Definition For Execution
sagemaker_describe_pipeline_definition_for_execution | R Documentation |
Describes the details of an execution's pipeline definition¶
Description¶
Describes the details of an execution's pipeline definition.
Usage¶
sagemaker_describe_pipeline_definition_for_execution(
PipelineExecutionArn)
Arguments¶
PipelineExecutionArn |
[required] The Amazon Resource Name (ARN) of the pipeline execution. |
Value¶
A list with the following syntax:
list(
PipelineDefinition = "string",
CreationTime = as.POSIXct(
"2015-01-01"
)
)
Request syntax¶
svc$describe_pipeline_definition_for_execution(
PipelineExecutionArn = "string"
)