Values_1.PipelineDefinitionS3LocationSourceThe location of the pipeline definition stored in Amazon S3.
type nonrec t = {bucket : Values_0.BucketName.t;Name of the S3 bucket.
*)objectKey : Key.t;The object key (or key name) uniquely identifies the object in an S3 bucket.
*)versionId : VersionId.t option;Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
*)}