class Aws::LookoutforVision::Types::OutputConfig

The S3 location where Amazon Lookout for Vision saves model training files.

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

data as a hash:

    {
      s3_location: { # required
        bucket: "S3BucketName", # required
        prefix: "S3KeyPrefix",
      },
    }

@!attribute [rw] s3_location

The S3 location for the output.
@return [Types::S3Location]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/OutputConfig AWS API Documentation

Constants

SENSITIVE