Values_2.HubContentInfoSourceInformation about hub content.
type nonrec t = {hubContentName : Values_0.HubContentName.t option;The name of the hub content.
*)hubContentArn : Values_0.HubContentArn.t option;The Amazon Resource Name (ARN) of the hub content.
*)sageMakerPublicHubContentArn : Values_0.SageMakerPublicHubContentArn.t option;The ARN of the public hub content.
*)hubContentVersion : Values_0.HubContentVersion.t option;The version of the hub content.
*)hubContentType : Values_0.HubContentType.t option;The type of hub content.
*)documentSchemaVersion : Values_1.DocumentSchemaVersion.t option;The version of the hub content document schema.
*)hubContentDisplayName : Values_1.HubContentDisplayName.t option;The display name of the hub content.
*)hubContentDescription : Values_1.HubContentDescription.t option;A description of the hub content.
*)supportStatus : Values_1.HubContentSupportStatus.t option;The support status of the hub content.
*)hubContentSearchKeywords : Values_1.HubContentSearchKeywordList.t option;The searchable keywords for the hub content.
*)hubContentStatus : Values_1.HubContentStatus.t option;The status of the hub content.
*)creationTime : Values_0.Timestamp.t option;The date and time that the hub content was created.
*)originalCreationTime : Values_0.Timestamp.t option;The date and time when the hub content was originally created, before any updates or revisions.
*)}val make :
?hubContentName:??? ->
?hubContentArn:??? ->
?sageMakerPublicHubContentArn:??? ->
?hubContentVersion:??? ->
?hubContentType:??? ->
?documentSchemaVersion:??? ->
?hubContentDisplayName:??? ->
?hubContentDescription:??? ->
?supportStatus:??? ->
?hubContentSearchKeywords:??? ->
?hubContentStatus:??? ->
?creationTime:??? ->
?originalCreationTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of string ] list
| `String of Values_0.HubContentName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]