Module Values_0.CanvasAppSettingsSource

The SageMaker Canvas application settings.

Sourcetype nonrec t = {
  1. timeSeriesForecastingSettings : TimeSeriesForecastingSettings.t option;
    (*

    Time series forecast settings for the SageMaker Canvas application.

    *)
  2. modelRegisterSettings : ModelRegisterSettings.t option;
    (*

    The model registry settings for the SageMaker Canvas application.

    *)
  3. workspaceSettings : WorkspaceSettings.t option;
    (*

    The workspace settings for the SageMaker Canvas application.

    *)
  4. identityProviderOAuthSettings : IdentityProviderOAuthSettings.t option;
    (*

    The settings for connecting to an external data source with OAuth.

    *)
  5. directDeploySettings : DirectDeploySettings.t option;
    (*

    The model deployment settings for the SageMaker Canvas application.

    *)
  6. kendraSettings : KendraSettings.t option;
    (*

    The settings for document querying.

    *)
  7. generativeAiSettings : GenerativeAiSettings.t option;
    (*

    The generative AI settings for the SageMaker Canvas application.

    *)
  8. emrServerlessSettings : EmrServerlessSettings.t option;
    (*

    The settings for running Amazon EMR Serverless data processing jobs in SageMaker Canvas.

    *)
}
Sourceval make : ?timeSeriesForecastingSettings:??? -> ?modelRegisterSettings:??? -> ?workspaceSettings:??? -> ?identityProviderOAuthSettings:??? -> ?directDeploySettings:??? -> ?kendraSettings:??? -> ?generativeAiSettings:??? -> ?emrServerlessSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of SecretArn.t ]) list ] list | `Structure of (string * [> `Enum of string | `String of RoleArn.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