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

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 hub.

Returns:

  • (String)


6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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_nameString

The display name of the hub.

Returns:

  • (String)


6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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

#hub_nameString

The name of the hub to create.

Returns:

  • (String)


6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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_keywordsArray<String>

The searchable keywords for the hub.

Returns:

  • (Array<String>)


6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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_configTypes::HubS3StorageConfig

The Amazon S3 storage configuration for the hub.



6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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

#tagsArray<Types::Tag>

Any tags to associate with the hub.

Returns:



6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
# File 'lib/aws-sdk-sagemaker/types.rb', line 6051

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