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.Types.HubInfo

Description

 
Synopsis

Documentation

data HubInfo Source #

Information about a hub.

See: newHubInfo smart constructor.

Constructors

HubInfo' 

Fields

Instances

Instances details
FromJSON HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Generic HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Associated Types

type Rep HubInfo :: Type -> Type #

Methods

from :: HubInfo -> Rep HubInfo x #

to :: Rep HubInfo x -> HubInfo #

Read HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Show HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

NFData HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Methods

rnf :: HubInfo -> () #

Eq HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Methods

(==) :: HubInfo -> HubInfo -> Bool #

(/=) :: HubInfo -> HubInfo -> Bool #

Hashable HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

Methods

hashWithSalt :: Int -> HubInfo -> Int #

hash :: HubInfo -> Int #

type Rep HubInfo Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubInfo

newHubInfo Source #

Create a value of HubInfo 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:

$sel:hubDescription:HubInfo', hubInfo_hubDescription - A description of the hub.

$sel:hubDisplayName:HubInfo', hubInfo_hubDisplayName - The display name of the hub.

$sel:hubSearchKeywords:HubInfo', hubInfo_hubSearchKeywords - The searchable keywords for the hub.

$sel:hubName:HubInfo', hubInfo_hubName - The name of the hub.

$sel:hubArn:HubInfo', hubInfo_hubArn - The Amazon Resource Name (ARN) of the hub.

$sel:hubStatus:HubInfo', hubInfo_hubStatus - The status of the hub.

$sel:creationTime:HubInfo', hubInfo_creationTime - The date and time that the hub was created.

$sel:lastModifiedTime:HubInfo', hubInfo_lastModifiedTime - The date and time that the hub was last modified.

hubInfo_hubDescription :: Lens' HubInfo (Maybe Text) Source #

A description of the hub.

hubInfo_hubDisplayName :: Lens' HubInfo (Maybe Text) Source #

The display name of the hub.

hubInfo_hubSearchKeywords :: Lens' HubInfo (Maybe [Text]) Source #

The searchable keywords for the hub.

hubInfo_hubName :: Lens' HubInfo Text Source #

The name of the hub.

hubInfo_hubArn :: Lens' HubInfo Text Source #

The Amazon Resource Name (ARN) of the hub.

hubInfo_hubStatus :: Lens' HubInfo HubStatus Source #

The status of the hub.

hubInfo_creationTime :: Lens' HubInfo UTCTime Source #

The date and time that the hub was created.

hubInfo_lastModifiedTime :: Lens' HubInfo UTCTime Source #

The date and time that the hub was last modified.