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
4164 |
# File 'sig/client.rbs', line 4164
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4163 |
# File 'sig/client.rbs', line 4163
def failure_reason: () -> ::String
|
#hub_arn ⇒ ::String
4157 |
# File 'sig/client.rbs', line 4157
def hub_arn: () -> ::String
|
#hub_description ⇒ ::String
4159 |
# File 'sig/client.rbs', line 4159
def hub_description: () -> ::String
|
#hub_display_name ⇒ ::String
4158 |
# File 'sig/client.rbs', line 4158
def hub_display_name: () -> ::String
|
#hub_name ⇒ ::String
4156 |
# File 'sig/client.rbs', line 4156
def hub_name: () -> ::String
|
#hub_search_keywords ⇒ ::Array[::String]
4160 |
# File 'sig/client.rbs', line 4160
def hub_search_keywords: () -> ::Array[::String]
|
#hub_status ⇒ "InService", ...
4162 |
# File 'sig/client.rbs', line 4162
def hub_status: () -> ("InService" | "Creating" | "Updating" | "Deleting" | "CreateFailed" | "UpdateFailed" | "DeleteFailed")
|
#last_modified_time ⇒ ::Time
4165 |
# File 'sig/client.rbs', line 4165
def last_modified_time: () -> ::Time
|
#s3_storage_config ⇒ Types::HubS3StorageConfig
4161 |
# File 'sig/client.rbs', line 4161
def s3_storage_config: () -> Types::HubS3StorageConfig
|