Module Values_0.ModelRegisterSettingsSource

The model registry settings for the SageMaker Canvas application.

Sourcetype nonrec t = {
  1. status : FeatureStatus.t option;
    (*

    Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

    *)
  2. crossAccountModelRegisterRoleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.

    *)
}
Sourceval make : ?status:??? -> ?crossAccountModelRegisterRoleArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleArn.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