Class: Aws::LookoutEquipment::Types::InferenceOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceOutputConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#kms_key_id ⇒ String
The ID number for the KMS key key used to encrypt the inference output.
-
#s3_output_configuration ⇒ Types::InferenceS3OutputConfiguration
Specifies configuration information for the output results from for the inference, output S3 location.
Instance Attribute Details
#kms_key_id ⇒ String
The ID number for the KMS key key used to encrypt the inference output.
2394 2395 2396 2397 2398 2399 |
# File '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_configuration ⇒ Types::InferenceS3OutputConfiguration
Specifies configuration information for the output results from for the inference, output S3 location.
2394 2395 2396 2397 2398 2399 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2394 class InferenceOutputConfiguration < Struct.new( :s3_output_configuration, :kms_key_id) SENSITIVE = [] include Aws::Structure end |