feat(train): add new command to interact with aws and train models
This commit is contained in:
9
vendor/github.com/aws/smithy-go/Makefile
generated
vendored
Normal file
9
vendor/github.com/aws/smithy-go/Makefile
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
smithy-publish-local:
|
||||
cd codegen && ./gradlew publishToMavenLocal
|
||||
|
||||
smithy-build:
|
||||
cd codegen && ./gradlew build
|
||||
|
||||
smithy-clean:
|
||||
cd codegen && ./gradlew clean
|
Reference in New Issue
Block a user