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
4209 |
# File 'sig/client.rbs', line 4209
def creation_time: () -> ::Time
|
#document_schema_version ⇒ ::String
4195 |
# File 'sig/client.rbs', line 4195
def document_schema_version: () -> ::String
|
#failure_reason ⇒ ::String
4208 |
# File 'sig/client.rbs', line 4208
def failure_reason: () -> ::String
|
#hub_arn ⇒ ::String
4197 |
# File 'sig/client.rbs', line 4197
def hub_arn: () -> ::String
|
#hub_content_arn ⇒ ::String
4192 |
# File 'sig/client.rbs', line 4192
def hub_content_arn: () -> ::String
|
#hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
4206 |
# File 'sig/client.rbs', line 4206
def hub_content_dependencies: () -> ::Array[Types::HubContentDependency]
|
#hub_content_description ⇒ ::String
4199 |
# File 'sig/client.rbs', line 4199
def hub_content_description: () -> ::String
|
#hub_content_display_name ⇒ ::String
4198 |
# File 'sig/client.rbs', line 4198
def hub_content_display_name: () -> ::String
|
#hub_content_document ⇒ ::String
4201 |
# File 'sig/client.rbs', line 4201
def hub_content_document: () -> ::String
|
#hub_content_markdown ⇒ ::String
4200 |
# File 'sig/client.rbs', line 4200
def hub_content_markdown: () -> ::String
|
#hub_content_name ⇒ ::String
4191 |
# File 'sig/client.rbs', line 4191
def hub_content_name: () -> ::String
|
#hub_content_search_keywords ⇒ ::Array[::String]
4205 |
# File 'sig/client.rbs', line 4205
def hub_content_search_keywords: () -> ::Array[::String]
|
#hub_content_status ⇒ "Available", ...
4207 |
# File 'sig/client.rbs', line 4207
def hub_content_status: () -> ("Available" | "Importing" | "Deleting" | "ImportFailed" | "DeleteFailed" | "PendingImport" | "PendingDelete")
|
#hub_content_type ⇒ "Model", ...
4194 |
# File 'sig/client.rbs', line 4194
def hub_content_type: () -> ("Model" | "Notebook" | "ModelReference" | "DataSet" | "JsonDoc")
|
#hub_content_version ⇒ ::String
4193 |
# File 'sig/client.rbs', line 4193
def hub_content_version: () -> ::String
|
#hub_name ⇒ ::String
4196 |
# File 'sig/client.rbs', line 4196
def hub_name: () -> ::String
|
#last_modified_time ⇒ ::Time
4210 |
# File 'sig/client.rbs', line 4210
def last_modified_time: () -> ::Time
|
#reference_min_version ⇒ ::String
4203 |
# File 'sig/client.rbs', line 4203
def reference_min_version: () -> ::String
|
#sage_maker_public_hub_content_arn ⇒ ::String
4202 |
# File 'sig/client.rbs', line 4202
def sage_maker_public_hub_content_arn: () -> ::String
|
#support_status ⇒ "Supported", ...
4204 |
# File 'sig/client.rbs', line 4204
def support_status: () -> ("Supported" | "Deprecated" | "Restricted")
|