Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HOPSWORKS-1762] Add support for Spark-Tfrecord #97

Merged
merged 1 commit into from
Aug 28, 2020

Conversation

davitbzh
Copy link
Contributor

val training_dataset = (fs.createTrainingDataset()
                          .name("sample_model")
                          .description("Dataset to train the sample model")
                          .version(1)
                          .dataFormat(DataFormat.TFRECORD)                       
                          .build())

training_dataset.insert(df,false)

@moritzmeister moritzmeister merged commit 7aff980 into logicalclocks:master Aug 28, 2020
@davitbzh davitbzh deleted the Spark-TFRecord_java branch October 14, 2020 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants