Module Values_1.HubContentDependencySource

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

Sourcetype nonrec t = {
  1. dependencyOriginPath : DependencyOriginPath.t option;
    (*

    The hub content dependency origin path.

    *)
  2. dependencyCopyPath : DependencyCopyPath.t option;
    (*

    The hub content dependency copy path.

    *)
}
Sourceval make : ?dependencyOriginPath:??? -> ?dependencyCopyPath:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DependencyOriginPath.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