Module Values_1.DescribeHubContentResponseSource

Describe the content of a hub.

Sourcetype nonrec t = {
  1. hubContentName : Values_0.HubContentName.t option;
    (*

    The name of the hub content.

    *)
  2. hubContentArn : Values_0.HubContentArn.t option;
    (*

    The Amazon Resource Name (ARN) of the hub content.

    *)
  3. hubContentVersion : Values_0.HubContentVersion.t option;
    (*

    The version of the hub content.

    *)
  4. hubContentType : Values_0.HubContentType.t option;
    (*

    The type of hub content.

    *)
  5. documentSchemaVersion : DocumentSchemaVersion.t option;
    (*

    The document schema version for the hub content.

    *)
  6. hubName : Values_0.HubName.t option;
    (*

    The name of the hub that contains the content.

    *)
  7. hubArn : Values_0.HubArn.t option;
    (*

    The Amazon Resource Name (ARN) of the hub that contains the content.

    *)
  8. hubContentDisplayName : HubContentDisplayName.t option;
    (*

    The display name of the hub content.

    *)
  9. hubContentDescription : HubContentDescription.t option;
    (*

    A description of the hub content.

    *)
  10. hubContentMarkdown : HubContentMarkdown.t option;
    (*

    A string that provides a description of the hub content. This string can include links, tables, and standard markdown formating.

    *)
  11. hubContentDocument : HubContentDocument.t option;
    (*

    The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

    *)
  12. sageMakerPublicHubContentArn : Values_0.SageMakerPublicHubContentArn.t option;
    (*

    The ARN of the public hub content.

    *)
  13. referenceMinVersion : ReferenceMinVersion.t option;
    (*

    The minimum version of the hub content.

    *)
  14. supportStatus : HubContentSupportStatus.t option;
    (*

    The support status of the hub content.

    *)
  15. hubContentSearchKeywords : HubContentSearchKeywordList.t option;
    (*

    The searchable keywords for the hub content.

    *)
  16. hubContentDependencies : HubContentDependencyList.t option;
    (*

    The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

    *)
  17. hubContentStatus : HubContentStatus.t option;
    (*

    The status of the hub content.

    *)
  18. failureReason : Values_0.FailureReason.t option;
    (*

    The failure reason if importing hub content failed.

    *)
  19. creationTime : Values_0.Timestamp.t option;
    (*

    The date and time that hub content was created.

    *)
  20. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The last modified time of the hub content.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?hubContentName:??? -> ?hubContentArn:??? -> ?hubContentVersion:??? -> ?hubContentType:??? -> ?documentSchemaVersion:??? -> ?hubName:??? -> ?hubArn:??? -> ?hubContentDisplayName:??? -> ?hubContentDescription:??? -> ?hubContentMarkdown:??? -> ?hubContentDocument:??? -> ?sageMakerPublicHubContentArn:??? -> ?referenceMinVersion:??? -> ?supportStatus:??? -> ?hubContentSearchKeywords:??? -> ?hubContentDependencies:??? -> ?hubContentStatus:??? -> ?failureReason:??? -> ?creationTime:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t