Module: Aws::SageMaker::Client::_DescribeHubResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHubResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #hub_arn ⇒ ::String
- #hub_description ⇒ ::String
- #hub_display_name ⇒ ::String
- #hub_name ⇒ ::String
- #hub_search_keywords ⇒ ::Array[::String]
- #hub_status ⇒ "InService", ...
- #last_modified_time ⇒ ::Time
- #s3_storage_config ⇒ Types::HubS3StorageConfig
Instance Method Details
#creation_time ⇒ ::Time
4208 |
# File 'sig/client.rbs', line 4208 def creation_time: () -> ::Time |
#failure_reason ⇒ ::String
4207 |
# File 'sig/client.rbs', line 4207 def failure_reason: () -> ::String |
#hub_arn ⇒ ::String
4201 |
# File 'sig/client.rbs', line 4201 def hub_arn: () -> ::String |
#hub_description ⇒ ::String
4203 |
# File 'sig/client.rbs', line 4203 def hub_description: () -> ::String |
#hub_display_name ⇒ ::String
4202 |
# File 'sig/client.rbs', line 4202 def hub_display_name: () -> ::String |
#hub_name ⇒ ::String
4200 |
# File 'sig/client.rbs', line 4200 def hub_name: () -> ::String |
#hub_search_keywords ⇒ ::Array[::String]
4204 |
# File 'sig/client.rbs', line 4204 def hub_search_keywords: () -> ::Array[::String] |
#hub_status ⇒ "InService", ...
4206 |
# File 'sig/client.rbs', line 4206 def hub_status: () -> ("InService" | "Creating" | "Updating" | "Deleting" | "CreateFailed" | "UpdateFailed" | "DeleteFailed") |
#last_modified_time ⇒ ::Time
4209 |
# File 'sig/client.rbs', line 4209 def last_modified_time: () -> ::Time |
#s3_storage_config ⇒ Types::HubS3StorageConfig
4205 |
# File 'sig/client.rbs', line 4205 def s3_storage_config: () -> Types::HubS3StorageConfig |