Class: Aws::SageMaker::Types::UpdateHubRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_descriptionString

A description of the updated hub.



43344
43345
43346
43347
43348
43349
43350
43351
# File 'lib/aws-sdk-sagemaker/types.rb', line 43344

class UpdateHubRequest < Struct.new(
  :hub_name,
  :hub_description,
  :hub_display_name,
  :hub_search_keywords)
  SENSITIVE = []
  include Aws::Structure
end

#hub_display_nameString

The display name of the hub.



43344
43345
43346
43347
43348
43349
43350
43351
# File 'lib/aws-sdk-sagemaker/types.rb', line 43344

class UpdateHubRequest < Struct.new(
  :hub_name,
  :hub_description,
  :hub_display_name,
  :hub_search_keywords)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub to update.



43344
43345
43346
43347
43348
43349
43350
43351
# File 'lib/aws-sdk-sagemaker/types.rb', line 43344

class UpdateHubRequest < Struct.new(
  :hub_name,
  :hub_description,
  :hub_display_name,
  :hub_search_keywords)
  SENSITIVE = []
  include Aws::Structure
end

#hub_search_keywordsArray<String>

The searchable keywords for the hub.



43344
43345
43346
43347
43348
43349
43350
43351
# File 'lib/aws-sdk-sagemaker/types.rb', line 43344

class UpdateHubRequest < Struct.new(
  :hub_name,
  :hub_description,
  :hub_display_name,
  :hub_search_keywords)
  SENSITIVE = []
  include Aws::Structure
end