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: add Persistent Resource reboot api call to v1beta1 #5182

Merged
merged 20 commits into from
Apr 10, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Mar 26, 2024

  • Regenerate this pull request now.

docs: A comment for field service_account in message .google.cloud.aiplatform.v1beta1.ServiceAccountSpec is changed

PiperOrigin-RevId: 620918445

Source-Link: googleapis/googleapis@ca6f884

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0dcaa72c1b428c60d47e957a011904a2dcd996d8
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjBkY2FhNzJjMWI0MjhjNjBkNDdlOTU3YTAxMTkwNGEyZGNkOTk2ZDgifQ==

BEGIN_NESTED_COMMIT
feat: GenAiTuningService aiplatform v1 initial release
PiperOrigin-RevId: 620892708

Source-Link: googleapis/googleapis@152a4c1

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c927ef1234d3be70628ec4f497df2648fd3ef04c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImM5MjdlZjEyMzRkM2JlNzA2MjhlYzRmNDk3ZGYyNjQ4ZmQzZWYwNGMifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix!: An existing field response_recall_input is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest
fix!: An existing field rag_context_recall_input is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest
fix!: An existing field response_recall_result is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse
fix!: An existing field rag_context_recall_result is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse
fix!: An existing message ResponseRecallInput is removed
fix!: An existing message ResponseRecallInstance is removed
fix!: An existing message ResponseRecallSpec is removed
fix!: An existing message ResponseRecallResult is removed
fix!: Changed field behavior for an existing field context in message .google.cloud.aiplatform.v1beta1.QuestionAnsweringQualityInstance
fix!: Changed field behavior for an existing field context in message .google.cloud.aiplatform.v1beta1.PairwiseQuestionAnsweringQualityInstance
fix!: An existing message RagContextRecallInput is removed
fix!: An existing message RagContextRecallInstance is removed
fix!: An existing message RagContextRecallSpec is removed
fix!: An existing message RagContextRecallResult is removed
fix!: An existing message NoAuth is removed
feat: A new field presence_penalty is added to message .google.cloud.aiplatform.v1beta1.GenerationConfig
feat: A new field frequency_penalty is added to message .google.cloud.aiplatform.v1beta1.GenerationConfig
feat: A new field response_mime_type is added to message .google.cloud.aiplatform.v1beta1.GenerationConfig
feat: A new enum HarmBlockMethod is added
feat: A new field method is added to message .google.cloud.aiplatform.v1beta1.SafetySetting
feat: A new message RetrievedContext is added
feat: A new field retrieved_context is added to message .google.cloud.aiplatform.v1beta1.GroundingAttribution
feat: A new field retrieval_queries is added to message .google.cloud.aiplatform.v1beta1.GroundingMetadata
feat: A new message IndexConfig is added
feat: A new field index_config is added to message .google.cloud.aiplatform.v1beta1.FeatureView
feat: A new message GoogleDriveSource is added
feat: A new message DirectUploadSource is added
feat: A new field title is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field default is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field min_items is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field max_items is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field min_properties is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field max_properties is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field minimum is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field maximum is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field min_length is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field max_length is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new field pattern is added to message .google.cloud.aiplatform.v1beta1.Schema
feat: A new method ChatCompletions is added to service PredictionService
feat: A new field system_instruction is added to message .google.cloud.aiplatform.v1beta1.GenerateContentRequest
feat: A new value BLOCKLIST is added to enum BlockedReason
feat: A new value PROHIBITED_CONTENT is added to enum BlockedReason
feat: A new message ChatCompletionsRequest is added
feat: A new field vertex_rag_store is added to message .google.cloud.aiplatform.v1beta1.Retrieval
feat: A new message VertexRagStore is added
feat: A new message RagCorpus is added
feat: A new resource_definition aiplatform.googleapis.com/RagCorpus is added
feat: A new message RagFile is added
feat: A new resource_definition aiplatform.googleapis.com/RagFile is added
feat: A new message RagFileChunkingConfig is added
feat: A new message UploadRagFileConfig is added
feat: A new message ImportRagFilesConfig is added
feat: A new service VertexRagDataService is added
feat: A new message CreateRagCorpusRequest is added
feat: A new message GetRagCorpusRequest is added
feat: A new message ListRagCorporaRequest is added
feat: A new message ListRagCorporaResponse is added
feat: A new message DeleteRagCorpusRequest is added
feat: A new message UploadRagFileRequest is added
feat: A new message UploadRagFileResponse is added
feat: A new message ImportRagFilesRequest is added
feat: A new message ImportRagFilesResponse is added
feat: A new message GetRagFileRequest is added
feat: A new message ListRagFilesRequest is added
feat: A new message ListRagFilesResponse is added
feat: A new message DeleteRagFileRequest is added
feat: A new message CreateRagCorpusOperationMetadata is added
feat: A new message ImportRagFilesOperationMetadata is added
feat: A new service VertexRagService is added
feat: A new message RagQuery is added
feat: A new message RetrieveContextsRequest is added
feat: A new message RagContexts is added
feat: A new message RetrieveContextsResponse is added
docs: Documentation updates

PiperOrigin-RevId: 620417091

Source-Link: googleapis/googleapis@afdd0cf

Source-Link: https://github.com/googleapis/googleapis-gen/commit/70289c1f90decd97814725af0ec7b216dfb4cd7b
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjcwMjg5YzFmOTBkZWNkOTc4MTQ3MjVhZjBlYzdiMjE2ZGZiNGNkN2IifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: A new field presence_penalty is added to message .google.cloud.aiplatform.v1.GenerationConfig
feat: A new field frequency_penalty is added to message .google.cloud.aiplatform.v1.GenerationConfig
feat: A new field response_mime_type is added to message .google.cloud.aiplatform.v1.GenerationConfig
feat: A new enum HarmBlockMethod is added
feat: A new field method is added to message .google.cloud.aiplatform.v1.SafetySetting
feat: A new field persistent_resource_id is added to message .google.cloud.aiplatform.v1.CustomJobSpec
feat: A new field disable_explanations is added to message .google.cloud.aiplatform.v1.DeployedModel
feat: A new field title is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field default is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field min_items is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field max_items is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field min_properties is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field max_properties is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field minimum is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field maximum is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field min_length is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field max_length is added to message .google.cloud.aiplatform.v1.Schema
feat: A new field pattern is added to message .google.cloud.aiplatform.v1.Schema
feat: A new message PersistentResource is added
feat: A new resource_definition aiplatform.googleapis.com/PersistentResource is added
feat: A new message ResourcePool is added
feat: A new message ResourceRuntimeSpec is added
feat: A new message RaySpec is added
feat: A new message ResourceRuntime is added
feat: A new message ServiceAccountSpec is added
feat: A new service PersistentResourceService is added
feat: A new message CreatePersistentResourceRequest is added
feat: A new message CreatePersistentResourceOperationMetadata is added
feat: A new message UpdatePersistentResourceOperationMetadata is added
feat: A new message RebootPersistentResourceOperationMetadata is added
feat: A new message GetPersistentResourceRequest is added
feat: A new message ListPersistentResourcesRequest is added
feat: A new message ListPersistentResourcesResponse is added
feat: A new message DeletePersistentResourceRequest is added
feat: A new message UpdatePersistentResourceRequest is added
feat: A new message RebootPersistentResourceRequest is added
feat: A new field system_instruction is added to message .google.cloud.aiplatform.v1.GenerateContentRequest
feat: A new value BLOCKLIST is added to enum BlockedReason
feat: A new value PROHIBITED_CONTENT is added to enum BlockedReason
docs: documentation updates

PiperOrigin-RevId: 620417078

Source-Link: googleapis/googleapis@7efb929

Source-Link: https://github.com/googleapis/googleapis-gen/commit/4fc4bc1e02644d2b45bc1bf71a8479220e9e0f2e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjRmYzRiYzFlMDI2NDRkMmI0NWJjMWJmNzFhODQ3OTIyMGU5ZTBmMmUifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add NotebookRuntime resource and APIs to public v1 client library
PiperOrigin-RevId: 620353345

Source-Link: googleapis/googleapis@98ae609

Source-Link: https://github.com/googleapis/googleapis-gen/commit/1690f0452f1f5f1c942fb8392afe224842132fe2
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjE2OTBmMDQ1MmYxZjVmMWM5NDJmYjgzOTJhZmUyMjQ4NDIxMzJmZTIifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add NotebookRuntime resource and APIs to public v1beta1 client library
PiperOrigin-RevId: 620347728

Source-Link: googleapis/googleapis@3ebeb01

Source-Link: https://github.com/googleapis/googleapis-gen/commit/a3ca6abd7e3ea1000f3dfa4417e845cfe7537e57
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImEzY2E2YWJkN2UzZWExMDAwZjNkZmE0NDE3ZTg0NWNmZTc1MzdlNTcifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add several fields to manage state of database encryption update
PiperOrigin-RevId: 619289281

Source-Link: googleapis/googleapis@3a7c334

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6a8c733062d833d11c5245eda50f5108e0e55324
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjZhOGM3MzMwNjJkODMzZDExYzUyNDVlZGE1MGY1MTA4ZTBlNTUzMjQifQ==
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add Vertex AI extension registry and execution related API and services to v1beta1 client
docs: Update comment for name and parameters in message .google.cloud.aiplatform.v1beta1.FunctionDeclaration

PiperOrigin-RevId: 619232581

Source-Link: googleapis/googleapis@7870cbd

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d91b4ce94b7f286a94e151d7e539e2c2c8281947
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImQ5MWI0Y2U5NGI3ZjI4NmE5NGUxNTFkN2U1MzllMmMyYzgyODE5NDcifQ==
END_NESTED_COMMIT

…services to v1beta1 client

docs: Update comment for `name` and `parameters` in message `.google.cloud.aiplatform.v1beta1.FunctionDeclaration`

PiperOrigin-RevId: 619232581

Source-Link: googleapis/googleapis@7870cbd

Source-Link: googleapis/googleapis-gen@d91b4ce
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImQ5MWI0Y2U5NGI3ZjI4NmE5NGUxNTFkN2U1MzllMmMyYzgyODE5NDcifQ==
@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review March 26, 2024 19:57
@gcf-owl-bot gcf-owl-bot bot requested review from yoshi-approver and a team as code owners March 26, 2024 19:57
Copy link

snippet-bot bot commented Mar 26, 2024

Here is the summary of changes.

You are about to add 49 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

@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

PiperOrigin-RevId: 619289281

Source-Link: googleapis/googleapis@3a7c334

Source-Link: googleapis/googleapis-gen@6a8c733
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjZhOGM3MzMwNjJkODMzZDExYzUyNDVlZGE1MGY1MTA4ZTBlNTUzMjQifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add Vertex AI extension registry and execution related API and services to v1beta1 client feat: add several fields to manage state of database encryption update Mar 26, 2024
@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 27, 2024

/gcbrun

…library

PiperOrigin-RevId: 620347728

Source-Link: googleapis/googleapis@3ebeb01

Source-Link: googleapis/googleapis-gen@a3ca6ab
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImEzY2E2YWJkN2UzZWExMDAwZjNkZmE0NDE3ZTg0NWNmZTc1MzdlNTcifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add several fields to manage state of database encryption update feat: add NotebookRuntime resource and APIs to public v1beta1 client library Mar 29, 2024
@dpebot
Copy link
Collaborator

dpebot commented Mar 29, 2024

/gcbrun

PiperOrigin-RevId: 620353345

Source-Link: googleapis/googleapis@98ae609

Source-Link: googleapis/googleapis-gen@1690f04
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjE2OTBmMDQ1MmYxZjVmMWM5NDJmYjgzOTJhZmUyMjQ4NDIxMzJmZTIifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add NotebookRuntime resource and APIs to public v1beta1 client library feat: add NotebookRuntime resource and APIs to public v1 client library Mar 30, 2024
@dpebot
Copy link
Collaborator

dpebot commented Mar 30, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 30, 2024

/gcbrun

…ud.aiplatform.v1.GenerationConfig`

feat: A new field `frequency_penalty` is added to message `.google.cloud.aiplatform.v1.GenerationConfig`
feat: A new field `response_mime_type` is added to message `.google.cloud.aiplatform.v1.GenerationConfig`
feat: A new enum `HarmBlockMethod` is added
feat: A new field `method` is added to message `.google.cloud.aiplatform.v1.SafetySetting`
feat: A new field `persistent_resource_id` is added to message `.google.cloud.aiplatform.v1.CustomJobSpec`
feat: A new field `disable_explanations` is added to message `.google.cloud.aiplatform.v1.DeployedModel`
feat: A new field `title` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `default` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `min_items` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `max_items` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `min_properties` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `max_properties` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `minimum` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `maximum` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `min_length` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `max_length` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new field `pattern` is added to message `.google.cloud.aiplatform.v1.Schema`
feat: A new message `PersistentResource` is added
feat: A new resource_definition `aiplatform.googleapis.com/PersistentResource` is added
feat: A new message `ResourcePool` is added
feat: A new message `ResourceRuntimeSpec` is added
feat: A new message `RaySpec` is added
feat: A new message `ResourceRuntime` is added
feat: A new message `ServiceAccountSpec` is added
feat: A new service `PersistentResourceService` is added
feat: A new message `CreatePersistentResourceRequest` is added
feat: A new message `CreatePersistentResourceOperationMetadata` is added
feat: A new message `UpdatePersistentResourceOperationMetadata` is added
feat: A new message `RebootPersistentResourceOperationMetadata` is added
feat: A new message `GetPersistentResourceRequest` is added
feat: A new message `ListPersistentResourcesRequest` is added
feat: A new message `ListPersistentResourcesResponse` is added
feat: A new message `DeletePersistentResourceRequest` is added
feat: A new message `UpdatePersistentResourceRequest` is added
feat: A new message `RebootPersistentResourceRequest` is added
feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1.GenerateContentRequest`
feat: A new value `BLOCKLIST` is added to enum `BlockedReason`
feat: A new value `PROHIBITED_CONTENT` is added to enum `BlockedReason`
docs: documentation updates

PiperOrigin-RevId: 620417078

Source-Link: googleapis/googleapis@7efb929

Source-Link: googleapis/googleapis-gen@4fc4bc1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjRmYzRiYzFlMDI2NDRkMmI0NWJjMWJmNzFhODQ3OTIyMGU5ZTBmMmUifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add NotebookRuntime resource and APIs to public v1 client library feat: A new field presence_penalty is added to message .google.cloud.aiplatform.v1.GenerationConfig Mar 30, 2024
@dpebot
Copy link
Collaborator

dpebot commented Mar 30, 2024

/gcbrun

…ge `.google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest`

fix!: An existing field `rag_context_recall_input` is removed from message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest`
fix!: An existing field `response_recall_result` is removed from message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse`
fix!: An existing field `rag_context_recall_result` is removed from message `.google.cloud.aiplatform.v1beta1.EvaluateInstancesResponse`
fix!: An existing message `ResponseRecallInput` is removed
fix!: An existing message `ResponseRecallInstance` is removed
fix!: An existing message `ResponseRecallSpec` is removed
fix!: An existing message `ResponseRecallResult` is removed
fix!: Changed field behavior for an existing field `context` in message `.google.cloud.aiplatform.v1beta1.QuestionAnsweringQualityInstance`
fix!: Changed field behavior for an existing field `context` in message `.google.cloud.aiplatform.v1beta1.PairwiseQuestionAnsweringQualityInstance`
fix!: An existing message `RagContextRecallInput` is removed
fix!: An existing message `RagContextRecallInstance` is removed
fix!: An existing message `RagContextRecallSpec` is removed
fix!: An existing message `RagContextRecallResult` is removed
fix!: An existing message `NoAuth` is removed
feat: A new field `presence_penalty` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig`
feat: A new field `frequency_penalty` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig`
feat: A new field `response_mime_type` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig`
feat: A new enum `HarmBlockMethod` is added
feat: A new field `method` is added to message `.google.cloud.aiplatform.v1beta1.SafetySetting`
feat: A new message `RetrievedContext` is added
feat: A new field `retrieved_context` is added to message `.google.cloud.aiplatform.v1beta1.GroundingAttribution`
feat: A new field `retrieval_queries` is added to message `.google.cloud.aiplatform.v1beta1.GroundingMetadata`
feat: A new message `IndexConfig` is added
feat: A new field `index_config` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView`
feat: A new message `GoogleDriveSource` is added
feat: A new message `DirectUploadSource` is added
feat: A new field `title` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `default` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `min_items` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `max_items` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `min_properties` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `max_properties` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `minimum` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `maximum` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `min_length` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `max_length` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new field `pattern` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
feat: A new method `ChatCompletions` is added to service `PredictionService`
feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1beta1.GenerateContentRequest`
feat: A new value `BLOCKLIST` is added to enum `BlockedReason`
feat: A new value `PROHIBITED_CONTENT` is added to enum `BlockedReason`
feat: A new message `ChatCompletionsRequest` is added
feat: A new field `vertex_rag_store` is added to message `.google.cloud.aiplatform.v1beta1.Retrieval`
feat: A new message `VertexRagStore` is added
feat: A new message `RagCorpus` is added
feat: A new resource_definition `aiplatform.googleapis.com/RagCorpus` is added
feat: A new message `RagFile` is added
feat: A new resource_definition `aiplatform.googleapis.com/RagFile` is added
feat: A new message `RagFileChunkingConfig` is added
feat: A new message `UploadRagFileConfig` is added
feat: A new message `ImportRagFilesConfig` is added
feat: A new service `VertexRagDataService` is added
feat: A new message `CreateRagCorpusRequest` is added
feat: A new message `GetRagCorpusRequest` is added
feat: A new message `ListRagCorporaRequest` is added
feat: A new message `ListRagCorporaResponse` is added
feat: A new message `DeleteRagCorpusRequest` is added
feat: A new message `UploadRagFileRequest` is added
feat: A new message `UploadRagFileResponse` is added
feat: A new message `ImportRagFilesRequest` is added
feat: A new message `ImportRagFilesResponse` is added
feat: A new message `GetRagFileRequest` is added
feat: A new message `ListRagFilesRequest` is added
feat: A new message `ListRagFilesResponse` is added
feat: A new message `DeleteRagFileRequest` is added
feat: A new message `CreateRagCorpusOperationMetadata` is added
feat: A new message `ImportRagFilesOperationMetadata` is added
feat: A new service `VertexRagService` is added
feat: A new message `RagQuery` is added
feat: A new message `RetrieveContextsRequest` is added
feat: A new message `RagContexts` is added
feat: A new message `RetrieveContextsResponse` is added
docs: Documentation updates

PiperOrigin-RevId: 620417091

Source-Link: googleapis/googleapis@afdd0cf

Source-Link: googleapis/googleapis-gen@70289c1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjcwMjg5YzFmOTBkZWNkOTc4MTQ3MjVhZjBlYzdiMjE2ZGZiNGNkN2IifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: A new field presence_penalty is added to message .google.cloud.aiplatform.v1.GenerationConfig fix!: An existing field response_recall_input is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest Mar 30, 2024
@dpebot
Copy link
Collaborator

dpebot commented Mar 30, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Mar 30, 2024

/gcbrun

PiperOrigin-RevId: 620892708

Source-Link: googleapis/googleapis@152a4c1

Source-Link: googleapis/googleapis-gen@c927ef1
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6ImM5MjdlZjEyMzRkM2JlNzA2MjhlYzRmNDk3ZGYyNjQ4ZmQzZWYwNGMifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title fix!: An existing field response_recall_input is removed from message .google.cloud.aiplatform.v1beta1.EvaluateInstancesRequest feat: GenAiTuningService aiplatform v1 initial release Apr 1, 2024
@dpebot
Copy link
Collaborator

dpebot commented Apr 1, 2024

/gcbrun

docs: A comment for field `service_account` in message `.google.cloud.aiplatform.v1beta1.ServiceAccountSpec` is changed

PiperOrigin-RevId: 620918445

Source-Link: googleapis/googleapis@ca6f884

Source-Link: googleapis/googleapis-gen@0dcaa72
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFpcGxhdGZvcm0vLk93bEJvdC55YW1sIiwiaCI6IjBkY2FhNzJjMWI0MjhjNjBkNDdlOTU3YTAxMTkwNGEyZGNkOTk2ZDgifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title feat: GenAiTuningService aiplatform v1 initial release feat: add Persistent Resource reboot api call to v1beta1 Apr 1, 2024
@dpebot
Copy link
Collaborator

dpebot commented Apr 1, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Apr 1, 2024

/gcbrun

@sofisl sofisl added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 3, 2024
@sofisl sofisl removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 10, 2024
@dpebot
Copy link
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Apr 10, 2024

/gcbrun

@sofisl sofisl merged commit c271d54 into main Apr 10, 2024
12 checks passed
@sofisl sofisl deleted the owl-bot-copy-packages-google-cloud-aiplatform branch April 10, 2024 18:03
@sofisl sofisl added the release-please:force-run To run release-please label Apr 10, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Apr 10, 2024
@sofisl sofisl added the release-please:force-run To run release-please label Apr 10, 2024
@release-please release-please bot removed the release-please:force-run To run release-please label Apr 10, 2024
@release-please release-please bot mentioned this pull request Apr 10, 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