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
4193 |
# File 'sig/client.rbs', line 4193
def creation_time: () -> ::Time
|
#document_schema_version ⇒ ::String
4179 |
# File 'sig/client.rbs', line 4179
def document_schema_version: () -> ::String
|
#failure_reason ⇒ ::String
4192 |
# File 'sig/client.rbs', line 4192
def failure_reason: () -> ::String
|
#hub_arn ⇒ ::String
4181 |
# File 'sig/client.rbs', line 4181
def hub_arn: () -> ::String
|
#hub_content_arn ⇒ ::String
4176 |
# File 'sig/client.rbs', line 4176
def hub_content_arn: () -> ::String
|
#hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
4190 |
# File 'sig/client.rbs', line 4190
def hub_content_dependencies: () -> ::Array[Types::HubContentDependency]
|
#hub_content_description ⇒ ::String
4183 |
# File 'sig/client.rbs', line 4183
def hub_content_description: () -> ::String
|
#hub_content_display_name ⇒ ::String
4182 |
# File 'sig/client.rbs', line 4182
def hub_content_display_name: () -> ::String
|
#hub_content_document ⇒ ::String
4185 |
# File 'sig/client.rbs', line 4185
def hub_content_document: () -> ::String
|
#hub_content_markdown ⇒ ::String
4184 |
# File 'sig/client.rbs', line 4184
def hub_content_markdown: () -> ::String
|
#hub_content_name ⇒ ::String
4175 |
# File 'sig/client.rbs', line 4175
def hub_content_name: () -> ::String
|
#hub_content_search_keywords ⇒ ::Array[::String]
4189 |
# File 'sig/client.rbs', line 4189
def hub_content_search_keywords: () -> ::Array[::String]
|
#hub_content_status ⇒ "Available", ...
4191 |
# File 'sig/client.rbs', line 4191
def hub_content_status: () -> ("Available" | "Importing" | "Deleting" | "ImportFailed" | "DeleteFailed" | "PendingImport" | "PendingDelete")
|
#hub_content_type ⇒ "Model", ...
4178 |
# File 'sig/client.rbs', line 4178
def hub_content_type: () -> ("Model" | "Notebook" | "ModelReference" | "DataSet" | "JsonDoc")
|
#hub_content_version ⇒ ::String
4177 |
# File 'sig/client.rbs', line 4177
def hub_content_version: () -> ::String
|
#hub_name ⇒ ::String
4180 |
# File 'sig/client.rbs', line 4180
def hub_name: () -> ::String
|
#last_modified_time ⇒ ::Time
4194 |
# File 'sig/client.rbs', line 4194
def last_modified_time: () -> ::Time
|
#reference_min_version ⇒ ::String
4187 |
# File 'sig/client.rbs', line 4187
def reference_min_version: () -> ::String
|
#sage_maker_public_hub_content_arn ⇒ ::String
4186 |
# File 'sig/client.rbs', line 4186
def sage_maker_public_hub_content_arn: () -> ::String
|
#support_status ⇒ "Supported", ...
4188 |
# File 'sig/client.rbs', line 4188
def support_status: () -> ("Supported" | "Deprecated" | "Restricted")
|