EntryGcsFilesetSpec

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)

Types

Link copied to clipboard
object Companion

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

(Output) Sample files contained in this fileset, not all files contained in this fileset are represented here. Structure is documented below. The sample_gcs_file_specs block contains: ////