Class: Aws::MediaLive::Types::InferenceSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#feed_arnString

The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.

Returns:

  • (String)


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