Entry Gcs Fileset Spec Args
data class EntryGcsFilesetSpecArgs(val filePatterns: Output<List<String>>, val sampleGcsFileSpecs: Output<List<EntryGcsFilesetSpecSampleGcsFileSpecArgs>>? = null) : ConvertibleToJava<EntryGcsFilesetSpecArgs>
Constructors
Link copied to clipboard
constructor(filePatterns: Output<List<String>>, sampleGcsFileSpecs: Output<List<EntryGcsFilesetSpecSampleGcsFileSpecArgs>>? = 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