Service: aiplatform.googleapis.com
The Service name aiplatform.googleapis.com
is needed to create RPC client stubs.
google.cloud.aiplatform.v1.DataFoundryService
Methods | |
---|---|
| Generates synthetic data based on the provided configuration. |
google.cloud.aiplatform.v1.EvaluationManagementService
Methods | |
---|---|
| Cancels an Evaluation Run. |
| Creates an Evaluation Item. |
| Creates an Evaluation Run. |
| Creates an Evaluation Set. |
| Deletes an Evaluation Item. |
| Deletes an Evaluation Run. |
| Deletes an Evaluation Set. |
| Gets an Evaluation Item. |
| Gets an Evaluation Run. |
| Gets an Evaluation Set. |
| Lists Evaluation Items. |
| Lists Evaluation Runs. |
| Lists Evaluation Sets. |
| Updates an Evaluation Set. |
google.cloud.aiplatform.v1.EvaluationService
Methods | |
---|---|
| Evaluates a dataset based on a set of given metrics. |
| Evaluates instances based on a given metric. |
| Generates rubrics for a given prompt. |
google.cloud.aiplatform.v1.GenAiCacheConfigService
Methods | |
---|---|
| Gets a GenAI cache config. |
| Updates a cache config. |
google.cloud.aiplatform.v1.GenAiCacheService
Methods | |
---|---|
| Creates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage. |
| Deletes cached content |
| Gets cached content configurations |
| Lists cached contents in a project |
| Updates cached content configurations |
google.cloud.aiplatform.v1.GenAiTuningService
Methods | |
---|---|
| Cancels a TuningJob. |
| Creates a TuningJob. |
| Gets a TuningJob. |
| Lists TuningJobs in a Location. |
| Rebase a TunedModel. |
google.cloud.aiplatform.v1.LlmBidiService
Methods | |
---|---|
| Bidirectional streaming predict. |
google.cloud.aiplatform.v1.PredictionService
Methods | |
---|---|
| Exposes an OpenAI-compatible endpoint for chat completions. |
| Fetch an asynchronous online prediction operation. |
| Generate content with multimodal inputs. |
| Forwards arbitrary HTTP requests for both streaming and non-streaming cases. |
| Perform an online prediction. |
| |
| Perform an online prediction with an arbitrary HTTP payload. |
| Perform a server-side streaming online prediction request for Vertex LLM streaming. |
| Perform a streaming online prediction request to a gRPC model server for Vertex first-party products and frameworks. |
| Perform a streaming online prediction request to a gRPC model server for custom containers. |
| Generate content with multimodal inputs with streaming support. |
| Perform a streaming online prediction with an arbitrary HTTP payload. |
| Perform a streaming online prediction request for Vertex first-party products and frameworks. |
| Perform a streaming online prediction request through gRPC. |
google.cloud.aiplatform.v1.ReasoningEngineExecutionService
Methods | |
---|---|
| Queries using a reasoning engine. |
| Streams queries using a reasoning engine. |
google.cloud.aiplatform.v1.ReasoningEngineService
Methods | |
---|---|
| Creates a reasoning engine. |
| Deletes a reasoning engine. |
| Gets a reasoning engine. |
| Lists reasoning engines in a location. |
| Updates a reasoning engine. |
google.cloud.aiplatform.v1.VertexRagDataService
Methods | |
---|---|
| Creates a RagCorpus. |
| Deletes a RagCorpus. |
| Deletes a RagFile. |
| Gets a RagCorpus. |
| Gets a RagEngineConfig. |
| Gets a RagFile. |
| Import files from Google Cloud Storage or Google Drive into a RagCorpus. |
| Lists RagCorpora in a Location. |
| Lists RagFiles in a RagCorpus. |
| Updates a RagCorpus. |
| Updates a RagEngineConfig. |
google.cloud.aiplatform.v1.VertexRagService
Methods | |
---|---|
| Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses. |
| Given an input text, it returns a score that evaluates the factuality of the text. |
| Retrieves relevant contexts for a query. |
google.cloud.aiplatform.v1beta1.DataFoundryService
Methods | |
---|---|
| Generates synthetic data based on the provided configuration. |
google.cloud.aiplatform.v1beta1.EvaluationManagementService
Methods | |
---|---|
| Cancels an Evaluation Run. |
| Creates an Evaluation Item. |
| Creates an Evaluation Run. |
| Creates an Evaluation Set. |
| Deletes an Evaluation Item. |
| Deletes an Evaluation Run. |
| Deletes an Evaluation Set. |
| Gets an Evaluation Item. |
| Gets an Evaluation Run. |
| Gets an Evaluation Set. |
| Lists Evaluation Items. |
| Lists Evaluation Runs. |
| Lists Evaluation Sets. |
| Updates an Evaluation Set. |
google.cloud.aiplatform.v1beta1.EvaluationService
Methods | |
---|---|
| Evaluates a dataset based on a set of given metrics. |
| Evaluates instances based on a given metric. |
| Generates rubrics for a given prompt. |
google.cloud.aiplatform.v1beta1.ExtensionExecutionService
Methods | |
---|---|
| Executes the request against a given extension. |
| Queries an extension with a default controller. |
google.cloud.aiplatform.v1beta1.ExtensionRegistryService
Methods | |
---|---|
| Deletes an Extension. |
| Gets an Extension. |
| Imports an Extension. |
| Lists Extensions in a location. |
| Updates an Extension. |
google.cloud.aiplatform.v1beta1.GenAiCacheConfigService
Methods | |
---|---|
| Gets a GenAI cache config. |
| Updates a cache config. |
google.cloud.aiplatform.v1beta1.GenAiCacheService
Methods | |
---|---|
| Creates cached content, this call will initialize the cached content in the data storage, and users need to pay for the cache data storage. |
| Deletes cached content |
| Gets cached content configurations |
| Lists cached contents in a project |
| Updates cached content configurations |
google.cloud.aiplatform.v1beta1.GenAiTuningService
Methods | |
---|---|
| Cancels a TuningJob. |
| Creates a TuningJob. |
| Gets a TuningJob. |
| Lists TuningJobs in a Location. |
| Optimizes a prompt. |
| Rebase a TunedModel. |
google.cloud.aiplatform.v1beta1.LlmBidiService
Methods | |
---|---|
| Bidirectional streaming predict. |
google.cloud.aiplatform.v1beta1.MemoryBankService
Methods | |
---|---|
| Create a Memory. |
| Delete a Memory. |
| Generate memories. |
| Get a Memory. |
| List Memories. |
| Retrieve memories. |
| Update a Memory. |
google.cloud.aiplatform.v1beta1.PredictionService
Methods | |
---|---|
| Exposes an OpenAI-compatible endpoint for chat completions. |
| Perform a token counting. |
| Fetch an asynchronous online prediction operation. |
| Generate content with multimodal inputs. |
| Forwards arbitrary HTTP requests for both streaming and non-streaming cases. |
| Perform an online prediction. |
| |
| Perform an online prediction with an arbitrary HTTP payload. |
| Perform a server-side streaming online prediction request for Vertex LLM streaming. |
| Perform a streaming online prediction request to a gRPC model server for Vertex first-party products and frameworks. |
| Perform a streaming online prediction request to a gRPC model server for custom containers. |
| Generate content with multimodal inputs with streaming support. |
| Perform a streaming online prediction with an arbitrary HTTP payload. |
| Perform a streaming online prediction request for Vertex first-party products and frameworks. |
| Perform a streaming online prediction request through gRPC. |
google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService
Methods | |
---|---|
| Get request for reasoning engine instance via the A2A get protocol apis. |
| Send post request for reasoning engine instance via the A2A post protocol apis. |
| Stream get request for reasoning engine instance via the A2A stream get protocol apis. |
| Streams queries using a reasoning engine instance via the A2A streaming protocol apis. |
| Bidirectional streams queries using a reasoning engine. |
| Queries using a reasoning engine. |
| Streams queries using a reasoning engine. |
google.cloud.aiplatform.v1beta1.ReasoningEngineService
Methods | |
---|---|
| Creates a reasoning engine. |
| Deletes a reasoning engine. |
| Gets a reasoning engine. |
| Lists reasoning engines in a location. |
| Updates a reasoning engine. |
google.cloud.aiplatform.v1beta1.SessionService
Methods | |
---|---|
| Appends an event to a given session. |
| Creates a new Session . |
| Deletes details of the specific Session . |
| Gets details of the specific Session . |
| Lists Events in a given session. |
| Lists Sessions in a given reasoning engine. |
| Updates the specific Session . |
google.cloud.aiplatform.v1beta1.VertexRagDataService
Methods | |
---|---|
| Creates a RagCorpus. |
| Deletes a RagCorpus. |
| Deletes a RagFile. |
| Gets a RagCorpus. |
| Gets a RagEngineConfig. |
| Gets a RagFile. |
| Import files from Google Cloud Storage or Google Drive into a RagCorpus. |
| Lists RagCorpora in a Location. |
| Lists RagFiles in a RagCorpus. |
| Updates a RagCorpus. |
| Updates a RagEngineConfig. |
google.cloud.aiplatform.v1beta1.VertexRagService
Methods | |
---|---|
| Given an input prompt, it returns augmented prompt from vertex rag store to guide LLM towards generating grounded responses. |
| Given an input text, it returns a score that evaluates the factuality of the text. |
| Retrieves relevant contexts for a query. |
google.iam.v1.IAMPolicy
Methods | |
---|---|
| Gets the access control policy for a resource. |
| Sets the access control policy on the specified resource. |
| Returns permissions that a caller has on the specified resource. |
google.longrunning.Operations
Methods | |
---|---|
| Starts asynchronous cancellation on a long-running operation. |
| Deletes a long-running operation. |
| Gets the latest state of a long-running operation. |
| Lists operations that match the specified filter in the request. |
| Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. |