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
4180 |
# File 'sig/client.rbs', line 4180
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
4179 |
# File 'sig/client.rbs', line 4179
def failure_reason: () -> ::String
|
#hub_arn ⇒ ::String
4173 |
# File 'sig/client.rbs', line 4173
def hub_arn: () -> ::String
|
#hub_description ⇒ ::String
4175 |
# File 'sig/client.rbs', line 4175
def hub_description: () -> ::String
|
#hub_display_name ⇒ ::String
4174 |
# File 'sig/client.rbs', line 4174
def hub_display_name: () -> ::String
|
#hub_name ⇒ ::String
4172 |
# File 'sig/client.rbs', line 4172
def hub_name: () -> ::String
|
#hub_search_keywords ⇒ ::Array[::String]
4176 |
# File 'sig/client.rbs', line 4176
def hub_search_keywords: () -> ::Array[::String]
|
#hub_status ⇒ "InService", ...
4178 |
# File 'sig/client.rbs', line 4178
def hub_status: () -> ("InService" | "Creating" | "Updating" | "Deleting" | "CreateFailed" | "UpdateFailed" | "DeleteFailed")
|
#last_modified_time ⇒ ::Time
4181 |
# File 'sig/client.rbs', line 4181
def last_modified_time: () -> ::Time
|
#s3_storage_config ⇒ Types::HubS3StorageConfig
4177 |
# File 'sig/client.rbs', line 4177
def s3_storage_config: () -> Types::HubS3StorageConfig
|