Module: Aws::SageMaker::Client::_DescribeContextResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeContextResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #context_arn ⇒ ::String
- #context_name ⇒ ::String
- #context_type ⇒ ::String
- #created_by ⇒ Types::UserContext
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #last_modified_by ⇒ Types::UserContext
- #last_modified_time ⇒ ::Time
- #lineage_group_arn ⇒ ::String
- #properties ⇒ ::Hash[::String, ::String]
- #source ⇒ Types::ContextSource
Instance Method Details
#context_arn ⇒ ::String
3914 |
# File 'sig/client.rbs', line 3914 def context_arn: () -> ::String |
#context_name ⇒ ::String
3913 |
# File 'sig/client.rbs', line 3913 def context_name: () -> ::String |
#context_type ⇒ ::String
3916 |
# File 'sig/client.rbs', line 3916 def context_type: () -> ::String |
#created_by ⇒ Types::UserContext
3920 |
# File 'sig/client.rbs', line 3920 def created_by: () -> Types::UserContext |
#creation_time ⇒ ::Time
3919 |
# File 'sig/client.rbs', line 3919 def creation_time: () -> ::Time |
#description ⇒ ::String
3917 |
# File 'sig/client.rbs', line 3917 def description: () -> ::String |
#last_modified_by ⇒ Types::UserContext
3922 |
# File 'sig/client.rbs', line 3922 def last_modified_by: () -> Types::UserContext |
#last_modified_time ⇒ ::Time
3921 |
# File 'sig/client.rbs', line 3921 def last_modified_time: () -> ::Time |
#lineage_group_arn ⇒ ::String
3923 |
# File 'sig/client.rbs', line 3923 def lineage_group_arn: () -> ::String |
#properties ⇒ ::Hash[::String, ::String]
3918 |
# File 'sig/client.rbs', line 3918 def properties: () -> ::Hash[::String, ::String] |
#source ⇒ Types::ContextSource
3915 |
# File 'sig/client.rbs', line 3915 def source: () -> Types::ContextSource |