Class: Aws::MediaLive::Types::InferenceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InferenceSettings
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Configures Elemental Inference features in a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feed_arn ⇒ String
The ARN of the feed resource that is associated with this channel.
Instance Attribute Details
#feed_arn ⇒ String
The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.
22954 22955 22956 22957 22958 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22954 class InferenceSettings < Struct.new( :feed_arn) SENSITIVE = [] include Aws::Structure end |