Class: Aws::Types::SageMakerMachineLearningModelResourceData
- Inherits:
-
Object
- Object
- Aws::Types::SageMakerMachineLearningModelResourceData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
-
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
Returns the value of attribute owner_setting.
-
#sage_maker_job_arn ⇒ ::String
Returns the value of attribute sage_maker_job_arn.
Instance Attribute Details
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def destination_path @destination_path end |
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
Returns the value of attribute owner_setting.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def owner_setting @owner_setting end |
#sage_maker_job_arn ⇒ ::String
Returns the value of attribute sage_maker_job_arn.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def sage_maker_job_arn @sage_maker_job_arn end |