UserProfileUserSettingsCanvasAppSettingsArgs

data class UserProfileUserSettingsCanvasAppSettingsArgs(val directDeploySettings: Output<UserProfileUserSettingsCanvasAppSettingsDirectDeploySettingsArgs>? = null, val emrServerlessSettings: Output<UserProfileUserSettingsCanvasAppSettingsEmrServerlessSettingsArgs>? = null, val generativeAiSettings: Output<UserProfileUserSettingsCanvasAppSettingsGenerativeAiSettingsArgs>? = null, val identityProviderOauthSettings: Output<List<UserProfileUserSettingsCanvasAppSettingsIdentityProviderOauthSettingArgs>>? = null, val kendraSettings: Output<UserProfileUserSettingsCanvasAppSettingsKendraSettingsArgs>? = null, val modelRegisterSettings: Output<UserProfileUserSettingsCanvasAppSettingsModelRegisterSettingsArgs>? = null, val timeSeriesForecastingSettings: Output<UserProfileUserSettingsCanvasAppSettingsTimeSeriesForecastingSettingsArgs>? = null, val workspaceSettings: Output<UserProfileUserSettingsCanvasAppSettingsWorkspaceSettingsArgs>? = null) : ConvertibleToJava<UserProfileUserSettingsCanvasAppSettingsArgs>

Constructors

Properties

Link copied to clipboard

The model deployment settings for the SageMaker AI Canvas application. See Direct Deploy Settings below.

Link copied to clipboard

The settings for running Amazon EMR Serverless jobs in SageMaker AI Canvas. See emr_serverless_settings Block below.

Link copied to clipboard

The settings for connecting to an external data source with OAuth. See Identity Provider OAuth Settings below.

Link copied to clipboard

The settings for document querying. See Kendra Settings below.

Link copied to clipboard

The model registry settings for the SageMaker AI Canvas application. See Model Register Settings below.

Link copied to clipboard

Time series forecast settings for the Canvas app. See Time Series Forecasting Settings below.

Link copied to clipboard

The workspace settings for the SageMaker AI Canvas application. See Workspace Settings below.

Functions

Link copied to clipboard
open override fun toJava(): UserProfileUserSettingsCanvasAppSettingsArgs