Values_1.DeleteStudioLifecycleConfigRequestSourceDeletes the Amazon SageMaker AI Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.
type nonrec t = {studioLifecycleConfigName : StudioLifecycleConfigName.t;The name of the Amazon SageMaker AI Studio Lifecycle Configuration to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of StudioLifecycleConfigName.t ]) list ]