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

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

Overview

Information about a hub.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ Time

The date and time that the hub was created.

Returns:

  • (Time)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_arn ⇒ String

The Amazon Resource Name (ARN) of the hub.

Returns:

  • (String)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_description ⇒ String

A description of the hub.

Returns:

  • (String)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_name ⇒ String

The display name of the hub.

Returns:

  • (String)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_name ⇒ String

The name of the hub.

Returns:

  • (String)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_keywords ⇒ Array<String>

The searchable keywords for the hub.

Returns:

  • (Array<String>)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_status ⇒ String

The status of the hub.

Returns:

  • (String)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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_time ⇒ Time

The date and time that the hub was last modified.

Returns:

  • (Time)


28638
28639
28640
28641
28642
28643
28644
28645
28646
28647
28648
28649
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28638

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