Class: Aws::SageMaker::Types::CreateHubRequest

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

A description of the hub.

Returns:

  • (String)


11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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

#hub_display_name ⇒ String

The display name of the hub.

Returns:

  • (String)


11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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

#hub_name ⇒ String

The name of the hub to create.

Returns:

  • (String)


11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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

#hub_search_keywords ⇒ Array<String>

The searchable keywords for the hub.

Returns:

  • (Array<String>)


11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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

#s3_storage_config ⇒ Types::HubS3StorageConfig

The Amazon S3 storage configuration for the hub.



11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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

#tags ⇒ Array<Types::Tag>

Any tags to associate with the hub.

Returns:



11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11336

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