Module Values_1.PipelineDefinitionS3LocationSource

The location of the pipeline definition stored in Amazon S3.

Sourcetype nonrec t = {
  1. bucket : Values_0.BucketName.t;
    (*

    Name of the S3 bucket.

    *)
  2. objectKey : Key.t;
    (*

    The object key (or key name) uniquely identifies the object in an S3 bucket.

    *)
  3. versionId : VersionId.t option;
    (*

    Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionId:??? -> bucket:Values_0.BucketName.t -> objectKey:Key.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.BucketName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t