Module Values_0.HiddenSageMakerImageSource

The SageMaker images that are hidden from the Studio user interface. You must specify the SageMaker image name and version aliases.

Sourcetype nonrec t = {
  1. sageMakerImageName : SageMakerImageName.t option;
    (*

    The SageMaker image name that you are hiding from the Studio user interface.

    *)
  2. versionAliases : VersionAliasesList.t option;
    (*

    The version aliases you are hiding from the Studio user interface.

    *)
}
Sourceval make : ?sageMakerImageName:??? -> ?versionAliases:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ImageVersionAliasPattern.t ] list ]) 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