Class: Aws::Types::ModelExplainabilityJobInput
- Inherits:
-
Object
- Object
- Aws::Types::ModelExplainabilityJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
-
#endpoint_input ⇒ Types::EndpointInput
Returns the value of attribute endpoint_input.
Instance Attribute Details
#batch_transform_input ⇒ Types::BatchTransformInput
Returns the value of attribute batch_transform_input.
8986 8987 8988 |
# File 'sig/types.rbs', line 8986 def batch_transform_input @batch_transform_input end |
#endpoint_input ⇒ Types::EndpointInput
Returns the value of attribute endpoint_input.
8985 8986 8987 |
# File 'sig/types.rbs', line 8985 def endpoint_input @endpoint_input end |