public interface ImportFiles
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ImportFilesV3> |
importFiles()
Import raw data files into a single-column H2O Frame.
|
retrofit2.Call<ImportFilesV3> |
importFiles(java.lang.String path,
java.lang.String _exclude_fields)
Import raw data files into a single-column H2O Frame.
|
@GET(value="/3/ImportFiles") retrofit2.Call<ImportFilesV3> importFiles()
@FormUrlEncoded @POST(value="/3/ImportFiles") retrofit2.Call<ImportFilesV3> importFiles(@Field(value="path") java.lang.String path, @Field(value="_exclude_fields") java.lang.String _exclude_fields)