Module: Aws::SageMaker::Client::_DescribeDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_version ⇒ ::String
- #description ⇒ ::String
- #device_arn ⇒ ::String
- #device_fleet_name ⇒ ::String
- #device_name ⇒ ::String
- #iot_thing_name ⇒ ::String
- #latest_heartbeat ⇒ ::Time
- #max_models ⇒ ::Integer
- #models ⇒ ::Array[Types::EdgeModel]
- #next_token ⇒ ::String
- #registration_time ⇒ ::Time
Instance Method Details
#agent_version ⇒ ::String
3935 |
# File 'sig/client.rbs', line 3935
def agent_version: () -> ::String
|
#description ⇒ ::String
3927 |
# File 'sig/client.rbs', line 3927
def description: () -> ::String
|
#device_arn ⇒ ::String
3925 |
# File 'sig/client.rbs', line 3925
def device_arn: () -> ::String
|
#device_fleet_name ⇒ ::String
3928 |
# File 'sig/client.rbs', line 3928
def device_fleet_name: () -> ::String
|
#device_name ⇒ ::String
3926 |
# File 'sig/client.rbs', line 3926
def device_name: () -> ::String
|
#iot_thing_name ⇒ ::String
3929 |
# File 'sig/client.rbs', line 3929
def iot_thing_name: () -> ::String
|
#latest_heartbeat ⇒ ::Time
3931 |
# File 'sig/client.rbs', line 3931
def latest_heartbeat: () -> ::Time
|
#max_models ⇒ ::Integer
3933 |
# File 'sig/client.rbs', line 3933
def max_models: () -> ::Integer
|
#models ⇒ ::Array[Types::EdgeModel]
3932 |
# File 'sig/client.rbs', line 3932
def models: () -> ::Array[Types::EdgeModel]
|
#next_token ⇒ ::String
3934 |
# File 'sig/client.rbs', line 3934
def next_token: () -> ::String
|
#registration_time ⇒ ::Time
3930 |
# File 'sig/client.rbs', line 3930
def registration_time: () -> ::Time
|