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
3870 |
# File 'sig/client.rbs', line 3870
def context_arn: () -> ::String
|
#context_name ⇒ ::String
3869 |
# File 'sig/client.rbs', line 3869
def context_name: () -> ::String
|
#context_type ⇒ ::String
3872 |
# File 'sig/client.rbs', line 3872
def context_type: () -> ::String
|
#created_by ⇒ Types::UserContext
3876 |
# File 'sig/client.rbs', line 3876
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3875 |
# File 'sig/client.rbs', line 3875
def creation_time: () -> ::Time
|
#description ⇒ ::String
3873 |
# File 'sig/client.rbs', line 3873
def description: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3878 |
# File 'sig/client.rbs', line 3878
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3877 |
# File 'sig/client.rbs', line 3877
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
3879 |
# File 'sig/client.rbs', line 3879
def lineage_group_arn: () -> ::String
|
#properties ⇒ ::Hash[::String, ::String]
3874 |
# File 'sig/client.rbs', line 3874
def properties: () -> ::Hash[::String, ::String]
|
#source ⇒ Types::ContextSource
3871 |
# File 'sig/client.rbs', line 3871
def source: () -> Types::ContextSource
|