Values_2.PipelineSourceA SageMaker Model Building Pipeline instance.
type nonrec t = {pipelineArn : Values_1.PipelineArn.t option;The Amazon Resource Name (ARN) of the pipeline.
*)pipelineName : Values_1.PipelineName.t option;The name of the pipeline.
*)pipelineDisplayName : Values_1.PipelineName.t option;The display name of the pipeline.
*)pipelineDescription : Values_1.PipelineDescription.t option;The description of the pipeline.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the role that created the pipeline.
*)pipelineStatus : Values_1.PipelineStatus.t option;The status of the pipeline.
*)creationTime : Values_0.Timestamp.t option;The creation time of the pipeline.
*)lastModifiedTime : Values_0.Timestamp.t option;The time that the pipeline was last modified.
*)lastRunTime : Values_0.Timestamp.t option;The time when the pipeline was last run.
*)createdBy : Values_0.UserContext.t option;lastModifiedBy : Values_0.UserContext.t option;parallelismConfiguration : Values_1.ParallelismConfiguration.t option;The parallelism configuration applied to the pipeline.
*)}val make :
?pipelineArn:??? ->
?pipelineName:??? ->
?pipelineDisplayName:??? ->
?pipelineDescription:??? ->
?roleArn:??? ->
?pipelineStatus:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?lastRunTime:??? ->
?createdBy:??? ->
?lastModifiedBy:??? ->
?parallelismConfiguration:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_1.PipelineArn.t
| `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]