Entry Gcs Fileset Spec
data class EntryGcsFilesetSpec(val filePatterns: List<String>, val sampleGcsFileSpecs: List<EntryGcsFilesetSpecSampleGcsFileSpec>? = null)
Constructors
Link copied to clipboard
constructor(filePatterns: List<String>, sampleGcsFileSpecs: List<EntryGcsFilesetSpecSampleGcsFileSpec>? = null)
Properties
Link copied to clipboard
Patterns to identify a set of files in Google Cloud Storage. See Cloud Storage documentation for more information. Note that bucket wildcards are currently not supported. Examples of valid filePatterns:
Link copied to clipboard