Job Configuration Extract Response
data class JobConfigurationExtractResponse(val compression: String, val destinationFormat: String, val destinationUri: String, val destinationUris: List<String>, val fieldDelimiter: String, val printHeader: Boolean, val sourceModel: ModelReferenceResponse, val sourceTable: TableReferenceResponse, val useAvroLogicalTypes: Boolean)
Constructors
Link copied to clipboard
fun JobConfigurationExtractResponse(compression: String, destinationFormat: String, destinationUri: String, destinationUris: List<String>, fieldDelimiter: String, printHeader: Boolean, sourceModel: ModelReferenceResponse, sourceTable: TableReferenceResponse, useAvroLogicalTypes: Boolean)
Types
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