amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.DescribeHubContent

Description

Describe the content of a hub.

Synopsis

Creating a Request

data DescribeHubContent Source #

See: newDescribeHubContent smart constructor.

Constructors

DescribeHubContent' 

Fields

Instances

Instances details
ToJSON DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

ToHeaders DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

ToPath DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

ToQuery DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

AWSRequest DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Associated Types

type AWSResponse DescribeHubContent #

Generic DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Associated Types

type Rep DescribeHubContent :: Type -> Type #

Read DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Show DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

NFData DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Methods

rnf :: DescribeHubContent -> () #

Eq DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Hashable DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

type AWSResponse DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

type Rep DescribeHubContent Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

type Rep DescribeHubContent = D1 ('MetaData "DescribeHubContent" "Amazonka.SageMaker.DescribeHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeHubContent'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hubContentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType) :*: S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeHubContent Source #

Create a value of DescribeHubContent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeHubContent, describeHubContent_hubContentVersion - The version of the content to describe.

DescribeHubContent, describeHubContent_hubName - The name of the hub that contains the content to describe.

DescribeHubContent, describeHubContent_hubContentType - The type of content in the hub.

DescribeHubContent, describeHubContent_hubContentName - The name of the content to describe.

Request Lenses

describeHubContent_hubContentVersion :: Lens' DescribeHubContent (Maybe Text) Source #

The version of the content to describe.

describeHubContent_hubName :: Lens' DescribeHubContent Text Source #

The name of the hub that contains the content to describe.

Destructuring the Response

data DescribeHubContentResponse Source #

See: newDescribeHubContentResponse smart constructor.

Constructors

DescribeHubContentResponse' 

Fields

Instances

Instances details
Generic DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Associated Types

type Rep DescribeHubContentResponse :: Type -> Type #

Read DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Show DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

NFData DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

Eq DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

type Rep DescribeHubContentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeHubContent

type Rep DescribeHubContentResponse = D1 ('MetaData "DescribeHubContentResponse" "Amazonka.SageMaker.DescribeHubContent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DescribeHubContentResponse'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubContentDependencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [HubContentDependency]))) :*: (S1 ('MetaSel ('Just "hubContentDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubContentDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "hubContentMarkdown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hubContentSearchKeywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) :*: (((S1 ('MetaSel ('Just "hubContentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubContentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType) :*: S1 ('MetaSel ('Just "documentSchemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hubArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hubContentDocument") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "hubContentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))))

newDescribeHubContentResponse Source #

Create a value of DescribeHubContentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DescribeHubContentResponse, describeHubContentResponse_failureReason - The failure reason if importing hub content failed.

$sel:hubContentDependencies:DescribeHubContentResponse', describeHubContentResponse_hubContentDependencies - The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.

DescribeHubContentResponse, describeHubContentResponse_hubContentDescription - A description of the hub content.

DescribeHubContentResponse, describeHubContentResponse_hubContentDisplayName - The display name of the hub content.

$sel:hubContentMarkdown:DescribeHubContentResponse', describeHubContentResponse_hubContentMarkdown - Markdown files associated with the hub content to import.

DescribeHubContentResponse, describeHubContentResponse_hubContentSearchKeywords - The searchable keywords for the hub content.

$sel:httpStatus:DescribeHubContentResponse', describeHubContentResponse_httpStatus - The response's http status code.

DescribeHubContent, describeHubContentResponse_hubContentName - The name of the hub content.

DescribeHubContentResponse, describeHubContentResponse_hubContentArn - The Amazon Resource Name (ARN) of the hub content.

DescribeHubContent, describeHubContentResponse_hubContentVersion - The version of the hub content.

DescribeHubContent, describeHubContentResponse_hubContentType - The type of hub content.

DescribeHubContentResponse, describeHubContentResponse_documentSchemaVersion - The document schema version for the hub content.

DescribeHubContent, describeHubContentResponse_hubName - The name of the hub that contains the content.

DescribeHubContentResponse, describeHubContentResponse_hubArn - The Amazon Resource Name (ARN) of the hub that contains the content.

$sel:hubContentDocument:DescribeHubContentResponse', describeHubContentResponse_hubContentDocument - The hub content document that describes information about the hub content such as type, associated containers, scripts, and more.

DescribeHubContentResponse, describeHubContentResponse_hubContentStatus - The status of the hub content.

DescribeHubContentResponse, describeHubContentResponse_creationTime - The date and time that hub content was created.

Response Lenses

describeHubContentResponse_failureReason :: Lens' DescribeHubContentResponse (Maybe Text) Source #

The failure reason if importing hub content failed.

describeHubContentResponse_hubContentDependencies :: Lens' DescribeHubContentResponse (Maybe [HubContentDependency]) Source #

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

describeHubContentResponse_hubContentMarkdown :: Lens' DescribeHubContentResponse (Maybe Text) Source #

Markdown files associated with the hub content to import.

describeHubContentResponse_hubContentArn :: Lens' DescribeHubContentResponse Text Source #

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

describeHubContentResponse_hubName :: Lens' DescribeHubContentResponse Text Source #

The name of the hub that contains the content.

describeHubContentResponse_hubArn :: Lens' DescribeHubContentResponse Text Source #

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

describeHubContentResponse_hubContentDocument :: Lens' DescribeHubContentResponse Text Source #

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