Skip to content
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

feat(aiplatform): add ValueType.STRUCT to Feature #10282

Merged
merged 5 commits into from
May 29, 2024
Merged

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented May 29, 2024

  • Regenerate this pull request now.

feat(aiplatform): add encryption_spec to FeatureOnlineStore
feat(aiplatform): add struct_value to FeatureValue
feat(aiplatform): add encryption_spec, service_account, disable_container_logging to DeploymentResourcePool
feat(aiplatform): add model_reference to Dataset
feat(aiplatform): add ChatCompletions to PredictionService
feat(aiplatform): add new GenAiCacheService and CachedContent
feat(aiplatform): add cached_content to GenerationContentRequest
feat(aiplatform): add dataplex_config to MetadataStore
feat(aiplatform): add model_reference to DatasetVersion
feat(aiplatform): add INVALID_SPARSE_DIMENSIONS, INVALID_SPARSE_EMBEDDING, INVALID_EMBEDDING to NearestNeighborSearchOperationMetadata.RecordError
feat(aiplatform): add valid_sparse_record_count, invalid_sparse_record_count to NearestNeighborSearchOperationMetadata.ContentValidationStats
feat(aiplatform): add sparse_embedding to IndexDatapoint
feat(aiplatform): add sparse_vectors_count to IndexStats
feat(aiplatform): add sparse_distance to FindNeighborsResponse.Neighbor
feat(aiplatform): add more fields in FindNeighborsRequest.Query
feat(aiplatform): add progress_percentage to ImportRagFilesOperationMetadata
feat(aiplatform): add UpdateNotebookRuntimeTemplate to NotebookService
feat(aiplatform): add direct_notebook_source to NotebookExecutionJob
feat(aiplatform): add encryption_spec to NotebookRuntimeTemplate
feat(aiplatform): add idle_shutdown_config, encryption_spec, satisfies_pzs, satisfies_pzi to NotebookRuntime
feat(aiplatform): add UpdateReasoningEngine to ReasoningEngineService
fix(aiplatform): An existing field app_id is renamed to engine_id in message .google.cloud.aiplatform.v1beta1.RuntimeConfig
docs(aiplatform): A comment for field description in message .google.cloud.aiplatform.v1beta1.ExtensionManifest is changed
docs(aiplatform): A comment for field serving_config_name in message .google.cloud.aiplatform.v1beta1.RuntimeConfig is changed
docs(aiplatform): A comment for field update_mask in message .google.cloud.aiplatform.v1beta1.UpdateExtensionRequest is changed
docs(aiplatform): A comment for field feature_vector in message .google.cloud.aiplatform.v1beta1.IndexDatapoint is changed
docs(aiplatform): A comment for field vectors_count in message .google.cloud.aiplatform.v1beta1.IndexStats is changed
docs(aiplatform): A comment for enum value EMBEDDING_SIZE_MISMATCH in enum RecordErrorType is changed
docs(aiplatform): A comment for field exec in message .google.cloud.aiplatform.v1beta1.Probe is changed
docs(aiplatform): A comment for field create_notebook_execution_job_request in message .google.cloud.aiplatform.v1beta1.Schedule is changed
docs(aiplatform): A comment for field INVALID_EMBEDDING in message NearestNeighborSearchOperationMetadata.RecordError is changed

PiperOrigin-RevId: 638343512

Source-Link: googleapis/googleapis@41b263f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d6ce0c15dbab77682dedacc306a6b8b3f0f8500f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDZjZTBjMTVkYmFiNzc2ODJkZWRhY2MzMDZhNmI4YjNmMGY4NTAwZiJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add ValueType.STRUCT to Feature
feat(aiplatform): add encryption_spec to FeatureOnlineStore
feat(aiplatform): add struct_value to FeatureValue
feat(aiplatform): add encryption_spec, service_account, disable_container_logging to DeploymentResourcePool
feat(aiplatform): add model_reference to Dataset
feat(aiplatform): add tool_config to GenerateContentRequest
feat(aiplatform): add dataplex_config to MetadataStore
feat(aiplatform): add model_reference to DatasetVersion
feat(aiplatform): add INVALID_SPARSE_DIMENSIONS, INVALID_SPARSE_EMBEDDING, INVALID_EMBEDDING to NearestNeighborSearchOperationMetadata.RecordError
feat(aiplatform): add valid_sparse_record_count, invalid_sparse_record_count to NearestNeighborSearchOperationMetadata.ContentValidationStats
feat(aiplatform): add sparse_embedding to IndexDatapoint
feat(aiplatform): add sparse_vectors_count to IndexStats
feat(aiplatform): add sparse_distance to FindNeighborsResponse.Neighbor
feat(aiplatform): add more fields in FindNeighborsRequest.Query
feat(aiplatform): add UpdateNotebookRuntimeTemplate to NotebookService
feat(aiplatform): add direct_notebook_source to NotebookExecutionJob
feat(aiplatform): add encryption_spec to NotebookRuntimeTemplate
feat(aiplatform): add idle_shutdown_config, encryption_spec, satisfies_pzs, satisfies_pzi to NotebookRuntime
feat(aiplatform): add RaySpec to PersistentResource
fix(aiplatform): An existing message Segment is removed
fix(aiplatform): An existing message GroundingAttribution is removed
fix(aiplatform): An existing field grounding_attributions is removed from message .google.cloud.aiplatform.v1beta1.GroundingMetadata
fix(aiplatform): An existing field disable_attribution is removed from message .google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval
docs(aiplatform): A comment for field feature_vector in message .google.cloud.aiplatform.v1beta1.IndexDatapoint is changed
docs(aiplatform): A comment for field vectors_count in message .google.cloud.aiplatform.v1beta1.IndexStats is changed
docs(aiplatform): A comment for enum value EMBEDDING_SIZE_MISMATCH in enum RecordErrorType is changed
docs(aiplatform): A comment for field exec in message .google.cloud.aiplatform.v1beta1.Probe is changed

PiperOrigin-RevId: 638338486

Source-Link: googleapis/googleapis@c2a9b99

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c4b0bd686dd63d5a38dfb2246d180c21159776a8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRiMGJkNjg2ZGQ2M2Q1YTM4ZGZiMjI0NmQxODBjMjExNTk3NzZhOCJ9
END_NESTED_COMMIT

feat: add encryption_spec to FeatureOnlineStore
feat: add struct_value to FeatureValue
feat: add encryption_spec, service_account, disable_container_logging to DeploymentResourcePool
feat: add model_reference to Dataset
feat: add tool_config to GenerateContentRequest
feat: add dataplex_config to MetadataStore
feat: add model_reference to DatasetVersion
feat: add INVALID_SPARSE_DIMENSIONS, INVALID_SPARSE_EMBEDDING, INVALID_EMBEDDING to NearestNeighborSearchOperationMetadata.RecordError
feat: add valid_sparse_record_count, invalid_sparse_record_count to NearestNeighborSearchOperationMetadata.ContentValidationStats
feat: add sparse_embedding to IndexDatapoint
feat: add sparse_vectors_count to IndexStats
feat: add sparse_distance to FindNeighborsResponse.Neighbor
feat: add more fields in FindNeighborsRequest.Query
feat: add UpdateNotebookRuntimeTemplate to NotebookService
feat: add direct_notebook_source to NotebookExecutionJob
feat: add encryption_spec to NotebookRuntimeTemplate
feat: add idle_shutdown_config, encryption_spec, satisfies_pzs, satisfies_pzi to NotebookRuntime
feat: add RaySpec to PersistentResource
fix!: An existing message `Segment` is removed
fix!: An existing message `GroundingAttribution` is removed
fix!: An existing field `grounding_attributions` is removed from message `.google.cloud.aiplatform.v1beta1.GroundingMetadata`
fix!: An existing field `disable_attribution` is removed from message `.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval`
docs: A comment for field `feature_vector` in message `.google.cloud.aiplatform.v1beta1.IndexDatapoint` is changed
docs: A comment for field `vectors_count` in message `.google.cloud.aiplatform.v1beta1.IndexStats` is changed
docs: A comment for enum value `EMBEDDING_SIZE_MISMATCH` in enum `RecordErrorType` is changed
docs: A comment for field `exec` in message `.google.cloud.aiplatform.v1beta1.Probe` is changed

PiperOrigin-RevId: 638338486

Source-Link: googleapis/googleapis@c2a9b99

Source-Link: googleapis/googleapis-gen@c4b0bd6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRiMGJkNjg2ZGQ2M2Q1YTM4ZGZiMjI0NmQxODBjMjExNTk3NzZhOCJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add ValueType.STRUCT to Feature feat(aiplatform): add ValueType.STRUCT to Feature May 29, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review May 29, 2024 20:13
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner May 29, 2024 20:13
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
Copy link

snippet-bot bot commented May 29, 2024

Here is the summary of changes.

You are about to add 20 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
feat: add encryption_spec to FeatureOnlineStore
feat: add struct_value to FeatureValue
feat: add encryption_spec, service_account, disable_container_logging to DeploymentResourcePool
feat: add model_reference to Dataset
feat: add ChatCompletions to PredictionService
feat: add new GenAiCacheService and CachedContent
feat: add cached_content to GenerationContentRequest
feat: add dataplex_config to MetadataStore
feat: add model_reference to DatasetVersion
feat: add INVALID_SPARSE_DIMENSIONS, INVALID_SPARSE_EMBEDDING, INVALID_EMBEDDING to NearestNeighborSearchOperationMetadata.RecordError
feat: add valid_sparse_record_count, invalid_sparse_record_count to NearestNeighborSearchOperationMetadata.ContentValidationStats
feat: add sparse_embedding to IndexDatapoint
feat: add sparse_vectors_count to IndexStats
feat: add sparse_distance to FindNeighborsResponse.Neighbor
feat: add more fields in FindNeighborsRequest.Query
feat: add progress_percentage to ImportRagFilesOperationMetadata
feat: add UpdateNotebookRuntimeTemplate to NotebookService
feat: add direct_notebook_source to NotebookExecutionJob
feat: add encryption_spec to NotebookRuntimeTemplate
feat: add idle_shutdown_config, encryption_spec, satisfies_pzs, satisfies_pzi to NotebookRuntime
feat: add UpdateReasoningEngine to ReasoningEngineService
fix!: An existing field `app_id` is renamed to `engine_id` in message `.google.cloud.aiplatform.v1beta1.RuntimeConfig`
docs: A comment for field `description` in message `.google.cloud.aiplatform.v1beta1.ExtensionManifest` is changed
docs: A comment for field `serving_config_name` in message `.google.cloud.aiplatform.v1beta1.RuntimeConfig` is changed
docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateExtensionRequest` is changed
docs: A comment for field `feature_vector` in message `.google.cloud.aiplatform.v1beta1.IndexDatapoint` is changed
docs: A comment for field `vectors_count` in message `.google.cloud.aiplatform.v1beta1.IndexStats` is changed
docs: A comment for enum value `EMBEDDING_SIZE_MISMATCH` in enum `RecordErrorType` is changed
docs: A comment for field `exec` in message `.google.cloud.aiplatform.v1beta1.Probe` is changed
docs: A comment for field `create_notebook_execution_job_request` in message `.google.cloud.aiplatform.v1beta1.Schedule` is changed
docs: A comment for field `INVALID_EMBEDDING` in message `NearestNeighborSearchOperationMetadata.RecordError` is changed

PiperOrigin-RevId: 638343512

Source-Link: googleapis/googleapis@41b263f

Source-Link: googleapis/googleapis-gen@d6ce0c1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDZjZTBjMTVkYmFiNzc2ODJkZWRhY2MzMDZhNmI4YjNmMGY4NTAwZiJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat(aiplatform): add ValueType.STRUCT to Feature feat: add ValueType.STRUCT to Feature May 29, 2024
@gcf-owl-bot gcf-owl-bot bot requested review from a team and shollyman as code owners May 29, 2024 21:01
@gcf-owl-bot gcf-owl-bot bot requested a review from gkevinzheng May 29, 2024 21:01
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add ValueType.STRUCT to Feature feat(aiplatform): add ValueType.STRUCT to Feature May 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 29, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2024
@quartzmo quartzmo added automerge Merge the pull request once unit tests and other checks pass. and removed breaking change labels May 29, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit fac63c3 into main May 29, 2024
12 of 13 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-copy branch May 29, 2024 21:58
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants