Values_0.CanvasAppSettingsSourceThe SageMaker Canvas application settings.
type nonrec t = {timeSeriesForecastingSettings : TimeSeriesForecastingSettings.t option;Time series forecast settings for the SageMaker Canvas application.
*)modelRegisterSettings : ModelRegisterSettings.t option;The model registry settings for the SageMaker Canvas application.
*)workspaceSettings : WorkspaceSettings.t option;The workspace settings for the SageMaker Canvas application.
*)identityProviderOAuthSettings : IdentityProviderOAuthSettings.t option;The settings for connecting to an external data source with OAuth.
*)directDeploySettings : DirectDeploySettings.t option;The model deployment settings for the SageMaker Canvas application.
*)kendraSettings : KendraSettings.t option;The settings for document querying.
*)generativeAiSettings : GenerativeAiSettings.t option;The generative AI settings for the SageMaker Canvas application.
*)emrServerlessSettings : EmrServerlessSettings.t option;The settings for running Amazon EMR Serverless data processing jobs in SageMaker Canvas.
*)}val 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 ]