class Aws::LookoutforVision::Types::DatasetSource

Information about the location of a manifest file that Amazon Lookout for Vision uses to to create a dataset.

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

data as a hash:

    {
      ground_truth_manifest: {
        s3_object: {
          bucket: "S3BucketName", # required
          key: "S3ObjectKey", # required
          version_id: "S3ObjectVersion",
        },
      },
    }

@!attribute [rw] ground_truth_manifest

Location information for the manifest file.
@return [Types::DatasetGroundTruthManifest]

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

Constants

SENSITIVE