Class: Aws::LookoutEquipment::Types::InferenceOutputConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The ID number for the KMS key key used to encrypt the inference output.

Returns:

  • (String)


2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2394

class InferenceOutputConfiguration < Struct.new(
  :s3_output_configuration,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#s3_output_configurationTypes::InferenceS3OutputConfiguration

Specifies configuration information for the output results from for the inference, output S3 location.



2394
2395
2396
2397
2398
2399
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2394

class InferenceOutputConfiguration < Struct.new(
  :s3_output_configuration,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end