Values_1.DescribeHubContentResponseSourceDescribe the content of a hub.
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.
*)hubContentVersion : Values_0.HubContentVersion.t option;The version of the hub content.
*)hubContentType : Values_0.HubContentType.t option;The type of hub content.
*)documentSchemaVersion : DocumentSchemaVersion.t option;The document schema version for the hub content.
*)hubName : Values_0.HubName.t option;The name of the hub that contains the content.
*)hubArn : Values_0.HubArn.t option;The Amazon Resource Name (ARN) of the hub that contains the content.
*)hubContentDisplayName : HubContentDisplayName.t option;The display name of the hub content.
*)hubContentDescription : HubContentDescription.t option;A description of the hub content.
*)hubContentMarkdown : HubContentMarkdown.t option;A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.
*)hubContentDocument : HubContentDocument.t option;The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.
*)sageMakerPublicHubContentArn : Values_0.SageMakerPublicHubContentArn.t option;The ARN of the public hub content.
*)referenceMinVersion : ReferenceMinVersion.t option;The minimum version of the hub content.
*)supportStatus : HubContentSupportStatus.t option;The support status of the hub content.
*)hubContentSearchKeywords : HubContentSearchKeywordList.t option;The searchable keywords for the hub content.
*)hubContentDependencies : HubContentDependencyList.t option;The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
*)hubContentStatus : HubContentStatus.t option;The status of the hub content.
*)failureReason : Values_0.FailureReason.t option;The failure reason if importing hub content failed.
*)creationTime : Values_0.Timestamp.t option;The date and time that hub content was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The last modified time of the hub content.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?hubContentName:??? ->
?hubContentArn:??? ->
?hubContentVersion:??? ->
?hubContentType:??? ->
?documentSchemaVersion:??? ->
?hubName:??? ->
?hubArn:??? ->
?hubContentDisplayName:??? ->
?hubContentDescription:??? ->
?hubContentMarkdown:??? ->
?hubContentDocument:??? ->
?sageMakerPublicHubContentArn:??? ->
?referenceMinVersion:??? ->
?supportStatus:??? ->
?hubContentSearchKeywords:??? ->
?hubContentDependencies:??? ->
?hubContentStatus:??? ->
?failureReason:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
unit ->
tval 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
| `List of
[> `String of HubContentSearchKeyword.t
| `Structure of
(string * [> `String of DependencyOriginPath.t ]) list ]
list
| `String of Values_0.HubContentName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]