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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.

Returns:

  • (String)


51339
51340
51341
51342
51343
51344
51345
51346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51339

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.

Returns:

  • (String)


51339
51340
51341
51342
51343
51344
51345
51346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51339

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.

Returns:

  • (String)


51339
51340
51341
51342
51343
51344
51345
51346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51339

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.

Returns:

  • (Array<String>)


51339
51340
51341
51342
51343
51344
51345
51346
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51339

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