Values_1.DescribeStudioLifecycleConfigResponseSourceDescribes the Amazon SageMaker AI Studio Lifecycle Configuration.
type nonrec t = {studioLifecycleConfigArn : Values_0.StudioLifecycleConfigArn.t option;The ARN of the Lifecycle Configuration to describe.
*)studioLifecycleConfigName : StudioLifecycleConfigName.t option;The name of the Amazon SageMaker AI Studio Lifecycle Configuration that is described.
*)creationTime : Values_0.Timestamp.t option;The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.
*)lastModifiedTime : Values_0.Timestamp.t option;This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.
*)studioLifecycleConfigContent : StudioLifecycleConfigContent.t option;The content of your Amazon SageMaker AI Studio Lifecycle Configuration script.
*)studioLifecycleConfigAppType : StudioLifecycleConfigAppType.t option;The App type that the Lifecycle Configuration is attached to.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.StudioLifecycleConfigArn.t
| `Timestamp of Values_0.Timestamp.t ])
list ]