Class: Aws::Types::GetTrainedModelInferenceJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTrainedModelInferenceJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
Instance Attribute Details
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
720 721 722 |
# File 'sig/types.rbs', line 720 def membership_identifier @membership_identifier end |
#trained_model_inference_job_arn ⇒ ::String
Returns the value of attribute trained_model_inference_job_arn.
721 722 723 |
# File 'sig/types.rbs', line 721 def trained_model_inference_job_arn @trained_model_inference_job_arn end |