Module Values_1.S3FileSystemSource

A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.

Sourcetype nonrec t = {
  1. s3Uri : Values_0.S3SchemaUri.t;
    (*

    The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example: s3://<bucket-name>/<prefix>/.

    *)
}
Sourceval context_ : string
Sourceval make : s3Uri:Values_0.S3SchemaUri.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.S3SchemaUri.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