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_timeTime

The date and time that the hub was created.

Returns:

  • (Time)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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>)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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)


20171
20172
20173
20174
20175
20176
20177
20178
20179
20180
20181
20182
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20171

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