Commit graph

32 commits

Author SHA1 Message Date
Google APIs
f465a6dfa9 docs: removes tinyurl links
PiperOrigin-RevId: 375484379
2021-05-24 08:51:16 -07:00
Google APIs
d8a0f9988a docs: changes product name to 'Vertex AI'
docs: removes tinyurl links

PiperOrigin-RevId: 375122236
2021-05-21 11:03:54 -07:00
Google APIs
77da865645 docs: correct link to fieldmask
docs: changes product name to 'Vertex AI'

PiperOrigin-RevId: 374890837
2021-05-20 09:45:26 -07:00
Google APIs
556c373cd2 chore: restores missing BUILD.bazel build rules
Committer: @telpirion
PiperOrigin-RevId: 373615236
2021-05-13 11:09:36 -07:00
Google APIs
cc882d10fb feat: adds enhanced protos for time series forecasting
Committer: @aribray
PiperOrigin-RevId: 373471501
2021-05-12 16:05:54 -07:00
Google APIs
b96db5aeb0 fix!: BREAKING_CHANGE: remove display_name from FeatureStore
feat: add invalid_row_count to ImportFeatureValuesResponse and ImportFeatureValuesOperationMetadata

PiperOrigin-RevId: 372952726
2021-05-10 10:02:57 -07:00
Google APIs
4d01d63d1d chore: Remove unused aiplatform_gapic.yaml
Committer: @miraleung
PiperOrigin-RevId: 372463367
2021-05-06 18:15:23 -07:00
Google APIs
8e2d88f536 feat: add featurestore, index, metadata, monitoring, pipeline, and tensorboard services to aiplatform v1beta1.
PiperOrigin-RevId: 371996826
2021-05-04 14:34:24 -07:00
Google APIs
ab3600dcaf chore: update gapic-generator-csharp to 1.3.5 and gax-dotnet to 3.3.0
Committer: @virost
PiperOrigin-RevId: 371203605
2021-04-29 14:43:19 -07:00
Google APIs
74bb45bfc8 chore: Migrate the Bazel rules for the libraries NOT published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 370517814
2021-04-26 12:36:51 -07:00
Google APIs
a8615e2e76 fix: configuring timeouts for aiplatform v1 methods
PiperOrigin-RevId: 368532697
2021-04-14 16:37:17 -07:00
Google APIs
6d0a96c878 chore: migrate aiplatform to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 365165940
2021-03-25 18:49:54 -07:00
Google APIs
4ea5a2764a feat!: BREAKING CHANGE: remove unsupported accelerator types
feat: add aiplatform API Vizier service

Committer: @dizcology
PiperOrigin-RevId: 363921711
2021-03-19 10:48:20 -07:00
Google APIs
a389671476 feat!: BREAKING_CHANGE: removes forecasting (time_series_forecasting.proto) from public v1beta1 protos
chore: updates copyright on schema/ protos

PiperOrigin-RevId: 360248513
2021-03-01 12:19:23 -08:00
Google APIs
d1ec8a4330 chore: updates copyright on schema/ protos
feat!: BREAKING_CHANGE: removes forecasting (time_series_forecasting.proto) from public v1beta1 protos

PiperOrigin-RevId: 360235141
2021-03-01 11:24:29 -08:00
Google APIs
f9cd594c91 chore: updates prediction and training proto files to v1beta1 AI Platform client libraries.
feat!: removes unused protos from schema/ folders: schema/io_format.proto, schema/saved_query_metadata.proto
feat!: ImageSegmentationPredictionResult.category_mask field changed to string data type
feat: AutoMlImageSegmentationInputs.ModelType adds MOBILE_TF_LOW_LATENCY constant
feat: AutoMlVideoClassificationInputs.ModelType adds MOBILE_JETSON_VERSATILE_1 constant

Committer: @telpirion
PiperOrigin-RevId: 357223795
2021-02-12 10:51:26 -08:00
Google APIs
51c2416cfa chore: re-remove non-existent package option from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 355774652
2021-02-04 21:11:30 -08:00
Google APIs
adfc95eb0c feat: added prediction and training proto files to v1 AI Platform client libraries.
Committer: @telpirion
PiperOrigin-RevId: 355637902
2021-02-04 09:00:24 -08:00
Google APIs
acdf818e86 chore: remove unused package option from Bazel build in aiplatform, speakerid
Committer: @miraleung
PiperOrigin-RevId: 355238153
2021-02-02 13:21:48 -08:00
Google APIs
d99d5d592f feat: add encryption_spec to aiplatform v1beta1
PiperOrigin-RevId: 354148500
2021-01-27 12:36:30 -08:00
Google APIs
1e6bff6851 feat: add aiplatform v1
PiperOrigin-RevId: 354143820
2021-01-27 12:15:00 -08:00
Google APIs
6dae98144d chore: Remove unused 'package' attr from java_gapic_library rules
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs
160f80d81d chore: Make microgenerators default for all languages
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.

Also change Ads BAZEL template to reflect the change in default rule names.

Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).

PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
7dbeee7939 chore: migrate aiplatform to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345310010
2020-12-02 14:46:48 -08:00
Google APIs
e3e7e7ddb0 feat: added prediction and training proto files for enhanced AI Platform client libraries.
Provides defined Message types for formatting data assigned to protobuf.Value fields in AI Platform.

PiperOrigin-RevId: 342967619
2020-11-17 16:11:56 -08:00
Google APIs
dced74cc2c docs: publish Cloud AI Platform logging proto.
Publish Cloud AI Platform logging proto for documentation

PiperOrigin-RevId: 340876308
2020-11-05 10:15:00 -08:00
Google APIs
c570f55ea7 feat: aiplatform v1beta1
BREAKING CHANGE: sampled_shapley_attribution moved into a oneof in explanation.proto.
BREAKING CHANGE: field min renamed to min_value in ExplanationMetadata.InputMetadata.FeatureValueDomain in explanation_metadata.proto.
BREAKING CHANGE: field max renamed to max_value in ExplanationMetadata.InputMetadata.FeatureValueDomain in explanation_metadata.proto.

PiperOrigin-RevId: 340440278
2020-11-03 07:33:34 -08:00
Google APIs
7391e775fd fix: switch all local LRO Go GAPIC deps to remote
PiperOrigin-RevId: 338561467
2020-10-22 15:30:23 -07:00
Google APIs
780419edef build: provide package name hint for Node.js
PiperOrigin-RevId: 333386951
2020-09-23 15:35:36 -07:00
Google APIs
acd4aabf1c chore: use Python microgenerator rules for aiplatform
PiperOrigin-RevId: 333302099
2020-09-23 08:58:55 -07:00
Google APIs
39821aa838 google.cloud.aiplatform API v1beta1
PiperOrigin-RevId: 332493036
2020-09-18 11:39:02 -07:00