Job Configuration Extract Args
data class JobConfigurationExtractArgs(val compression: Output<String>? = null, val destinationFormat: Output<String>? = null, val destinationUri: Output<String>? = null, val destinationUris: Output<List<String>>? = null, val fieldDelimiter: Output<String>? = null, val printHeader: Output<Boolean>? = null, val sourceModel: Output<ModelReferenceArgs>? = null, val sourceTable: Output<TableReferenceArgs>? = null, val useAvroLogicalTypes: Output<Boolean>? = null) : ConvertibleToJava<JobConfigurationExtractArgs>
Constructors
Link copied to clipboard
fun JobConfigurationExtractArgs(compression: Output<String>? = null, destinationFormat: Output<String>? = null, destinationUri: Output<String>? = null, destinationUris: Output<List<String>>? = null, fieldDelimiter: Output<String>? = null, printHeader: Output<Boolean>? = null, sourceModel: Output<ModelReferenceArgs>? = null, sourceTable: Output<TableReferenceArgs>? = null, useAvroLogicalTypes: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
Optional The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON, PARQUET or AVRO for tables and ML_TF_SAVED_MODEL or ML_XGBOOST_BOOSTER for models. The default value for tables is CSV. Tables with nested or repeated fields cannot be exported as CSV. The default value for models is ML_TF_SAVED_MODEL.
Link copied to clipboard
Link copied to clipboard