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
3886 |
# File 'sig/client.rbs', line 3886
def context_arn: () -> ::String
|
#context_name ⇒ ::String
3885 |
# File 'sig/client.rbs', line 3885
def context_name: () -> ::String
|
#context_type ⇒ ::String
3888 |
# File 'sig/client.rbs', line 3888
def context_type: () -> ::String
|
#created_by ⇒ Types::UserContext
3892 |
# File 'sig/client.rbs', line 3892
def created_by: () -> Types::UserContext
|
#creation_time ⇒ ::Time
3891 |
# File 'sig/client.rbs', line 3891
def creation_time: () -> ::Time
|
#description ⇒ ::String
3889 |
# File 'sig/client.rbs', line 3889
def description: () -> ::String
|
#last_modified_by ⇒ Types::UserContext
3894 |
# File 'sig/client.rbs', line 3894
def last_modified_by: () -> Types::UserContext
|
#last_modified_time ⇒ ::Time
3893 |
# File 'sig/client.rbs', line 3893
def last_modified_time: () -> ::Time
|
#lineage_group_arn ⇒ ::String
3895 |
# File 'sig/client.rbs', line 3895
def lineage_group_arn: () -> ::String
|
#properties ⇒ ::Hash[::String, ::String]
3890 |
# File 'sig/client.rbs', line 3890
def properties: () -> ::Hash[::String, ::String]
|
#source ⇒ Types::ContextSource
3887 |
# File 'sig/client.rbs', line 3887
def source: () -> Types::ContextSource
|