google-cloud-ai_platform-v1 0.48.0 → 0.49.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/ai_platform/v1/model_garden_service/client.rb +3 -1
  3. data/lib/google/cloud/ai_platform/v1/model_garden_service/rest/client.rb +3 -1
  4. data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +14 -4
  5. data/lib/google/cloud/ai_platform/v1/prediction_service/rest/client.rb +14 -4
  6. data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
  7. data/lib/google/cloud/aiplatform/v1/batch_prediction_job_pb.rb +1 -1
  8. data/lib/google/cloud/aiplatform/v1/content_pb.rb +5 -1
  9. data/lib/google/cloud/aiplatform/v1/custom_job_pb.rb +1 -1
  10. data/lib/google/cloud/aiplatform/v1/data_item_pb.rb +1 -1
  11. data/lib/google/cloud/aiplatform/v1/dataset_pb.rb +1 -1
  12. data/lib/google/cloud/aiplatform/v1/dataset_version_pb.rb +1 -1
  13. data/lib/google/cloud/aiplatform/v1/deployment_resource_pool_pb.rb +1 -1
  14. data/lib/google/cloud/aiplatform/v1/entity_type_pb.rb +1 -1
  15. data/lib/google/cloud/aiplatform/v1/feature_group_pb.rb +2 -1
  16. data/lib/google/cloud/aiplatform/v1/feature_online_store_pb.rb +1 -1
  17. data/lib/google/cloud/aiplatform/v1/feature_view_pb.rb +1 -1
  18. data/lib/google/cloud/aiplatform/v1/feature_view_sync_pb.rb +1 -1
  19. data/lib/google/cloud/aiplatform/v1/featurestore_pb.rb +1 -1
  20. data/lib/google/cloud/aiplatform/v1/hyperparameter_tuning_job_pb.rb +1 -1
  21. data/lib/google/cloud/aiplatform/v1/index_endpoint_pb.rb +1 -1
  22. data/lib/google/cloud/aiplatform/v1/index_pb.rb +1 -1
  23. data/lib/google/cloud/aiplatform/v1/model_deployment_monitoring_job_pb.rb +1 -1
  24. data/lib/google/cloud/aiplatform/v1/model_garden_service_pb.rb +1 -1
  25. data/lib/google/cloud/aiplatform/v1/nas_job_pb.rb +1 -1
  26. data/lib/google/cloud/aiplatform/v1/notebook_execution_job_pb.rb +3 -1
  27. data/lib/google/cloud/aiplatform/v1/publisher_model_pb.rb +1 -1
  28. data/lib/google/cloud/aiplatform/v1/service_networking_pb.rb +1 -1
  29. data/lib/google/cloud/aiplatform/v1/tuning_job_pb.rb +1 -1
  30. data/proto_docs/google/cloud/aiplatform/v1/batch_prediction_job.rb +6 -0
  31. data/proto_docs/google/cloud/aiplatform/v1/content.rb +71 -14
  32. data/proto_docs/google/cloud/aiplatform/v1/custom_job.rb +9 -3
  33. data/proto_docs/google/cloud/aiplatform/v1/data_item.rb +6 -0
  34. data/proto_docs/google/cloud/aiplatform/v1/dataset.rb +6 -0
  35. data/proto_docs/google/cloud/aiplatform/v1/dataset_version.rb +6 -0
  36. data/proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool.rb +6 -0
  37. data/proto_docs/google/cloud/aiplatform/v1/entity_type.rb +6 -0
  38. data/proto_docs/google/cloud/aiplatform/v1/feature_group.rb +18 -0
  39. data/proto_docs/google/cloud/aiplatform/v1/feature_online_store.rb +6 -0
  40. data/proto_docs/google/cloud/aiplatform/v1/feature_view.rb +6 -0
  41. data/proto_docs/google/cloud/aiplatform/v1/feature_view_sync.rb +6 -0
  42. data/proto_docs/google/cloud/aiplatform/v1/featurestore.rb +6 -0
  43. data/proto_docs/google/cloud/aiplatform/v1/hyperparameter_tuning_job.rb +6 -0
  44. data/proto_docs/google/cloud/aiplatform/v1/index.rb +6 -0
  45. data/proto_docs/google/cloud/aiplatform/v1/index_endpoint.rb +6 -0
  46. data/proto_docs/google/cloud/aiplatform/v1/model_deployment_monitoring_job.rb +6 -0
  47. data/proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb +3 -0
  48. data/proto_docs/google/cloud/aiplatform/v1/nas_job.rb +6 -0
  49. data/proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb +5 -0
  50. data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +7 -2
  51. data/proto_docs/google/cloud/aiplatform/v1/publisher_model.rb +3 -0
  52. data/proto_docs/google/cloud/aiplatform/v1/service_networking.rb +5 -0
  53. data/proto_docs/google/cloud/aiplatform/v1/tool.rb +1 -1
  54. data/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb +8 -0
  55. metadata +2 -2
@@ -29,6 +29,11 @@ module Google
29
29
  # @return [::Array<::String>]
30
30
  # A list of Projects from which the forwarding rule will target the service
31
31
  # attachment.
32
+ # @!attribute [r] service_attachment
33
+ # @return [::String]
34
+ # Output only. The name of the generated service attachment resource.
35
+ # This is only populated if the endpoint is deployed with
36
+ # PrivateServiceConnect.
32
37
  class PrivateServiceConnectConfig
33
38
  include ::Google::Protobuf::MessageExts
34
39
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -180,7 +180,7 @@ module Google
180
180
  MODE_UNSPECIFIED = 0
181
181
 
182
182
  # Default model behavior, model decides to predict either a function call
183
- # or a natural language repspose.
183
+ # or a natural language response.
184
184
  AUTO = 1
185
185
 
186
186
  # Model is constrained to always predicting a function call only.
@@ -203,6 +203,14 @@ module Google
203
203
  # @!attribute [r] user_dataset_examples
204
204
  # @return [::Array<::Google::Cloud::AIPlatform::V1::Content>]
205
205
  # Output only. Sample user messages in the training dataset uri.
206
+ # @!attribute [rw] total_truncated_example_count
207
+ # @return [::Integer]
208
+ # The number of examples in the dataset that have been truncated by any
209
+ # amount.
210
+ # @!attribute [rw] truncated_example_indices
211
+ # @return [::Array<::Integer>]
212
+ # A partial sample of the indices (starting from 1) of the truncated
213
+ # examples.
206
214
  class SupervisedTuningDataStats
207
215
  include ::Google::Protobuf::MessageExts
208
216
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-ai_platform-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-08 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common