class Aws::LookoutEquipment::Types::LabelsInputConfiguration

Contains the configuration information for the S3 location being used to hold label data.

@note When making an API call, you may pass LabelsInputConfiguration

data as a hash:

    {
      s3_input_configuration: { # required
        bucket: "S3Bucket", # required
        prefix: "S3Prefix",
      },
    }

@!attribute [rw] s3_input_configuration

Contains location information for the S3 location being used for
label data.
@return [Types::LabelsS3InputConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/LabelsInputConfiguration AWS API Documentation

Constants

SENSITIVE