Class: Aws::SageMaker::Types::DescribeHubResponse

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

#creation_timeTime

The date and time that the hub was created.

Returns:

  • (Time)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The failure reason if importing hub content failed.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_arnString

The Amazon Resource Name (ARN) of the hub.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_descriptionString

A description of the hub.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_display_nameString

The display name of the hub.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_search_keywordsArray<String>

The searchable keywords for the hub.

Returns:

  • (Array<String>)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#hub_statusString

The status of the hub.

Returns:

  • (String)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :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)


13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#s3_storage_configTypes::HubS3StorageConfig

The Amazon S3 storage configuration for the hub.



13771
13772
13773
13774
13775
13776
13777
13778
13779
13780
13781
13782
13783
13784
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13771

class DescribeHubResponse < Struct.new(
  :hub_name,
  :hub_arn,
  :hub_display_name,
  :hub_description,
  :hub_search_keywords,
  :s3_storage_config,
  :hub_status,
  :failure_reason,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end