Class: Aws::SageMaker::Types::HubInfo

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Information about a hub.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time that the hub was created.

Returns:

  • (Time)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_arnString

The Amazon Resource Name (ARN) of the hub.

Returns:

  • (String)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_descriptionString

A description of the hub.

Returns:

  • (String)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_display_nameString

The display name of the hub.

Returns:

  • (String)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub.

Returns:

  • (String)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_search_keywordsArray<String>

The searchable keywords for the hub.

Returns:

  • (Array<String>)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_statusString

The status of the hub.

Returns:

  • (String)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The date and time that the hub was last modified.

Returns:

  • (Time)


19004
19005
19006
19007
19008
19009
19010
19011
19012
19013
19014
19015
# File 'lib/aws-sdk-sagemaker/types.rb', line 19004

class HubInfo < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :hub_status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end