-
Notifications
You must be signed in to change notification settings - Fork 4
add: license args in create_dataset method #177
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
Conversation
|
@Jiei-S |
Jiei-S
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rikunosuke
コメントしました
| ```python | ||
| dataset = client.create_dataset( | ||
| name="object-detection", # Only lowercase alphanumeric characters + hyphen is available | ||
| license="The MIT License" # Optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[IMO]
どこかに固定のライセンス一覧を記載しても良さそうです。
(ユーザからすると、何のライセンスがあるか分からない)
※ 公開どドキュメントに記載する場合は不要かも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちら返信ないですが、対応方針はどうなりますか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
公開ドキュメントで対応しようと思います。
|
@Jiei-S |
Jiei-S
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rikunosuke
コメントしてます
(コード修正不要なら approve します)
| ```python | ||
| dataset = client.create_dataset( | ||
| name="object-detection", # Only lowercase alphanumeric characters + hyphen is available | ||
| license="The MIT License" # Optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
こちら返信ないですが、対応方針はどうなりますか?
|
@Jiei-S |
|
application 側に合わせてマージ |
issue
仕様