Class: Aws::SageMaker::Types::DescribeHubResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::DescribeHubResponse
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the hub was created. 
- 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The failure reason if importing hub content failed. 
- 
  
    
      #hub_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the hub. 
- 
  
    
      #hub_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the hub. 
- 
  
    
      #hub_display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The display name of the hub. 
- 
  
    
      #hub_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the hub. 
- 
  
    
      #hub_search_keywords  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The searchable keywords for the hub. 
- 
  
    
      #hub_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the hub. 
- 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the hub was last modified. 
- 
  
    
      #s3_storage_config  ⇒ Types::HubS3StorageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon S3 storage configuration for the hub. 
Instance Attribute Details
#creation_time ⇒ Time
The date and time that the hub was created.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_reason ⇒ String
The failure reason if importing hub content failed.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_arn ⇒ String
The Amazon Resource Name (ARN) of the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_description ⇒ String
A description of the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_name ⇒ String
The display name of the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_name ⇒ String
The name of the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_keywords ⇒ Array<String>
The searchable keywords for the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_status ⇒ String
The status of the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_time ⇒ Time
The date and time that the hub was last modified.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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_config ⇒ Types::HubS3StorageConfig
The Amazon S3 storage configuration for the hub.
| 17067 17068 17069 17070 17071 17072 17073 17074 17075 17076 17077 17078 17079 17080 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17067 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 |