Module Values_0.CreateHubContentReferenceRequestSource

Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.

Sourcetype nonrec t = {
  1. hubName : HubNameOrArn.t;
    (*

    The name of the hub to add the hub content reference to.

    *)
  2. sageMakerPublicHubContentArn : SageMakerPublicHubContentArn.t;
    (*

    The ARN of the public hub content to reference.

    *)
  3. hubContentName : HubContentName.t option;
    (*

    The name of the hub content to reference.

    *)
  4. minVersion : HubContentVersion.t option;
    (*

    The minimum version of the hub content to reference.

    *)
  5. tags : TagList.t option;
    (*

    Any tags associated with the hub content to reference.

    *)
}
Sourceval context_ : string
Sourceval make : ?hubContentName:??? -> ?minVersion:??? -> ?tags:??? -> hubName:HubNameOrArn.t -> sageMakerPublicHubContentArn:SageMakerPublicHubContentArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of HubNameOrArn.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