A base abstract class for Aiplatform requests.
AiplatformServiceThe Aiplatform Service.
AiplatformService.ScopeAvailable OAuth 2.0 scopes for use with the Vertex AI API.
AiplatformService.ScopeConstantsAvailable OAuth 2.0 scope constants for use with the Vertex AI API.
BatchPredictionJobsResourceThe "batchPredictionJobs" collection of methods.
BatchPredictionJobsResource.CreateRequestCreates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
BatchPredictionJobsResource.GetRequestGets a BatchPredictionJob
BatchPredictionJobsResource.ListRequestLists BatchPredictionJobs in a Location.
DatasetsResourceThe "datasets" collection of methods.
DatasetsResource.CreateRequestCreates a Dataset.
DatasetsResource.DatasetVersionsResourceThe "datasetVersions" collection of methods.
DatasetsResource.DatasetVersionsResource.CreateRequestCreate a version from a Dataset.
DatasetsResource.DatasetVersionsResource.DeleteRequestDeletes a Dataset version.
DatasetsResource.DatasetVersionsResource.GetRequestGets a Dataset version.
DatasetsResource.DatasetVersionsResource.ListRequestLists DatasetVersions in a Dataset.
DatasetsResource.DatasetVersionsResource.PatchRequestUpdates a DatasetVersion.
DatasetsResource.DatasetVersionsResource.RestoreRequestRestores a dataset version.
DatasetsResource.DeleteRequestDeletes a Dataset.
DatasetsResource.GetRequestGets a Dataset.
DatasetsResource.ListRequestLists Datasets in a Location.
DatasetsResource.PatchRequestUpdates a Dataset.
EndpointsResourceThe "endpoints" collection of methods.
EndpointsResource.ChatResourceThe "chat" collection of methods.
EndpointsResource.ChatResource.CompletionsRequestExposes an OpenAI-compatible endpoint for chat completions.
EndpointsResource.ComputeTokensRequestReturn a list of tokens based on the input text.
EndpointsResource.CountTokensRequestPerform a token counting.
EndpointsResource.GenerateContentRequestGenerate content with multimodal inputs.
EndpointsResource.PredictRequestPerform an online prediction.
EndpointsResource.StreamGenerateContentRequestGenerate content with multimodal inputs with streaming support.
MediaResourceThe "media" collection of methods.
MediaResource.UploadMediaUploadUpload media upload which supports resumable upload.
MediaResource.UploadRequestUpload a file into a RagCorpus.
ProjectsResourceThe "projects" collection of methods.
ProjectsResource.GetCacheConfigRequestGets a GenAI cache config.
ProjectsResource.LocationsResourceThe "locations" collection of methods.
ProjectsResource.LocationsResource.AugmentPromptRequestGiven an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses.
ProjectsResource.LocationsResource.BatchPredictionJobsResourceThe "batchPredictionJobs" collection of methods.
ProjectsResource.LocationsResource.BatchPredictionJobsResource.CancelRequestCancels a BatchPredictionJob. Starts asynchronous cancellation on the BatchPredictionJob. The server makes the best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetBatchPredictionJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On a successful cancellation, the BatchPredictionJob is not deleted;instead its BatchPredictionJob.state is set to CANCELLED
. Any files already outputted by the job are not deleted.
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
ProjectsResource.LocationsResource.BatchPredictionJobsResource.DeleteRequestDeletes a BatchPredictionJob. Can only be called on jobs that already finished.
ProjectsResource.LocationsResource.BatchPredictionJobsResource.GetRequestGets a BatchPredictionJob
ProjectsResource.LocationsResource.BatchPredictionJobsResource.ListRequestLists BatchPredictionJobs in a Location.
ProjectsResource.LocationsResource.CachedContentsResourceThe "cachedContents" collection of methods.
ProjectsResource.LocationsResource.CachedContentsResource.CreateRequestCreates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage.
ProjectsResource.LocationsResource.CachedContentsResource.DeleteRequestDeletes cached content
ProjectsResource.LocationsResource.CachedContentsResource.GetRequestGets cached content configurations
ProjectsResource.LocationsResource.CachedContentsResource.ListRequestLists cached contents in a project
ProjectsResource.LocationsResource.CachedContentsResource.PatchRequestUpdates cached content configurations
ProjectsResource.LocationsResource.CorroborateContentRequestGiven an input text, it returns a score that evaluates the factuality of the text. It also extracts and returns claims from the text and provides supporting facts.
ProjectsResource.LocationsResource.CustomJobsResourceThe "customJobs" collection of methods.
ProjectsResource.LocationsResource.CustomJobsResource.CancelRequestCancels a CustomJob. Starts asynchronous cancellation on the CustomJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetCustomJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the CustomJob is not deleted; instead it becomes a job with a CustomJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and CustomJob.state is set to CANCELLED
.
Creates a CustomJob. A created CustomJob right away will be attempted to be run.
ProjectsResource.LocationsResource.CustomJobsResource.DeleteRequestDeletes a CustomJob.
ProjectsResource.LocationsResource.CustomJobsResource.GetRequestGets a CustomJob.
ProjectsResource.LocationsResource.CustomJobsResource.ListRequestLists CustomJobs in a Location.
ProjectsResource.LocationsResource.CustomJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.CustomJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.CustomJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "dataLabelingJobs" collection of methods.
ProjectsResource.LocationsResource.DataLabelingJobsResource.CancelRequestCancels a DataLabelingJob. Success of cancellation is not guaranteed.
ProjectsResource.LocationsResource.DataLabelingJobsResource.CreateRequestCreates a DataLabelingJob.
ProjectsResource.LocationsResource.DataLabelingJobsResource.DeleteRequestDeletes a DataLabelingJob.
ProjectsResource.LocationsResource.DataLabelingJobsResource.GetRequestGets a DataLabelingJob.
ProjectsResource.LocationsResource.DataLabelingJobsResource.ListRequestLists DataLabelingJobs in a Location.
ProjectsResource.LocationsResource.DataLabelingJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DataLabelingJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DataLabelingJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "datasets" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResourceThe "annotationSpecs" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource.GetRequestGets an AnnotationSpec.
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DatasetsResource.AnnotationSpecsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Creates a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResourceThe "dataItems" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResourceThe "annotations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource.ListRequestLists Annotations belongs to a dataitem.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.AnnotationsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Lists DataItems in a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DatasetsResource.DataItemsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "datasetVersions" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.CreateRequestCreate a version from a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.DeleteRequestDeletes a Dataset version.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.GetRequestGets a Dataset version.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.ListRequestLists DatasetVersions in a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.PatchRequestUpdates a DatasetVersion.
ProjectsResource.LocationsResource.DatasetsResource.DatasetVersionsResource.RestoreRequestRestores a dataset version.
ProjectsResource.LocationsResource.DatasetsResource.DeleteRequestDeletes a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.ExportRequestExports data from a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.GetRequestGets a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.ImportRequestImports data into a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.ListRequestLists Datasets in a Location.
ProjectsResource.LocationsResource.DatasetsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DatasetsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResourceThe "savedQueries" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.DeleteRequestDeletes a SavedQuery.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.ListRequestLists SavedQueries in a Dataset.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DatasetsResource.SavedQueriesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Searches DataItems in a Dataset.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResourceThe "deploymentResourcePools" collection of methods.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.CreateRequestCreate a DeploymentResourcePool.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.DeleteRequestDelete a DeploymentResourcePool.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.GetRequestGet a DeploymentResourcePool.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.ListRequestList DeploymentResourcePools in a location.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Update a DeploymentResourcePool.
ProjectsResource.LocationsResource.DeploymentResourcePoolsResource.QueryDeployedModelsRequestList DeployedModels that have been deployed on this DeploymentResourcePool.
ProjectsResource.LocationsResource.EndpointsResourceThe "endpoints" collection of methods.
ProjectsResource.LocationsResource.EndpointsResource.ChatResourceThe "chat" collection of methods.
ProjectsResource.LocationsResource.EndpointsResource.ChatResource.CompletionsRequestExposes an OpenAI-compatible endpoint for chat completions.
ProjectsResource.LocationsResource.EndpointsResource.ComputeTokensRequestReturn a list of tokens based on the input text.
ProjectsResource.LocationsResource.EndpointsResource.CountTokensRequestPerform a token counting.
ProjectsResource.LocationsResource.EndpointsResource.CreateRequestCreates an Endpoint.
ProjectsResource.LocationsResource.EndpointsResource.DeleteRequestDeletes an Endpoint.
ProjectsResource.LocationsResource.EndpointsResource.DeployModelRequestDeploys a Model into this Endpoint, creating a DeployedModel within it.
ProjectsResource.LocationsResource.EndpointsResource.DirectPredictRequestPerform an unary online prediction request to a gRPC model server for Vertex first-party products and frameworks.
ProjectsResource.LocationsResource.EndpointsResource.DirectRawPredictRequestPerform an unary online prediction request to a gRPC model server for custom containers.
ProjectsResource.LocationsResource.EndpointsResource.ExplainRequestPerform an online explanation. If deployed_model_id is specified, the corresponding DeployModel must have explanation_spec populated. If deployed_model_id is not specified, all DeployedModels must have explanation_spec populated.
ProjectsResource.LocationsResource.EndpointsResource.FetchPredictOperationRequestFetch an asynchronous online prediction operation.
ProjectsResource.LocationsResource.EndpointsResource.GenerateContentRequestGenerate content with multimodal inputs.
ProjectsResource.LocationsResource.EndpointsResource.GetRequestGets an Endpoint.
ProjectsResource.LocationsResource.EndpointsResource.ListRequestLists Endpoints in a Location.
ProjectsResource.LocationsResource.EndpointsResource.MutateDeployedModelRequestUpdates an existing deployed model. Updatable fields include min_replica_count
, max_replica_count
, autoscaling_metric_specs
, disable_container_logging
(v1 only), and enable_container_logging
(v1beta1 only).
The "operations" collection of methods.
ProjectsResource.LocationsResource.EndpointsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.EndpointsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates an Endpoint.
ProjectsResource.LocationsResource.EndpointsResource.PredictLongRunningRequest ProjectsResource.LocationsResource.EndpointsResource.PredictRequestPerform an online prediction.
ProjectsResource.LocationsResource.EndpointsResource.RawPredictRequestPerform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * X-Vertex-AI-Endpoint-Id
: ID of the Endpoint that served this prediction. * X-Vertex-AI-Deployed-Model-Id
: ID of the Endpoint's DeployedModel that served this prediction.
Perform a server-side streaming online prediction request for Vertex LLM streaming.
ProjectsResource.LocationsResource.EndpointsResource.StreamGenerateContentRequestGenerate content with multimodal inputs with streaming support.
ProjectsResource.LocationsResource.EndpointsResource.StreamRawPredictRequestPerform a streaming online prediction with an arbitrary HTTP payload.
ProjectsResource.LocationsResource.EndpointsResource.UndeployModelRequestUndeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
ProjectsResource.LocationsResource.EndpointsResource.UpdateRequestUpdates an Endpoint with a long running operation.
ProjectsResource.LocationsResource.EvaluateDatasetRequestEvaluates a dataset based on a set of given metrics.
ProjectsResource.LocationsResource.EvaluateInstancesRequestEvaluates instances based on a given metric.
ProjectsResource.LocationsResource.FeatureGroupsResourceThe "featureGroups" collection of methods.
ProjectsResource.LocationsResource.FeatureGroupsResource.CreateRequestCreates a new FeatureGroup in a given project and location.
ProjectsResource.LocationsResource.FeatureGroupsResource.DeleteRequestDeletes a single FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResourceThe "features" collection of methods.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.BatchCreateRequestCreates a batch of Features in a given FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.CreateRequestCreates a new Feature in a given FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.DeleteRequestDeletes a single Feature.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.GetRequestGets details of a single Feature.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.ListRequestLists Features in a given FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.OperationsResource.DeleteRequestDeletes 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.
ProjectsResource.LocationsResource.FeatureGroupsResource.FeaturesResource.OperationsResource.ListWaitRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single Feature.
ProjectsResource.LocationsResource.FeatureGroupsResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.FeatureGroupsResource.GetRequestGets details of a single FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.ListRequestLists FeatureGroups in a given project and location.
ProjectsResource.LocationsResource.FeatureGroupsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeatureGroupsResource.OperationsResource.DeleteRequestDeletes 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.
ProjectsResource.LocationsResource.FeatureGroupsResource.OperationsResource.ListWaitRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single FeatureGroup.
ProjectsResource.LocationsResource.FeatureGroupsResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
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.
The "featureOnlineStores" collection of methods.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.CreateRequestCreates a new FeatureOnlineStore in a given project and location.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.DeleteRequestDeletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResourceThe "featureViews" collection of methods.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.CreateRequestCreates a new FeatureView in a given FeatureOnlineStore.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.DeleteRequestDeletes a single FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FeatureViewSyncsResourceThe "featureViewSyncs" collection of methods.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FeatureViewSyncsResource.GetRequestGets details of a single FeatureViewSync.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FeatureViewSyncsResource.ListRequestLists FeatureViewSyncs in a given FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.FetchFeatureValuesRequestFetch feature values under a FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.GetRequestGets details of a single FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.ListRequestLists FeatureViews in a given FeatureOnlineStore.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.OperationsResource.DeleteRequestDeletes 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.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.OperationsResource.ListWaitRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SearchNearestEntitiesRequestSearch the nearest entities under a FeatureView. Search only works for indexable feature view; if a feature view isn't indexable, returns Invalid argument response.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Triggers on-demand sync for the FeatureView.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.FeatureViewsResource.TestIamPermissionsRequestReturns 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.
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.GetRequestGets details of a single FeatureOnlineStore.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.ListRequestLists FeatureOnlineStores in a given project and location.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.OperationsResource.DeleteRequestDeletes 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.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.OperationsResource.ListWaitRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single FeatureOnlineStore.
ProjectsResource.LocationsResource.FeatureOnlineStoresResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
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.
The "featurestores" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.BatchReadFeatureValuesRequestBatch reads Feature values from a Featurestore. This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
ProjectsResource.LocationsResource.FeaturestoresResource.CreateRequestCreates a new Featurestore in a given project and location.
ProjectsResource.LocationsResource.FeaturestoresResource.DeleteRequestDeletes a single Featurestore. The Featurestore must not contain any EntityTypes or force
must be set to true for the request to succeed.
The "entityTypes" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.CreateRequestCreates a new EntityType in a given Featurestore.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.DeleteFeatureValuesRequestDelete Feature values from Featurestore. The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done. If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.DeleteRequestDeletes a single EntityType. The EntityType must not have any Features or force
must be set to true for the request to succeed.
Exports Feature values from all the entities of a target EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResourceThe "features" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.BatchCreateRequestCreates a batch of Features in a given EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.CreateRequestCreates a new Feature in a given EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.DeleteRequestDeletes a single Feature.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.GetRequestGets details of a single Feature.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.ListRequestLists Features in a given EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.FeaturesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single Feature.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.GetRequestGets details of a single EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ImportFeatureValuesRequestImports Feature values into the Featurestore from a source storage. The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done. If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done. There are also scenarios where the caller can cause inconsistency. - Source data for import contains multiple distinct Feature values for the same entity ID and timestamp. - Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy. - Online serving cluster is under-provisioned.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ListRequestLists EntityTypes in a given Featurestore.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single EntityType.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.ReadFeatureValuesRequestReads Feature values of a specific entity of an EntityType. For reading feature values of multiple entities of an EntityType, please use StreamingReadFeatureValues.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Reads Feature values for multiple entities. Depending on their size, data for different entities may be broken up across multiple responses.
ProjectsResource.LocationsResource.FeaturestoresResource.EntityTypesResource.TestIamPermissionsRequestReturns 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.
Writes Feature values of one or more entities of an EntityType. The Feature values are merged into existing entities if any. The Feature values to be written must have timestamp within the online storage retention.
ProjectsResource.LocationsResource.FeaturestoresResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.FeaturestoresResource.GetRequestGets details of a single Featurestore.
ProjectsResource.LocationsResource.FeaturestoresResource.ListRequestLists Featurestores in a given project and location.
ProjectsResource.LocationsResource.FeaturestoresResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.FeaturestoresResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.FeaturestoresResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates the parameters of a single Featurestore.
ProjectsResource.LocationsResource.FeaturestoresResource.SearchFeaturesRequestSearches Features matching a query in a given project.
ProjectsResource.LocationsResource.FeaturestoresResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
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.
Gets information about a location.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResourceThe "hyperparameterTuningJobs" collection of methods.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.CancelRequestCancels a HyperparameterTuningJob. Starts asynchronous cancellation on the HyperparameterTuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetHyperparameterTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the HyperparameterTuningJob is not deleted; instead it becomes a job with a HyperparameterTuningJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and HyperparameterTuningJob.state is set to CANCELLED
.
Creates a HyperparameterTuningJob
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.DeleteRequestDeletes a HyperparameterTuningJob.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.GetRequestGets a HyperparameterTuningJob
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.ListRequestLists HyperparameterTuningJobs in a Location.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.HyperparameterTuningJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "indexEndpoints" collection of methods.
ProjectsResource.LocationsResource.IndexEndpointsResource.CreateRequestCreates an IndexEndpoint.
ProjectsResource.LocationsResource.IndexEndpointsResource.DeleteRequestDeletes an IndexEndpoint.
ProjectsResource.LocationsResource.IndexEndpointsResource.DeployIndexRequestDeploys an Index into this IndexEndpoint, creating a DeployedIndex within it.
ProjectsResource.LocationsResource.IndexEndpointsResource.FindNeighborsRequestFinds the nearest neighbors of each vector within the request.
ProjectsResource.LocationsResource.IndexEndpointsResource.GetRequestGets an IndexEndpoint.
ProjectsResource.LocationsResource.IndexEndpointsResource.ListRequestLists IndexEndpoints in a Location.
ProjectsResource.LocationsResource.IndexEndpointsResource.MutateDeployedIndexRequestUpdate an existing DeployedIndex under an IndexEndpoint.
ProjectsResource.LocationsResource.IndexEndpointsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.IndexEndpointsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.IndexEndpointsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates an IndexEndpoint.
ProjectsResource.LocationsResource.IndexEndpointsResource.ReadIndexDatapointsRequestReads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.
ProjectsResource.LocationsResource.IndexEndpointsResource.UndeployIndexRequestUndeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.
ProjectsResource.LocationsResource.IndexesResourceThe "indexes" collection of methods.
ProjectsResource.LocationsResource.IndexesResource.CreateRequestCreates an Index.
ProjectsResource.LocationsResource.IndexesResource.DeleteRequestDeletes an Index. An Index can only be deleted when all its DeployedIndexes had been undeployed.
ProjectsResource.LocationsResource.IndexesResource.GetRequestGets an Index.
ProjectsResource.LocationsResource.IndexesResource.ListRequestLists Indexes in a Location.
ProjectsResource.LocationsResource.IndexesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.IndexesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.IndexesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates an Index.
ProjectsResource.LocationsResource.IndexesResource.RemoveDatapointsRequestRemove Datapoints from an Index.
ProjectsResource.LocationsResource.IndexesResource.UpsertDatapointsRequestAdd/update Datapoints into an Index.
ProjectsResource.LocationsResource.ListRequestLists information about the supported locations for this service.
ProjectsResource.LocationsResource.MetadataStoresResourceThe "metadataStores" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResourceThe "artifacts" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequestCreates an Artifact associated with a MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.DeleteRequestDeletes an Artifact.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.GetRequestRetrieves a specific Artifact.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.ListRequestLists Artifacts in the MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a stored Artifact.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.PurgeRequestPurges Artifacts.
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.QueryArtifactLineageSubgraphRequestRetrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResourceThe "contexts" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequestAdds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextChildrenRequestAdds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.CreateRequestCreates a Context associated with a MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.DeleteRequestDeletes a stored Context.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.GetRequestRetrieves a specific Context.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.ListRequestLists Contexts on the MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a stored Context.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.PurgeRequestPurges Contexts.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.QueryContextLineageSubgraphRequestRetrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.RemoveContextChildrenRequestRemove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.
ProjectsResource.LocationsResource.MetadataStoresResource.CreateRequestInitializes a MetadataStore, including allocation of resources.
ProjectsResource.LocationsResource.MetadataStoresResource.DeleteRequestDeletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResourceThe "executions" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.AddExecutionEventsRequestAdds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.CreateRequestCreates an Execution associated with a MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.DeleteRequestDeletes an Execution.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.GetRequestRetrieves a specific Execution.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.ListRequestLists Executions in the MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a stored Execution.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.PurgeRequestPurges Executions.
ProjectsResource.LocationsResource.MetadataStoresResource.ExecutionsResource.QueryExecutionInputsAndOutputsRequestObtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.
ProjectsResource.LocationsResource.MetadataStoresResource.GetRequestRetrieves a specific MetadataStore.
ProjectsResource.LocationsResource.MetadataStoresResource.ListRequestLists MetadataStores for a Location.
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResourceThe "metadataSchemas" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.CreateRequestCreates a MetadataSchema.
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.GetRequestRetrieves a specific MetadataSchema.
ProjectsResource.LocationsResource.MetadataStoresResource.MetadataSchemasResource.ListRequestLists MetadataSchemas.
ProjectsResource.LocationsResource.MetadataStoresResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.MetadataStoresResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.MetadataStoresResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "migratableResources" collection of methods.
ProjectsResource.LocationsResource.MigratableResourcesResource.BatchMigrateRequestBatch migrates resources from ml.googleapis.com, automl.googleapis.com, and datalabeling.googleapis.com to Vertex AI.
ProjectsResource.LocationsResource.MigratableResourcesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.MigratableResourcesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.MigratableResourcesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Searches all of the resources in automl.googleapis.com, datalabeling.googleapis.com and ml.googleapis.com that can be migrated to Vertex AI's given location.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResourceThe "modelDeploymentMonitoringJobs" collection of methods.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.CreateRequestCreates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.DeleteRequestDeletes a ModelDeploymentMonitoringJob.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.GetRequestGets a ModelDeploymentMonitoringJob.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.ListRequestLists ModelDeploymentMonitoringJobs in a Location.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a ModelDeploymentMonitoringJob.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.PauseRequestPauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark ModelDeploymentMonitoringJob.state to 'PAUSED'.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.ResumeRequestResumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
ProjectsResource.LocationsResource.ModelDeploymentMonitoringJobsResource.SearchModelDeploymentMonitoringStatsAnomaliesRequestSearches Model Monitoring Statistics generated within a given time window.
ProjectsResource.LocationsResource.ModelsResourceThe "models" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.CopyRequestCopies an already existing Vertex AI Model into the specified Location. The source Model must exist in the same Project. When copying custom Models, the users themselves are responsible for Model.metadata content to be region-agnostic, as well as making sure that any resources (e.g. files) it depends on remain accessible.
ProjectsResource.LocationsResource.ModelsResource.DeleteRequestDeletes a Model. A model cannot be deleted if any Endpoint resource has a DeployedModel based on the model in its deployed_models field.
ProjectsResource.LocationsResource.ModelsResource.DeleteVersionRequestDeletes a Model version. Model version can only be deleted if there are no DeployedModels created from it. Deleting the only version in the Model is not allowed. Use DeleteModel for deleting the Model instead.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResourceThe "evaluations" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.GetRequestGets a ModelEvaluation.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.ImportRequestImports an externally generated ModelEvaluation.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.ListRequestLists ModelEvaluations in a Model.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "slices" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.SlicesResource.BatchImportRequestImports a list of externally generated EvaluatedAnnotations.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.SlicesResource.GetRequestGets a ModelEvaluationSlice.
ProjectsResource.LocationsResource.ModelsResource.EvaluationsResource.SlicesResource.ListRequestLists ModelEvaluationSlices in a ModelEvaluation.
ProjectsResource.LocationsResource.ModelsResource.ExportRequestExports a trained, exportable Model to a location specified by the user. A Model is considered to be exportable if it has at least one supported export format.
ProjectsResource.LocationsResource.ModelsResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.ModelsResource.GetRequestGets a Model.
ProjectsResource.LocationsResource.ModelsResource.ListCheckpointsRequestLists checkpoints of the specified model version.
ProjectsResource.LocationsResource.ModelsResource.ListRequestLists Models in a Location.
ProjectsResource.LocationsResource.ModelsResource.ListVersionsRequestLists versions of the specified model.
ProjectsResource.LocationsResource.ModelsResource.MergeVersionAliasesRequestMerges a set of aliases for a Model version.
ProjectsResource.LocationsResource.ModelsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.ModelsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.ModelsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a Model.
ProjectsResource.LocationsResource.ModelsResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
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.
Incrementally update the dataset used for an examples model.
ProjectsResource.LocationsResource.ModelsResource.UploadRequestUploads a Model artifact into Vertex AI.
ProjectsResource.LocationsResource.NasJobsResourceThe "nasJobs" collection of methods.
ProjectsResource.LocationsResource.NasJobsResource.CancelRequestCancels a NasJob. Starts asynchronous cancellation on the NasJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use JobService.GetNasJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the NasJob is not deleted; instead it becomes a job with a NasJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and NasJob.state is set to CANCELLED
.
Creates a NasJob
ProjectsResource.LocationsResource.NasJobsResource.DeleteRequestDeletes a NasJob.
ProjectsResource.LocationsResource.NasJobsResource.GetRequestGets a NasJob
ProjectsResource.LocationsResource.NasJobsResource.ListRequestLists NasJobs in a Location.
ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResourceThe "nasTrialDetails" collection of methods.
ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.GetRequestGets a NasTrialDetail.
ProjectsResource.LocationsResource.NasJobsResource.NasTrialDetailsResource.ListRequestList top NasTrialDetails of a NasJob.
ProjectsResource.LocationsResource.NotebookExecutionJobsResourceThe "notebookExecutionJobs" collection of methods.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.CreateRequestCreates a NotebookExecutionJob.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.DeleteRequestDeletes a NotebookExecutionJob.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.GetRequestGets a NotebookExecutionJob.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.ListRequestLists NotebookExecutionJobs in a Location.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "notebookRuntimeTemplates" collection of methods.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.CreateRequestCreates a NotebookRuntimeTemplate.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.DeleteRequestDeletes a NotebookRuntimeTemplate.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.GetIamPolicyRequestGets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.GetRequestGets a NotebookRuntimeTemplate.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.ListRequestLists NotebookRuntimeTemplates in a Location.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a NotebookRuntimeTemplate.
ProjectsResource.LocationsResource.NotebookRuntimeTemplatesResource.SetIamPolicyRequestSets the access control policy on the specified resource. Replaces any existing policy. Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
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.
The "notebookRuntimes" collection of methods.
ProjectsResource.LocationsResource.NotebookRuntimesResource.AssignRequestAssigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
ProjectsResource.LocationsResource.NotebookRuntimesResource.DeleteRequestDeletes a NotebookRuntime.
ProjectsResource.LocationsResource.NotebookRuntimesResource.GetRequestGets a NotebookRuntime.
ProjectsResource.LocationsResource.NotebookRuntimesResource.ListRequestLists NotebookRuntimes in a Location.
ProjectsResource.LocationsResource.NotebookRuntimesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.NotebookRuntimesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.NotebookRuntimesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Starts a NotebookRuntime.
ProjectsResource.LocationsResource.NotebookRuntimesResource.StopRequestStops a NotebookRuntime.
ProjectsResource.LocationsResource.NotebookRuntimesResource.UpgradeRequestUpgrades a NotebookRuntime.
ProjectsResource.LocationsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "persistentResources" collection of methods.
ProjectsResource.LocationsResource.PersistentResourcesResource.CreateRequestCreates a PersistentResource.
ProjectsResource.LocationsResource.PersistentResourcesResource.DeleteRequestDeletes a PersistentResource.
ProjectsResource.LocationsResource.PersistentResourcesResource.GetRequestGets a PersistentResource.
ProjectsResource.LocationsResource.PersistentResourcesResource.ListRequestLists PersistentResources in a Location.
ProjectsResource.LocationsResource.PersistentResourcesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.PersistentResourcesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.PersistentResourcesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a PersistentResource.
ProjectsResource.LocationsResource.PersistentResourcesResource.RebootRequestReboots a PersistentResource.
ProjectsResource.LocationsResource.PipelineJobsResourceThe "pipelineJobs" collection of methods.
ProjectsResource.LocationsResource.PipelineJobsResource.BatchCancelRequestBatch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.
ProjectsResource.LocationsResource.PipelineJobsResource.BatchDeleteRequestBatch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.
ProjectsResource.LocationsResource.PipelineJobsResource.CancelRequestCancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and PipelineJob.state is set to CANCELLED
.
Creates a PipelineJob. A PipelineJob will run immediately when created.
ProjectsResource.LocationsResource.PipelineJobsResource.DeleteRequestDeletes a PipelineJob.
ProjectsResource.LocationsResource.PipelineJobsResource.GetRequestGets a PipelineJob.
ProjectsResource.LocationsResource.PipelineJobsResource.ListRequestLists PipelineJobs in a Location.
ProjectsResource.LocationsResource.PipelineJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.PipelineJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.PipelineJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "publishers" collection of methods.
ProjectsResource.LocationsResource.PublishersResource.ModelsResourceThe "models" collection of methods.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.ComputeTokensRequestReturn a list of tokens based on the input text.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.CountTokensRequestPerform a token counting.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.FetchPredictOperationRequestFetch an asynchronous online prediction operation.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.GenerateContentRequestGenerate content with multimodal inputs.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.PredictLongRunningRequest ProjectsResource.LocationsResource.PublishersResource.ModelsResource.PredictRequestPerform an online prediction.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.RawPredictRequestPerform an online prediction with an arbitrary HTTP payload. The response includes the following HTTP headers: * X-Vertex-AI-Endpoint-Id
: ID of the Endpoint that served this prediction. * X-Vertex-AI-Deployed-Model-Id
: ID of the Endpoint's DeployedModel that served this prediction.
Perform a server-side streaming online prediction request for Vertex LLM streaming.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.StreamGenerateContentRequestGenerate content with multimodal inputs with streaming support.
ProjectsResource.LocationsResource.PublishersResource.ModelsResource.StreamRawPredictRequestPerform a streaming online prediction with an arbitrary HTTP payload.
ProjectsResource.LocationsResource.RagCorporaResourceThe "ragCorpora" collection of methods.
ProjectsResource.LocationsResource.RagCorporaResource.CreateRequestCreates a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.DeleteRequestDeletes a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.GetRequestGets a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.ListRequestLists RagCorpora in a Location.
ProjectsResource.LocationsResource.RagCorporaResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.RagCorporaResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.RagCorporaResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResourceThe "ragFiles" collection of methods.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.DeleteRequestDeletes a RagFile.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.GetRequestGets a RagFile.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.ImportRequestImport files from Google Cloud Storage or Google Drive into a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.ListRequestLists RagFiles in a RagCorpus.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.RagCorporaResource.RagFilesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "ragEngineConfig" collection of methods.
ProjectsResource.LocationsResource.RagEngineConfigResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.RagEngineConfigResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.RagEngineConfigResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "reasoningEngines" collection of methods.
ProjectsResource.LocationsResource.ReasoningEnginesResource.CreateRequestCreates a reasoning engine.
ProjectsResource.LocationsResource.ReasoningEnginesResource.DeleteRequestDeletes a reasoning engine.
ProjectsResource.LocationsResource.ReasoningEnginesResource.GetRequestGets a reasoning engine.
ProjectsResource.LocationsResource.ReasoningEnginesResource.ListRequestLists reasoning engines in a location.
ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.ReasoningEnginesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a reasoning engine.
ProjectsResource.LocationsResource.ReasoningEnginesResource.QueryRequestQueries using a reasoning engine.
ProjectsResource.LocationsResource.ReasoningEnginesResource.StreamQueryRequestStreams queries using a reasoning engine.
ProjectsResource.LocationsResource.RetrieveContextsRequestRetrieves relevant contexts for a query.
ProjectsResource.LocationsResource.SchedulesResourceThe "schedules" collection of methods.
ProjectsResource.LocationsResource.SchedulesResource.CreateRequestCreates a Schedule.
ProjectsResource.LocationsResource.SchedulesResource.DeleteRequestDeletes a Schedule.
ProjectsResource.LocationsResource.SchedulesResource.GetRequestGets a Schedule.
ProjectsResource.LocationsResource.SchedulesResource.ListRequestLists Schedules in a Location.
ProjectsResource.LocationsResource.SchedulesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.SchedulesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.SchedulesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates an active or paused Schedule. When the Schedule is updated, new runs will be scheduled starting from the updated next execution time after the update time based on the time_specification in the updated Schedule. All unstarted runs before the update time will be skipped while already created runs will NOT be paused or canceled.
ProjectsResource.LocationsResource.SchedulesResource.PauseRequestPauses a Schedule. Will mark Schedule.state to 'PAUSED'. If the schedule is paused, no new runs will be created. Already created runs will NOT be paused or canceled.
ProjectsResource.LocationsResource.SchedulesResource.ResumeRequestResumes a paused Schedule to start scheduling new runs. Will mark Schedule.state to 'ACTIVE'. Only paused Schedule can be resumed. When the Schedule is resumed, new runs will be scheduled starting from the next execution time after the current time based on the time_specification in the Schedule. If Schedule.catch_up is set up true, all missed runs will be scheduled for backfill first.
ProjectsResource.LocationsResource.SpecialistPoolsResourceThe "specialistPools" collection of methods.
ProjectsResource.LocationsResource.SpecialistPoolsResource.CreateRequestCreates a SpecialistPool.
ProjectsResource.LocationsResource.SpecialistPoolsResource.DeleteRequestDeletes a SpecialistPool as well as all Specialists in the pool.
ProjectsResource.LocationsResource.SpecialistPoolsResource.GetRequestGets a SpecialistPool.
ProjectsResource.LocationsResource.SpecialistPoolsResource.ListRequestLists SpecialistPools in a Location.
ProjectsResource.LocationsResource.SpecialistPoolsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.SpecialistPoolsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.SpecialistPoolsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a SpecialistPool.
ProjectsResource.LocationsResource.StudiesResourceThe "studies" collection of methods.
ProjectsResource.LocationsResource.StudiesResource.CreateRequestCreates a Study. A resource name will be generated after creation of the Study.
ProjectsResource.LocationsResource.StudiesResource.DeleteRequestDeletes a Study.
ProjectsResource.LocationsResource.StudiesResource.GetRequestGets a Study by name.
ProjectsResource.LocationsResource.StudiesResource.ListRequestLists all the studies in a region for an associated project.
ProjectsResource.LocationsResource.StudiesResource.LookupRequestLooks a study up using the user-defined display_name field instead of the fully qualified resource name.
ProjectsResource.LocationsResource.StudiesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.StudiesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.StudiesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "trials" collection of methods.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.AddTrialMeasurementRequestAdds a measurement of the objective metrics to a Trial. This measurement is assumed to have been taken before the Trial is complete.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CheckTrialEarlyStoppingStateRequestChecks whether a Trial should stop or not. Returns a long-running operation. When the operation is successful, it will contain a CheckTrialEarlyStoppingStateResponse.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CompleteRequestMarks a Trial as complete.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.CreateRequestAdds a user provided Trial to a Study.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.DeleteRequestDeletes a Trial.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.GetRequestGets a Trial.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListOptimalTrialsRequestLists the pareto-optimal Trials for multi-objective Study or the optimal Trials for single-objective Study. The definition of pareto-optimal can be checked in wiki page. https://en.wikipedia.org/wiki/Pareto_efficiency
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.ListRequestLists the Trials associated with a Study.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Stops a Trial.
ProjectsResource.LocationsResource.StudiesResource.TrialsResource.SuggestRequestAdds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier. Returns a long-running operation associated with the generation of Trial suggestions. When this long-running operation succeeds, it will contain a SuggestTrialsResponse.
ProjectsResource.LocationsResource.TensorboardsResourceThe "tensorboards" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.BatchReadRequestReads multiple TensorboardTimeSeries' data. The data point number limit is 1000 for scalars, 100 for tensors and blob references. If the number of data points stored is less than the limit, all data is returned. Otherwise, the number limit of data points is randomly selected from this time series and returned.
ProjectsResource.LocationsResource.TensorboardsResource.CreateRequestCreates a Tensorboard.
ProjectsResource.LocationsResource.TensorboardsResource.DeleteRequestDeletes a Tensorboard.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResourceThe "experiments" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.BatchCreateRequestBatch create TensorboardTimeSeries that belong to a TensorboardExperiment.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.CreateRequestCreates a TensorboardExperiment.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.DeleteRequestDeletes a TensorboardExperiment.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.GetRequestGets a TensorboardExperiment.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.ListRequestLists TensorboardExperiments in a Location.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a TensorboardExperiment.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResourceThe "runs" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.BatchCreateRequestBatch create TensorboardRuns.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.CreateRequestCreates a TensorboardRun.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.DeleteRequestDeletes a TensorboardRun.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.GetRequestGets a TensorboardRun.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.ListRequestLists TensorboardRuns in a Location.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a TensorboardRun.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResourceThe "timeSeries" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.CreateRequestCreates a TensorboardTimeSeries.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.DeleteRequestDeletes a TensorboardTimeSeries.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.ExportTensorboardTimeSeriesRequestExports a TensorboardTimeSeries' data. Data is returned in paginated responses.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.GetRequestGets a TensorboardTimeSeries.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.ListRequestLists TensorboardTimeSeries in a Location.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a TensorboardTimeSeries.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.ReadBlobDataRequestGets bytes of TensorboardBlobs. This is to allow reading blob data stored in consumer project's Cloud Storage bucket without users having to obtain Cloud Storage access permission.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.TimeSeriesResource.ReadRequestReads a TensorboardTimeSeries' data. By default, if the number of data points stored is less than 1000, all data is returned. Otherwise, 1000 data points is randomly selected from this time series and returned. This value can be changed by changing max_data_points, which can't be greater than 10k.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.RunsResource.WriteRequestWrite time series data points into multiple TensorboardTimeSeries under a TensorboardRun. If any data fail to be ingested, an error is returned.
ProjectsResource.LocationsResource.TensorboardsResource.ExperimentsResource.WriteRequestWrite time series data points of multiple TensorboardTimeSeries in multiple TensorboardRun's. If any data fail to be ingested, an error is returned.
ProjectsResource.LocationsResource.TensorboardsResource.GetRequestGets a Tensorboard.
ProjectsResource.LocationsResource.TensorboardsResource.ListRequestLists Tensorboards in a Location.
ProjectsResource.LocationsResource.TensorboardsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TensorboardsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TensorboardsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
Updates a Tensorboard.
ProjectsResource.LocationsResource.TensorboardsResource.ReadSizeRequestReturns the storage size for a given TensorBoard instance.
ProjectsResource.LocationsResource.TensorboardsResource.ReadUsageRequestReturns a list of monthly active users for a given TensorBoard instance.
ProjectsResource.LocationsResource.TrainingPipelinesResourceThe "trainingPipelines" collection of methods.
ProjectsResource.LocationsResource.TrainingPipelinesResource.CancelRequestCancels a TrainingPipeline. Starts asynchronous cancellation on the TrainingPipeline. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetTrainingPipeline or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the TrainingPipeline is not deleted; instead it becomes a pipeline with a TrainingPipeline.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and TrainingPipeline.state is set to CANCELLED
.
Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run.
ProjectsResource.LocationsResource.TrainingPipelinesResource.DeleteRequestDeletes a TrainingPipeline.
ProjectsResource.LocationsResource.TrainingPipelinesResource.GetRequestGets a TrainingPipeline.
ProjectsResource.LocationsResource.TrainingPipelinesResource.ListRequestLists TrainingPipelines in a Location.
ProjectsResource.LocationsResource.TrainingPipelinesResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TrainingPipelinesResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TrainingPipelinesResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
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.
The "tuningJobs" collection of methods.
ProjectsResource.LocationsResource.TuningJobsResource.CancelRequestCancels a TuningJob. Starts asynchronous cancellation on the TuningJob. The server makes a best effort to cancel the job, but success is not guaranteed. Clients can use GenAiTuningService.GetTuningJob or other methods to check whether the cancellation succeeded or whether the job completed despite cancellation. On successful cancellation, the TuningJob is not deleted; instead it becomes a job with a TuningJob.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and TuningJob.state is set to CANCELLED
.
Creates a TuningJob. A created TuningJob right away will be attempted to be run.
ProjectsResource.LocationsResource.TuningJobsResource.GetRequestGets a TuningJob.
ProjectsResource.LocationsResource.TuningJobsResource.ListRequestLists TuningJobs in a Location.
ProjectsResource.LocationsResource.TuningJobsResource.OperationsResourceThe "operations" collection of methods.
ProjectsResource.LocationsResource.TuningJobsResource.OperationsResource.CancelRequestStarts 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
.
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.
ProjectsResource.LocationsResource.TuningJobsResource.OperationsResource.ListRequestLists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
.
Rebase a TunedModel.
ProjectsResource.UpdateCacheConfigRequestUpdates a cache config.
PublishersResourceThe "publishers" collection of methods.
PublishersResource.ModelsResourceThe "models" collection of methods.
PublishersResource.ModelsResource.ComputeTokensRequestReturn a list of tokens based on the input text.
PublishersResource.ModelsResource.CountTokensRequestPerform a token counting.
PublishersResource.ModelsResource.GenerateContentRequestGenerate content with multimodal inputs.
PublishersResource.ModelsResource.GetRequestGets a Model Garden publisher model.
PublishersResource.ModelsResource.PredictRequestPerform an online prediction.
PublishersResource.ModelsResource.StreamGenerateContentRequestGenerate content with multimodal inputs with streaming support.
Enums AiplatformBaseServiceRequest<TResponse>.AltEnumData format for response.
AiplatformBaseServiceRequest<TResponse>.XgafvEnumV1 error format.
MediaResource.UploadMediaUpload.AltEnumData format for response.
MediaResource.UploadMediaUpload.XgafvEnumV1 error format.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.GetRequest.ViewEnumOptional. The NotebookExecutionJob view. Defaults to BASIC.
ProjectsResource.LocationsResource.NotebookExecutionJobsResource.ListRequest.ViewEnumOptional. The NotebookExecutionJob view. Defaults to BASIC.
PublishersResource.ModelsResource.GetRequest.ViewEnumOptional. PublisherModel view specifying which fields to read.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4