Module Values_0.S3FileSystemConfigSource

Configuration for the custom Amazon S3 file system.

Sourcetype nonrec t = {
  1. mountPath : String1024.t option;
    (*

    The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.

    *)
  2. s3Uri : S3SchemaUri.t;
    (*

    The Amazon S3 URI of the S3 file system configuration.

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