Class: Aws::Types::InferenceSettings
- Inherits:
-
Object
- Object
- Aws::Types::InferenceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_feed_inputs ⇒ ::Array[Types::AudioFeedInput]
Returns the value of attribute audio_feed_inputs.
-
#enrichment_methods ⇒ ::Array[("SCTE35_ELEMENTAL_INFERENCE_QUERY_PARAMS")]
Returns the value of attribute enrichment_methods.
-
#feed_arn ⇒ ::String
Returns the value of attribute feed_arn.
Instance Attribute Details
#audio_feed_inputs ⇒ ::Array[Types::AudioFeedInput]
Returns the value of attribute audio_feed_inputs.
5990 5991 5992 |
# File 'sig/types.rbs', line 5990 def audio_feed_inputs @audio_feed_inputs end |
#enrichment_methods ⇒ ::Array[("SCTE35_ELEMENTAL_INFERENCE_QUERY_PARAMS")]
Returns the value of attribute enrichment_methods.
5991 5992 5993 |
# File 'sig/types.rbs', line 5991 def enrichment_methods @enrichment_methods end |
#feed_arn ⇒ ::String
Returns the value of attribute feed_arn.
5989 5990 5991 |
# File 'sig/types.rbs', line 5989 def feed_arn @feed_arn end |