Module: Aws::SageMaker::Client::_DescribeHubContentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeHubContentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #document_schema_version ⇒ ::String
- #failure_reason ⇒ ::String
- #hub_arn ⇒ ::String
- #hub_content_arn ⇒ ::String
- #hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
- #hub_content_description ⇒ ::String
- #hub_content_display_name ⇒ ::String
- #hub_content_document ⇒ ::String
- #hub_content_markdown ⇒ ::String
- #hub_content_name ⇒ ::String
- #hub_content_search_keywords ⇒ ::Array[::String]
- #hub_content_status ⇒ "Available", ...
- #hub_content_type ⇒ "Model", ...
- #hub_content_version ⇒ ::String
- #hub_name ⇒ ::String
- #last_modified_time ⇒ ::Time
- #reference_min_version ⇒ ::String
- #sage_maker_public_hub_content_arn ⇒ ::String
- #support_status ⇒ "Supported", ...
Instance Method Details
#creation_time ⇒ ::Time
4237 |
# File 'sig/client.rbs', line 4237
def creation_time: () -> ::Time
|
#document_schema_version ⇒ ::String
4223 |
# File 'sig/client.rbs', line 4223
def document_schema_version: () -> ::String
|
#failure_reason ⇒ ::String
4236 |
# File 'sig/client.rbs', line 4236
def failure_reason: () -> ::String
|
#hub_arn ⇒ ::String
4225 |
# File 'sig/client.rbs', line 4225
def hub_arn: () -> ::String
|
#hub_content_arn ⇒ ::String
4220 |
# File 'sig/client.rbs', line 4220
def hub_content_arn: () -> ::String
|
#hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
4234 |
# File 'sig/client.rbs', line 4234
def hub_content_dependencies: () -> ::Array[Types::HubContentDependency]
|
#hub_content_description ⇒ ::String
4227 |
# File 'sig/client.rbs', line 4227
def hub_content_description: () -> ::String
|
#hub_content_display_name ⇒ ::String
4226 |
# File 'sig/client.rbs', line 4226
def hub_content_display_name: () -> ::String
|
#hub_content_document ⇒ ::String
4229 |
# File 'sig/client.rbs', line 4229
def hub_content_document: () -> ::String
|
#hub_content_markdown ⇒ ::String
4228 |
# File 'sig/client.rbs', line 4228
def hub_content_markdown: () -> ::String
|
#hub_content_name ⇒ ::String
4219 |
# File 'sig/client.rbs', line 4219
def hub_content_name: () -> ::String
|
#hub_content_search_keywords ⇒ ::Array[::String]
4233 |
# File 'sig/client.rbs', line 4233
def hub_content_search_keywords: () -> ::Array[::String]
|
#hub_content_status ⇒ "Available", ...
4235 |
# File 'sig/client.rbs', line 4235
def hub_content_status: () -> ("Available" | "Importing" | "Deleting" | "ImportFailed" | "DeleteFailed" | "PendingImport" | "PendingDelete")
|
#hub_content_type ⇒ "Model", ...
4222 |
# File 'sig/client.rbs', line 4222
def hub_content_type: () -> ("Model" | "Notebook" | "ModelReference" | "DataSet" | "JsonDoc")
|
#hub_content_version ⇒ ::String
4221 |
# File 'sig/client.rbs', line 4221
def hub_content_version: () -> ::String
|
#hub_name ⇒ ::String
4224 |
# File 'sig/client.rbs', line 4224
def hub_name: () -> ::String
|
#last_modified_time ⇒ ::Time
4238 |
# File 'sig/client.rbs', line 4238
def last_modified_time: () -> ::Time
|
#reference_min_version ⇒ ::String
4231 |
# File 'sig/client.rbs', line 4231
def reference_min_version: () -> ::String
|
#sage_maker_public_hub_content_arn ⇒ ::String
4230 |
# File 'sig/client.rbs', line 4230
def sage_maker_public_hub_content_arn: () -> ::String
|
#support_status ⇒ "Supported", ...
4232 |
# File 'sig/client.rbs', line 4232
def support_status: () -> ("Supported" | "Deprecated" | "Restricted")
|