Class: Aws::LookoutEquipment::Types::InferenceS3InputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InferenceS3InputConfiguration
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Specifies configuration information for the input data for the inference, including input data S3 location.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket containing the input dataset for the inference.
-
#prefix ⇒ String
The prefix for the S3 bucket used for the input data for the inference.
Instance Attribute Details
#bucket ⇒ String
The bucket containing the input dataset for the inference.
2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2415 class InferenceS3InputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the S3 bucket used for the input data for the inference.
2415 2416 2417 2418 2419 2420 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2415 class InferenceS3InputConfiguration < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |