diff --git a/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html b/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html index a83213aa2b..7ba1bf4406 100644 --- a/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html +++ b/docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html @@ -100,7 +100,7 @@
Updates a service perimeter. The long-running operation from this RPC has a successful status after the service perimeter propagates to long-lasting storage. If a service perimeter contains errors, an error response is returned for the first error encountered.
replaceAll(parent, body=None, x__xgafv=None)
Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacement are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.
+Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacements are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.
testIamPermissions(resource, body=None, x__xgafv=None)
Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.
@@ -1097,7 +1097,7 @@replaceAll(parent, body=None, x__xgafv=None)
- Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacement are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.
+ Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacements are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.
Args:
parent: string, Required. Resource name for the access policy which owns these Service Perimeters. Format: `accessPolicies/{policy_id}` (required)
diff --git a/docs/dyn/accesscontextmanager_v1.permissions.html b/docs/dyn/accesscontextmanager_v1.permissions.html
index 9a5f20eaf0..a776c5ddf4 100644
--- a/docs/dyn/accesscontextmanager_v1.permissions.html
+++ b/docs/dyn/accesscontextmanager_v1.permissions.html
@@ -79,7 +79,7 @@ Instance Methods
Close httplib2 connections.
list(pageSize=None, pageToken=None, x__xgafv=None)
-Lists all supported permissions in VPCSC Granular Controls.
+Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.
Retrieves the next page of results.
@@ -91,11 +91,11 @@ Method Details
list(pageSize=None, pageToken=None, x__xgafv=None)
- Lists all supported permissions in VPCSC Granular Controls.
+ Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.
Args:
- pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default is 100.
- pageToken: string, Optional. Token to start on a later page. Default is the first page.
+ pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default value is 100.
+ pageToken: string, Optional. Use this token to retrieve a specific page of results. Default is the first page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -105,8 +105,8 @@ Method Details
An object of the form:
{ # A response to `ListSupportedPermissionsRequest`.
- "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
- "supportedPermissions": [ # List of VPC-SC supported permissions.
+ "nextPageToken": "A String", # Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.
+ "supportedPermissions": [ # List of VPC Service Controls supported permissions.
"A String",
],
}
diff --git a/docs/dyn/accesscontextmanager_v1.services.html b/docs/dyn/accesscontextmanager_v1.services.html
index 353d738ca3..f9affac1d0 100644
--- a/docs/dyn/accesscontextmanager_v1.services.html
+++ b/docs/dyn/accesscontextmanager_v1.services.html
@@ -127,8 +127,8 @@ Method Details
Lists all VPC-SC supported services.
Args:
- pageSize: integer, This flag specifies the maximum number of services to return per page. Default is 100.
- pageToken: string, Token to start on a later page. Default is the first page.
+ pageSize: integer, This flag specifies the maximum number of services to return per page. Default value is 100.
+ pageToken: string, Use this token to retrieve a specific page of results. Default is the first page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -138,7 +138,7 @@ Method Details
An object of the form:
{ # A response to `ListSupportedServicesRequest`.
- "nextPageToken": "A String", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
+ "nextPageToken": "A String", # Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.
"supportedServices": [ # List of services supported by VPC Service Controls instances.
{ # `SupportedService` specifies the VPC Service Controls and its properties.
"availableOnRestrictedVip": True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
diff --git a/docs/dyn/agentregistry_v1alpha.projects.locations.agents.html b/docs/dyn/agentregistry_v1alpha.projects.locations.agents.html
index b9cbe4f685..c0b5cef08d 100644
--- a/docs/dyn/agentregistry_v1alpha.projects.locations.agents.html
+++ b/docs/dyn/agentregistry_v1alpha.projects.locations.agents.html
@@ -259,7 +259,7 @@ Method Details
{ # Message for searching Agents
"pageSize": 42, # Optional. The maximum number of search results to return per page. The page size is capped at `100`, even if a larger value is specified. A negative value will result in an `INVALID_ARGUMENT` error. If unspecified or set to `0`, a default value of `20` will be used. The server may return fewer results than requested.
"pageToken": "A String", # Optional. If present, retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of all other method parameters, must be identical to those in the previous call.
- "searchString": "A String", # Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId=urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.
+ "searchString": "A String", # Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId="urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234"` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.
}
x__xgafv: string, V1 error format.
diff --git a/docs/dyn/agentregistry_v1alpha.projects.locations.html b/docs/dyn/agentregistry_v1alpha.projects.locations.html
index e33b61abfb..c2231a4eb2 100644
--- a/docs/dyn/agentregistry_v1alpha.projects.locations.html
+++ b/docs/dyn/agentregistry_v1alpha.projects.locations.html
@@ -112,7 +112,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -151,11 +151,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/agentregistry_v1alpha.projects.locations.mcpServers.html b/docs/dyn/agentregistry_v1alpha.projects.locations.mcpServers.html
index c559484dce..977b399dde 100644
--- a/docs/dyn/agentregistry_v1alpha.projects.locations.mcpServers.html
+++ b/docs/dyn/agentregistry_v1alpha.projects.locations.mcpServers.html
@@ -229,7 +229,7 @@ Method Details
{ # Message for searching MCP Servers
"pageSize": 42, # Optional. The maximum number of search results to return per page. The page size is capped at `100`, even if a larger value is specified. A negative value will result in an `INVALID_ARGUMENT` error. If unspecified or set to `0`, a default value of `20` will be used. The server may return fewer results than requested.
"pageToken": "A String", # Optional. If present, retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of all other method parameters, must be identical to those in the previous call.
- "searchString": "A String", # Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId=urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.
+ "searchString": "A String", # Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId="urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id"` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.
}
x__xgafv: string, V1 error format.
diff --git a/docs/dyn/aiplatform_v1.batchPredictionJobs.html b/docs/dyn/aiplatform_v1.batchPredictionJobs.html
index 246ab3afc2..0d415f94bf 100644
--- a/docs/dyn/aiplatform_v1.batchPredictionJobs.html
+++ b/docs/dyn/aiplatform_v1.batchPredictionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . batchPredictionJobs
+Agent Platform API . batchPredictionJobs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.customJobs.html b/docs/dyn/aiplatform_v1.customJobs.html
index 3c5e9a7358..2da5ba2756 100644
--- a/docs/dyn/aiplatform_v1.customJobs.html
+++ b/docs/dyn/aiplatform_v1.customJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . customJobs
+Agent Platform API . customJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.customJobs.operations.html b/docs/dyn/aiplatform_v1.customJobs.operations.html
index 4f4abfc22c..0b13c183d9 100644
--- a/docs/dyn/aiplatform_v1.customJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.customJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . customJobs . operations
+Agent Platform API . customJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.dataLabelingJobs.html b/docs/dyn/aiplatform_v1.dataLabelingJobs.html
index 6b46398959..e574c028cb 100644
--- a/docs/dyn/aiplatform_v1.dataLabelingJobs.html
+++ b/docs/dyn/aiplatform_v1.dataLabelingJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . dataLabelingJobs
+Agent Platform API . dataLabelingJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.dataLabelingJobs.operations.html b/docs/dyn/aiplatform_v1.dataLabelingJobs.operations.html
index ec7ec4f62b..694e5d1c55 100644
--- a/docs/dyn/aiplatform_v1.dataLabelingJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.dataLabelingJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . dataLabelingJobs . operations
+Agent Platform API . dataLabelingJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.annotationSpecs.html b/docs/dyn/aiplatform_v1.datasets.annotationSpecs.html
index 5f25532596..f27f0db7db 100644
--- a/docs/dyn/aiplatform_v1.datasets.annotationSpecs.html
+++ b/docs/dyn/aiplatform_v1.datasets.annotationSpecs.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . annotationSpecs
+Agent Platform API . datasets . annotationSpecs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.datasets.annotationSpecs.operations.html b/docs/dyn/aiplatform_v1.datasets.annotationSpecs.operations.html
index 862488b455..c41ca7a1cb 100644
--- a/docs/dyn/aiplatform_v1.datasets.annotationSpecs.operations.html
+++ b/docs/dyn/aiplatform_v1.datasets.annotationSpecs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . annotationSpecs . operations
+Agent Platform API . datasets . annotationSpecs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.html b/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.html
index b328716b25..235bcaff56 100644
--- a/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.html
+++ b/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . dataItems . annotations
+Agent Platform API . datasets . dataItems . annotations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.operations.html b/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.operations.html
index aab5e90f6e..e3091fc731 100644
--- a/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.operations.html
+++ b/docs/dyn/aiplatform_v1.datasets.dataItems.annotations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . dataItems . annotations . operations
+Agent Platform API . datasets . dataItems . annotations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.dataItems.html b/docs/dyn/aiplatform_v1.datasets.dataItems.html
index 4c3ffcccb1..1327b2180d 100644
--- a/docs/dyn/aiplatform_v1.datasets.dataItems.html
+++ b/docs/dyn/aiplatform_v1.datasets.dataItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . dataItems
+Agent Platform API . datasets . dataItems
Instance Methods
annotations()
diff --git a/docs/dyn/aiplatform_v1.datasets.dataItems.operations.html b/docs/dyn/aiplatform_v1.datasets.dataItems.operations.html
index 4baf562c9b..5ce2ebf6f6 100644
--- a/docs/dyn/aiplatform_v1.datasets.dataItems.operations.html
+++ b/docs/dyn/aiplatform_v1.datasets.dataItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . dataItems . operations
+Agent Platform API . datasets . dataItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.datasetVersions.html b/docs/dyn/aiplatform_v1.datasets.datasetVersions.html
index 9eccaa6374..c91744519f 100644
--- a/docs/dyn/aiplatform_v1.datasets.datasetVersions.html
+++ b/docs/dyn/aiplatform_v1.datasets.datasetVersions.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . datasetVersions
+Agent Platform API . datasets . datasetVersions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.html b/docs/dyn/aiplatform_v1.datasets.html
index 054fdb7f14..ef02f62119 100644
--- a/docs/dyn/aiplatform_v1.datasets.html
+++ b/docs/dyn/aiplatform_v1.datasets.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets
+Agent Platform API . datasets
Instance Methods
annotationSpecs()
diff --git a/docs/dyn/aiplatform_v1.datasets.operations.html b/docs/dyn/aiplatform_v1.datasets.operations.html
index f1901b0bbe..0ba9dff9de 100644
--- a/docs/dyn/aiplatform_v1.datasets.operations.html
+++ b/docs/dyn/aiplatform_v1.datasets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . operations
+Agent Platform API . datasets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.datasets.savedQueries.html b/docs/dyn/aiplatform_v1.datasets.savedQueries.html
index c9432ba9a9..ababb6efc5 100644
--- a/docs/dyn/aiplatform_v1.datasets.savedQueries.html
+++ b/docs/dyn/aiplatform_v1.datasets.savedQueries.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . savedQueries
+Agent Platform API . datasets . savedQueries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.datasets.savedQueries.operations.html b/docs/dyn/aiplatform_v1.datasets.savedQueries.operations.html
index 58e908049f..efa7d5d0c6 100644
--- a/docs/dyn/aiplatform_v1.datasets.savedQueries.operations.html
+++ b/docs/dyn/aiplatform_v1.datasets.savedQueries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . savedQueries . operations
+Agent Platform API . datasets . savedQueries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.deploymentResourcePools.html b/docs/dyn/aiplatform_v1.deploymentResourcePools.html
index 940295cc9a..43970978b2 100644
--- a/docs/dyn/aiplatform_v1.deploymentResourcePools.html
+++ b/docs/dyn/aiplatform_v1.deploymentResourcePools.html
@@ -72,7 +72,7 @@
-Vertex AI API . deploymentResourcePools
+Agent Platform API . deploymentResourcePools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.deploymentResourcePools.operations.html b/docs/dyn/aiplatform_v1.deploymentResourcePools.operations.html
index 4926911510..5b238b4c3b 100644
--- a/docs/dyn/aiplatform_v1.deploymentResourcePools.operations.html
+++ b/docs/dyn/aiplatform_v1.deploymentResourcePools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . deploymentResourcePools . operations
+Agent Platform API . deploymentResourcePools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.endpoints.chat.html b/docs/dyn/aiplatform_v1.endpoints.chat.html
index 9a436f673f..b8792af3cb 100644
--- a/docs/dyn/aiplatform_v1.endpoints.chat.html
+++ b/docs/dyn/aiplatform_v1.endpoints.chat.html
@@ -72,7 +72,7 @@
-Vertex AI API . endpoints . chat
+Agent Platform API . endpoints . chat
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.endpoints.html b/docs/dyn/aiplatform_v1.endpoints.html
index b233bd224d..fd79d1526a 100644
--- a/docs/dyn/aiplatform_v1.endpoints.html
+++ b/docs/dyn/aiplatform_v1.endpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . endpoints
+Agent Platform API . endpoints
Instance Methods
chat()
diff --git a/docs/dyn/aiplatform_v1.endpoints.operations.html b/docs/dyn/aiplatform_v1.endpoints.operations.html
index c09b3a5f6f..0667628ca6 100644
--- a/docs/dyn/aiplatform_v1.endpoints.operations.html
+++ b/docs/dyn/aiplatform_v1.endpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . endpoints . operations
+Agent Platform API . endpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featureGroups.features.html b/docs/dyn/aiplatform_v1.featureGroups.features.html
index fca96cb703..fb52c2596f 100644
--- a/docs/dyn/aiplatform_v1.featureGroups.features.html
+++ b/docs/dyn/aiplatform_v1.featureGroups.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureGroups . features
+Agent Platform API . featureGroups . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.featureGroups.features.operations.html b/docs/dyn/aiplatform_v1.featureGroups.features.operations.html
index a6a27dfe11..1bb4debc0f 100644
--- a/docs/dyn/aiplatform_v1.featureGroups.features.operations.html
+++ b/docs/dyn/aiplatform_v1.featureGroups.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureGroups . features . operations
+Agent Platform API . featureGroups . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featureGroups.html b/docs/dyn/aiplatform_v1.featureGroups.html
index e27c140d84..f2d1d8bb0d 100644
--- a/docs/dyn/aiplatform_v1.featureGroups.html
+++ b/docs/dyn/aiplatform_v1.featureGroups.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureGroups
+Agent Platform API . featureGroups
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1.featureGroups.operations.html b/docs/dyn/aiplatform_v1.featureGroups.operations.html
index 87bbd5708b..3cc5d806d2 100644
--- a/docs/dyn/aiplatform_v1.featureGroups.operations.html
+++ b/docs/dyn/aiplatform_v1.featureGroups.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureGroups . operations
+Agent Platform API . featureGroups . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.html b/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.html
index b69c377de0..0034e3cd0a 100644
--- a/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.html
+++ b/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureOnlineStores . featureViews
+Agent Platform API . featureOnlineStores . featureViews
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.operations.html b/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.operations.html
index f4c397a267..82d68b90bd 100644
--- a/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.operations.html
+++ b/docs/dyn/aiplatform_v1.featureOnlineStores.featureViews.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureOnlineStores . featureViews . operations
+Agent Platform API . featureOnlineStores . featureViews . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featureOnlineStores.html b/docs/dyn/aiplatform_v1.featureOnlineStores.html
index dbf4700ac3..13fafa1d74 100644
--- a/docs/dyn/aiplatform_v1.featureOnlineStores.html
+++ b/docs/dyn/aiplatform_v1.featureOnlineStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureOnlineStores
+Agent Platform API . featureOnlineStores
Instance Methods
featureViews()
diff --git a/docs/dyn/aiplatform_v1.featureOnlineStores.operations.html b/docs/dyn/aiplatform_v1.featureOnlineStores.operations.html
index f2bf0c76b0..fd0bba2b89 100644
--- a/docs/dyn/aiplatform_v1.featureOnlineStores.operations.html
+++ b/docs/dyn/aiplatform_v1.featureOnlineStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureOnlineStores . operations
+Agent Platform API . featureOnlineStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.html b/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.html
index 132d55775c..06c6794b01 100644
--- a/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.html
+++ b/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores . entityTypes . features
+Agent Platform API . featurestores . entityTypes . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.operations.html b/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.operations.html
index a3bde9c021..6025d56b79 100644
--- a/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.operations.html
+++ b/docs/dyn/aiplatform_v1.featurestores.entityTypes.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . entityTypes . features . operations
+Agent Platform API . featurestores . entityTypes . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featurestores.entityTypes.html b/docs/dyn/aiplatform_v1.featurestores.entityTypes.html
index c6349b835d..1f7f0abdb6 100644
--- a/docs/dyn/aiplatform_v1.featurestores.entityTypes.html
+++ b/docs/dyn/aiplatform_v1.featurestores.entityTypes.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores . entityTypes
+Agent Platform API . featurestores . entityTypes
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1.featurestores.entityTypes.operations.html b/docs/dyn/aiplatform_v1.featurestores.entityTypes.operations.html
index b4857b9ab1..5371ff268c 100644
--- a/docs/dyn/aiplatform_v1.featurestores.entityTypes.operations.html
+++ b/docs/dyn/aiplatform_v1.featurestores.entityTypes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . entityTypes . operations
+Agent Platform API . featurestores . entityTypes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.featurestores.html b/docs/dyn/aiplatform_v1.featurestores.html
index 90c7a1e1dc..05eefd7305 100644
--- a/docs/dyn/aiplatform_v1.featurestores.html
+++ b/docs/dyn/aiplatform_v1.featurestores.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores
+Agent Platform API . featurestores
Instance Methods
entityTypes()
diff --git a/docs/dyn/aiplatform_v1.featurestores.operations.html b/docs/dyn/aiplatform_v1.featurestores.operations.html
index aa098fd990..2e9696b524 100644
--- a/docs/dyn/aiplatform_v1.featurestores.operations.html
+++ b/docs/dyn/aiplatform_v1.featurestores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . operations
+Agent Platform API . featurestores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.html b/docs/dyn/aiplatform_v1.html
index bafc848df7..9414e532a1 100644
--- a/docs/dyn/aiplatform_v1.html
+++ b/docs/dyn/aiplatform_v1.html
@@ -72,7 +72,7 @@
-Vertex AI API
+Agent Platform API
Instance Methods
batchPredictionJobs()
@@ -219,6 +219,11 @@
Instance Methods
Returns the schedules Resource.
+
+ skills()
+
+Returns the skills Resource.
+
diff --git a/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.html b/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.html
index 3893daf745..ee7797ac6b 100644
--- a/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.html
+++ b/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . hyperparameterTuningJobs
+Agent Platform API . hyperparameterTuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.operations.html b/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.operations.html
index 245511a96f..f1ab8798d5 100644
--- a/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.hyperparameterTuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . hyperparameterTuningJobs . operations
+Agent Platform API . hyperparameterTuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.indexEndpoints.html b/docs/dyn/aiplatform_v1.indexEndpoints.html
index a0fe961620..82fc59a02d 100644
--- a/docs/dyn/aiplatform_v1.indexEndpoints.html
+++ b/docs/dyn/aiplatform_v1.indexEndpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . indexEndpoints
+Agent Platform API . indexEndpoints
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.indexEndpoints.operations.html b/docs/dyn/aiplatform_v1.indexEndpoints.operations.html
index 930ea6be86..5d0aee2344 100644
--- a/docs/dyn/aiplatform_v1.indexEndpoints.operations.html
+++ b/docs/dyn/aiplatform_v1.indexEndpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . indexEndpoints . operations
+Agent Platform API . indexEndpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.indexes.html b/docs/dyn/aiplatform_v1.indexes.html
index 35f7fe3e71..7630d64c84 100644
--- a/docs/dyn/aiplatform_v1.indexes.html
+++ b/docs/dyn/aiplatform_v1.indexes.html
@@ -72,7 +72,7 @@
-Vertex AI API . indexes
+Agent Platform API . indexes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.indexes.operations.html b/docs/dyn/aiplatform_v1.indexes.operations.html
index 207dc87727..4bf696638c 100644
--- a/docs/dyn/aiplatform_v1.indexes.operations.html
+++ b/docs/dyn/aiplatform_v1.indexes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . indexes . operations
+Agent Platform API . indexes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.media.html b/docs/dyn/aiplatform_v1.media.html
index 0e1e68c056..f908407683 100644
--- a/docs/dyn/aiplatform_v1.media.html
+++ b/docs/dyn/aiplatform_v1.media.html
@@ -72,7 +72,7 @@
-Vertex AI API . media
+Agent Platform API . media
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.metadataStores.artifacts.html b/docs/dyn/aiplatform_v1.metadataStores.artifacts.html
index 9c227f5a60..388db971cb 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.artifacts.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.artifacts.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . artifacts
+Agent Platform API . metadataStores . artifacts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.metadataStores.artifacts.operations.html b/docs/dyn/aiplatform_v1.metadataStores.artifacts.operations.html
index b72b3f7202..24f1a676ab 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.artifacts.operations.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.artifacts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . artifacts . operations
+Agent Platform API . metadataStores . artifacts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.metadataStores.contexts.html b/docs/dyn/aiplatform_v1.metadataStores.contexts.html
index 004f77a361..fa4e79425a 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.contexts.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.contexts.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . contexts
+Agent Platform API . metadataStores . contexts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.metadataStores.contexts.operations.html b/docs/dyn/aiplatform_v1.metadataStores.contexts.operations.html
index e50905352f..da0c878e73 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.contexts.operations.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.contexts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . contexts . operations
+Agent Platform API . metadataStores . contexts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.metadataStores.executions.html b/docs/dyn/aiplatform_v1.metadataStores.executions.html
index 29f4a94bfc..0b25f20378 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.executions.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.executions.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . executions
+Agent Platform API . metadataStores . executions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.metadataStores.executions.operations.html b/docs/dyn/aiplatform_v1.metadataStores.executions.operations.html
index ad1ff9b5b1..abfce6ca1f 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.executions.operations.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.executions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . executions . operations
+Agent Platform API . metadataStores . executions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.metadataStores.html b/docs/dyn/aiplatform_v1.metadataStores.html
index 88e78bc25a..3518dd347a 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores
+Agent Platform API . metadataStores
Instance Methods
artifacts()
diff --git a/docs/dyn/aiplatform_v1.metadataStores.operations.html b/docs/dyn/aiplatform_v1.metadataStores.operations.html
index 68af6b7015..88d3889a58 100644
--- a/docs/dyn/aiplatform_v1.metadataStores.operations.html
+++ b/docs/dyn/aiplatform_v1.metadataStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . operations
+Agent Platform API . metadataStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.migratableResources.html b/docs/dyn/aiplatform_v1.migratableResources.html
index 81e4791dad..964271f940 100644
--- a/docs/dyn/aiplatform_v1.migratableResources.html
+++ b/docs/dyn/aiplatform_v1.migratableResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . migratableResources
+Agent Platform API . migratableResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.migratableResources.operations.html b/docs/dyn/aiplatform_v1.migratableResources.operations.html
index 08c53e134d..de4fd001c0 100644
--- a/docs/dyn/aiplatform_v1.migratableResources.operations.html
+++ b/docs/dyn/aiplatform_v1.migratableResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . migratableResources . operations
+Agent Platform API . migratableResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.html b/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.html
index 0a13d4a5e6..bc5c15c562 100644
--- a/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.html
+++ b/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . modelDeploymentMonitoringJobs
+Agent Platform API . modelDeploymentMonitoringJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.operations.html b/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.operations.html
index 80c96f1f60..3b5ca1570e 100644
--- a/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.modelDeploymentMonitoringJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . modelDeploymentMonitoringJobs . operations
+Agent Platform API . modelDeploymentMonitoringJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.models.evaluations.html b/docs/dyn/aiplatform_v1.models.evaluations.html
index 30f7d5cf48..6f84fd9c87 100644
--- a/docs/dyn/aiplatform_v1.models.evaluations.html
+++ b/docs/dyn/aiplatform_v1.models.evaluations.html
@@ -72,7 +72,7 @@
-Vertex AI API . models . evaluations
+Agent Platform API . models . evaluations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.models.evaluations.operations.html b/docs/dyn/aiplatform_v1.models.evaluations.operations.html
index 3efb783eb4..e1e2e086d7 100644
--- a/docs/dyn/aiplatform_v1.models.evaluations.operations.html
+++ b/docs/dyn/aiplatform_v1.models.evaluations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . models . evaluations . operations
+Agent Platform API . models . evaluations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.models.html b/docs/dyn/aiplatform_v1.models.html
index d483717349..7f3927b27b 100644
--- a/docs/dyn/aiplatform_v1.models.html
+++ b/docs/dyn/aiplatform_v1.models.html
@@ -72,7 +72,7 @@
-Vertex AI API . models
+Agent Platform API . models
Instance Methods
evaluations()
diff --git a/docs/dyn/aiplatform_v1.models.operations.html b/docs/dyn/aiplatform_v1.models.operations.html
index 8aba86bb4e..d9d5714e56 100644
--- a/docs/dyn/aiplatform_v1.models.operations.html
+++ b/docs/dyn/aiplatform_v1.models.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . models . operations
+Agent Platform API . models . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.notebookExecutionJobs.html b/docs/dyn/aiplatform_v1.notebookExecutionJobs.html
index 0a0482f3dd..49b24b6cfb 100644
--- a/docs/dyn/aiplatform_v1.notebookExecutionJobs.html
+++ b/docs/dyn/aiplatform_v1.notebookExecutionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookExecutionJobs
+Agent Platform API . notebookExecutionJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.notebookExecutionJobs.operations.html b/docs/dyn/aiplatform_v1.notebookExecutionJobs.operations.html
index 3725798c68..6e8c41d9dc 100644
--- a/docs/dyn/aiplatform_v1.notebookExecutionJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.notebookExecutionJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookExecutionJobs . operations
+Agent Platform API . notebookExecutionJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.html b/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.html
index d9b2947562..576efd3404 100644
--- a/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.html
+++ b/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookRuntimeTemplates
+Agent Platform API . notebookRuntimeTemplates
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.operations.html b/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.operations.html
index dd870449ef..16db5c8b36 100644
--- a/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1.notebookRuntimeTemplates.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookRuntimeTemplates . operations
+Agent Platform API . notebookRuntimeTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.notebookRuntimes.html b/docs/dyn/aiplatform_v1.notebookRuntimes.html
index 07c45a6395..003d5b5644 100644
--- a/docs/dyn/aiplatform_v1.notebookRuntimes.html
+++ b/docs/dyn/aiplatform_v1.notebookRuntimes.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookRuntimes
+Agent Platform API . notebookRuntimes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.notebookRuntimes.operations.html b/docs/dyn/aiplatform_v1.notebookRuntimes.operations.html
index bc2cc66fce..4105223135 100644
--- a/docs/dyn/aiplatform_v1.notebookRuntimes.operations.html
+++ b/docs/dyn/aiplatform_v1.notebookRuntimes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookRuntimes . operations
+Agent Platform API . notebookRuntimes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.operations.html b/docs/dyn/aiplatform_v1.operations.html
index a459ec36ff..7cde768be4 100644
--- a/docs/dyn/aiplatform_v1.operations.html
+++ b/docs/dyn/aiplatform_v1.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . operations
+Agent Platform API . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.persistentResources.html b/docs/dyn/aiplatform_v1.persistentResources.html
index eb63a926bc..3f0dce7315 100644
--- a/docs/dyn/aiplatform_v1.persistentResources.html
+++ b/docs/dyn/aiplatform_v1.persistentResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . persistentResources
+Agent Platform API . persistentResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.persistentResources.operations.html b/docs/dyn/aiplatform_v1.persistentResources.operations.html
index 06bda2e487..9f1f16d54a 100644
--- a/docs/dyn/aiplatform_v1.persistentResources.operations.html
+++ b/docs/dyn/aiplatform_v1.persistentResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . persistentResources . operations
+Agent Platform API . persistentResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.pipelineJobs.html b/docs/dyn/aiplatform_v1.pipelineJobs.html
index ccf4f48d06..cef9e30b0f 100644
--- a/docs/dyn/aiplatform_v1.pipelineJobs.html
+++ b/docs/dyn/aiplatform_v1.pipelineJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . pipelineJobs
+Agent Platform API . pipelineJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.pipelineJobs.operations.html b/docs/dyn/aiplatform_v1.pipelineJobs.operations.html
index 8c47ddff43..d2d8c8f70b 100644
--- a/docs/dyn/aiplatform_v1.pipelineJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.pipelineJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . pipelineJobs . operations
+Agent Platform API . pipelineJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.html b/docs/dyn/aiplatform_v1.projects.html
index d243f22e63..4de13a841d 100644
--- a/docs/dyn/aiplatform_v1.projects.html
+++ b/docs/dyn/aiplatform_v1.projects.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects
+Agent Platform API . projects
Instance Methods
locations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.batchPredictionJobs.html b/docs/dyn/aiplatform_v1.projects.locations.batchPredictionJobs.html
index 41d473c610..d002edfb23 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.batchPredictionJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.batchPredictionJobs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . batchPredictionJobs
+Agent Platform API . projects . locations . batchPredictionJobs
Instance Methods
cancel(name, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1.projects.locations.cachedContents.html b/docs/dyn/aiplatform_v1.projects.locations.cachedContents.html
index 6a73b5c5a2..de34f13690 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.cachedContents.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.cachedContents.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . cachedContents
+Agent Platform API . projects . locations . cachedContents
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.customJobs.html b/docs/dyn/aiplatform_v1.projects.locations.customJobs.html
index c46a2e3e3c..4b03e934dc 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.customJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.customJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . customJobs
+Agent Platform API . projects . locations . customJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.customJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.customJobs.operations.html
index 5b35032f51..2a1b12d24d 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.customJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.customJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . customJobs . operations
+Agent Platform API . projects . locations . customJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.html b/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.html
index 744249a3c6..226c4c8e57 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . dataLabelingJobs
+Agent Platform API . projects . locations . dataLabelingJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.operations.html
index f9e474ee20..a407b54424 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.dataLabelingJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . dataLabelingJobs . operations
+Agent Platform API . projects . locations . dataLabelingJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.html
index 969bc08e7d..c8418dd5f5 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . annotationSpecs
+Agent Platform API . projects . locations . datasets . annotationSpecs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.operations.html
index be348b7430..de6600f6c1 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.annotationSpecs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . annotationSpecs . operations
+Agent Platform API . projects . locations . datasets . annotationSpecs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.html
index 2f297d511e..c649a159fa 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . dataItems . annotations
+Agent Platform API . projects . locations . datasets . dataItems . annotations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.operations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.operations.html
index 66e62466e4..b88f28ac47 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.annotations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . dataItems . annotations . operations
+Agent Platform API . projects . locations . datasets . dataItems . annotations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.html
index 7a8638b548..1c1ac0bba2 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . dataItems
+Agent Platform API . projects . locations . datasets . dataItems
Instance Methods
annotations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.operations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.operations.html
index 6f0f7d8d0a..da3494325c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.dataItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . dataItems . operations
+Agent Platform API . projects . locations . datasets . dataItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.datasetVersions.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.datasetVersions.html
index 6e2596e994..7a33e16526 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.datasetVersions.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.datasetVersions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . datasetVersions
+Agent Platform API . projects . locations . datasets . datasetVersions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.html
index e99d005bf7..9b1cd98517 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets
+Agent Platform API . projects . locations . datasets
Instance Methods
annotationSpecs()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.operations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.operations.html
index 75eb6e0da1..782d5d35d0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . operations
+Agent Platform API . projects . locations . datasets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.html
index c3e4c35e1a..660f1f8432 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . savedQueries
+Agent Platform API . projects . locations . datasets . savedQueries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.operations.html b/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.operations.html
index 7d4ba001d6..c1c399ab58 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.datasets.savedQueries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . savedQueries . operations
+Agent Platform API . projects . locations . datasets . savedQueries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.html b/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.html
index d12aa26a5c..4995592373 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . deploymentResourcePools
+Agent Platform API . projects . locations . deploymentResourcePools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.operations.html b/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.operations.html
index 31af7e3604..be2eb52c7c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . deploymentResourcePools . operations
+Agent Platform API . projects . locations . deploymentResourcePools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.chat.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.chat.html
index 2da996f99a..9751c76650 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.chat.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.chat.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . chat
+Agent Platform API . projects . locations . endpoints . chat
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.html
index 0a9efff18e..df5e1e3bca 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . deployedModels
+Agent Platform API . projects . locations . endpoints . deployedModels
Instance Methods
invoke()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.invoke.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.invoke.html
index e395e04b7f..2bd061b8cb 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.invoke.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.deployedModels.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . deployedModels . invoke
+Agent Platform API . projects . locations . endpoints . deployedModels . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.html
index a2efb183c0..20f23df892 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . google
+Agent Platform API . projects . locations . endpoints . google
Instance Methods
science()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.science.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.science.html
index 5ab2881c3a..df505e71e3 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.science.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.google.science.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . google . science
+Agent Platform API . projects . locations . endpoints . google . science
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.html
index 2805315ce1..2da2d37461 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints
+Agent Platform API . projects . locations . endpoints
Instance Methods
chat()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.invoke.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.invoke.html
index 6f0fcfbb47..f61528cda0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.invoke.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . invoke
+Agent Platform API . projects . locations . endpoints . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.openapi.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.openapi.html
index 9749856017..aeb0e0af32 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.openapi.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.openapi.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . openapi
+Agent Platform API . projects . locations . endpoints . openapi
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.endpoints.operations.html b/docs/dyn/aiplatform_v1.projects.locations.endpoints.operations.html
index e18a25110c..05e71d6cdf 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.endpoints.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.endpoints.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . operations
+Agent Platform API . projects . locations . endpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.evaluationItems.html b/docs/dyn/aiplatform_v1.projects.locations.evaluationItems.html
index 8d74993101..d21c1b80c3 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.evaluationItems.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.evaluationItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationItems
+Agent Platform API . projects . locations . evaluationItems
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.evaluationRuns.html b/docs/dyn/aiplatform_v1.projects.locations.evaluationRuns.html
index c553515caf..acceda983a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.evaluationRuns.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.evaluationRuns.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationRuns
+Agent Platform API . projects . locations . evaluationRuns
Instance Methods
cancel(name, body=None, x__xgafv=None)
@@ -163,7 +163,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -1594,7 +1594,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -3067,7 +3067,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -4511,7 +4511,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
diff --git a/docs/dyn/aiplatform_v1.projects.locations.evaluationSets.html b/docs/dyn/aiplatform_v1.projects.locations.evaluationSets.html
index c53aefb4b9..d87c007be0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.evaluationSets.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.evaluationSets.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationSets
+Agent Platform API . projects . locations . evaluationSets
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.html b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.html
index 4587867533..d49a25f4c9 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups . features
+Agent Platform API . projects . locations . featureGroups . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.operations.html
index 9afbd37fe3..e18c1e0c30 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureGroups . features . operations
+Agent Platform API . projects . locations . featureGroups . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.html b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.html
index 5d2cca6d4d..1684ffbba5 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups
+Agent Platform API . projects . locations . featureGroups
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.operations.html
index 75fc199876..e53ff3108c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureGroups.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureGroups.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureGroups . operations
+Agent Platform API . projects . locations . featureGroups . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
index f6399b7e3e..2f9a49fa1a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores . featureViews . featureViewSyncs
+Agent Platform API . projects . locations . featureOnlineStores . featureViews . featureViewSyncs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.html b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.html
index 53e825c613..6bb7374062 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores . featureViews
+Agent Platform API . projects . locations . featureOnlineStores . featureViews
Instance Methods
featureViewSyncs()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.operations.html
index 201ecd95dd..b22fdb5d40 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.featureViews.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureOnlineStores . featureViews . operations
+Agent Platform API . projects . locations . featureOnlineStores . featureViews . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.html b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.html
index 2ee4951100..af3b46fc44 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores
+Agent Platform API . projects . locations . featureOnlineStores
Instance Methods
featureViews()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.operations.html
index dc2dbfa2c2..576754b07c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featureOnlineStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureOnlineStores . operations
+Agent Platform API . projects . locations . featureOnlineStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html
index 2b430badad..1a48b15fa4 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores . entityTypes . features
+Agent Platform API . projects . locations . featurestores . entityTypes . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.operations.html
index 6e7a3cc686..a194799886 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . entityTypes . features . operations
+Agent Platform API . projects . locations . featurestores . entityTypes . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.html
index 9d85a4e014..b1a7b06de8 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores . entityTypes
+Agent Platform API . projects . locations . featurestores . entityTypes
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.operations.html
index 763c2a4462..6c9b1352a4 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.entityTypes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . entityTypes . operations
+Agent Platform API . projects . locations . featurestores . entityTypes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.html
index d67cef887c..15559c193c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores
+Agent Platform API . projects . locations . featurestores
Instance Methods
entityTypes()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.featurestores.operations.html b/docs/dyn/aiplatform_v1.projects.locations.featurestores.operations.html
index 428933df41..7dbf425f20 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.featurestores.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.featurestores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . operations
+Agent Platform API . projects . locations . featurestores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.html b/docs/dyn/aiplatform_v1.projects.locations.html
index 3bc294b87d..80f1226e56 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations
+Agent Platform API . projects . locations
Instance Methods
batchPredictionJobs()
@@ -234,6 +234,11 @@
Instance Methods
Returns the schedules Resource.
+
+ skills()
+
+Returns the skills Resource.
+
@@ -297,7 +302,7 @@ Instance Methods
Gets a RagEngineConfig.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -4120,7 +4125,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"metrics": [ # The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.
@@ -6026,11 +6031,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.html b/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.html
index 594389ec6c..98989672fe 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . hyperparameterTuningJobs
+Agent Platform API . projects . locations . hyperparameterTuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.operations.html
index 97753bd854..ece9b6a619 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.hyperparameterTuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . hyperparameterTuningJobs . operations
+Agent Platform API . projects . locations . hyperparameterTuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.html b/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.html
index 90cebe43ef..70c9682302 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . indexEndpoints
+Agent Platform API . projects . locations . indexEndpoints
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.operations.html b/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.operations.html
index 1fab5e9ed2..64ec3f5deb 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . indexEndpoints . operations
+Agent Platform API . projects . locations . indexEndpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.indexes.html b/docs/dyn/aiplatform_v1.projects.locations.indexes.html
index b026ded760..aad4c3299f 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.indexes.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.indexes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . indexes
+Agent Platform API . projects . locations . indexes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.indexes.operations.html b/docs/dyn/aiplatform_v1.projects.locations.indexes.operations.html
index d003a63b87..d9566d4b1f 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.indexes.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.indexes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . indexes . operations
+Agent Platform API . projects . locations . indexes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.html
index 2feded34e5..626a3be808 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . artifacts
+Agent Platform API . projects . locations . metadataStores . artifacts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.operations.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.operations.html
index 3c43e57591..375858b774 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.artifacts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . artifacts . operations
+Agent Platform API . projects . locations . metadataStores . artifacts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.html
index 84bc560081..aeb1672389 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . contexts
+Agent Platform API . projects . locations . metadataStores . contexts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.operations.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.operations.html
index af06d78e23..9fb96263a0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.contexts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . contexts . operations
+Agent Platform API . projects . locations . metadataStores . contexts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.html
index c229a7db1d..46e2b03b8e 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . executions
+Agent Platform API . projects . locations . metadataStores . executions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.operations.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.operations.html
index 35be8b9ea2..0f61d1cc11 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.executions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . executions . operations
+Agent Platform API . projects . locations . metadataStores . executions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.html
index daed3d890f..411f726300 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores
+Agent Platform API . projects . locations . metadataStores
Instance Methods
artifacts()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.metadataSchemas.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.metadataSchemas.html
index 2d8d3db701..c5bd74ffa1 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.metadataSchemas.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.metadataSchemas.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . metadataSchemas
+Agent Platform API . projects . locations . metadataStores . metadataSchemas
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.operations.html b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.operations.html
index 8effcdc861..056ba828ac 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.metadataStores.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.metadataStores.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . operations
+Agent Platform API . projects . locations . metadataStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.migratableResources.html b/docs/dyn/aiplatform_v1.projects.locations.migratableResources.html
index c8782d6cdb..f0883069b0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.migratableResources.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.migratableResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . migratableResources
+Agent Platform API . projects . locations . migratableResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.migratableResources.operations.html b/docs/dyn/aiplatform_v1.projects.locations.migratableResources.operations.html
index 3adacae445..95aa979c37 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.migratableResources.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.migratableResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . migratableResources . operations
+Agent Platform API . projects . locations . migratableResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.html b/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.html
index 1a79815a24..50ae2bbe52 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . modelDeploymentMonitoringJobs
+Agent Platform API . projects . locations . modelDeploymentMonitoringJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.operations.html
index e753c5e4e0..c90f11e2b4 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.modelDeploymentMonitoringJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . modelDeploymentMonitoringJobs . operations
+Agent Platform API . projects . locations . modelDeploymentMonitoringJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.html b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.html
index 5d78873fcc..cad70f0a5e 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . evaluations
+Agent Platform API . projects . locations . models . evaluations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.operations.html b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.operations.html
index 9eb4fc48e3..e5255dae77 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . models . evaluations . operations
+Agent Platform API . projects . locations . models . evaluations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.slices.html b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.slices.html
index 66610af40c..f849c97152 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.slices.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.models.evaluations.slices.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . evaluations . slices
+Agent Platform API . projects . locations . models . evaluations . slices
Instance Methods
batchImport(parent, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1.projects.locations.models.html b/docs/dyn/aiplatform_v1.projects.locations.models.html
index 94ce57098f..2313281c27 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.models.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.models.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models
+Agent Platform API . projects . locations . models
Instance Methods
evaluations()
@@ -157,6 +157,7 @@
Method Details
The object takes the form of:
{ # Request message for ModelService.CopyModel.
+ "customServiceAccount": "A String", # Optional. The user-provided custom service account to use to do the copy model. If empty, [Vertex AI Service Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used to access resources needed to upload the model. This account must belong to the destination project where the model is copied to, i.e., the project specified in the `parent` field of this request and have the Vertex AI Service Agent role in the source project. Requires the user copying the Model to have the `iam.serviceAccounts.actAs` permission on this service account.
"encryptionSpec": { # Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource. # Customer-managed encryption key options. If this is set, then the Model copy will be encrypted with the provided encryption key.
"kmsKeyName": "A String", # Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
},
diff --git a/docs/dyn/aiplatform_v1.projects.locations.models.operations.html b/docs/dyn/aiplatform_v1.projects.locations.models.operations.html
index 977955e4cb..faf7cdce60 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.models.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.models.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . operations
+Agent Platform API . projects . locations . models . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.nasJobs.html b/docs/dyn/aiplatform_v1.projects.locations.nasJobs.html
index 9a70f2d0b4..f2d0904810 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.nasJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.nasJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . nasJobs
+Agent Platform API . projects . locations . nasJobs
Instance Methods
nasTrialDetails()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.nasJobs.nasTrialDetails.html b/docs/dyn/aiplatform_v1.projects.locations.nasJobs.nasTrialDetails.html
index caa0ebffd8..543751e004 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.nasJobs.nasTrialDetails.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.nasJobs.nasTrialDetails.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . nasJobs . nasTrialDetails
+Agent Platform API . projects . locations . nasJobs . nasTrialDetails
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.html b/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.html
index e78ae4459b..2a018030ce 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookExecutionJobs
+Agent Platform API . projects . locations . notebookExecutionJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.operations.html
index 5cd531318a..21a8cd849a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookExecutionJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookExecutionJobs . operations
+Agent Platform API . projects . locations . notebookExecutionJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.html b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.html
index 71823d2850..3c75c241ee 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookRuntimeTemplates
+Agent Platform API . projects . locations . notebookRuntimeTemplates
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.operations.html b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.operations.html
index cc24fa8627..196334a314 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimeTemplates.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookRuntimeTemplates . operations
+Agent Platform API . projects . locations . notebookRuntimeTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.html b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.html
index cdcbe5e692..5bd64dc5fd 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookRuntimes
+Agent Platform API . projects . locations . notebookRuntimes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.operations.html b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.operations.html
index 6aaffec5fe..2a711962a5 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.notebookRuntimes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookRuntimes . operations
+Agent Platform API . projects . locations . notebookRuntimes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.operations.html b/docs/dyn/aiplatform_v1.projects.locations.operations.html
index 50d883c068..e205401335 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . operations
+Agent Platform API . projects . locations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.persistentResources.html b/docs/dyn/aiplatform_v1.projects.locations.persistentResources.html
index 7f311bf58a..4cffce0c67 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.persistentResources.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.persistentResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . persistentResources
+Agent Platform API . projects . locations . persistentResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.persistentResources.operations.html b/docs/dyn/aiplatform_v1.projects.locations.persistentResources.operations.html
index 4ed53d4774..53b0c9a03f 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.persistentResources.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.persistentResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . persistentResources . operations
+Agent Platform API . projects . locations . persistentResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.html b/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.html
index 7fd73077a9..4bfdff1584 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . pipelineJobs
+Agent Platform API . projects . locations . pipelineJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.operations.html
index e534f64621..e8175ef44b 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.pipelineJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . pipelineJobs . operations
+Agent Platform API . projects . locations . pipelineJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.publishers.html b/docs/dyn/aiplatform_v1.projects.locations.publishers.html
index b215906b99..7d03c9ec2f 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.publishers.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.publishers.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . publishers
+Agent Platform API . projects . locations . publishers
Instance Methods
models()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.publishers.models.html b/docs/dyn/aiplatform_v1.projects.locations.publishers.models.html
index 2e6ef1201f..0d4883fc90 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.publishers.models.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.publishers.models.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . publishers . models
+Agent Platform API . projects . locations . publishers . models
Instance Methods
invoke()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.publishers.models.invoke.html b/docs/dyn/aiplatform_v1.projects.locations.publishers.models.invoke.html
index 3d858b68f6..c65b276e3c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.publishers.models.invoke.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.publishers.models.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . publishers . models . invoke
+Agent Platform API . projects . locations . publishers . models . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.html b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.html
index 7301eddcd8..c80be923d0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora
+Agent Platform API . projects . locations . ragCorpora
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.operations.html b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.operations.html
index ec870ba8f4..0f72596581 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragCorpora . operations
+Agent Platform API . projects . locations . ragCorpora . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.html b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.html
index 773a7e42a1..aa28d0023e 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora . ragFiles
+Agent Platform API . projects . locations . ragCorpora . ragFiles
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.operations.html b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.operations.html
index 84296bd4b1..2f13139993 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragCorpora.ragFiles.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragCorpora . ragFiles . operations
+Agent Platform API . projects . locations . ragCorpora . ragFiles . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.html b/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.html
index 1edece8a09..1b034b805c 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragEngineConfig
+Agent Platform API . projects . locations . ragEngineConfig
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.operations.html b/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.operations.html
index 29da6c6975..d3737750a8 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.ragEngineConfig.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragEngineConfig . operations
+Agent Platform API . projects . locations . ragEngineConfig . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.html
index 86d505d68a..cc93c80c8a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines
+Agent Platform API . projects . locations . reasoningEngines
Instance Methods
memories()
@@ -109,6 +109,9 @@
Instance Methods
Returns the sessions Resource.
+
+ asyncQuery(name, body=None, x__xgafv=None)
+Async query using a reasoning engine.
Close httplib2 connections.
@@ -149,6 +152,49 @@ Instance Methods
testIamPermissions(resource, permissions=None, x__xgafv=None)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Method Details
+
+ asyncQuery(name, body=None, x__xgafv=None)
+ Async query using a reasoning engine.
+
+Args:
+ name: string, Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
+ "inputGcsUri": "A String", # Optional. Input Cloud Storage URI for the Async query.
+ "outputGcsUri": "A String", # Optional. Output Cloud Storage URI for the Async query.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
close()
Close httplib2 connections.
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.html
index d4c3cb5f3f..940999c606 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . memories
+Agent Platform API . projects . locations . reasoningEngines . memories
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.operations.html
index 9fddc19689..4e0849a0db 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . memories . operations
+Agent Platform API . projects . locations . reasoningEngines . memories . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.revisions.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.revisions.html
index 7e05278789..5c679686bc 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.revisions.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.memories.revisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . memories . revisions
+Agent Platform API . projects . locations . reasoningEngines . memories . revisions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.operations.html
index 06b163c5d8..4514688398 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . operations
+Agent Platform API . projects . locations . reasoningEngines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.runtimeRevisions.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.runtimeRevisions.html
index c341c657bd..be13d4d77e 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.runtimeRevisions.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.runtimeRevisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
index 376f67abcd..22efcaa1b5 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
index 98ebd2096b..c059bbde8a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
index 6726ea4a86..29b0d1e5f9 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates
Instance Methods
operations()
@@ -143,9 +143,6 @@
Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
x__xgafv: string, V1 error format.
@@ -257,9 +254,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
@@ -314,9 +308,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
},
],
}
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
index d8453e5bc9..edc3f21bde 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.html
index 7cc12e2aea..ef5e5b26c7 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironments
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
index 517851699c..0887d0b730 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironments . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.events.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.events.html
index dcc2519a33..d1772bec80 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.events.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.events.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions . events
+Agent Platform API . projects . locations . reasoningEngines . sessions . events
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.html
index cacd4a7a34..b748d9ea2a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions
+Agent Platform API . projects . locations . reasoningEngines . sessions
Instance Methods
events()
@@ -473,7 +473,7 @@
Method Details
parent: string, Required. The resource name of the location to list sessions from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
filter: string, Optional. The standard list filter. Supported fields: * `display_name` * `user_id` * `labels` Example: `display_name="abc"`, `user_id="123"`, `labels.key="value"`.
orderBy: string, Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `create_time desc`.
- pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
+ pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, the default page size is 100. Values greater than 100 will be capped at 100.
pageToken: string, Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
x__xgafv: string, V1 error format.
Allowed values
diff --git a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.operations.html b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.operations.html
index 28894cfc1f..11cfeef2cd 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.reasoningEngines.sessions.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions . operations
+Agent Platform API . projects . locations . reasoningEngines . sessions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.schedules.html b/docs/dyn/aiplatform_v1.projects.locations.schedules.html
index d01d430259..1e757c9b50 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.schedules.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.schedules.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . schedules
+Agent Platform API . projects . locations . schedules
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.schedules.operations.html b/docs/dyn/aiplatform_v1.projects.locations.schedules.operations.html
index 2614d9699a..5f40e266c0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.schedules.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.schedules.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . schedules . operations
+Agent Platform API . projects . locations . schedules . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.skills.html b/docs/dyn/aiplatform_v1.projects.locations.skills.html
new file mode 100644
index 0000000000..4248b7a204
--- /dev/null
+++ b/docs/dyn/aiplatform_v1.projects.locations.skills.html
@@ -0,0 +1,91 @@
+
+
+
+Agent Platform API . projects . locations . skills
+Instance Methods
+
+ operations()
+
+Returns the operations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1.projects.locations.skills.operations.html b/docs/dyn/aiplatform_v1.projects.locations.skills.operations.html
new file mode 100644
index 0000000000..bdd3fdab1f
--- /dev/null
+++ b/docs/dyn/aiplatform_v1.projects.locations.skills.operations.html
@@ -0,0 +1,272 @@
+
+
+
+Agent Platform API . projects . locations . skills . operations
+Instance Methods
+
+Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+ close()
+Close httplib2 connections.
+
+Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Retrieves the next page of results.
+
+ wait(name, timeout=None, x__xgafv=None)
+Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+Method Details
+
+ cancel(name, x__xgafv=None)
+ Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+Args:
+ name: string, The name of the operation resource to be cancelled. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ delete(name, x__xgafv=None)
+ Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation resource to be deleted. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ get(name, x__xgafv=None)
+ Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+Args:
+ name: string, The name of the operation resource. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+ Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation's parent resource. (required)
+ filter: string, The standard list filter.
+ pageSize: integer, The standard list page size.
+ pageToken: string, The standard list page token.
+ returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # The response message for Operations.ListOperations.
+ "nextPageToken": "A String", # The standard List next-page token.
+ "operations": [ # A list of operations that matches the specified filter in the request.
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ },
+ ],
+ "unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
+ "A String",
+ ],
+}
+
+
+
+ list_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
+ wait(name, timeout=None, x__xgafv=None)
+ Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+
+Args:
+ name: string, The name of the operation resource to wait on. (required)
+ timeout: string, The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1.projects.locations.specialistPools.html b/docs/dyn/aiplatform_v1.projects.locations.specialistPools.html
index 0f5987e7f4..71d9515e50 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.specialistPools.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.specialistPools.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . specialistPools
+Agent Platform API . projects . locations . specialistPools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.specialistPools.operations.html b/docs/dyn/aiplatform_v1.projects.locations.specialistPools.operations.html
index 4111d53e05..f70851f5e0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.specialistPools.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.specialistPools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . specialistPools . operations
+Agent Platform API . projects . locations . specialistPools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.studies.html b/docs/dyn/aiplatform_v1.projects.locations.studies.html
index c7acb35aa0..16db8008c1 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.studies.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.studies.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . studies
+Agent Platform API . projects . locations . studies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.studies.operations.html b/docs/dyn/aiplatform_v1.projects.locations.studies.operations.html
index d692fc2af5..8cc96e75c3 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.studies.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.studies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . studies . operations
+Agent Platform API . projects . locations . studies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.studies.trials.html b/docs/dyn/aiplatform_v1.projects.locations.studies.trials.html
index a949d3edbb..959389c1ac 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.studies.trials.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.studies.trials.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . studies . trials
+Agent Platform API . projects . locations . studies . trials
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.studies.trials.operations.html b/docs/dyn/aiplatform_v1.projects.locations.studies.trials.operations.html
index 0aebb34a35..c0df5531f9 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.studies.trials.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.studies.trials.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . studies . trials . operations
+Agent Platform API . projects . locations . studies . trials . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.html
index 4a747e9e66..91fc0c9801 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments
+Agent Platform API . projects . locations . tensorboards . experiments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.operations.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.operations.html
index 5b7bf42432..735499873a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . operations
+Agent Platform API . projects . locations . tensorboards . experiments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.html
index 4187eb8c5e..9ccde316a5 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments . runs
+Agent Platform API . projects . locations . tensorboards . experiments . runs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.operations.html
index ce01a470ec..be85b33e8a 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . runs . operations
+Agent Platform API . projects . locations . tensorboards . experiments . runs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.html
index c65c78c015..31f2bd2045 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments . runs . timeSeries
+Agent Platform API . projects . locations . tensorboards . experiments . runs . timeSeries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
index 89112fc46a..ed730025c0 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . runs . timeSeries . operations
+Agent Platform API . projects . locations . tensorboards . experiments . runs . timeSeries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.html
index de5434317c..faa34d1c76 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards
+Agent Platform API . projects . locations . tensorboards
Instance Methods
experiments()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.operations.html b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.operations.html
index 6d7cbf7f86..3c55201a56 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tensorboards.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tensorboards.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . operations
+Agent Platform API . projects . locations . tensorboards . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.html b/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.html
index ecaf90b7d9..11dcbab62b 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . trainingPipelines
+Agent Platform API . projects . locations . trainingPipelines
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.operations.html b/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.operations.html
index c227ef7b81..84b168c820 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.trainingPipelines.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . trainingPipelines . operations
+Agent Platform API . projects . locations . trainingPipelines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.html b/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.html
index a8e9298291..863a616da3 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tuningJobs
+Agent Platform API . projects . locations . tuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.operations.html b/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.operations.html
index a646dad108..b889e0b157 100644
--- a/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.projects.locations.tuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tuningJobs . operations
+Agent Platform API . projects . locations . tuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.publishers.html b/docs/dyn/aiplatform_v1.publishers.html
index a810c42153..0660203409 100644
--- a/docs/dyn/aiplatform_v1.publishers.html
+++ b/docs/dyn/aiplatform_v1.publishers.html
@@ -72,7 +72,7 @@
-Vertex AI API . publishers
+Agent Platform API . publishers
Instance Methods
models()
diff --git a/docs/dyn/aiplatform_v1.publishers.models.html b/docs/dyn/aiplatform_v1.publishers.models.html
index f578319b3e..08fae42e64 100644
--- a/docs/dyn/aiplatform_v1.publishers.models.html
+++ b/docs/dyn/aiplatform_v1.publishers.models.html
@@ -72,7 +72,7 @@
-
Vertex AI API . publishers . models
+Agent Platform API . publishers . models
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.ragCorpora.html b/docs/dyn/aiplatform_v1.ragCorpora.html
index 3b0f785823..15b7b5e5eb 100644
--- a/docs/dyn/aiplatform_v1.ragCorpora.html
+++ b/docs/dyn/aiplatform_v1.ragCorpora.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragCorpora
+Agent Platform API . ragCorpora
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.ragCorpora.operations.html b/docs/dyn/aiplatform_v1.ragCorpora.operations.html
index df26f8dadf..f3c8dbb3b4 100644
--- a/docs/dyn/aiplatform_v1.ragCorpora.operations.html
+++ b/docs/dyn/aiplatform_v1.ragCorpora.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragCorpora . operations
+Agent Platform API . ragCorpora . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.html b/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.html
index 84e6153ba7..2bd789495f 100644
--- a/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.html
+++ b/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragCorpora . ragFiles
+Agent Platform API . ragCorpora . ragFiles
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.operations.html b/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.operations.html
index 3c6aa36adf..c2917ce5a3 100644
--- a/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.operations.html
+++ b/docs/dyn/aiplatform_v1.ragCorpora.ragFiles.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragCorpora . ragFiles . operations
+Agent Platform API . ragCorpora . ragFiles . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.ragEngineConfig.html b/docs/dyn/aiplatform_v1.ragEngineConfig.html
index 786ae668b4..b970cc6a3b 100644
--- a/docs/dyn/aiplatform_v1.ragEngineConfig.html
+++ b/docs/dyn/aiplatform_v1.ragEngineConfig.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragEngineConfig
+Agent Platform API . ragEngineConfig
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.ragEngineConfig.operations.html b/docs/dyn/aiplatform_v1.ragEngineConfig.operations.html
index b723737fa5..485182f84a 100644
--- a/docs/dyn/aiplatform_v1.ragEngineConfig.operations.html
+++ b/docs/dyn/aiplatform_v1.ragEngineConfig.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragEngineConfig . operations
+Agent Platform API . ragEngineConfig . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.html b/docs/dyn/aiplatform_v1.reasoningEngines.html
index 1ce2519998..6a75e8ac67 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines
+Agent Platform API . reasoningEngines
Instance Methods
memories()
@@ -109,6 +109,9 @@
Instance Methods
Returns the sessions Resource.
+
+ asyncQuery(name, body=None, x__xgafv=None)
+Async query using a reasoning engine.
Close httplib2 connections.
@@ -140,6 +143,49 @@ Instance Methods
streamQuery(name, body=None, x__xgafv=None)
Streams queries using a reasoning engine.
Method Details
+
+ asyncQuery(name, body=None, x__xgafv=None)
+ Async query using a reasoning engine.
+
+Args:
+ name: string, Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
+ "inputGcsUri": "A String", # Optional. Input Cloud Storage URI for the Async query.
+ "outputGcsUri": "A String", # Optional. Output Cloud Storage URI for the Async query.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
close()
Close httplib2 connections.
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.memories.html b/docs/dyn/aiplatform_v1.reasoningEngines.memories.html
index 2e5d48f2d9..8a1e287fe8 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.memories.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.memories.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . memories
+Agent Platform API . reasoningEngines . memories
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.memories.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.memories.operations.html
index 174b1a968a..45c729f796 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.memories.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.memories.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . memories . operations
+Agent Platform API . reasoningEngines . memories . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.operations.html
index 9a5f051553..865d37e0e2 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . operations
+Agent Platform API . reasoningEngines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.runtimeRevisions.html b/docs/dyn/aiplatform_v1.reasoningEngines.runtimeRevisions.html
index 5b118d08c5..f22bb5218c 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.runtimeRevisions.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.runtimeRevisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions
+Agent Platform API . reasoningEngines . runtimeRevisions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.html
index e349fcd838..9a09fa3579 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentSnapshots
+Agent Platform API . reasoningEngines . sandboxEnvironmentSnapshots
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
index 3f1a076816..76769f8f30 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . sandboxEnvironmentSnapshots . operations
+Agent Platform API . reasoningEngines . sandboxEnvironmentSnapshots . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.html
index 79fe316988..645d06e1bc 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentTemplates
+Agent Platform API . reasoningEngines . sandboxEnvironmentTemplates
Instance Methods
operations()
@@ -143,9 +143,6 @@
Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
x__xgafv: string, V1 error format.
@@ -257,9 +254,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
@@ -314,9 +308,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
},
],
}
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
index 71f06d5c2d..b53496a9c9 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentTemplates . operations
+Agent Platform API . reasoningEngines . sandboxEnvironmentTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.html
index 9fcba2089e..a4d2ad2a4d 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironments
+Agent Platform API . reasoningEngines . sandboxEnvironments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.operations.html
index 516fd4ef02..68ade0cc59 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sandboxEnvironments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . sandboxEnvironments . operations
+Agent Platform API . reasoningEngines . sandboxEnvironments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sessions.html b/docs/dyn/aiplatform_v1.reasoningEngines.sessions.html
index 75f7cac3b7..1cd21dcfcf 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sessions.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sessions.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sessions
+Agent Platform API . reasoningEngines . sessions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.reasoningEngines.sessions.operations.html b/docs/dyn/aiplatform_v1.reasoningEngines.sessions.operations.html
index c40d25c8fd..cb7d7997a5 100644
--- a/docs/dyn/aiplatform_v1.reasoningEngines.sessions.operations.html
+++ b/docs/dyn/aiplatform_v1.reasoningEngines.sessions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . sessions . operations
+Agent Platform API . reasoningEngines . sessions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.schedules.html b/docs/dyn/aiplatform_v1.schedules.html
index ef3a48f56d..c00a1f4e21 100644
--- a/docs/dyn/aiplatform_v1.schedules.html
+++ b/docs/dyn/aiplatform_v1.schedules.html
@@ -72,7 +72,7 @@
-Vertex AI API . schedules
+Agent Platform API . schedules
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.schedules.operations.html b/docs/dyn/aiplatform_v1.schedules.operations.html
index 2eb7ea4800..1a0252e04c 100644
--- a/docs/dyn/aiplatform_v1.schedules.operations.html
+++ b/docs/dyn/aiplatform_v1.schedules.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . schedules . operations
+Agent Platform API . schedules . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.skills.html b/docs/dyn/aiplatform_v1.skills.html
new file mode 100644
index 0000000000..cc0f2eb4cf
--- /dev/null
+++ b/docs/dyn/aiplatform_v1.skills.html
@@ -0,0 +1,91 @@
+
+
+
+Agent Platform API . skills
+Instance Methods
+
+ operations()
+
+Returns the operations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1.skills.operations.html b/docs/dyn/aiplatform_v1.skills.operations.html
new file mode 100644
index 0000000000..946e3fd6cf
--- /dev/null
+++ b/docs/dyn/aiplatform_v1.skills.operations.html
@@ -0,0 +1,272 @@
+
+
+
+Agent Platform API . skills . operations
+Instance Methods
+
+Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+ close()
+Close httplib2 connections.
+
+Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Retrieves the next page of results.
+
+ wait(name, timeout=None, x__xgafv=None)
+Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+Method Details
+
+ cancel(name, x__xgafv=None)
+ Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+Args:
+ name: string, The name of the operation resource to be cancelled. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ delete(name, x__xgafv=None)
+ Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation resource to be deleted. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ get(name, x__xgafv=None)
+ Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+Args:
+ name: string, The name of the operation resource. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+ Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation's parent resource. (required)
+ filter: string, The standard list filter.
+ pageSize: integer, The standard list page size.
+ pageToken: string, The standard list page token.
+ returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # The response message for Operations.ListOperations.
+ "nextPageToken": "A String", # The standard List next-page token.
+ "operations": [ # A list of operations that matches the specified filter in the request.
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ },
+ ],
+ "unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
+ "A String",
+ ],
+}
+
+
+
+ list_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
+ wait(name, timeout=None, x__xgafv=None)
+ Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+
+Args:
+ name: string, The name of the operation resource to wait on. (required)
+ timeout: string, The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1.specialistPools.html b/docs/dyn/aiplatform_v1.specialistPools.html
index ca72ebe760..c60fe4375a 100644
--- a/docs/dyn/aiplatform_v1.specialistPools.html
+++ b/docs/dyn/aiplatform_v1.specialistPools.html
@@ -72,7 +72,7 @@
-Vertex AI API . specialistPools
+Agent Platform API . specialistPools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.specialistPools.operations.html b/docs/dyn/aiplatform_v1.specialistPools.operations.html
index 54a6f12bfa..45e499b9ec 100644
--- a/docs/dyn/aiplatform_v1.specialistPools.operations.html
+++ b/docs/dyn/aiplatform_v1.specialistPools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . specialistPools . operations
+Agent Platform API . specialistPools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.studies.html b/docs/dyn/aiplatform_v1.studies.html
index 787a480e47..e9835dcfe1 100644
--- a/docs/dyn/aiplatform_v1.studies.html
+++ b/docs/dyn/aiplatform_v1.studies.html
@@ -72,7 +72,7 @@
-Vertex AI API . studies
+Agent Platform API . studies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.studies.operations.html b/docs/dyn/aiplatform_v1.studies.operations.html
index 41c08b2c70..911a6860df 100644
--- a/docs/dyn/aiplatform_v1.studies.operations.html
+++ b/docs/dyn/aiplatform_v1.studies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . studies . operations
+Agent Platform API . studies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.studies.trials.html b/docs/dyn/aiplatform_v1.studies.trials.html
index 58965d4dc1..510fbcb393 100644
--- a/docs/dyn/aiplatform_v1.studies.trials.html
+++ b/docs/dyn/aiplatform_v1.studies.trials.html
@@ -72,7 +72,7 @@
-Vertex AI API . studies . trials
+Agent Platform API . studies . trials
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.studies.trials.operations.html b/docs/dyn/aiplatform_v1.studies.trials.operations.html
index 0ec7c3f05a..e73aa32f00 100644
--- a/docs/dyn/aiplatform_v1.studies.trials.operations.html
+++ b/docs/dyn/aiplatform_v1.studies.trials.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . studies . trials . operations
+Agent Platform API . studies . trials . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.html
index d040f42df7..44848b51bc 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments
+Agent Platform API . tensorboards . experiments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.operations.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.operations.html
index 22f3b72998..26dfc9672e 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.operations.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . operations
+Agent Platform API . tensorboards . experiments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.html
index 04fc89ad2a..92aad08ea9 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments . runs
+Agent Platform API . tensorboards . experiments . runs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.operations.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.operations.html
index 05705fbe33..2062d6cb8e 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.operations.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . runs . operations
+Agent Platform API . tensorboards . experiments . runs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.html
index cd89b930e8..db9900706b 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments . runs . timeSeries
+Agent Platform API . tensorboards . experiments . runs . timeSeries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.operations.html b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.operations.html
index 51b90ed02b..b22523ed4a 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.operations.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.experiments.runs.timeSeries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . runs . timeSeries . operations
+Agent Platform API . tensorboards . experiments . runs . timeSeries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.tensorboards.html b/docs/dyn/aiplatform_v1.tensorboards.html
index 214c307794..36b4407a32 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards
+Agent Platform API . tensorboards
Instance Methods
experiments()
diff --git a/docs/dyn/aiplatform_v1.tensorboards.operations.html b/docs/dyn/aiplatform_v1.tensorboards.operations.html
index e3c0318d7f..3ff5e794ea 100644
--- a/docs/dyn/aiplatform_v1.tensorboards.operations.html
+++ b/docs/dyn/aiplatform_v1.tensorboards.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . operations
+Agent Platform API . tensorboards . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.trainingPipelines.html b/docs/dyn/aiplatform_v1.trainingPipelines.html
index ae338414b6..75a229e6eb 100644
--- a/docs/dyn/aiplatform_v1.trainingPipelines.html
+++ b/docs/dyn/aiplatform_v1.trainingPipelines.html
@@ -72,7 +72,7 @@
-Vertex AI API . trainingPipelines
+Agent Platform API . trainingPipelines
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.trainingPipelines.operations.html b/docs/dyn/aiplatform_v1.trainingPipelines.operations.html
index 0a09ab9cbc..50906e165e 100644
--- a/docs/dyn/aiplatform_v1.trainingPipelines.operations.html
+++ b/docs/dyn/aiplatform_v1.trainingPipelines.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . trainingPipelines . operations
+Agent Platform API . trainingPipelines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.tuningJobs.html b/docs/dyn/aiplatform_v1.tuningJobs.html
index 5207ed1258..3420cd066f 100644
--- a/docs/dyn/aiplatform_v1.tuningJobs.html
+++ b/docs/dyn/aiplatform_v1.tuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . tuningJobs
+Agent Platform API . tuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1.tuningJobs.operations.html b/docs/dyn/aiplatform_v1.tuningJobs.operations.html
index b1e07d9902..6b32a39296 100644
--- a/docs/dyn/aiplatform_v1.tuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1.tuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tuningJobs . operations
+Agent Platform API . tuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1.v1.html b/docs/dyn/aiplatform_v1.v1.html
index 006db3aa0a..ae1729bef7 100644
--- a/docs/dyn/aiplatform_v1.v1.html
+++ b/docs/dyn/aiplatform_v1.v1.html
@@ -72,7 +72,7 @@
-Vertex AI API . v1
+Agent Platform API . v1
Instance Methods
@@ -2756,7 +2756,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"metrics": [ # The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.
diff --git a/docs/dyn/aiplatform_v1beta1.agents.html b/docs/dyn/aiplatform_v1beta1.agents.html
index a80472143d..6377708a1b 100644
--- a/docs/dyn/aiplatform_v1beta1.agents.html
+++ b/docs/dyn/aiplatform_v1beta1.agents.html
@@ -72,7 +72,7 @@
-Vertex AI API . agents
+Agent Platform API . agents
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.agents.operations.html b/docs/dyn/aiplatform_v1beta1.agents.operations.html
index 726a07c2b7..ba0a27ab8e 100644
--- a/docs/dyn/aiplatform_v1beta1.agents.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.agents.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . agents . operations
+Agent Platform API . agents . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.apps.html b/docs/dyn/aiplatform_v1beta1.apps.html
index a1a6d5c564..531fcebcb8 100644
--- a/docs/dyn/aiplatform_v1beta1.apps.html
+++ b/docs/dyn/aiplatform_v1beta1.apps.html
@@ -72,7 +72,7 @@
-Vertex AI API . apps
+Agent Platform API . apps
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.apps.operations.html b/docs/dyn/aiplatform_v1beta1.apps.operations.html
index 374782ad10..4bb661ec44 100644
--- a/docs/dyn/aiplatform_v1beta1.apps.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.apps.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . apps . operations
+Agent Platform API . apps . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.batchPredictionJobs.html b/docs/dyn/aiplatform_v1beta1.batchPredictionJobs.html
index 7148e2b0a0..b3343a149c 100644
--- a/docs/dyn/aiplatform_v1beta1.batchPredictionJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.batchPredictionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . batchPredictionJobs
+Agent Platform API . batchPredictionJobs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.customJobs.html b/docs/dyn/aiplatform_v1beta1.customJobs.html
index 5234f414b8..a710d2aed6 100644
--- a/docs/dyn/aiplatform_v1beta1.customJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.customJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . customJobs
+Agent Platform API . customJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.customJobs.operations.html b/docs/dyn/aiplatform_v1beta1.customJobs.operations.html
index 11bc97414d..89636ec8d1 100644
--- a/docs/dyn/aiplatform_v1beta1.customJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.customJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . customJobs . operations
+Agent Platform API . customJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.html b/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.html
index afd11f14b4..2a199e5e3f 100644
--- a/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . dataLabelingJobs
+Agent Platform API . dataLabelingJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.operations.html b/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.operations.html
index 166a970c6f..7ecedfc253 100644
--- a/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.dataLabelingJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . dataLabelingJobs . operations
+Agent Platform API . dataLabelingJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.html b/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.html
index 296b219e06..0f665895f2 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . annotationSpecs
+Agent Platform API . datasets . annotationSpecs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.operations.html b/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.operations.html
index d77c9aa716..5e1854b067 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.annotationSpecs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . annotationSpecs . operations
+Agent Platform API . datasets . annotationSpecs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.html b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.html
index d0391b0eaf..0a631c6c36 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . dataItems . annotations
+Agent Platform API . datasets . dataItems . annotations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.operations.html b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.operations.html
index 07f81d07fb..bd861151a4 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.annotations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . dataItems . annotations . operations
+Agent Platform API . datasets . dataItems . annotations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.html b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.html
index b0f8b0daac..39695e374c 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . dataItems
+Agent Platform API . datasets . dataItems
Instance Methods
annotations()
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.operations.html b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.operations.html
index 0f0d2ecff8..55eed99b12 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.dataItems.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.dataItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . dataItems . operations
+Agent Platform API . datasets . dataItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.datasetVersions.html b/docs/dyn/aiplatform_v1beta1.datasets.datasetVersions.html
index 446aeac430..e90861c5cf 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.datasetVersions.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.datasetVersions.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . datasetVersions
+Agent Platform API . datasets . datasetVersions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.html b/docs/dyn/aiplatform_v1beta1.datasets.html
index 07630cd664..1ab4fd0e12 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets
+Agent Platform API . datasets
Instance Methods
annotationSpecs()
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.operations.html b/docs/dyn/aiplatform_v1beta1.datasets.operations.html
index c764926461..1d2777fdc4 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . operations
+Agent Platform API . datasets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.html b/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.html
index b1d53413f3..fd730cad35 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.html
@@ -72,7 +72,7 @@
-Vertex AI API . datasets . savedQueries
+Agent Platform API . datasets . savedQueries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.operations.html b/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.operations.html
index 9babff437b..fec79a42bd 100644
--- a/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.datasets.savedQueries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . datasets . savedQueries . operations
+Agent Platform API . datasets . savedQueries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.html b/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.html
index 7cfec455a2..7b9a89565b 100644
--- a/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.html
+++ b/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.html
@@ -72,7 +72,7 @@
-Vertex AI API . deploymentResourcePools
+Agent Platform API . deploymentResourcePools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.operations.html b/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.operations.html
index 2a4e770048..679670cc6e 100644
--- a/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.deploymentResourcePools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . deploymentResourcePools . operations
+Agent Platform API . deploymentResourcePools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.edgeDevices.html b/docs/dyn/aiplatform_v1beta1.edgeDevices.html
index 6cd998fa37..7d8bc14ae5 100644
--- a/docs/dyn/aiplatform_v1beta1.edgeDevices.html
+++ b/docs/dyn/aiplatform_v1beta1.edgeDevices.html
@@ -72,7 +72,7 @@
-Vertex AI API . edgeDevices
+Agent Platform API . edgeDevices
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.edgeDevices.operations.html b/docs/dyn/aiplatform_v1beta1.edgeDevices.operations.html
index 73fb808c39..6c0f303cd8 100644
--- a/docs/dyn/aiplatform_v1beta1.edgeDevices.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.edgeDevices.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . edgeDevices . operations
+Agent Platform API . edgeDevices . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.endpoints.chat.html b/docs/dyn/aiplatform_v1beta1.endpoints.chat.html
index 88a7cdac94..1492786d3c 100644
--- a/docs/dyn/aiplatform_v1beta1.endpoints.chat.html
+++ b/docs/dyn/aiplatform_v1beta1.endpoints.chat.html
@@ -72,7 +72,7 @@
-Vertex AI API . endpoints . chat
+Agent Platform API . endpoints . chat
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.endpoints.html b/docs/dyn/aiplatform_v1beta1.endpoints.html
index 3a13ad6eed..8aca811e09 100644
--- a/docs/dyn/aiplatform_v1beta1.endpoints.html
+++ b/docs/dyn/aiplatform_v1beta1.endpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . endpoints
+Agent Platform API . endpoints
Instance Methods
chat()
diff --git a/docs/dyn/aiplatform_v1beta1.endpoints.operations.html b/docs/dyn/aiplatform_v1beta1.endpoints.operations.html
index 5471090776..098081b6a7 100644
--- a/docs/dyn/aiplatform_v1beta1.endpoints.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.endpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . endpoints . operations
+Agent Platform API . endpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationItems.html b/docs/dyn/aiplatform_v1beta1.evaluationItems.html
index 3f59494f6e..ff18b5e958 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationItems.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . evaluationItems
+Agent Platform API . evaluationItems
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationItems.operations.html b/docs/dyn/aiplatform_v1beta1.evaluationItems.operations.html
index 3b3b1e834f..d6c1a1d3be 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationItems.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . evaluationItems . operations
+Agent Platform API . evaluationItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationMetrics.html b/docs/dyn/aiplatform_v1beta1.evaluationMetrics.html
index 10a347b8bd..630f68923f 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationMetrics.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationMetrics.html
@@ -72,7 +72,7 @@
-Vertex AI API . evaluationMetrics
+Agent Platform API . evaluationMetrics
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationMetrics.operations.html b/docs/dyn/aiplatform_v1beta1.evaluationMetrics.operations.html
index c6f30a1c1b..b4270e4819 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationMetrics.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationMetrics.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . evaluationMetrics . operations
+Agent Platform API . evaluationMetrics . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationRuns.html b/docs/dyn/aiplatform_v1beta1.evaluationRuns.html
index 6768245d16..e13a3eece1 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationRuns.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationRuns.html
@@ -72,7 +72,7 @@
-Vertex AI API . evaluationRuns
+Agent Platform API . evaluationRuns
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationRuns.operations.html b/docs/dyn/aiplatform_v1beta1.evaluationRuns.operations.html
index 02ad3b3eaf..62125f6b0f 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationRuns.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationRuns.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . evaluationRuns . operations
+Agent Platform API . evaluationRuns . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationSets.html b/docs/dyn/aiplatform_v1beta1.evaluationSets.html
index 9740578571..db5b21002a 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationSets.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationSets.html
@@ -72,7 +72,7 @@
-Vertex AI API . evaluationSets
+Agent Platform API . evaluationSets
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationSets.operations.html b/docs/dyn/aiplatform_v1beta1.evaluationSets.operations.html
index 8fda21b580..017ff0b1c8 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationSets.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationSets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . evaluationSets . operations
+Agent Platform API . evaluationSets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationTasks.html b/docs/dyn/aiplatform_v1beta1.evaluationTasks.html
index f07cb66253..93996fccf6 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationTasks.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationTasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . evaluationTasks
+Agent Platform API . evaluationTasks
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.evaluationTasks.operations.html b/docs/dyn/aiplatform_v1beta1.evaluationTasks.operations.html
index f87c064d6c..634f0a3e03 100644
--- a/docs/dyn/aiplatform_v1beta1.evaluationTasks.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.evaluationTasks.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . evaluationTasks . operations
+Agent Platform API . evaluationTasks . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.exampleStores.html b/docs/dyn/aiplatform_v1beta1.exampleStores.html
index 48ecb041a4..98326a5dc3 100644
--- a/docs/dyn/aiplatform_v1beta1.exampleStores.html
+++ b/docs/dyn/aiplatform_v1beta1.exampleStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . exampleStores
+Agent Platform API . exampleStores
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.exampleStores.operations.html b/docs/dyn/aiplatform_v1beta1.exampleStores.operations.html
index 7e331ff740..b4ff997dba 100644
--- a/docs/dyn/aiplatform_v1beta1.exampleStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.exampleStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . exampleStores . operations
+Agent Platform API . exampleStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.extensionControllers.html b/docs/dyn/aiplatform_v1beta1.extensionControllers.html
index 0746f9f521..0eaf0ad41a 100644
--- a/docs/dyn/aiplatform_v1beta1.extensionControllers.html
+++ b/docs/dyn/aiplatform_v1beta1.extensionControllers.html
@@ -72,7 +72,7 @@
-Vertex AI API . extensionControllers
+Agent Platform API . extensionControllers
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.extensionControllers.operations.html b/docs/dyn/aiplatform_v1beta1.extensionControllers.operations.html
index 4c05275691..1438c1206a 100644
--- a/docs/dyn/aiplatform_v1beta1.extensionControllers.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.extensionControllers.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . extensionControllers . operations
+Agent Platform API . extensionControllers . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.extensions.html b/docs/dyn/aiplatform_v1beta1.extensions.html
index 41f7de982c..a67c909bb5 100644
--- a/docs/dyn/aiplatform_v1beta1.extensions.html
+++ b/docs/dyn/aiplatform_v1beta1.extensions.html
@@ -72,7 +72,7 @@
-Vertex AI API . extensions
+Agent Platform API . extensions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.extensions.operations.html b/docs/dyn/aiplatform_v1beta1.extensions.operations.html
index cab0e55048..35ee8d6b98 100644
--- a/docs/dyn/aiplatform_v1beta1.extensions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.extensions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . extensions . operations
+Agent Platform API . extensions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.html b/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.html
index 3c54bc292a..92128a8cda 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureGroups . featureMonitors
+Agent Platform API . featureGroups . featureMonitors
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.operations.html b/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.operations.html
index e389ee890b..0a294f517a 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.featureMonitors.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureGroups . featureMonitors . operations
+Agent Platform API . featureGroups . featureMonitors . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.features.html b/docs/dyn/aiplatform_v1beta1.featureGroups.features.html
index 42acad9fc5..516a9df939 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.features.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureGroups . features
+Agent Platform API . featureGroups . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.features.operations.html b/docs/dyn/aiplatform_v1beta1.featureGroups.features.operations.html
index bdaf76ca18..ff4128397e 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.features.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureGroups . features . operations
+Agent Platform API . featureGroups . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.html b/docs/dyn/aiplatform_v1beta1.featureGroups.html
index ca94383ede..ef4711f334 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureGroups
+Agent Platform API . featureGroups
Instance Methods
featureMonitors()
diff --git a/docs/dyn/aiplatform_v1beta1.featureGroups.operations.html b/docs/dyn/aiplatform_v1beta1.featureGroups.operations.html
index 5177a1c207..cb77ff8f11 100644
--- a/docs/dyn/aiplatform_v1beta1.featureGroups.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featureGroups.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureGroups . operations
+Agent Platform API . featureGroups . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.html b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.html
index 4a4161b84f..ffd10e6134 100644
--- a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.html
+++ b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureOnlineStores . featureViews
+Agent Platform API . featureOnlineStores . featureViews
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.operations.html b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.operations.html
index e067f09917..db42439530 100644
--- a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.featureViews.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureOnlineStores . featureViews . operations
+Agent Platform API . featureOnlineStores . featureViews . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.html b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.html
index 8b20840513..140fa96549 100644
--- a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.html
+++ b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . featureOnlineStores
+Agent Platform API . featureOnlineStores
Instance Methods
featureViews()
diff --git a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.operations.html b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.operations.html
index 1f2c7feca1..6d1f629582 100644
--- a/docs/dyn/aiplatform_v1beta1.featureOnlineStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featureOnlineStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featureOnlineStores . operations
+Agent Platform API . featureOnlineStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.html b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.html
index 5cd2e7ae20..babd3fb154 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores . entityTypes . features
+Agent Platform API . featurestores . entityTypes . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.operations.html b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.operations.html
index 944c2f30b0..8d7ce25906 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . entityTypes . features . operations
+Agent Platform API . featurestores . entityTypes . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.html b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.html
index fe5649aeed..6df1a81339 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores . entityTypes
+Agent Platform API . featurestores . entityTypes
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.operations.html b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.operations.html
index 558562cf56..b51814f680 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.entityTypes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . entityTypes . operations
+Agent Platform API . featurestores . entityTypes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.html b/docs/dyn/aiplatform_v1beta1.featurestores.html
index 1c8d5dd488..52364de704 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.html
@@ -72,7 +72,7 @@
-Vertex AI API . featurestores
+Agent Platform API . featurestores
Instance Methods
entityTypes()
diff --git a/docs/dyn/aiplatform_v1beta1.featurestores.operations.html b/docs/dyn/aiplatform_v1beta1.featurestores.operations.html
index a527257f63..6b2e466d04 100644
--- a/docs/dyn/aiplatform_v1beta1.featurestores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.featurestores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . featurestores . operations
+Agent Platform API . featurestores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.html b/docs/dyn/aiplatform_v1beta1.html
index a1e1136028..d81071bf9b 100644
--- a/docs/dyn/aiplatform_v1beta1.html
+++ b/docs/dyn/aiplatform_v1beta1.html
@@ -72,7 +72,7 @@
-Vertex AI API
+Agent Platform API
Instance Methods
agents()
@@ -294,6 +294,11 @@
Instance Methods
Returns the semanticGovernancePolicyEngine Resource.
+
+ skills()
+
+Returns the skills Resource.
+
@@ -329,6 +334,11 @@ Instance Methods
Returns the v1beta1 Resource.
+
+ vertexExpress()
+
+Returns the vertexExpress Resource.
+
Close httplib2 connections.
diff --git a/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.html b/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.html
index 7a9ba91f63..b88d3ce0f4 100644
--- a/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . hyperparameterTuningJobs
+Agent Platform API . hyperparameterTuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.operations.html b/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.operations.html
index c34e5f0b99..52b4155cdb 100644
--- a/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.hyperparameterTuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . hyperparameterTuningJobs . operations
+Agent Platform API . hyperparameterTuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.indexEndpoints.html b/docs/dyn/aiplatform_v1beta1.indexEndpoints.html
index 393283d68d..5eb513177e 100644
--- a/docs/dyn/aiplatform_v1beta1.indexEndpoints.html
+++ b/docs/dyn/aiplatform_v1beta1.indexEndpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . indexEndpoints
+Agent Platform API . indexEndpoints
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.indexEndpoints.operations.html b/docs/dyn/aiplatform_v1beta1.indexEndpoints.operations.html
index 478fbabe29..dd09efa35a 100644
--- a/docs/dyn/aiplatform_v1beta1.indexEndpoints.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.indexEndpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . indexEndpoints . operations
+Agent Platform API . indexEndpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.indexes.html b/docs/dyn/aiplatform_v1beta1.indexes.html
index b342a6e3e0..e35a82f12c 100644
--- a/docs/dyn/aiplatform_v1beta1.indexes.html
+++ b/docs/dyn/aiplatform_v1beta1.indexes.html
@@ -72,7 +72,7 @@
-Vertex AI API . indexes
+Agent Platform API . indexes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.indexes.operations.html b/docs/dyn/aiplatform_v1beta1.indexes.operations.html
index d2af561794..613087bdbb 100644
--- a/docs/dyn/aiplatform_v1beta1.indexes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.indexes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . indexes . operations
+Agent Platform API . indexes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.media.html b/docs/dyn/aiplatform_v1beta1.media.html
index 8b133f1f9f..f708e972d8 100644
--- a/docs/dyn/aiplatform_v1beta1.media.html
+++ b/docs/dyn/aiplatform_v1beta1.media.html
@@ -72,7 +72,7 @@
-Vertex AI API . media
+Agent Platform API . media
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.html b/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.html
index 508f8aa67f..5bdf483914 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . artifacts
+Agent Platform API . metadataStores . artifacts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.operations.html b/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.operations.html
index 81f1ad37c9..b34403743c 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.artifacts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . artifacts . operations
+Agent Platform API . metadataStores . artifacts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.html b/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.html
index 36f05fdcc3..57c3fc3655 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . contexts
+Agent Platform API . metadataStores . contexts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.operations.html b/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.operations.html
index af04598b28..cc5882eefa 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.contexts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . contexts . operations
+Agent Platform API . metadataStores . contexts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.executions.html b/docs/dyn/aiplatform_v1beta1.metadataStores.executions.html
index 5379cf4023..d425850eea 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.executions.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.executions.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores . executions
+Agent Platform API . metadataStores . executions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.executions.operations.html b/docs/dyn/aiplatform_v1beta1.metadataStores.executions.operations.html
index d6f571ad62..d495251ea5 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.executions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.executions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . executions . operations
+Agent Platform API . metadataStores . executions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.html b/docs/dyn/aiplatform_v1beta1.metadataStores.html
index 2f7d6c956d..66616ed1a5 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . metadataStores
+Agent Platform API . metadataStores
Instance Methods
artifacts()
diff --git a/docs/dyn/aiplatform_v1beta1.metadataStores.operations.html b/docs/dyn/aiplatform_v1beta1.metadataStores.operations.html
index 85912799b1..3c2d3188d5 100644
--- a/docs/dyn/aiplatform_v1beta1.metadataStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.metadataStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . metadataStores . operations
+Agent Platform API . metadataStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.migratableResources.html b/docs/dyn/aiplatform_v1beta1.migratableResources.html
index d70219d48b..53876c311a 100644
--- a/docs/dyn/aiplatform_v1beta1.migratableResources.html
+++ b/docs/dyn/aiplatform_v1beta1.migratableResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . migratableResources
+Agent Platform API . migratableResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.migratableResources.operations.html b/docs/dyn/aiplatform_v1beta1.migratableResources.operations.html
index 144ce514db..38cd940224 100644
--- a/docs/dyn/aiplatform_v1beta1.migratableResources.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.migratableResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . migratableResources . operations
+Agent Platform API . migratableResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.html b/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.html
index 641dd292c9..ae6a9752c2 100644
--- a/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . modelDeploymentMonitoringJobs
+Agent Platform API . modelDeploymentMonitoringJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.operations.html b/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.operations.html
index 2a621bd9b2..bf5c4fb1bb 100644
--- a/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.modelDeploymentMonitoringJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . modelDeploymentMonitoringJobs . operations
+Agent Platform API . modelDeploymentMonitoringJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.modelMonitors.html b/docs/dyn/aiplatform_v1beta1.modelMonitors.html
index 74932ff620..9546a73668 100644
--- a/docs/dyn/aiplatform_v1beta1.modelMonitors.html
+++ b/docs/dyn/aiplatform_v1beta1.modelMonitors.html
@@ -72,7 +72,7 @@
-Vertex AI API . modelMonitors
+Agent Platform API . modelMonitors
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.modelMonitors.operations.html b/docs/dyn/aiplatform_v1beta1.modelMonitors.operations.html
index b45c8ee65a..f7c1196e8f 100644
--- a/docs/dyn/aiplatform_v1beta1.modelMonitors.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.modelMonitors.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . modelMonitors . operations
+Agent Platform API . modelMonitors . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.models.evaluations.html b/docs/dyn/aiplatform_v1beta1.models.evaluations.html
index 7ba1bc8644..f33b7fdd24 100644
--- a/docs/dyn/aiplatform_v1beta1.models.evaluations.html
+++ b/docs/dyn/aiplatform_v1beta1.models.evaluations.html
@@ -72,7 +72,7 @@
-Vertex AI API . models . evaluations
+Agent Platform API . models . evaluations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.models.evaluations.operations.html b/docs/dyn/aiplatform_v1beta1.models.evaluations.operations.html
index a0dfa35e85..006f678703 100644
--- a/docs/dyn/aiplatform_v1beta1.models.evaluations.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.models.evaluations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . models . evaluations . operations
+Agent Platform API . models . evaluations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.models.html b/docs/dyn/aiplatform_v1beta1.models.html
index ce91977069..7afabb5e8e 100644
--- a/docs/dyn/aiplatform_v1beta1.models.html
+++ b/docs/dyn/aiplatform_v1beta1.models.html
@@ -72,7 +72,7 @@
-Vertex AI API . models
+Agent Platform API . models
Instance Methods
evaluations()
diff --git a/docs/dyn/aiplatform_v1beta1.models.operations.html b/docs/dyn/aiplatform_v1beta1.models.operations.html
index 8f0dc4a1c4..0c5aacae7a 100644
--- a/docs/dyn/aiplatform_v1beta1.models.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.models.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . models . operations
+Agent Platform API . models . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.html b/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.html
index 9c014fd450..7eb07094fc 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookExecutionJobs
+Agent Platform API . notebookExecutionJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.operations.html b/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.operations.html
index 1324a225d0..c67ef9f63b 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookExecutionJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookExecutionJobs . operations
+Agent Platform API . notebookExecutionJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.html b/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.html
index ca23fb3bb3..e0595416bb 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookRuntimeTemplates
+Agent Platform API . notebookRuntimeTemplates
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.operations.html b/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.operations.html
index 8cbacc6af5..977ec6617f 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookRuntimeTemplates.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookRuntimeTemplates . operations
+Agent Platform API . notebookRuntimeTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.notebookRuntimes.html b/docs/dyn/aiplatform_v1beta1.notebookRuntimes.html
index a16f0c5e17..1cccc3c077 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookRuntimes.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookRuntimes.html
@@ -72,7 +72,7 @@
-Vertex AI API . notebookRuntimes
+Agent Platform API . notebookRuntimes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.notebookRuntimes.operations.html b/docs/dyn/aiplatform_v1beta1.notebookRuntimes.operations.html
index 8bcb8e660c..0a11f6bc71 100644
--- a/docs/dyn/aiplatform_v1beta1.notebookRuntimes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.notebookRuntimes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . notebookRuntimes . operations
+Agent Platform API . notebookRuntimes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.onlineEvaluators.html b/docs/dyn/aiplatform_v1beta1.onlineEvaluators.html
index bc798f931d..d64a0a98b8 100644
--- a/docs/dyn/aiplatform_v1beta1.onlineEvaluators.html
+++ b/docs/dyn/aiplatform_v1beta1.onlineEvaluators.html
@@ -72,7 +72,7 @@
-Vertex AI API . onlineEvaluators
+Agent Platform API . onlineEvaluators
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.onlineEvaluators.operations.html b/docs/dyn/aiplatform_v1beta1.onlineEvaluators.operations.html
index fd4b8b4a1d..77f2cb159c 100644
--- a/docs/dyn/aiplatform_v1beta1.onlineEvaluators.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.onlineEvaluators.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . onlineEvaluators . operations
+Agent Platform API . onlineEvaluators . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.operations.html b/docs/dyn/aiplatform_v1beta1.operations.html
index 524b6392db..a8384fa1e2 100644
--- a/docs/dyn/aiplatform_v1beta1.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . operations
+Agent Platform API . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.persistentResources.html b/docs/dyn/aiplatform_v1beta1.persistentResources.html
index d0db998b2c..fc9d55cbeb 100644
--- a/docs/dyn/aiplatform_v1beta1.persistentResources.html
+++ b/docs/dyn/aiplatform_v1beta1.persistentResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . persistentResources
+Agent Platform API . persistentResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.persistentResources.operations.html b/docs/dyn/aiplatform_v1beta1.persistentResources.operations.html
index 8bd1e77e03..419ab42ef2 100644
--- a/docs/dyn/aiplatform_v1beta1.persistentResources.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.persistentResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . persistentResources . operations
+Agent Platform API . persistentResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.pipelineJobs.html b/docs/dyn/aiplatform_v1beta1.pipelineJobs.html
index 5daeadeabf..0d131a62d6 100644
--- a/docs/dyn/aiplatform_v1beta1.pipelineJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.pipelineJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . pipelineJobs
+Agent Platform API . pipelineJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.pipelineJobs.operations.html b/docs/dyn/aiplatform_v1beta1.pipelineJobs.operations.html
index 01cba2d34f..3d58a6441c 100644
--- a/docs/dyn/aiplatform_v1beta1.pipelineJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.pipelineJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . pipelineJobs . operations
+Agent Platform API . pipelineJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.html b/docs/dyn/aiplatform_v1beta1.projects.html
index 371f7e35b1..3256588629 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects
+Agent Platform API . projects
Instance Methods
locations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.agents.html b/docs/dyn/aiplatform_v1beta1.projects.locations.agents.html
index 35b44aee3a..e7a0647fd7 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.agents.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.agents.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . agents
+Agent Platform API . projects . locations . agents
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.agents.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.agents.operations.html
index ddd6d20eb7..9ed9bb75ee 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.agents.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.agents.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . agents . operations
+Agent Platform API . projects . locations . agents . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.apps.html b/docs/dyn/aiplatform_v1beta1.projects.locations.apps.html
index 90afa32901..8067ef978c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.apps.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.apps.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . apps
+Agent Platform API . projects . locations . apps
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.apps.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.apps.operations.html
index 68f5a2f4cc..475b604993 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.apps.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.apps.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . apps . operations
+Agent Platform API . projects . locations . apps . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.batchPredictionJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.batchPredictionJobs.html
index 078e9de421..abb8ec40a4 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.batchPredictionJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.batchPredictionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . batchPredictionJobs
+Agent Platform API . projects . locations . batchPredictionJobs
Instance Methods
cancel(name, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.cachedContents.html b/docs/dyn/aiplatform_v1beta1.projects.locations.cachedContents.html
index 1f91c22400..a82fea9a9e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.cachedContents.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.cachedContents.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . cachedContents
+Agent Platform API . projects . locations . cachedContents
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.html
index 0617ad86e7..ad12ff9dc9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . customJobs
+Agent Platform API . projects . locations . customJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.operations.html
index 7efa1c9424..4ae94c6dcc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.customJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . customJobs . operations
+Agent Platform API . projects . locations . customJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.html
index cf4570ed6e..847615279f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . dataLabelingJobs
+Agent Platform API . projects . locations . dataLabelingJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.operations.html
index 3f5ddf08ec..1f4f3ba393 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.dataLabelingJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . dataLabelingJobs . operations
+Agent Platform API . projects . locations . dataLabelingJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.html
index bace781009..ef8d0577bb 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . annotationSpecs
+Agent Platform API . projects . locations . datasets . annotationSpecs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.operations.html
index 40b627297e..decf267e54 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.annotationSpecs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . annotationSpecs . operations
+Agent Platform API . projects . locations . datasets . annotationSpecs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.html
index 9d3d1a59b5..3a83ffac8a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . dataItems . annotations
+Agent Platform API . projects . locations . datasets . dataItems . annotations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.operations.html
index 715431df97..3e1381a82f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.annotations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . dataItems . annotations . operations
+Agent Platform API . projects . locations . datasets . dataItems . annotations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.html
index 8eb3e6f9de..da1758fc1f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . dataItems
+Agent Platform API . projects . locations . datasets . dataItems
Instance Methods
annotations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.operations.html
index 85e434ebe6..084bafb2b9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.dataItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . dataItems . operations
+Agent Platform API . projects . locations . datasets . dataItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.datasetVersions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.datasetVersions.html
index 8ec37f6874..7868d4861c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.datasetVersions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.datasetVersions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . datasetVersions
+Agent Platform API . projects . locations . datasets . datasetVersions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.html
index 00920397f1..5ace8a682a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets
+Agent Platform API . projects . locations . datasets
Instance Methods
annotationSpecs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.operations.html
index 497fd6da0b..1c9c41825b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . operations
+Agent Platform API . projects . locations . datasets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.html
index 4cfbdbc196..2f5336f77a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . datasets . savedQueries
+Agent Platform API . projects . locations . datasets . savedQueries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.operations.html
index 000f554c68..d1cdd71b77 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.datasets.savedQueries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . datasets . savedQueries . operations
+Agent Platform API . projects . locations . datasets . savedQueries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.html b/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.html
index 6e1f17f43a..e46379f4e2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . deploymentResourcePools
+Agent Platform API . projects . locations . deploymentResourcePools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.operations.html
index 82e66e73cb..b9dbb4f3b6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.deploymentResourcePools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . deploymentResourcePools . operations
+Agent Platform API . projects . locations . deploymentResourcePools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.html b/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.html
index 19abc6fd16..99b23b0563 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . edgeDevices
+Agent Platform API . projects . locations . edgeDevices
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.operations.html
index 1a51a04f0f..03bcbe2952 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.edgeDevices.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . edgeDevices . operations
+Agent Platform API . projects . locations . edgeDevices . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.chat.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.chat.html
index 742d5922b3..5843619d39 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.chat.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.chat.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . chat
+Agent Platform API . projects . locations . endpoints . chat
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.html
index 7ec98e323d..617f589883 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . deployedModels
+Agent Platform API . projects . locations . endpoints . deployedModels
Instance Methods
invoke()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.invoke.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.invoke.html
index 9b39effc6f..23f116ba7b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.invoke.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.deployedModels.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . deployedModels . invoke
+Agent Platform API . projects . locations . endpoints . deployedModels . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.html
index bd98ae28c1..3e0bc41a32 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . google
+Agent Platform API . projects . locations . endpoints . google
Instance Methods
science()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.science.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.science.html
index 645403ad7c..a2272d8568 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.science.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.google.science.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . google . science
+Agent Platform API . projects . locations . endpoints . google . science
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.html
index 8018dd2bc7..308f14c813 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints
+Agent Platform API . projects . locations . endpoints
Instance Methods
chat()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.invoke.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.invoke.html
index a80f9091bf..a55a15c6ab 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.invoke.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . endpoints . invoke
+Agent Platform API . projects . locations . endpoints . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.openapi.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.openapi.html
index 85f4ab2e89..6652056825 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.openapi.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.openapi.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . openapi
+Agent Platform API . projects . locations . endpoints . openapi
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.operations.html
index 2d3759f8ec..791e49439b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.endpoints.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . endpoints . operations
+Agent Platform API . projects . locations . endpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.html
index ce0d3d5bc3..0b0c106117 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationItems
+Agent Platform API . projects . locations . evaluationItems
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.operations.html
index 1f12ff41a4..05bd625b2f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationItems.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . evaluationItems . operations
+Agent Platform API . projects . locations . evaluationItems . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.html
index cdc1c60a0d..b4f371f1de 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationMetrics
+Agent Platform API . projects . locations . evaluationMetrics
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.operations.html
index 228e39e415..02ff02afb6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationMetrics.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . evaluationMetrics . operations
+Agent Platform API . projects . locations . evaluationMetrics . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.html
index 28d36d2cda..3a243f40fe 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationRuns
+Agent Platform API . projects . locations . evaluationRuns
Instance Methods
operations()
@@ -168,7 +168,7 @@
Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -4176,7 +4176,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -8226,7 +8226,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
@@ -12247,7 +12247,7 @@ Method Details
],
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
},
- "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Required. The configuration used for the evaluation.
+ "evaluationConfig": { # The Evalution configuration used for the evaluation run. # Optional. The configuration used for the evaluation. Optional when analysis_configs is provided.
"autoraterConfig": { # The autorater config used for the evaluation run. # Optional. The autorater config for the evaluation run.
"autoraterModel": "A String", # Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`
"generationConfig": { # Configuration for content generation. This message contains all the parameters that control how the model generates content. It allows you to influence the randomness, length, and structure of the output. # Optional. Configuration options for model generation and outputs.
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.operations.html
index c8a0a42c2e..94b73f2273 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationRuns.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationRuns . operations
+Agent Platform API . projects . locations . evaluationRuns . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.html
index 5fae42f502..e33bada656 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationSets
+Agent Platform API . projects . locations . evaluationSets
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.operations.html
index 6ffd0028a9..9fbd496f9e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationSets.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . evaluationSets . operations
+Agent Platform API . projects . locations . evaluationSets . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.html
index 6f89e399bf..882991b32e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . evaluationTasks
+Agent Platform API . projects . locations . evaluationTasks
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.operations.html
index 13b0b80901..c5326ede8e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.evaluationTasks.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . evaluationTasks . operations
+Agent Platform API . projects . locations . evaluationTasks . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.html b/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.html
index 07c7914252..0f657ebff6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . exampleStores
+Agent Platform API . projects . locations . exampleStores
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.operations.html
index 7b110b5d25..2bc988f924 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.exampleStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . exampleStores . operations
+Agent Platform API . projects . locations . exampleStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.html b/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.html
index 743419b577..d306b0e1c6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . extensionControllers
+Agent Platform API . projects . locations . extensionControllers
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.operations.html
index ec5c5e56c7..3075939fcd 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.extensionControllers.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . extensionControllers . operations
+Agent Platform API . projects . locations . extensionControllers . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.html
index a42ae2236a..f0d65b69fc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . extensions
+Agent Platform API . projects . locations . extensions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.operations.html
index c6e1e6fb47..7548b6c2d2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.extensions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . extensions . operations
+Agent Platform API . projects . locations . extensions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.featureMonitorJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.featureMonitorJobs.html
index 729aff45ea..d8c27d4507 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.featureMonitorJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.featureMonitorJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups . featureMonitors . featureMonitorJobs
+Agent Platform API . projects . locations . featureGroups . featureMonitors . featureMonitorJobs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.html
index 9f553bc55d..1cb79d27d6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups . featureMonitors
+Agent Platform API . projects . locations . featureGroups . featureMonitors
Instance Methods
featureMonitorJobs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.operations.html
index 44b5806192..3d14143e15 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.featureMonitors.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureGroups . featureMonitors . operations
+Agent Platform API . projects . locations . featureGroups . featureMonitors . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.html
index 231c110ad2..9b9640ca46 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups . features
+Agent Platform API . projects . locations . featureGroups . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.operations.html
index ca277143a4..1331f15019 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureGroups . features . operations
+Agent Platform API . projects . locations . featureGroups . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.html
index dc9b74e40a..c40dc86dd6 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureGroups
+Agent Platform API . projects . locations . featureGroups
Instance Methods
featureMonitors()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.operations.html
index d0472c0935..8c289839bc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureGroups.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureGroups . operations
+Agent Platform API . projects . locations . featureGroups . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
index 54f852f8b9..c2089dce27 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.featureViewSyncs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores . featureViews . featureViewSyncs
+Agent Platform API . projects . locations . featureOnlineStores . featureViews . featureViewSyncs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.html
index d696b3d0ea..3ff9b94001 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores . featureViews
+Agent Platform API . projects . locations . featureOnlineStores . featureViews
Instance Methods
featureViewSyncs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.operations.html
index 9553afe238..f0c800d1d0 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.featureViews.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureOnlineStores . featureViews . operations
+Agent Platform API . projects . locations . featureOnlineStores . featureViews . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.html
index f0fa97bae4..c9cf13e6af 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featureOnlineStores
+Agent Platform API . projects . locations . featureOnlineStores
Instance Methods
featureViews()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.operations.html
index 9540bb764b..8119bc350d 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featureOnlineStores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featureOnlineStores . operations
+Agent Platform API . projects . locations . featureOnlineStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.html
index 7f66acdbb0..f9fc26260c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores . entityTypes . features
+Agent Platform API . projects . locations . featurestores . entityTypes . features
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.operations.html
index 14ab9b583e..45afbe8754 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.features.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . entityTypes . features . operations
+Agent Platform API . projects . locations . featurestores . entityTypes . features . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.html
index 8e5cec4037..92731af95c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores . entityTypes
+Agent Platform API . projects . locations . featurestores . entityTypes
Instance Methods
features()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.operations.html
index 3bbbfdcf47..a76987629c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.entityTypes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . entityTypes . operations
+Agent Platform API . projects . locations . featurestores . entityTypes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.html
index e1cb2833ee..b41b9409f4 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . featurestores
+Agent Platform API . projects . locations . featurestores
Instance Methods
entityTypes()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.operations.html
index 748f292df0..80ac3de896 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.featurestores.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . featurestores . operations
+Agent Platform API . projects . locations . featurestores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.html
index 4c52e64bc5..1202bf47bc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations
+Agent Platform API . projects . locations
Instance Methods
agents()
@@ -294,6 +294,11 @@
Instance Methods
Returns the semanticGovernancePolicyEngine Resource.
+
+ skills()
+
+Returns the skills Resource.
+
@@ -371,7 +376,7 @@ Instance Methods
Gets a RagEngineConfig.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -4963,7 +4968,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"metrics": [ # The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.
@@ -9199,11 +9204,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.html
index 133950d73b..d625e29b16 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . hyperparameterTuningJobs
+Agent Platform API . projects . locations . hyperparameterTuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.operations.html
index 0372004672..2183a186a0 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.hyperparameterTuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . hyperparameterTuningJobs . operations
+Agent Platform API . projects . locations . hyperparameterTuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.html b/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.html
index 90a77ecf2b..ac535366af 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . indexEndpoints
+Agent Platform API . projects . locations . indexEndpoints
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.operations.html
index 0d858e205d..5fe69b894d 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.indexEndpoints.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . indexEndpoints . operations
+Agent Platform API . projects . locations . indexEndpoints . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.html b/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.html
index 797fb50e1e..06f0df4a12 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . indexes
+Agent Platform API . projects . locations . indexes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.operations.html
index 4bb63cf56c..5d89703a35 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.indexes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . indexes . operations
+Agent Platform API . projects . locations . indexes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.html
index 59ab3b359f..84a28d591a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . artifacts
+Agent Platform API . projects . locations . metadataStores . artifacts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.operations.html
index 9b7e25f127..b8c61177be 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.artifacts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . artifacts . operations
+Agent Platform API . projects . locations . metadataStores . artifacts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.html
index 9066e83d9a..d5f885e829 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . contexts
+Agent Platform API . projects . locations . metadataStores . contexts
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.operations.html
index 66c3473ade..0c859f1539 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.contexts.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . contexts . operations
+Agent Platform API . projects . locations . metadataStores . contexts . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.html
index 4ba2477c07..f0ba4ed899 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . executions
+Agent Platform API . projects . locations . metadataStores . executions
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.operations.html
index f7508db5c2..331ba3b30e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.executions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . executions . operations
+Agent Platform API . projects . locations . metadataStores . executions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.html
index 51fcc0ea28..13517f02ad 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores
+Agent Platform API . projects . locations . metadataStores
Instance Methods
artifacts()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.metadataSchemas.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.metadataSchemas.html
index 9c6f4cae4f..c10adccae1 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.metadataSchemas.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.metadataSchemas.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . metadataStores . metadataSchemas
+Agent Platform API . projects . locations . metadataStores . metadataSchemas
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.operations.html
index a77ef2d026..b9da9746a9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.metadataStores.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . metadataStores . operations
+Agent Platform API . projects . locations . metadataStores . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.html b/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.html
index 2e571804fd..99d721ce7b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . migratableResources
+Agent Platform API . projects . locations . migratableResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.operations.html
index e119381de5..9aff109cdd 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.migratableResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . migratableResources . operations
+Agent Platform API . projects . locations . migratableResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.html
index 97959ac97a..a0f819f610 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . modelDeploymentMonitoringJobs
+Agent Platform API . projects . locations . modelDeploymentMonitoringJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.operations.html
index 13452e7aaf..0a87e6511f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.modelDeploymentMonitoringJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . modelDeploymentMonitoringJobs . operations
+Agent Platform API . projects . locations . modelDeploymentMonitoringJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.html b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.html
index 06cc4508a3..56a8c63014 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . modelMonitors
+Agent Platform API . projects . locations . modelMonitors
Instance Methods
modelMonitoringJobs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.modelMonitoringJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.modelMonitoringJobs.html
index f2f68264b6..53acd3a439 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.modelMonitoringJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.modelMonitoringJobs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . modelMonitors . modelMonitoringJobs
+Agent Platform API . projects . locations . modelMonitors . modelMonitoringJobs
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.operations.html
index 5ef42a4a18..7cca8b5242 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.modelMonitors.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . modelMonitors . operations
+Agent Platform API . projects . locations . modelMonitors . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.html
index c2adaf2afd..8a00c876d7 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . evaluations
+Agent Platform API . projects . locations . models . evaluations
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.operations.html
index cf40b596e6..849ca06496 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . models . evaluations . operations
+Agent Platform API . projects . locations . models . evaluations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.slices.html b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.slices.html
index efca2612b3..3dd691a310 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.slices.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.models.evaluations.slices.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . evaluations . slices
+Agent Platform API . projects . locations . models . evaluations . slices
Instance Methods
batchImport(parent, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.models.html b/docs/dyn/aiplatform_v1beta1.projects.locations.models.html
index 6715479f11..709826056f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.models.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.models.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models
+Agent Platform API . projects . locations . models
Instance Methods
evaluations()
@@ -157,6 +157,7 @@
Method Details
The object takes the form of:
{ # Request message for ModelService.CopyModel.
+ "customServiceAccount": "A String", # Optional. The user-provided custom service account to use to do the copy model. If empty, [Vertex AI Service Agent](https://cloud.google.com/vertex-ai/docs/general/access-control#service-agents) will be used to access resources needed to upload the model. This account must belong to the destination project where the model is copied to, i.e., the project specified in the `parent` field of this request and have the Vertex AI Service Agent role in the source project. Requires the user copying the Model to have the `iam.serviceAccounts.actAs` permission on this service account.
"encryptionSpec": { # Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource. # Customer-managed encryption key options. If this is set, then the Model copy will be encrypted with the provided encryption key.
"kmsKeyName": "A String", # Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
},
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.models.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.models.operations.html
index ea4f37a5d8..78dce53969 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.models.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.models.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . models . operations
+Agent Platform API . projects . locations . models . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.html
index d0971b2191..0efeb2ca02 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . nasJobs
+Agent Platform API . projects . locations . nasJobs
Instance Methods
nasTrialDetails()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.nasTrialDetails.html b/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.nasTrialDetails.html
index f13fd55fff..152182179c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.nasTrialDetails.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.nasJobs.nasTrialDetails.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . nasJobs . nasTrialDetails
+Agent Platform API . projects . locations . nasJobs . nasTrialDetails
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.html
index 21f1824b78..a02b210c63 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookExecutionJobs
+Agent Platform API . projects . locations . notebookExecutionJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.operations.html
index 7f94132ab1..aee537981a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookExecutionJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookExecutionJobs . operations
+Agent Platform API . projects . locations . notebookExecutionJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.html
index df24aad525..44ac99f59a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookRuntimeTemplates
+Agent Platform API . projects . locations . notebookRuntimeTemplates
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.operations.html
index f296453575..8cf95e157a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimeTemplates.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookRuntimeTemplates . operations
+Agent Platform API . projects . locations . notebookRuntimeTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.html
index 32dd96d582..f249538d30 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . notebookRuntimes
+Agent Platform API . projects . locations . notebookRuntimes
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.operations.html
index 665329d969..23a60d583b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.notebookRuntimes.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . notebookRuntimes . operations
+Agent Platform API . projects . locations . notebookRuntimes . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.html b/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.html
index 96fe96545b..411358eb11 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . onlineEvaluators
+Agent Platform API . projects . locations . onlineEvaluators
Instance Methods
operations()
@@ -183,7 +183,7 @@
Method Details
},
],
},
- "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used.
+ "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used. NOTE: This field is not supported yet and will be ignored if set.
},
"config": { # Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes. # Required. Configuration for the OnlineEvaluator.
"maxEvaluatedSamplesPerRun": "A String", # Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.
@@ -521,7 +521,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"name": "A String", # Identifier. The resource name of the OnlineEvaluator. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
@@ -633,7 +633,7 @@ Method Details
},
],
},
- "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used.
+ "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used. NOTE: This field is not supported yet and will be ignored if set.
},
"config": { # Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes. # Required. Configuration for the OnlineEvaluator.
"maxEvaluatedSamplesPerRun": "A String", # Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.
@@ -971,7 +971,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"name": "A String", # Identifier. The resource name of the OnlineEvaluator. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
@@ -1027,7 +1027,7 @@ Method Details
},
],
},
- "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used.
+ "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used. NOTE: This field is not supported yet and will be ignored if set.
},
"config": { # Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes. # Required. Configuration for the OnlineEvaluator.
"maxEvaluatedSamplesPerRun": "A String", # Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.
@@ -1365,7 +1365,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"name": "A String", # Identifier. The resource name of the OnlineEvaluator. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
@@ -1425,7 +1425,7 @@ Method Details
},
],
},
- "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used.
+ "traceView": "A String", # Optional. Optional trace view that will be used to query traces. If empty, the `_Default` view will be used. NOTE: This field is not supported yet and will be ignored if set.
},
"config": { # Configuration for sampling behavior of the OnlineEvaluator. The OnlineEvaluator runs at a fixed interval of 10 minutes. # Required. Configuration for the OnlineEvaluator.
"maxEvaluatedSamplesPerRun": "A String", # Optional. The maximum number of evaluations to perform per run. If set to 0, the number is unbounded.
@@ -1763,7 +1763,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"name": "A String", # Identifier. The resource name of the OnlineEvaluator. Format: projects/{project}/locations/{location}/onlineEvaluators/{id}.
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.operations.html
index d3b82be5eb..500db5f919 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.onlineEvaluators.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . onlineEvaluators . operations
+Agent Platform API . projects . locations . onlineEvaluators . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.operations.html
index d4f3cb46d5..f8e88440d8 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . operations
+Agent Platform API . projects . locations . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.html b/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.html
index a508e16786..21cc67e347 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . persistentResources
+Agent Platform API . projects . locations . persistentResources
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.operations.html
index b2c23043dd..d926d9cb64 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.persistentResources.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . persistentResources . operations
+Agent Platform API . projects . locations . persistentResources . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.html
index 9cd3f540de..54ddd455b4 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . pipelineJobs
+Agent Platform API . projects . locations . pipelineJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.operations.html
index c5517ac406..35d40a4ef5 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.pipelineJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . pipelineJobs . operations
+Agent Platform API . projects . locations . pipelineJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.html b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.html
index 273160a4ab..ff1290f52c 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . publishers
+Agent Platform API . projects . locations . publishers
Instance Methods
models()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.html b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.html
index 1e34f4b517..f731664c41 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . publishers . models
+Agent Platform API . projects . locations . publishers . models
Instance Methods
invoke()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.invoke.html b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.invoke.html
index 650a39e3ad..8ae0646b57 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.invoke.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.publishers.models.invoke.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . publishers . models . invoke
+Agent Platform API . projects . locations . publishers . models . invoke
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.html
index 2ad9672bc4..0a4942f173 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora
+Agent Platform API . projects . locations . ragCorpora
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.operations.html
index 8543d0cf4d..e1df4ac1f9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragCorpora . operations
+Agent Platform API . projects . locations . ragCorpora . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragDataSchemas.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragDataSchemas.html
index 0ccc97c55e..c0c65b8196 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragDataSchemas.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragDataSchemas.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora . ragDataSchemas
+Agent Platform API . projects . locations . ragCorpora . ragDataSchemas
Instance Methods
batchCreate(parent, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.html
index 10a9cce069..1c3264698b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora . ragFiles
+Agent Platform API . projects . locations . ragCorpora . ragFiles
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.operations.html
index 664d645d31..c291b23167 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragCorpora . ragFiles . operations
+Agent Platform API . projects . locations . ragCorpora . ragFiles . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.ragMetadata.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.ragMetadata.html
index 20ce1be4cb..4db0a2e218 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.ragMetadata.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragCorpora.ragFiles.ragMetadata.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragCorpora . ragFiles . ragMetadata
+Agent Platform API . projects . locations . ragCorpora . ragFiles . ragMetadata
Instance Methods
batchCreate(parent, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.html
index a09fa49459..eedf7557da 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . ragEngineConfig
+Agent Platform API . projects . locations . ragEngineConfig
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.operations.html
index 81ca32c2fe..dc4a02a942 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.ragEngineConfig.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . ragEngineConfig . operations
+Agent Platform API . projects . locations . ragEngineConfig . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.html
index ced65052aa..a9d0a26db2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2a
+Agent Platform API . projects . locations . reasoningEngines . a2a
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.message.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.message.html
index 2c4b366a86..da2e8c76bc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.message.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . a2a . message
+Agent Platform API . projects . locations . reasoningEngines . a2a . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.html
index c9d478556c..f8fdade5ba 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2a . tasks
+Agent Platform API . projects . locations . reasoningEngines . a2a . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
index 1fc775e793..42dc74f107 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . a2a . tasks . pushNotificationConfigs
+Agent Platform API . projects . locations . reasoningEngines . a2a . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.html
index 75b24c9619..8c337f371b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2a . v1
+Agent Platform API . projects . locations . reasoningEngines . a2a . v1
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.message.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.message.html
index b36b617505..cea1bb58b2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.message.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . a2a . v1 . message
+Agent Platform API . projects . locations . reasoningEngines . a2a . v1 . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.html
index 63a52218e3..32ff6b6e37 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2a . v1 . tasks
+Agent Platform API . projects . locations . reasoningEngines . a2a . v1 . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
index f392c4b087..ec357572aa 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . a2a . v1 . tasks . pushNotificationConfigs
+Agent Platform API . projects . locations . reasoningEngines . a2a . v1 . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.events.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.events.html
index cb0b09dd52..ca50f80af9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.events.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.events.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2aTasks . events
+Agent Platform API . projects . locations . reasoningEngines . a2aTasks . events
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.html
index 948afd2d52..a751d74ec4 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.a2aTasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . a2aTasks
+Agent Platform API . projects . locations . reasoningEngines . a2aTasks
Instance Methods
events()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.html
index 672ad728af..5ea3f21e9a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . examples
+Agent Platform API . projects . locations . reasoningEngines . examples
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.operations.html
index 56f03f94c9..5954298132 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.examples.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . examples . operations
+Agent Platform API . projects . locations . reasoningEngines . examples . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.html
index d3f7e74a4c..f0147c47cb 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . feedbackEntries
+Agent Platform API . projects . locations . reasoningEngines . feedbackEntries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.operations.html
index fd020818ed..071c283c2e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.feedbackEntries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . feedbackEntries . operations
+Agent Platform API . projects . locations . reasoningEngines . feedbackEntries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.html
index 5239649994..5bebcdb732 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines
+Agent Platform API . projects . locations . reasoningEngines
Instance Methods
a2a()
@@ -129,6 +129,9 @@
Instance Methods
Returns the sessions Resource.
+
+ asyncQuery(name, body=None, x__xgafv=None)
+Async query using a reasoning engine.
Close httplib2 connections.
@@ -169,6 +172,49 @@ Instance Methods
testIamPermissions(resource, permissions=None, x__xgafv=None)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.
Method Details
+
+ asyncQuery(name, body=None, x__xgafv=None)
+ Async query using a reasoning engine.
+
+Args:
+ name: string, Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
+ "inputGcsUri": "A String", # Optional. Input Cloud Storage URI for the Async query.
+ "outputGcsUri": "A String", # Optional. Output Cloud Storage URI for the Async query.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
close()
Close httplib2 connections.
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.html
index 8748b43c57..4052fad68e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . memories
+Agent Platform API . projects . locations . reasoningEngines . memories
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.operations.html
index 42f92dc29f..7293ca1fd7 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . memories . operations
+Agent Platform API . projects . locations . reasoningEngines . memories . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.revisions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.revisions.html
index c39afaefe4..86b34c006e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.revisions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.memories.revisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . memories . revisions
+Agent Platform API . projects . locations . reasoningEngines . memories . revisions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.operations.html
index 0cd91d8b5e..8bd95e233a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . operations
+Agent Platform API . projects . locations . reasoningEngines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.html
index 493ed81c42..0031282230 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.message.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.message.html
index 9da736a30c..dd4fe48dc8 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.message.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . message
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.html
index b26dc61daf..a840855118 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . tasks
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
index 139bb8473f..b63a9c2b04 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . tasks . pushNotificationConfigs
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.html
index f41b5794cf..b889e6a4b5 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.message.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.message.html
index 77e66bbfb8..eb7b488a36 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.message.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . message
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
index f8e9548623..e0fb912b0d 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . tasks
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
index aa9de23a97..e715292d72 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . tasks . pushNotificationConfigs
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . a2a . v1 . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.html
index eb3bb305e0..d0b0f1ba3f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions
Instance Methods
a2a()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.operations.html
index c79b04fe94..583c9573e0 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.runtimeRevisions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . runtimeRevisions . operations
+Agent Platform API . projects . locations . reasoningEngines . runtimeRevisions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
index 8d441bf4e9..31a14e3653 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
index 8cbf1f48ae..b464bb2e1e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentSnapshots . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
index 05af3af5dd..25cae42c24 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates
Instance Methods
operations()
@@ -143,9 +143,6 @@
Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
x__xgafv: string, V1 error format.
@@ -257,9 +254,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
@@ -314,9 +308,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
},
],
}
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
index 5c42284213..b35c5db2bd 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironmentTemplates.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironmentTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.html
index 57934002cb..df553b3aff 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironments
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
index d5bf92cfc7..f8c31262b0 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sandboxEnvironments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . reasoningEngines . sandboxEnvironments . operations
+Agent Platform API . projects . locations . reasoningEngines . sandboxEnvironments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.events.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.events.html
index d594f8ea5f..372f3e7d0b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.events.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.events.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions . events
+Agent Platform API . projects . locations . reasoningEngines . sessions . events
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.html
index 040f443c5d..ec1ec9ca75 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions
+Agent Platform API . projects . locations . reasoningEngines . sessions
Instance Methods
events()
@@ -480,7 +480,7 @@
Method Details
parent: string, Required. The resource name of the location to list sessions from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
filter: string, Optional. The standard list filter. Supported fields: * `display_name` * `user_id` * `labels` Example: `display_name="abc"`, `user_id="123"`, `labels.key="value"`.
orderBy: string, Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `create_time desc`.
- pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
+ pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, the default page size is 100. Values greater than 100 will be capped at 100.
pageToken: string, Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
x__xgafv: string, V1 error format.
Allowed values
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.operations.html
index f9403f9f7c..e5f1ce290b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.reasoningEngines.sessions.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . reasoningEngines . sessions . operations
+Agent Platform API . projects . locations . reasoningEngines . sessions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.html b/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.html
index 414075a555..ca06daae5f 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . schedules
+Agent Platform API . projects . locations . schedules
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.operations.html
index 9ac2bdfc95..f7d688bd04 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.schedules.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . schedules . operations
+Agent Platform API . projects . locations . schedules . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.html b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.html
index 3f7895e00e..afb895ede4 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . semanticGovernancePolicies
+Agent Platform API . projects . locations . semanticGovernancePolicies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.operations.html
index 7995423fcd..7e7535fced 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . semanticGovernancePolicies . operations
+Agent Platform API . projects . locations . semanticGovernancePolicies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.html b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.html
index d368ce6d00..07893b5f3e 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . semanticGovernancePolicyEngine
+Agent Platform API . projects . locations . semanticGovernancePolicyEngine
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.operations.html
index 46a0cdba28..510aca6048 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.semanticGovernancePolicyEngine.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . semanticGovernancePolicyEngine . operations
+Agent Platform API . projects . locations . semanticGovernancePolicyEngine . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.skills.html b/docs/dyn/aiplatform_v1beta1.projects.locations.skills.html
new file mode 100644
index 0000000000..5c61aa8fef
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.skills.html
@@ -0,0 +1,91 @@
+
+
+
+Agent Platform API . projects . locations . skills
+Instance Methods
+
+ operations()
+
+Returns the operations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.skills.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.skills.operations.html
new file mode 100644
index 0000000000..7ba730ad0d
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.skills.operations.html
@@ -0,0 +1,272 @@
+
+
+
+Agent Platform API . projects . locations . skills . operations
+Instance Methods
+
+Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+ close()
+Close httplib2 connections.
+
+Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Retrieves the next page of results.
+
+ wait(name, timeout=None, x__xgafv=None)
+Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+Method Details
+
+ cancel(name, x__xgafv=None)
+ Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+Args:
+ name: string, The name of the operation resource to be cancelled. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ delete(name, x__xgafv=None)
+ Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation resource to be deleted. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ get(name, x__xgafv=None)
+ Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+Args:
+ name: string, The name of the operation resource. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+ Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation's parent resource. (required)
+ filter: string, The standard list filter.
+ pageSize: integer, The standard list page size.
+ pageToken: string, The standard list page token.
+ returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # The response message for Operations.ListOperations.
+ "nextPageToken": "A String", # The standard List next-page token.
+ "operations": [ # A list of operations that matches the specified filter in the request.
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ },
+ ],
+ "unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
+ "A String",
+ ],
+}
+
+
+
+ list_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
+ wait(name, timeout=None, x__xgafv=None)
+ Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+
+Args:
+ name: string, The name of the operation resource to wait on. (required)
+ timeout: string, The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.html b/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.html
index 559fd55109..8514b5dfd1 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . solvers
+Agent Platform API . projects . locations . solvers
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.operations.html
index 4a54aba374..dcb31d0556 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.solvers.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . solvers . operations
+Agent Platform API . projects . locations . solvers . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.html b/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.html
index a47958ea11..fe4001fcf9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . specialistPools
+Agent Platform API . projects . locations . specialistPools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.operations.html
index bb4263af48..aa17524da0 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.specialistPools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . specialistPools . operations
+Agent Platform API . projects . locations . specialistPools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.html b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.html
index b191a21515..c36fba6fa3 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . studies
+Agent Platform API . projects . locations . studies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.operations.html
index 5fb82771d7..7845b0288b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . studies . operations
+Agent Platform API . projects . locations . studies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.html b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.html
index 2e1d589a72..23e7af57bc 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . studies . trials
+Agent Platform API . projects . locations . studies . trials
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.operations.html
index 8c8d1ee9d6..9168645d23 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.studies.trials.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . studies . trials . operations
+Agent Platform API . projects . locations . studies . trials . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.html
index 2f0f4bd052..8689197d1b 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments
+Agent Platform API . projects . locations . tensorboards . experiments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.operations.html
index 00d69e0918..d746315b88 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . operations
+Agent Platform API . projects . locations . tensorboards . experiments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.html
index 32cb28d31f..4e8b472486 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments . runs
+Agent Platform API . projects . locations . tensorboards . experiments . runs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.operations.html
index a9ae9d4d76..367cc100b3 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . runs . operations
+Agent Platform API . projects . locations . tensorboards . experiments . runs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.html
index 9d382b487c..80d1804f79 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards . experiments . runs . timeSeries
+Agent Platform API . projects . locations . tensorboards . experiments . runs . timeSeries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
index 0b92d62fc4..e769c1d302 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.experiments.runs.timeSeries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . experiments . runs . timeSeries . operations
+Agent Platform API . projects . locations . tensorboards . experiments . runs . timeSeries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.html
index 59799f9284..e44f633bb9 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tensorboards
+Agent Platform API . projects . locations . tensorboards
Instance Methods
experiments()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.operations.html
index 812898d3a0..8c3d86ea87 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tensorboards.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . tensorboards . operations
+Agent Platform API . projects . locations . tensorboards . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.html b/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.html
index a553e0cf54..a39d0469d2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . trainingPipelines
+Agent Platform API . projects . locations . trainingPipelines
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.operations.html
index 06ca8cd108..4ed953dd16 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.trainingPipelines.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . locations . trainingPipelines . operations
+Agent Platform API . projects . locations . trainingPipelines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.html
index 05c034e236..f0ac2009b2 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tuningJobs
+Agent Platform API . projects . locations . tuningJobs
Instance Methods
operations()
@@ -1428,6 +1428,19 @@
Method Details
},
"tuningJobState": "A String", # Output only. The detail state of the tuning job (while the overall `JobState` is running).
"updateTime": "A String", # Output only. Time when the TuningJob was most recently updated.
+ "veoLoraTuningSpec": { # Tuning Spec for Veo LoRA Model Tuning. # Tuning Spec for Veo LoRA Tuning.
+ "hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo LoRA.
+ "adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
+ "epochCount": "A String", # Optional. Number of complete passes the model makes over the entire training dataset during training.
+ "learningRateMultiplier": 3.14, # Optional. Multiplier for adjusting the default learning rate.
+ "tuningSpeed": "A String", # The speed of the tuning job. Only supported for Veo 3.0 models.
+ "tuningTask": "A String", # The tuning task for Veo.
+ "veoDataMixtureRatio": 3.14, # Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.
+ },
+ "trainingDatasetUri": "A String", # Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "validationDatasetUri": "A String", # Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "videoOrientation": "A String", # Optional. The orientation of the video. Defaults to LANDSCAPE.
+ },
"veoTuningSpec": { # Tuning Spec for Veo Model Tuning. # Tuning Spec for Veo Tuning.
"hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo.
"adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
@@ -2736,6 +2749,19 @@ Method Details
},
"tuningJobState": "A String", # Output only. The detail state of the tuning job (while the overall `JobState` is running).
"updateTime": "A String", # Output only. Time when the TuningJob was most recently updated.
+ "veoLoraTuningSpec": { # Tuning Spec for Veo LoRA Model Tuning. # Tuning Spec for Veo LoRA Tuning.
+ "hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo LoRA.
+ "adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
+ "epochCount": "A String", # Optional. Number of complete passes the model makes over the entire training dataset during training.
+ "learningRateMultiplier": 3.14, # Optional. Multiplier for adjusting the default learning rate.
+ "tuningSpeed": "A String", # The speed of the tuning job. Only supported for Veo 3.0 models.
+ "tuningTask": "A String", # The tuning task for Veo.
+ "veoDataMixtureRatio": 3.14, # Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.
+ },
+ "trainingDatasetUri": "A String", # Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "validationDatasetUri": "A String", # Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "videoOrientation": "A String", # Optional. The orientation of the video. Defaults to LANDSCAPE.
+ },
"veoTuningSpec": { # Tuning Spec for Veo Model Tuning. # Tuning Spec for Veo Tuning.
"hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo.
"adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
@@ -4051,6 +4077,19 @@ Method Details
},
"tuningJobState": "A String", # Output only. The detail state of the tuning job (while the overall `JobState` is running).
"updateTime": "A String", # Output only. Time when the TuningJob was most recently updated.
+ "veoLoraTuningSpec": { # Tuning Spec for Veo LoRA Model Tuning. # Tuning Spec for Veo LoRA Tuning.
+ "hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo LoRA.
+ "adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
+ "epochCount": "A String", # Optional. Number of complete passes the model makes over the entire training dataset during training.
+ "learningRateMultiplier": 3.14, # Optional. Multiplier for adjusting the default learning rate.
+ "tuningSpeed": "A String", # The speed of the tuning job. Only supported for Veo 3.0 models.
+ "tuningTask": "A String", # The tuning task for Veo.
+ "veoDataMixtureRatio": 3.14, # Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.
+ },
+ "trainingDatasetUri": "A String", # Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "validationDatasetUri": "A String", # Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "videoOrientation": "A String", # Optional. The orientation of the video. Defaults to LANDSCAPE.
+ },
"veoTuningSpec": { # Tuning Spec for Veo Model Tuning. # Tuning Spec for Veo Tuning.
"hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo.
"adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
@@ -5372,6 +5411,19 @@ Method Details
},
"tuningJobState": "A String", # Output only. The detail state of the tuning job (while the overall `JobState` is running).
"updateTime": "A String", # Output only. Time when the TuningJob was most recently updated.
+ "veoLoraTuningSpec": { # Tuning Spec for Veo LoRA Model Tuning. # Tuning Spec for Veo LoRA Tuning.
+ "hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo LoRA.
+ "adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
+ "epochCount": "A String", # Optional. Number of complete passes the model makes over the entire training dataset during training.
+ "learningRateMultiplier": 3.14, # Optional. Multiplier for adjusting the default learning rate.
+ "tuningSpeed": "A String", # The speed of the tuning job. Only supported for Veo 3.0 models.
+ "tuningTask": "A String", # The tuning task for Veo.
+ "veoDataMixtureRatio": 3.14, # Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.
+ },
+ "trainingDatasetUri": "A String", # Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "validationDatasetUri": "A String", # Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "videoOrientation": "A String", # Optional. The orientation of the video. Defaults to LANDSCAPE.
+ },
"veoTuningSpec": { # Tuning Spec for Veo Model Tuning. # Tuning Spec for Veo Tuning.
"hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo.
"adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
@@ -6885,6 +6937,19 @@ Method Details
},
"tuningJobState": "A String", # Output only. The detail state of the tuning job (while the overall `JobState` is running).
"updateTime": "A String", # Output only. Time when the TuningJob was most recently updated.
+ "veoLoraTuningSpec": { # Tuning Spec for Veo LoRA Model Tuning. # Tuning Spec for Veo LoRA Tuning.
+ "hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo LoRA.
+ "adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
+ "epochCount": "A String", # Optional. Number of complete passes the model makes over the entire training dataset during training.
+ "learningRateMultiplier": 3.14, # Optional. Multiplier for adjusting the default learning rate.
+ "tuningSpeed": "A String", # The speed of the tuning job. Only supported for Veo 3.0 models.
+ "tuningTask": "A String", # The tuning task for Veo.
+ "veoDataMixtureRatio": 3.14, # Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. If not set, the default value is 0.1.
+ },
+ "trainingDatasetUri": "A String", # Required. Training dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "validationDatasetUri": "A String", # Optional. Validation dataset used for tuning. The dataset can be specified as either a Cloud Storage path to a JSONL file or as the resource name of a Vertex Multimodal Dataset.
+ "videoOrientation": "A String", # Optional. The orientation of the video. Defaults to LANDSCAPE.
+ },
"veoTuningSpec": { # Tuning Spec for Veo Model Tuning. # Tuning Spec for Veo Tuning.
"hyperParameters": { # Hyperparameters for Veo. # Optional. Hyperparameters for Veo.
"adapterSize": "A String", # Optional. The adapter size for LoRA tuning.
diff --git a/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.operations.html b/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.operations.html
index 36ecf39840..c4333d9702 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.locations.tuningJobs.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . locations . tuningJobs . operations
+Agent Platform API . projects . locations . tuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.projects.modelGardenEula.html b/docs/dyn/aiplatform_v1beta1.projects.modelGardenEula.html
index 5b72d615a9..d5b9fa5a41 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.modelGardenEula.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.modelGardenEula.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . modelGardenEula
+Agent Platform API . projects . modelGardenEula
Instance Methods
accept(parent, body=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.projects.publishers.html b/docs/dyn/aiplatform_v1beta1.projects.publishers.html
index f1a8a9d2d6..a831d7dd8a 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.publishers.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.publishers.html
@@ -72,7 +72,7 @@
-Vertex AI API . projects . publishers
+Agent Platform API . projects . publishers
Instance Methods
models()
diff --git a/docs/dyn/aiplatform_v1beta1.projects.publishers.models.html b/docs/dyn/aiplatform_v1beta1.projects.publishers.models.html
index 7d10176210..22e29bba44 100644
--- a/docs/dyn/aiplatform_v1beta1.projects.publishers.models.html
+++ b/docs/dyn/aiplatform_v1beta1.projects.publishers.models.html
@@ -72,7 +72,7 @@
-
Vertex AI API . projects . publishers . models
+Agent Platform API . projects . publishers . models
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.publishers.html b/docs/dyn/aiplatform_v1beta1.publishers.html
index 0250d2b760..19bf266a5f 100644
--- a/docs/dyn/aiplatform_v1beta1.publishers.html
+++ b/docs/dyn/aiplatform_v1beta1.publishers.html
@@ -72,7 +72,7 @@
-Vertex AI API . publishers
+Agent Platform API . publishers
Instance Methods
models()
diff --git a/docs/dyn/aiplatform_v1beta1.publishers.models.html b/docs/dyn/aiplatform_v1beta1.publishers.models.html
index d5725c6800..b77b7c688e 100644
--- a/docs/dyn/aiplatform_v1beta1.publishers.models.html
+++ b/docs/dyn/aiplatform_v1beta1.publishers.models.html
@@ -72,7 +72,7 @@
-
Vertex AI API . publishers . models
+Agent Platform API . publishers . models
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.ragCorpora.html b/docs/dyn/aiplatform_v1beta1.ragCorpora.html
index 4d59026381..292021623e 100644
--- a/docs/dyn/aiplatform_v1beta1.ragCorpora.html
+++ b/docs/dyn/aiplatform_v1beta1.ragCorpora.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragCorpora
+Agent Platform API . ragCorpora
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.ragCorpora.operations.html b/docs/dyn/aiplatform_v1beta1.ragCorpora.operations.html
index 227d82fa91..32d86514e8 100644
--- a/docs/dyn/aiplatform_v1beta1.ragCorpora.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.ragCorpora.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragCorpora . operations
+Agent Platform API . ragCorpora . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.html b/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.html
index 14eb67d593..f74f68238b 100644
--- a/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.html
+++ b/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragCorpora . ragFiles
+Agent Platform API . ragCorpora . ragFiles
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.operations.html b/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.operations.html
index a22d7e5ba7..243ecd4cff 100644
--- a/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.ragCorpora.ragFiles.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragCorpora . ragFiles . operations
+Agent Platform API . ragCorpora . ragFiles . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.ragEngineConfig.html b/docs/dyn/aiplatform_v1beta1.ragEngineConfig.html
index bc26d8d3e2..4ff4d949b5 100644
--- a/docs/dyn/aiplatform_v1beta1.ragEngineConfig.html
+++ b/docs/dyn/aiplatform_v1beta1.ragEngineConfig.html
@@ -72,7 +72,7 @@
-Vertex AI API . ragEngineConfig
+Agent Platform API . ragEngineConfig
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.ragEngineConfig.operations.html b/docs/dyn/aiplatform_v1beta1.ragEngineConfig.operations.html
index ee61cde75a..9c8cd5dab1 100644
--- a/docs/dyn/aiplatform_v1beta1.ragEngineConfig.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.ragEngineConfig.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . ragEngineConfig . operations
+Agent Platform API . ragEngineConfig . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.html
index 536a4b00f8..7f67cbbf0c 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . a2a
+Agent Platform API . reasoningEngines . a2a
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.message.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.message.html
index 6d3bb2e0da..c20cdf3b5f 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.message.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . a2a . message
+Agent Platform API . reasoningEngines . a2a . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.html
index 2daeef6664..e3f27d5d24 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . a2a . tasks
+Agent Platform API . reasoningEngines . a2a . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
index 4883f12ff0..c31f782e79 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . a2a . tasks . pushNotificationConfigs
+Agent Platform API . reasoningEngines . a2a . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.html
index efb4d06102..4a19a19619 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . a2a . v1
+Agent Platform API . reasoningEngines . a2a . v1
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.message.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.message.html
index 811a5671ec..d8662e9cbb 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.message.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . a2a . v1 . message
+Agent Platform API . reasoningEngines . a2a . v1 . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.html
index f5625e17fa..ad0129d46f 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . a2a . v1 . tasks
+Agent Platform API . reasoningEngines . a2a . v1 . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
index 4e31730b1a..5be0c8ef0f 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.a2a.v1.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . a2a . v1 . tasks . pushNotificationConfigs
+Agent Platform API . reasoningEngines . a2a . v1 . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.html
index 5aaf68aa50..5f08db8b00 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . examples
+Agent Platform API . reasoningEngines . examples
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.operations.html
index 3d96a85cb9..41f2e04380 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.examples.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . examples . operations
+Agent Platform API . reasoningEngines . examples . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.html
index 56716b6031..a2677f187e 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . feedbackEntries
+Agent Platform API . reasoningEngines . feedbackEntries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.operations.html
index 1cb5b61dc3..de60acf3ea 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.feedbackEntries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . feedbackEntries . operations
+Agent Platform API . reasoningEngines . feedbackEntries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.html
index a1092923c3..d5dde4ddfa 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines
+Agent Platform API . reasoningEngines
Instance Methods
a2a()
@@ -124,6 +124,9 @@
Instance Methods
Returns the sessions Resource.
+
+ asyncQuery(name, body=None, x__xgafv=None)
+Async query using a reasoning engine.
Close httplib2 connections.
@@ -155,6 +158,49 @@ Instance Methods
streamQuery(name, body=None, x__xgafv=None)
Streams queries using a reasoning engine.
Method Details
+
+ asyncQuery(name, body=None, x__xgafv=None)
+ Async query using a reasoning engine.
+
+Args:
+ name: string, Required. The name of the ReasoningEngine resource to use. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request message for ReasoningEngineExecutionService.AsyncQueryReasoningEngine.
+ "inputGcsUri": "A String", # Optional. Input Cloud Storage URI for the Async query.
+ "outputGcsUri": "A String", # Optional. Output Cloud Storage URI for the Async query.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
close()
Close httplib2 connections.
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.html
index af1c3018d6..bbda6cbc8e 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . memories
+Agent Platform API . reasoningEngines . memories
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.operations.html
index a21cb5b660..57b875b1a3 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . memories . operations
+Agent Platform API . reasoningEngines . memories . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.revisions.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.revisions.html
index 4a92ce2c06..fe07ac666e 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.revisions.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.memories.revisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . memories . revisions
+Agent Platform API . reasoningEngines . memories . revisions
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.operations.html
index e7bd6c950f..de765a6386 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . operations
+Agent Platform API . reasoningEngines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.html
index 0b9ea1076b..fc13451a33 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions . a2a
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.message.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.message.html
index deb04beb6f..acd5309166 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.message.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . runtimeRevisions . a2a . message
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.html
index 4f21c634ae..8901c964d9 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions . a2a . tasks
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
index f69eb31a4a..d378335e04 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . runtimeRevisions . a2a . tasks . pushNotificationConfigs
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.html
index cc48a30ae2..c44d099202 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions . a2a . v1
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . v1
Instance Methods
message()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.message.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.message.html
index d7b260e4a5..c9c960dbb3 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.message.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.message.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . runtimeRevisions . a2a . v1 . message
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . v1 . message
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
index bf0601341c..b1584da7a7 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions . a2a . v1 . tasks
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . v1 . tasks
Instance Methods
pushNotificationConfigs()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
index fb2d418dd3..b1a58c35a4 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.a2a.v1.tasks.pushNotificationConfigs.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . runtimeRevisions . a2a . v1 . tasks . pushNotificationConfigs
+Agent Platform API . reasoningEngines . runtimeRevisions . a2a . v1 . tasks . pushNotificationConfigs
Instance Methods
a2aGetReasoningEngine(name, a2aEndpoint, historyLength=None, x__xgafv=None)
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.html
index 4798ecc24e..9f21cd38e6 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . runtimeRevisions
+Agent Platform API . reasoningEngines . runtimeRevisions
Instance Methods
a2a()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.operations.html
index b1c93b3255..247e77f7d4 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.runtimeRevisions.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . runtimeRevisions . operations
+Agent Platform API . reasoningEngines . runtimeRevisions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.html
index b436df5e22..f1516015b5 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentSnapshots
+Agent Platform API . reasoningEngines . sandboxEnvironmentSnapshots
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
index 63bf4fe057..aa5b72fbf9 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentSnapshots.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . sandboxEnvironmentSnapshots . operations
+Agent Platform API . reasoningEngines . sandboxEnvironmentSnapshots . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.html
index 07d7777cd9..6a3f447a52 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentTemplates
+Agent Platform API . reasoningEngines . sandboxEnvironmentTemplates
Instance Methods
operations()
@@ -143,9 +143,6 @@
Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
x__xgafv: string, V1 error format.
@@ -257,9 +254,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
}
@@ -314,9 +308,6 @@ Method Details
"name": "A String", # Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`
"state": "A String", # Output only. The state of the sandbox environment template.
"updateTime": "A String", # Output only. The timestamp when this SandboxEnvironmentTemplate was most recently updated.
- "warmPoolConfig": { # Configuration for a warm pool of sandbox instances. # Optional. The configuration for the warm pool of this template.
- "targetInstanceCount": 42, # Optional. The target number of pre-warmed instances to maintain.
- },
},
],
}
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
index fdf891b862..267d92a128 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironmentTemplates.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironmentTemplates . operations
+Agent Platform API . reasoningEngines . sandboxEnvironmentTemplates . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.html
index 563abfb29c..39017dbb56 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sandboxEnvironments
+Agent Platform API . reasoningEngines . sandboxEnvironments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.operations.html
index 55e2714424..4166d84582 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sandboxEnvironments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . reasoningEngines . sandboxEnvironments . operations
+Agent Platform API . reasoningEngines . sandboxEnvironments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.events.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.events.html
index dd824581fe..e9f5d21a1e 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.events.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.events.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sessions . events
+Agent Platform API . reasoningEngines . sessions . events
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.html
index 496856071b..9c053676f7 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sessions
+Agent Platform API . reasoningEngines . sessions
Instance Methods
events()
@@ -480,7 +480,7 @@
Method Details
parent: string, Required. The resource name of the location to list sessions from. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}` (required)
filter: string, Optional. The standard list filter. Supported fields: * `display_name` * `user_id` * `labels` Example: `display_name="abc"`, `user_id="123"`, `labels.key="value"`.
orderBy: string, Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `create_time desc`.
- pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, at most 100 sessions will be returned.
+ pageSize: integer, Optional. The maximum number of sessions to return. The service may return fewer than this value. If unspecified, the default page size is 100. Values greater than 100 will be capped at 100.
pageToken: string, Optional. The next_page_token value returned from a previous list SessionService.ListSessions call.
x__xgafv: string, V1 error format.
Allowed values
diff --git a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.operations.html b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.operations.html
index aaee36ffd1..ea791e83b9 100644
--- a/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.reasoningEngines.sessions.operations.html
@@ -72,7 +72,7 @@
-Vertex AI API . reasoningEngines . sessions . operations
+Agent Platform API . reasoningEngines . sessions . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.schedules.html b/docs/dyn/aiplatform_v1beta1.schedules.html
index 81f9a90cc8..fbb5f2f084 100644
--- a/docs/dyn/aiplatform_v1beta1.schedules.html
+++ b/docs/dyn/aiplatform_v1beta1.schedules.html
@@ -72,7 +72,7 @@
-Vertex AI API . schedules
+Agent Platform API . schedules
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.schedules.operations.html b/docs/dyn/aiplatform_v1beta1.schedules.operations.html
index 6abbe65142..dda91befc2 100644
--- a/docs/dyn/aiplatform_v1beta1.schedules.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.schedules.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . schedules . operations
+Agent Platform API . schedules . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.html b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.html
index b72031ca41..fc1aef2c4a 100644
--- a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.html
+++ b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.html
@@ -72,7 +72,7 @@
-Vertex AI API . semanticGovernancePolicies
+Agent Platform API . semanticGovernancePolicies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.operations.html b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.operations.html
index 292182150e..6abbe667cc 100644
--- a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . semanticGovernancePolicies . operations
+Agent Platform API . semanticGovernancePolicies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.html b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.html
index 50782e4346..33579287db 100644
--- a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.html
+++ b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.html
@@ -72,7 +72,7 @@
-Vertex AI API . semanticGovernancePolicyEngine
+Agent Platform API . semanticGovernancePolicyEngine
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.operations.html b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.operations.html
index 608d2420ef..52f5e7d3da 100644
--- a/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.semanticGovernancePolicyEngine.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . semanticGovernancePolicyEngine . operations
+Agent Platform API . semanticGovernancePolicyEngine . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.skills.html b/docs/dyn/aiplatform_v1beta1.skills.html
new file mode 100644
index 0000000000..5b9dd21913
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.skills.html
@@ -0,0 +1,91 @@
+
+
+
+Agent Platform API . skills
+Instance Methods
+
+ operations()
+
+Returns the operations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1beta1.skills.operations.html b/docs/dyn/aiplatform_v1beta1.skills.operations.html
new file mode 100644
index 0000000000..36c7a3b327
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.skills.operations.html
@@ -0,0 +1,272 @@
+
+
+
+Agent Platform API . skills . operations
+Instance Methods
+
+Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+ close()
+Close httplib2 connections.
+
+Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Retrieves the next page of results.
+
+ wait(name, timeout=None, x__xgafv=None)
+Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+Method Details
+
+ cancel(name, x__xgafv=None)
+ Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
+
+Args:
+ name: string, The name of the operation resource to be cancelled. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ delete(name, x__xgafv=None)
+ Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation resource to be deleted. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
+}
+
+
+
+ get(name, x__xgafv=None)
+ Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
+
+Args:
+ name: string, The name of the operation resource. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
+ list(name, filter=None, pageSize=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)
+ Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
+
+Args:
+ name: string, The name of the operation's parent resource. (required)
+ filter: string, The standard list filter.
+ pageSize: integer, The standard list page size.
+ pageToken: string, The standard list page token.
+ returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # The response message for Operations.ListOperations.
+ "nextPageToken": "A String", # The standard List next-page token.
+ "operations": [ # A list of operations that matches the specified filter in the request.
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ },
+ ],
+ "unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
+ "A String",
+ ],
+}
+
+
+
+ list_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
+ wait(name, timeout=None, x__xgafv=None)
+ Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
+
+Args:
+ name: string, The name of the operation resource to wait on. (required)
+ timeout: string, The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # This resource represents a long-running operation that is the result of a network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+ "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+ {
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ ],
+ "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+ },
+ "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+ "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+ "a_key": "", # Properties of the object. Contains field @type with type URL.
+ },
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1beta1.solvers.html b/docs/dyn/aiplatform_v1beta1.solvers.html
index b9a90829f0..14647d9ea0 100644
--- a/docs/dyn/aiplatform_v1beta1.solvers.html
+++ b/docs/dyn/aiplatform_v1beta1.solvers.html
@@ -72,7 +72,7 @@
-Vertex AI API . solvers
+Agent Platform API . solvers
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.solvers.operations.html b/docs/dyn/aiplatform_v1beta1.solvers.operations.html
index fa636bfb49..bce20a9e5e 100644
--- a/docs/dyn/aiplatform_v1beta1.solvers.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.solvers.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . solvers . operations
+Agent Platform API . solvers . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.specialistPools.html b/docs/dyn/aiplatform_v1beta1.specialistPools.html
index 5eed687ebf..e6391b1fb5 100644
--- a/docs/dyn/aiplatform_v1beta1.specialistPools.html
+++ b/docs/dyn/aiplatform_v1beta1.specialistPools.html
@@ -72,7 +72,7 @@
-Vertex AI API . specialistPools
+Agent Platform API . specialistPools
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.specialistPools.operations.html b/docs/dyn/aiplatform_v1beta1.specialistPools.operations.html
index a840f69e4c..e7559fe205 100644
--- a/docs/dyn/aiplatform_v1beta1.specialistPools.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.specialistPools.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . specialistPools . operations
+Agent Platform API . specialistPools . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.studies.html b/docs/dyn/aiplatform_v1beta1.studies.html
index 555b0bae58..d3c00fd0e0 100644
--- a/docs/dyn/aiplatform_v1beta1.studies.html
+++ b/docs/dyn/aiplatform_v1beta1.studies.html
@@ -72,7 +72,7 @@
-Vertex AI API . studies
+Agent Platform API . studies
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.studies.operations.html b/docs/dyn/aiplatform_v1beta1.studies.operations.html
index 9faef8191a..3ad63564cc 100644
--- a/docs/dyn/aiplatform_v1beta1.studies.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.studies.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . studies . operations
+Agent Platform API . studies . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.studies.trials.html b/docs/dyn/aiplatform_v1beta1.studies.trials.html
index eb29954dcb..365255a44f 100644
--- a/docs/dyn/aiplatform_v1beta1.studies.trials.html
+++ b/docs/dyn/aiplatform_v1beta1.studies.trials.html
@@ -72,7 +72,7 @@
-Vertex AI API . studies . trials
+Agent Platform API . studies . trials
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.studies.trials.operations.html b/docs/dyn/aiplatform_v1beta1.studies.trials.operations.html
index 6b9ab292e2..3986d514b4 100644
--- a/docs/dyn/aiplatform_v1beta1.studies.trials.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.studies.trials.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . studies . trials . operations
+Agent Platform API . studies . trials . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.html
index 45d70ab2a8..a9cb5a072d 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments
+Agent Platform API . tensorboards . experiments
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.operations.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.operations.html
index 2c97da1308..ece8bd6549 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . operations
+Agent Platform API . tensorboards . experiments . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.html
index a57289a8cc..ddc7faec6b 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments . runs
+Agent Platform API . tensorboards . experiments . runs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.operations.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.operations.html
index 4ee63762a6..6116baa7bb 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . runs . operations
+Agent Platform API . tensorboards . experiments . runs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.html
index b3ea7d2673..eaf30ec39c 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards . experiments . runs . timeSeries
+Agent Platform API . tensorboards . experiments . runs . timeSeries
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.operations.html b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.operations.html
index 5a6c8d91ee..d36db3b99b 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.experiments.runs.timeSeries.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . experiments . runs . timeSeries . operations
+Agent Platform API . tensorboards . experiments . runs . timeSeries . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.html b/docs/dyn/aiplatform_v1beta1.tensorboards.html
index 144a0b2ded..fd5b5b5fc7 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.html
@@ -72,7 +72,7 @@
-Vertex AI API . tensorboards
+Agent Platform API . tensorboards
Instance Methods
experiments()
diff --git a/docs/dyn/aiplatform_v1beta1.tensorboards.operations.html b/docs/dyn/aiplatform_v1beta1.tensorboards.operations.html
index eb6d36c625..1e7fe90b14 100644
--- a/docs/dyn/aiplatform_v1beta1.tensorboards.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.tensorboards.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tensorboards . operations
+Agent Platform API . tensorboards . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.trainingPipelines.html b/docs/dyn/aiplatform_v1beta1.trainingPipelines.html
index e037ad0435..c8ed9e69c0 100644
--- a/docs/dyn/aiplatform_v1beta1.trainingPipelines.html
+++ b/docs/dyn/aiplatform_v1beta1.trainingPipelines.html
@@ -72,7 +72,7 @@
-Vertex AI API . trainingPipelines
+Agent Platform API . trainingPipelines
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.trainingPipelines.operations.html b/docs/dyn/aiplatform_v1beta1.trainingPipelines.operations.html
index ca76a9948c..dbf973ae86 100644
--- a/docs/dyn/aiplatform_v1beta1.trainingPipelines.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.trainingPipelines.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . trainingPipelines . operations
+Agent Platform API . trainingPipelines . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.tuningJobs.html b/docs/dyn/aiplatform_v1beta1.tuningJobs.html
index 3aca5c17f5..43bd892229 100644
--- a/docs/dyn/aiplatform_v1beta1.tuningJobs.html
+++ b/docs/dyn/aiplatform_v1beta1.tuningJobs.html
@@ -72,7 +72,7 @@
-Vertex AI API . tuningJobs
+Agent Platform API . tuningJobs
Instance Methods
operations()
diff --git a/docs/dyn/aiplatform_v1beta1.tuningJobs.operations.html b/docs/dyn/aiplatform_v1beta1.tuningJobs.operations.html
index d03e372ccc..4675b59493 100644
--- a/docs/dyn/aiplatform_v1beta1.tuningJobs.operations.html
+++ b/docs/dyn/aiplatform_v1beta1.tuningJobs.operations.html
@@ -72,7 +72,7 @@
-
Vertex AI API . tuningJobs . operations
+Agent Platform API . tuningJobs . operations
Instance Methods
diff --git a/docs/dyn/aiplatform_v1beta1.v1beta1.html b/docs/dyn/aiplatform_v1beta1.v1beta1.html
index 080d449292..faab384247 100644
--- a/docs/dyn/aiplatform_v1beta1.v1beta1.html
+++ b/docs/dyn/aiplatform_v1beta1.v1beta1.html
@@ -72,7 +72,7 @@
-Vertex AI API . v1beta1
+Agent Platform API . v1beta1
Instance Methods
@@ -3370,7 +3370,7 @@ Method Details
"useStemmer": True or False, # Optional. Whether to use stemmer to compute rouge score.
},
},
- "metricResourceName": "A String", # Resource name for registered metric.
+ "metricResourceName": "A String", # Optional. Resource name for registered metric.
},
],
"metrics": [ # The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated.
diff --git a/docs/dyn/aiplatform_v1beta1.vertexExpress.Eligibility.html b/docs/dyn/aiplatform_v1beta1.vertexExpress.Eligibility.html
new file mode 100644
index 0000000000..f6c1f94907
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.vertexExpress.Eligibility.html
@@ -0,0 +1,107 @@
+
+
+
+Agent Platform API . vertexExpress . Eligibility
+Instance Methods
+
+Checks whether the user is eligible to sign up for Vertex AI Express Mode.
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ check(x__xgafv=None)
+ Checks whether the user is eligible to sign up for Vertex AI Express Mode.
+
+Args:
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response message for ExpressModeService.CheckSignUpEligibility.
+ "eligibility": "A String", # The eligibility status of the user.
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/aiplatform_v1beta1.vertexExpress.html b/docs/dyn/aiplatform_v1beta1.vertexExpress.html
new file mode 100644
index 0000000000..dbbe4aaf13
--- /dev/null
+++ b/docs/dyn/aiplatform_v1beta1.vertexExpress.html
@@ -0,0 +1,153 @@
+
+
+
+Agent Platform API . vertexExpress
+Instance Methods
+
+ Eligibility()
+
+Returns the Eligibility Resource.
+
+
+ close()
+Close httplib2 connections.
+
+ retrieveExpressProject(getDefaultApiKey=None, x__xgafv=None)
+Retrieves the project for Vertex AI Express Mode.
+
+ signUp(body=None, x__xgafv=None)
+Signs up the user for Vertex AI Express Mode. If the user is already signed up, the existing ExpressProject will be returned.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
+ retrieveExpressProject(getDefaultApiKey=None, x__xgafv=None)
+ Retrieves the project for Vertex AI Express Mode.
+
+Args:
+ getDefaultApiKey: boolean, Optional. Whether to return the default API key string in the response.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response message for ExpressModeService.RetrieveExpressProject.
+ "expressProject": { # The project for Vertex AI Express Mode. # The project for Vertex AI Express Mode.
+ "createTime": "A String", # Output only. The time the project was created.
+ "defaultApiKey": "A String", # Output only. The default API key string of the project.
+ "projectId": "A String", # Output only. The ID of the project.
+ "projectNumber": "A String", # Output only. The number of the project.
+ "region": "A String", # Output only. The region of the project.
+ },
+}
+
+
+
+ signUp(body=None, x__xgafv=None)
+ Signs up the user for Vertex AI Express Mode. If the user is already signed up, the existing ExpressProject will be returned.
+
+Args:
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request message for ExpressModeService.SignUp.
+ "getDefaultApiKey": True or False, # Optional. Whether to return the default API key string in the response.
+ "region": "A String", # Required. The desired region for the express project.
+ "tosAccepted": True or False, # Required. Whether the Terms of Service are accepted.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # The project for Vertex AI Express Mode.
+ "createTime": "A String", # Output only. The time the project was created.
+ "defaultApiKey": "A String", # Output only. The default API key string of the project.
+ "projectId": "A String", # Output only. The ID of the project.
+ "projectNumber": "A String", # Output only. The number of the project.
+ "region": "A String", # Output only. The region of the project.
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/alloydb_v1alpha.projects.locations.html b/docs/dyn/alloydb_v1alpha.projects.locations.html
index 3a63dd954d..2a92fc8866 100644
--- a/docs/dyn/alloydb_v1alpha.projects.locations.html
+++ b/docs/dyn/alloydb_v1alpha.projects.locations.html
@@ -107,7 +107,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -146,11 +146,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/alloydb_v1beta.projects.locations.html b/docs/dyn/alloydb_v1beta.projects.locations.html
index d470514f39..25bbd3b762 100644
--- a/docs/dyn/alloydb_v1beta.projects.locations.html
+++ b/docs/dyn/alloydb_v1beta.projects.locations.html
@@ -107,7 +107,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -146,11 +146,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html b/docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html
index 27816da445..d530a17354 100644
--- a/docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html
+++ b/docs/dyn/analyticshub_v1.projects.locations.dataExchanges.listings.html
@@ -917,7 +917,7 @@ Method Details
],
},
"destinationPubsubSubscription": { # Defines the destination Pub/Sub subscription. # Input only. Destination Pub/Sub subscription to create for the subscriber.
- "pubsubSubscription": { # Defines the destination Pub/Sub subscription. If none of `push_config`, `bigquery_config`, `cloud_storage_config`, `pubsub_export_config`, or `pubsublite_export_config` is set, then the subscriber will pull and ack messages using API methods. At most one of these fields may be set. # Required. Destination Pub/Sub subscription resource.
+ "pubsubSubscription": { # Defines the destination Pub/Sub subscription. If none of `push_config`, `bigquery_config`, `cloud_storage_config`, `bigtable_config`, `pubsub_export_config`, or `pubsublite_export_config` is set, then the subscriber will pull and ack messages using API methods. At most one of these fields may be set. # Required. Destination Pub/Sub subscription resource.
"ackDeadlineSeconds": 42, # Optional. The approximate amount of time (on a best-effort basis) Pub/Sub waits for the subscriber to acknowledge receipt before resending the message. In the interval after the message is delivered and before it is acknowledged, it is considered to be _outstanding_. During that time period, the message will not be redelivered (on a best-effort basis). For pull subscriptions, this value is used as the initial value for the ack deadline. To override this value for a given message, call `ModifyAckDeadline` with the corresponding `ack_id` if using non-streaming pull or send the `ack_id` in a `StreamingModifyAckDeadlineRequest` if using streaming pull. The minimum custom deadline you can specify is 10 seconds. The maximum custom deadline you can specify is 600 seconds (10 minutes). If this parameter is 0, a default value of 10 seconds is used. For push delivery, this value is also used to set the request timeout for the call to the push endpoint. If the subscriber never acknowledges the message, the Pub/Sub system will eventually redeliver the message.
"bigqueryConfig": { # Configuration for a BigQuery subscription. # Optional. If delivery to BigQuery is used with this subscription, this field is used to configure it.
"dropUnknownFields": True or False, # Optional. When true and use_topic_schema is true, any fields that are a part of the topic schema that are not part of the BigQuery table schema are dropped when writing to BigQuery. Otherwise, the schemas must be kept in sync and any messages with extra fields are not written and remain in the subscription's backlog.
diff --git a/docs/dyn/apigateway_v1.projects.locations.html b/docs/dyn/apigateway_v1.projects.locations.html
index 118586dbb4..8121388efc 100644
--- a/docs/dyn/apigateway_v1.projects.locations.html
+++ b/docs/dyn/apigateway_v1.projects.locations.html
@@ -97,7 +97,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -136,11 +136,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/apigateway_v1beta.projects.locations.html b/docs/dyn/apigateway_v1beta.projects.locations.html
index 9634a2dadd..09833e3297 100644
--- a/docs/dyn/apigateway_v1beta.projects.locations.html
+++ b/docs/dyn/apigateway_v1beta.projects.locations.html
@@ -97,7 +97,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -136,11 +136,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/apihub_v1.projects.locations.html b/docs/dyn/apihub_v1.projects.locations.html
index ac416a8623..c8eb94575f 100644
--- a/docs/dyn/apihub_v1.projects.locations.html
+++ b/docs/dyn/apihub_v1.projects.locations.html
@@ -150,7 +150,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -1057,11 +1057,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/apim_v1alpha.projects.locations.html b/docs/dyn/apim_v1alpha.projects.locations.html
index 05a944cd9b..5cce5f5993 100644
--- a/docs/dyn/apim_v1alpha.projects.locations.html
+++ b/docs/dyn/apim_v1alpha.projects.locations.html
@@ -100,7 +100,7 @@ Instance Methods
GetEntitlement returns the entitlement for the provided project.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
listApiObservationTags(parent, pageSize=None, pageToken=None, x__xgafv=None)
ListApiObservationTags lists all extant tags on any observation in the given project.
@@ -168,11 +168,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/appengine_v1.apps.locations.html b/docs/dyn/appengine_v1.apps.locations.html
index d7d527950b..465113c813 100644
--- a/docs/dyn/appengine_v1.apps.locations.html
+++ b/docs/dyn/appengine_v1.apps.locations.html
@@ -126,7 +126,7 @@ Method Details
Args:
appsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/appengine_v1alpha.apps.locations.html b/docs/dyn/appengine_v1alpha.apps.locations.html
index 25eb1677fe..e3b9ffd77e 100644
--- a/docs/dyn/appengine_v1alpha.apps.locations.html
+++ b/docs/dyn/appengine_v1alpha.apps.locations.html
@@ -126,7 +126,7 @@ Method Details
Args:
appsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/appengine_v1alpha.projects.locations.html b/docs/dyn/appengine_v1alpha.projects.locations.html
index 0fb9392f86..eca728a90c 100644
--- a/docs/dyn/appengine_v1alpha.projects.locations.html
+++ b/docs/dyn/appengine_v1alpha.projects.locations.html
@@ -136,7 +136,7 @@ Method Details
Args:
projectsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/appengine_v1beta.apps.locations.html b/docs/dyn/appengine_v1beta.apps.locations.html
index d5e509fd49..69a376a095 100644
--- a/docs/dyn/appengine_v1beta.apps.locations.html
+++ b/docs/dyn/appengine_v1beta.apps.locations.html
@@ -126,7 +126,7 @@ Method Details
Args:
appsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/appengine_v1beta.projects.locations.html b/docs/dyn/appengine_v1beta.projects.locations.html
index 828528521c..b755b3b9d8 100644
--- a/docs/dyn/appengine_v1beta.projects.locations.html
+++ b/docs/dyn/appengine_v1beta.projects.locations.html
@@ -136,7 +136,7 @@ Method Details
Args:
projectsId: string, Part of `name`. The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in AIP-160 (https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the next_page_token field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/apphub_v1.projects.locations.html b/docs/dyn/apphub_v1.projects.locations.html
index a0dc53c32b..18552be9ed 100644
--- a/docs/dyn/apphub_v1.projects.locations.html
+++ b/docs/dyn/apphub_v1.projects.locations.html
@@ -118,7 +118,7 @@ Instance Methods
Gets a Boundary.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -210,11 +210,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/apphub_v1alpha.projects.locations.html b/docs/dyn/apphub_v1alpha.projects.locations.html
index 6d82f090ea..0930a657f9 100644
--- a/docs/dyn/apphub_v1alpha.projects.locations.html
+++ b/docs/dyn/apphub_v1alpha.projects.locations.html
@@ -118,7 +118,7 @@ Instance Methods
Gets a Boundary.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -210,11 +210,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/assuredworkloads_v1.assuredworkloads.html b/docs/dyn/assuredworkloads_v1.assuredworkloads.html
new file mode 100644
index 0000000000..9688c06ec9
--- /dev/null
+++ b/docs/dyn/assuredworkloads_v1.assuredworkloads.html
@@ -0,0 +1,152 @@
+
+
+
+Assured Workloads API . assuredworkloads
+Instance Methods
+
+ archiveResourceEvents(body=None, x__xgafv=None)
+Finds orphan ResourceEvents matching the criteria and moves them to the ArchivedResourceEvents table.
+
+ close()
+Close httplib2 connections.
+
+ revertArchivedResourceEvents(body=None, x__xgafv=None)
+Finds matching ArchivedResourceEvents and moves them back to the ResourceEvents table.
+Method Details
+
+ archiveResourceEvents(body=None, x__xgafv=None)
+ Finds orphan ResourceEvents matching the criteria and moves them to the ArchivedResourceEvents table.
+
+Args:
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request for archiving resource events.
+ "archiveTime": "A String", # Optional. Time to set as ArchiveTime in the archive table. If not provided, the current time is used.
+ "batchSize": 42, # Required. The number of events to process in a single transaction batch.
+ "eventCutoffTime": "A String", # Required. Only events with EventTime earlier than this cutoff will be archived.
+ "maxEventsMove": 42, # Required. The maximum total number of events to move in this request.
+ "organizationId": "A String", # Required. The organization ID for which to archive events.
+ "region": "A String", # Required. The region of the workload(s) whose events should be archived. This is used to filter workloads based on AssurantWorkloadData.region.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for archiving resource events.
+ "movedEventsCount": 42, # The total number of events successfully moved to the archive table.
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ revertArchivedResourceEvents(body=None, x__xgafv=None)
+ Finds matching ArchivedResourceEvents and moves them back to the ResourceEvents table.
+
+Args:
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request for reverting archived resource events.
+ "archiveEndTime": "A String", # Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.
+ "archiveStartTime": "A String", # Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.
+ "batchSize": 42, # Required. The number of events to process in a single transaction batch.
+ "maxEventsMove": 42, # Required. The maximum total number of events to move in this request.
+ "organizationId": "A String", # Required. The organization ID for which to revert events.
+ "region": "A String", # Required. The region of the workload(s) whose events should be reverted. This is used to filter workloads based on AssurantWorkloadData.region.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for reverting archived resource events.
+ "movedEventsCount": 42, # The total number of events successfully moved to the original table.
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/assuredworkloads_v1.html b/docs/dyn/assuredworkloads_v1.html
index ad0a2795a9..c1e1412820 100644
--- a/docs/dyn/assuredworkloads_v1.html
+++ b/docs/dyn/assuredworkloads_v1.html
@@ -74,6 +74,11 @@
Assured Workloads API
Instance Methods
+
+Returns the assuredworkloads Resource.
+
diff --git a/docs/dyn/assuredworkloads_v1beta1.assuredworkloads.html b/docs/dyn/assuredworkloads_v1beta1.assuredworkloads.html
new file mode 100644
index 0000000000..7d666ec416
--- /dev/null
+++ b/docs/dyn/assuredworkloads_v1beta1.assuredworkloads.html
@@ -0,0 +1,152 @@
+
+
+
+Assured Workloads API . assuredworkloads
+Instance Methods
+
+ archiveResourceEvents(body=None, x__xgafv=None)
+Finds orphan ResourceEvents matching the criteria and moves them to the ArchivedResourceEvents table.
+
+ close()
+Close httplib2 connections.
+
+ revertArchivedResourceEvents(body=None, x__xgafv=None)
+Finds matching ArchivedResourceEvents and moves them back to the ResourceEvents table.
+Method Details
+
+ archiveResourceEvents(body=None, x__xgafv=None)
+ Finds orphan ResourceEvents matching the criteria and moves them to the ArchivedResourceEvents table.
+
+Args:
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request for archiving resource events.
+ "archiveTime": "A String", # Optional. Time to set as ArchiveTime in the archive table. If not provided, the current time is used.
+ "batchSize": 42, # Required. The number of events to process in a single transaction batch.
+ "eventCutoffTime": "A String", # Required. Only events with EventTime earlier than this cutoff will be archived.
+ "maxEventsMove": 42, # Required. The maximum total number of events to move in this request.
+ "organizationId": "A String", # Required. The organization ID for which to archive events.
+ "region": "A String", # Required. The region of the workload(s) whose events should be archived. This is used to filter workloads based on AssurantWorkloadData.region.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for archiving resource events.
+ "movedEventsCount": 42, # The total number of events successfully moved to the archive table.
+}
+
+
+
+ close()
+ Close httplib2 connections.
+
+
+
+ revertArchivedResourceEvents(body=None, x__xgafv=None)
+ Finds matching ArchivedResourceEvents and moves them back to the ResourceEvents table.
+
+Args:
+ body: object, The request body.
+ The object takes the form of:
+
+{ # Request for reverting archived resource events.
+ "archiveEndTime": "A String", # Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.
+ "archiveStartTime": "A String", # Required. Only events within this time range will be reverted. This helps prevent reverting everything when something goes wrong.
+ "batchSize": 42, # Required. The number of events to process in a single transaction batch.
+ "maxEventsMove": 42, # Required. The maximum total number of events to move in this request.
+ "organizationId": "A String", # Required. The organization ID for which to revert events.
+ "region": "A String", # Required. The region of the workload(s) whose events should be reverted. This is used to filter workloads based on AssurantWorkloadData.region.
+}
+
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for reverting archived resource events.
+ "movedEventsCount": 42, # The total number of events successfully moved to the original table.
+}
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/assuredworkloads_v1beta1.html b/docs/dyn/assuredworkloads_v1beta1.html
index fde1856367..4a60071fa8 100644
--- a/docs/dyn/assuredworkloads_v1beta1.html
+++ b/docs/dyn/assuredworkloads_v1beta1.html
@@ -74,6 +74,11 @@
Assured Workloads API
Instance Methods
+
+Returns the assuredworkloads Resource.
+
diff --git a/docs/dyn/backupdr_v1.folders.html b/docs/dyn/backupdr_v1.folders.html
new file mode 100644
index 0000000000..b8c8f3d536
--- /dev/null
+++ b/docs/dyn/backupdr_v1.folders.html
@@ -0,0 +1,91 @@
+
+
+
+Backup and DR Service API . folders
+Instance Methods
+
+ locations()
+
+Returns the locations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.folders.locations.html b/docs/dyn/backupdr_v1.folders.locations.html
new file mode 100644
index 0000000000..a88773a67e
--- /dev/null
+++ b/docs/dyn/backupdr_v1.folders.locations.html
@@ -0,0 +1,91 @@
+
+
+
+Backup and DR Service API . folders . locations
+Instance Methods
+
+Returns the resourceBackupConfigs Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.folders.locations.resourceBackupConfigs.html b/docs/dyn/backupdr_v1.folders.locations.resourceBackupConfigs.html
new file mode 100644
index 0000000000..e404c180d9
--- /dev/null
+++ b/docs/dyn/backupdr_v1.folders.locations.resourceBackupConfigs.html
@@ -0,0 +1,175 @@
+
+
+
+Backup and DR Service API . folders . locations . resourceBackupConfigs
+Instance Methods
+
+ close()
+Close httplib2 connections.
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+Fetches ResourceBackupConfigs.
+
+Retrieves the next page of results.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ Fetches ResourceBackupConfigs.
+
+Args:
+ parent: string, Required. The project, folder or organization and location for which to retrieve resource backup configs. Format: 'projects/{project_id}/locations/{location}', 'folders/{folder_id}/locations/{location}', or 'organizations/{organization_id}/locations/{location}'. (required)
+ filter: string, Optional. Filtering results.
+ orderBy: string, Optional. Hint for how to order the results.
+ pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will use 100 as default. Maximum value is 500 and values above 500 will be coerced to 500.
+ pageToken: string, Optional. A token identifying a page of results the server should return.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for FetchResourceBackupConfigs.
+ "nextPageToken": "A String", # A token identifying a page of results the server should return.
+ "resourceBackupConfigs": [ # The list of ResourceBackupConfigs for the specified scope.
+ { # ResourceBackupConfig represents a resource along with its backup configurations.
+ "backupConfigsDetails": [ # Backup configurations applying to the target resource, including those targeting its related/child resources. For example, backup configuration applicable to Compute Engine disks will be populated in this field for a Compute Engine VM which has the disk associated.
+ { # BackupConfigDetails has information about how the resource is configured for backups and about the most recent backup taken for this configuration.
+ "applicableResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the resource that is applicable for the backup configuration. Example: "//compute.googleapis.com/projects/{project}/zones/{zone}/instances/{instance}"
+ "backupConfigSource": "A String", # Output only. The full resource name of the backup config source resource. For example, "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupPlans/{backupplanId}" or "//compute.googleapis.com/projects/{project}/locations/{region}/resourcePolicies/{resourcePolicyId}".
+ "backupConfigSourceDisplayName": "A String", # Output only. The display name of the backup config source resource.
+ "backupDrPlanConfig": { # BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration. # Google Cloud Backup and DR's Backup Plan specific data.
+ "backupDrPlanRules": [ # Backup rules of the backup plan resource.
+ { # BackupDrPlanRule has rule specific information of the backup plan resource.
+ "lastSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup rule.
+ "ruleId": "A String", # Output only. Unique Id of the backup rule.
+ },
+ ],
+ },
+ "backupDrTemplateConfig": { # Provides additional information about Google Cloud Backup and DR's Template backup configuration. # Google Cloud Backup and DR's Template specific data.
+ "firstPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the first party identity users.
+ "thirdPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the third party identity users.
+ },
+ "backupLocations": [ # The locations where the backups are to be stored.
+ { # BackupLocation represents a cloud location where a backup can be stored.
+ "locationId": "A String", # Output only. The id of the cloud location. Example: "us-central1"
+ "type": "A String", # Output only. The type of the location.
+ },
+ ],
+ "backupVault": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the backup vault that will store the backups generated through this backup configuration. Example: "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupVaults/{backupvaultId}"
+ "latestSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup configuration.
+ "pitrSettings": { # Point in time recovery settings of the backup configuration resource. # Output only. Point in time recovery settings of the backup configuration resource.
+ "retentionDays": 42, # Output only. Number of days to retain the backup.
+ },
+ "state": "A String", # Output only. The state of the backup config resource.
+ "type": "A String", # Output only. The type of the backup config resource.
+ },
+ ],
+ "backupConfigured": True or False, # Output only. Whether the target resource is configured for backup. This is true if the backup_configs_details is not empty.
+ "name": "A String", # Identifier. The resource name of the ResourceBackupConfig. Format: projects/{project}/locations/{location}/resourceBackupConfigs/{uid}
+ "targetResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the cloud resource that this configuration applies to. Supported resource types are ResourceBackupConfig.ResourceType.
+ "targetResourceDisplayName": "A String", # Output only. The human friendly name of the target resource.
+ "targetResourceLabels": { # Labels associated with the target resource.
+ "a_key": "A String",
+ },
+ "targetResourceType": "A String", # Output only. The type of the target resource.
+ "uid": "A String", # Output only. The unique identifier of the resource backup config.
+ "vaulted": True or False, # Output only. Whether the target resource is protected by a backup vault. This is true if the backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details has a backup configuration with BackupConfigDetails.backup_vault set.
+ },
+ ],
+}
+
+
+
+ fetch_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.html b/docs/dyn/backupdr_v1.html
index c0897e950d..e8d0384155 100644
--- a/docs/dyn/backupdr_v1.html
+++ b/docs/dyn/backupdr_v1.html
@@ -74,6 +74,16 @@
Backup and DR Service API
Instance Methods
+
+ folders()
+
+Returns the folders Resource.
+
+
+ organizations()
+
+Returns the organizations Resource.
+
diff --git a/docs/dyn/backupdr_v1.organizations.html b/docs/dyn/backupdr_v1.organizations.html
new file mode 100644
index 0000000000..88cc01f210
--- /dev/null
+++ b/docs/dyn/backupdr_v1.organizations.html
@@ -0,0 +1,91 @@
+
+
+
+Backup and DR Service API . organizations
+Instance Methods
+
+ locations()
+
+Returns the locations Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.organizations.locations.html b/docs/dyn/backupdr_v1.organizations.locations.html
new file mode 100644
index 0000000000..2c79720643
--- /dev/null
+++ b/docs/dyn/backupdr_v1.organizations.locations.html
@@ -0,0 +1,91 @@
+
+
+
+Backup and DR Service API . organizations . locations
+Instance Methods
+
+Returns the resourceBackupConfigs Resource.
+
+
+ close()
+Close httplib2 connections.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.organizations.locations.resourceBackupConfigs.html b/docs/dyn/backupdr_v1.organizations.locations.resourceBackupConfigs.html
new file mode 100644
index 0000000000..a092614fa2
--- /dev/null
+++ b/docs/dyn/backupdr_v1.organizations.locations.resourceBackupConfigs.html
@@ -0,0 +1,175 @@
+
+
+
+Backup and DR Service API . organizations . locations . resourceBackupConfigs
+Instance Methods
+
+ close()
+Close httplib2 connections.
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+Fetches ResourceBackupConfigs.
+
+Retrieves the next page of results.
+Method Details
+
+ close()
+ Close httplib2 connections.
+
+
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ Fetches ResourceBackupConfigs.
+
+Args:
+ parent: string, Required. The project, folder or organization and location for which to retrieve resource backup configs. Format: 'projects/{project_id}/locations/{location}', 'folders/{folder_id}/locations/{location}', or 'organizations/{organization_id}/locations/{location}'. (required)
+ filter: string, Optional. Filtering results.
+ orderBy: string, Optional. Hint for how to order the results.
+ pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will use 100 as default. Maximum value is 500 and values above 500 will be coerced to 500.
+ pageToken: string, Optional. A token identifying a page of results the server should return.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for FetchResourceBackupConfigs.
+ "nextPageToken": "A String", # A token identifying a page of results the server should return.
+ "resourceBackupConfigs": [ # The list of ResourceBackupConfigs for the specified scope.
+ { # ResourceBackupConfig represents a resource along with its backup configurations.
+ "backupConfigsDetails": [ # Backup configurations applying to the target resource, including those targeting its related/child resources. For example, backup configuration applicable to Compute Engine disks will be populated in this field for a Compute Engine VM which has the disk associated.
+ { # BackupConfigDetails has information about how the resource is configured for backups and about the most recent backup taken for this configuration.
+ "applicableResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the resource that is applicable for the backup configuration. Example: "//compute.googleapis.com/projects/{project}/zones/{zone}/instances/{instance}"
+ "backupConfigSource": "A String", # Output only. The full resource name of the backup config source resource. For example, "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupPlans/{backupplanId}" or "//compute.googleapis.com/projects/{project}/locations/{region}/resourcePolicies/{resourcePolicyId}".
+ "backupConfigSourceDisplayName": "A String", # Output only. The display name of the backup config source resource.
+ "backupDrPlanConfig": { # BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration. # Google Cloud Backup and DR's Backup Plan specific data.
+ "backupDrPlanRules": [ # Backup rules of the backup plan resource.
+ { # BackupDrPlanRule has rule specific information of the backup plan resource.
+ "lastSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup rule.
+ "ruleId": "A String", # Output only. Unique Id of the backup rule.
+ },
+ ],
+ },
+ "backupDrTemplateConfig": { # Provides additional information about Google Cloud Backup and DR's Template backup configuration. # Google Cloud Backup and DR's Template specific data.
+ "firstPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the first party identity users.
+ "thirdPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the third party identity users.
+ },
+ "backupLocations": [ # The locations where the backups are to be stored.
+ { # BackupLocation represents a cloud location where a backup can be stored.
+ "locationId": "A String", # Output only. The id of the cloud location. Example: "us-central1"
+ "type": "A String", # Output only. The type of the location.
+ },
+ ],
+ "backupVault": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the backup vault that will store the backups generated through this backup configuration. Example: "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupVaults/{backupvaultId}"
+ "latestSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup configuration.
+ "pitrSettings": { # Point in time recovery settings of the backup configuration resource. # Output only. Point in time recovery settings of the backup configuration resource.
+ "retentionDays": 42, # Output only. Number of days to retain the backup.
+ },
+ "state": "A String", # Output only. The state of the backup config resource.
+ "type": "A String", # Output only. The type of the backup config resource.
+ },
+ ],
+ "backupConfigured": True or False, # Output only. Whether the target resource is configured for backup. This is true if the backup_configs_details is not empty.
+ "name": "A String", # Identifier. The resource name of the ResourceBackupConfig. Format: projects/{project}/locations/{location}/resourceBackupConfigs/{uid}
+ "targetResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the cloud resource that this configuration applies to. Supported resource types are ResourceBackupConfig.ResourceType.
+ "targetResourceDisplayName": "A String", # Output only. The human friendly name of the target resource.
+ "targetResourceLabels": { # Labels associated with the target resource.
+ "a_key": "A String",
+ },
+ "targetResourceType": "A String", # Output only. The type of the target resource.
+ "uid": "A String", # Output only. The unique identifier of the resource backup config.
+ "vaulted": True or False, # Output only. Whether the target resource is protected by a backup vault. This is true if the backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details has a backup configuration with BackupConfigDetails.backup_vault set.
+ },
+ ],
+}
+
+
+
+ fetch_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
+
\ No newline at end of file
diff --git a/docs/dyn/backupdr_v1.projects.locations.html b/docs/dyn/backupdr_v1.projects.locations.html
index 6a61375d13..2c5d8882a4 100644
--- a/docs/dyn/backupdr_v1.projects.locations.html
+++ b/docs/dyn/backupdr_v1.projects.locations.html
@@ -130,7 +130,7 @@ Instance Methods
Gets the Trial state for a given project
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -192,11 +192,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/backupdr_v1.projects.locations.resourceBackupConfigs.html b/docs/dyn/backupdr_v1.projects.locations.resourceBackupConfigs.html
index 07716aead2..290212c347 100644
--- a/docs/dyn/backupdr_v1.projects.locations.resourceBackupConfigs.html
+++ b/docs/dyn/backupdr_v1.projects.locations.resourceBackupConfigs.html
@@ -77,6 +77,12 @@ Instance Methods
Close httplib2 connections.
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+Fetches ResourceBackupConfigs.
+
+Retrieves the next page of results.
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists ResourceBackupConfigs.
@@ -89,6 +95,89 @@ Method Details
Close httplib2 connections.
+
+ fetch(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
+ Fetches ResourceBackupConfigs.
+
+Args:
+ parent: string, Required. The project, folder or organization and location for which to retrieve resource backup configs. Format: 'projects/{project_id}/locations/{location}', 'folders/{folder_id}/locations/{location}', or 'organizations/{organization_id}/locations/{location}'. (required)
+ filter: string, Optional. Filtering results.
+ orderBy: string, Optional. Hint for how to order the results.
+ pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will use 100 as default. Maximum value is 500 and values above 500 will be coerced to 500.
+ pageToken: string, Optional. A token identifying a page of results the server should return.
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
+
+Returns:
+ An object of the form:
+
+ { # Response for FetchResourceBackupConfigs.
+ "nextPageToken": "A String", # A token identifying a page of results the server should return.
+ "resourceBackupConfigs": [ # The list of ResourceBackupConfigs for the specified scope.
+ { # ResourceBackupConfig represents a resource along with its backup configurations.
+ "backupConfigsDetails": [ # Backup configurations applying to the target resource, including those targeting its related/child resources. For example, backup configuration applicable to Compute Engine disks will be populated in this field for a Compute Engine VM which has the disk associated.
+ { # BackupConfigDetails has information about how the resource is configured for backups and about the most recent backup taken for this configuration.
+ "applicableResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the resource that is applicable for the backup configuration. Example: "//compute.googleapis.com/projects/{project}/zones/{zone}/instances/{instance}"
+ "backupConfigSource": "A String", # Output only. The full resource name of the backup config source resource. For example, "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupPlans/{backupplanId}" or "//compute.googleapis.com/projects/{project}/locations/{region}/resourcePolicies/{resourcePolicyId}".
+ "backupConfigSourceDisplayName": "A String", # Output only. The display name of the backup config source resource.
+ "backupDrPlanConfig": { # BackupDrPlanConfig has additional information about Google Cloud Backup and DR's Plan backup configuration. # Google Cloud Backup and DR's Backup Plan specific data.
+ "backupDrPlanRules": [ # Backup rules of the backup plan resource.
+ { # BackupDrPlanRule has rule specific information of the backup plan resource.
+ "lastSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup rule.
+ "ruleId": "A String", # Output only. Unique Id of the backup rule.
+ },
+ ],
+ },
+ "backupDrTemplateConfig": { # Provides additional information about Google Cloud Backup and DR's Template backup configuration. # Google Cloud Backup and DR's Template specific data.
+ "firstPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the first party identity users.
+ "thirdPartyManagementUri": "A String", # Output only. The URI of the BackupDr template resource for the third party identity users.
+ },
+ "backupLocations": [ # The locations where the backups are to be stored.
+ { # BackupLocation represents a cloud location where a backup can be stored.
+ "locationId": "A String", # Output only. The id of the cloud location. Example: "us-central1"
+ "type": "A String", # Output only. The type of the location.
+ },
+ ],
+ "backupVault": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the backup vault that will store the backups generated through this backup configuration. Example: "//backupdr.googleapis.com/v1/projects/{project}/locations/{region}/backupVaults/{backupvaultId}"
+ "latestSuccessfulBackupTime": "A String", # Output only. Timestamp of the latest successful backup created via this backup configuration.
+ "pitrSettings": { # Point in time recovery settings of the backup configuration resource. # Output only. Point in time recovery settings of the backup configuration resource.
+ "retentionDays": 42, # Output only. Number of days to retain the backup.
+ },
+ "state": "A String", # Output only. The state of the backup config resource.
+ "type": "A String", # Output only. The type of the backup config resource.
+ },
+ ],
+ "backupConfigured": True or False, # Output only. Whether the target resource is configured for backup. This is true if the backup_configs_details is not empty.
+ "name": "A String", # Identifier. The resource name of the ResourceBackupConfig. Format: projects/{project}/locations/{location}/resourceBackupConfigs/{uid}
+ "targetResource": "A String", # Output only. The [full resource name](https://cloud.google.com/asset-inventory/docs/resource-name-format) of the cloud resource that this configuration applies to. Supported resource types are ResourceBackupConfig.ResourceType.
+ "targetResourceDisplayName": "A String", # Output only. The human friendly name of the target resource.
+ "targetResourceLabels": { # Labels associated with the target resource.
+ "a_key": "A String",
+ },
+ "targetResourceType": "A String", # Output only. The type of the target resource.
+ "uid": "A String", # Output only. The unique identifier of the resource backup config.
+ "vaulted": True or False, # Output only. Whether the target resource is protected by a backup vault. This is true if the backup_configs_details is not empty and any of the ResourceBackupConfig.backup_configs_details has a backup configuration with BackupConfigDetails.backup_vault set.
+ },
+ ],
+}
+
+
+
+ fetch_next()
+ Retrieves the next page of results.
+
+ Args:
+ previous_request: The request for the previous page. (required)
+ previous_response: The response from the request for the previous page. (required)
+
+ Returns:
+ A request object that you can call 'execute()' on to request the next
+ page. Returns None if there are no more items in the collection.
+
+
+
list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)
Lists ResourceBackupConfigs.
diff --git a/docs/dyn/batch_v1.projects.locations.html b/docs/dyn/batch_v1.projects.locations.html
index 03eaf633c8..1e2f91e292 100644
--- a/docs/dyn/batch_v1.projects.locations.html
+++ b/docs/dyn/batch_v1.projects.locations.html
@@ -97,7 +97,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -136,7 +136,7 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
diff --git a/docs/dyn/bigquerydatatransfer_v1.projects.locations.html b/docs/dyn/bigquerydatatransfer_v1.projects.locations.html
index 5d09d9102f..5e491dfcd5 100644
--- a/docs/dyn/bigquerydatatransfer_v1.projects.locations.html
+++ b/docs/dyn/bigquerydatatransfer_v1.projects.locations.html
@@ -95,7 +95,7 @@ Instance Methods
Gets information about a location.
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
-Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Retrieves the next page of results.
@@ -164,11 +164,11 @@ Method Details
list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)
- Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
+ Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
Args:
name: string, The resource that owns the locations collection, if applicable. (required)
- extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
+ extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
diff --git a/docs/dyn/bigtableadmin_v2.projects.instances.clusters.html b/docs/dyn/bigtableadmin_v2.projects.instances.clusters.html
index 839e631e83..11fa1a9e63 100644
--- a/docs/dyn/bigtableadmin_v2.projects.instances.clusters.html
+++ b/docs/dyn/bigtableadmin_v2.projects.instances.clusters.html
@@ -116,9 +116,6 @@ Instance Methods
update(name, body=None, x__xgafv=None)
Updates a cluster within an instance. Note that UpdateCluster does not support updating cluster_config.cluster_autoscaling_config. In order to update it, you must use PartialUpdateCluster.
-
- updateMemoryLayer(name, body=None, updateMask=None, x__xgafv=None)
-Updates the memory layer of a cluster. To enable the memory layer, set the memory_config. To disable the memory layer, unset the memory_config.
Method Details
close()
@@ -456,52 +453,4 @@ Method Details
}
-
- updateMemoryLayer(name, body=None, updateMask=None, x__xgafv=None)
- Updates the memory layer of a cluster. To enable the memory layer, set the memory_config. To disable the memory layer, unset the memory_config.
-
-Args:
- name: string, Identifier. Name of the memory layer. This is always: "projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer". (required)
- body: object, The request body.
- The object takes the form of:
-
-{ # The memory layer of a cluster. A memory layer serves reads from memory without hitting the backing persistent data store.
- "etag": "A String", # Optional. The etag for this memory layer. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.
- "memoryConfig": { # Configuration of a memory layer. # The configuration of this memory layer. Set an empty `memory_config` to enable the memory layer. Unset this to disable the memory layer.
- "storageSizeGib": 42, # Output only. Reporting the current size of the memory layer in GiB.
- },
- "name": "A String", # Identifier. Name of the memory layer. This is always: "projects/{project}/instances/{instance}/clusters/{cluster}/memoryLayer".
- "state": "A String", # Output only. The current state of the memory layer.
-}
-
- updateMask: string, Optional. The list of fields to update.
- x__xgafv: string, V1 error format.
- Allowed values
- 1 - v1 error format
- 2 - v2 error format
-
-Returns:
- An object of the form:
-
- { # This resource represents a long-running operation that is the result of a network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
- "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
- {
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- ],
- "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
- },
- "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
- "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
- "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
- "a_key": "", # Properties of the object. Contains field @type with type URL.
- },
-}
-
-