GoogleCloudPlatform / java-docs-samples

Java and Kotlin Code samples used on cloud.google.com
https://cloud.google.com/java
Apache License 2.0
1.74k stars 2.82k forks source link

fix: Use Alphabet 10k sample dataset. #9337

Closed lee1premium closed 2 months ago

lee1premium commented 2 months ago

Use Alphabet 10k sample dataset.

Fixes: b/333583659

Checklist

lee1premium commented 2 months ago

Two unrelated errors are blocking this pull request:


[ERROR] aiplatform.CreateCustomJobSampleTest.testCreateCustomJobSample
[ERROR]   Run 1: CreateCustomJobSampleTest.testCreateCustomJobSample » InvalidArgument io.grpc....
[ERROR]   Run 2: CreateCustomJobSampleTest.tearDown:82 » NullPointer
[ERROR]   Run 3: CreateCustomJobSampleTest.testCreateCustomJobSample » InvalidArgument io.grpc....
[ERROR]   Run 4: CreateCustomJobSampleTest.tearDown:82 » NullPointer
[ERROR]   Run 5: CreateCustomJobSampleTest.testCreateCustomJobSample » InvalidArgument io.grpc....
[ERROR]   Run 6: CreateCustomJobSampleTest.tearDown:82 » NullPointer
[ERROR]   Run 7: CreateCustomJobSampleTest.testCreateCustomJobSample » InvalidArgument io.grpc....
[ERROR]   Run 8: CreateCustomJobSampleTest.tearDown:82 » NullPointer
[ERROR]   Run 9: CreateCustomJobSampleTest.testCreateCustomJobSample » InvalidArgument io.grpc....
[ERROR]   Run 10: CreateCustomJobSampleTest.tearDown:82 » NullPointer
[ERROR] aiplatform.CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample
[ERROR]   Run 1: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 2: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 3: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 4: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 5: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 6: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 7: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 8: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 9: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
[ERROR]   Run 10: CreateHyperparameterTuningJobSampleTest.testCreateHyperparameterTuningJobSample » InvalidArgument
Sita04 commented 2 months ago

@lee1premium Thanks for the sample. The associated issue is been looked into.