Class: Aws::Types::ListTrainedModelInferenceJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrainedModelInferenceJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
-
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def max_results @max_results end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def membership_identifier @membership_identifier end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def next_token @next_token end |
#trained_model_arn ⇒ ::String
Returns the value of attribute trained_model_arn.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def trained_model_arn @trained_model_arn end |
#trained_model_version_identifier ⇒ ::String
Returns the value of attribute trained_model_version_identifier.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def trained_model_version_identifier @trained_model_version_identifier end |