EntryGcsFilesetSpecArgs

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
val filePatterns: Output<List<String>>

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: ////

Functions

Link copied to clipboard
open override fun toJava(): EntryGcsFilesetSpecArgs