Module Values_0.HubAccessConfigSource

The configuration for a private hub model reference that points to a public SageMaker JumpStart model. For more information about private hubs, see Private curated hubs for foundation model access control in JumpStart.

Sourcetype nonrec t = {
  1. hubContentArn : HubContentArn.t;
    (*

    The ARN of your private model hub content. This should be a ModelReference resource type that points to a SageMaker JumpStart public hub model.

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