Google Cloud Vision
google_cloud_visionGoogle Cloud Vision API enables developers to integrate vision detection features into applications, including image labeling, face and landmark detection, optical character recognition (OCR), and explicit content tagging.
Acciones disponibles (23)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Vision ProductGOOGLE_CLOUD_VISION_CREATE_PRODUCTAcciónTool to create and return a new Product resource. Use when you need to register a product in a specific project/location after preparing product details.
GOOGLE_CLOUD_VISION_CREATE_PRODUCTAcciónTool to create and return a new Product resource. Use when you need to register a product in a specific project/location after preparing product details.
Parámetros de entrada
parentstringObligatorioThe project and location to create the product. Format: projects/{PROJECT_ID}/locations/{LOC_ID}.
productIdstringClient-specified resource ID to use for the product; max 128 characters; must not contain '/'.
descriptionstringUser-provided product description; max 4096 characters.
displayNamestringObligatorioUser-provided product display name; non-empty; max 4096 characters.
productLabelsobject[]Key/value labels for the product; up to 500 labels per product. Each key/value pair must be non-empty and ≤128 bytes.
productCategorystringObligatorioImmutable product category; one of homegoods-v2, apparel-v2, toys-v2, packagedgoods-v1, general-v1.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ReferenceImageGOOGLE_CLOUD_VISION_CREATE_REFERENCE_IMAGEAcciónTool to create a ReferenceImage under a product. Use when adding a new image to a product for detection.
GOOGLE_CLOUD_VISION_CREATE_REFERENCE_IMAGEAcciónTool to create a ReferenceImage under a product. Use when adding a new image to a product for detection.
Parámetros de entrada
uristringObligatorioGoogle Cloud Storage URI of the image; must start with gs://
parentstringObligatorioResource name of the product to add the reference image under. Format: projects/{PROJECT_ID}/locations/{LOC_ID}/products/{PRODUCT_ID}
boundingPolysobject[]Optional list of up to 10 regions of interest. If omitted, service auto-detects regions.
referenceImageIdstringClient-specified ID for the new ReferenceImage; max 128 chars, no '/'. If already in use, returns ALREADY_EXISTS.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProductGOOGLE_CLOUD_VISION_DELETE_PRODUCTAcciónTool to permanently delete a Product and its reference images. Use after confirming the product's resource name.
GOOGLE_CLOUD_VISION_DELETE_PRODUCTAcciónTool to permanently delete a Product and its reference images. Use after confirming the product's resource name.
Parámetros de entrada
namestringObligatorioResource name of the Product to delete. Format: projects/{project_id}/locations/{location_id}/products/{product_id}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProductGOOGLE_CLOUD_VISION_GET_PRODUCTAcciónTool to get information associated with a Product. Use when you have the product resource name and need its details.
GOOGLE_CLOUD_VISION_GET_PRODUCTAcciónTool to get information associated with a Product. Use when you have the product resource name and need its details.
Parámetros de entrada
namestringObligatorioResource name of the Product to retrieve. Format: projects/{PROJECT_ID}/locations/{LOC_ID}/products/{PRODUCT_ID}.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Product SetGOOGLE_CLOUD_VISION_GET_PRODUCT_SETAcciónTool to get a ProductSet. Use when you need metadata details of an existing ProductSet by its full resource name. Use after obtaining the resource name.
GOOGLE_CLOUD_VISION_GET_PRODUCT_SETAcciónTool to get a ProductSet. Use when you need metadata details of an existing ProductSet by its full resource name. Use after obtaining the resource name.
Parámetros de entrada
namestringObligatorioResource name of the ProductSet to get. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}/productSets/{PRODUCT_SET_ID}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Import Product SetsGOOGLE_CLOUD_VISION_IMPORT_PRODUCT_SETSAcciónTool to asynchronously import reference images into ProductSets from a CSV in GCS. Use when you need to bulk import images into product sets via a Cloud Storage CSV.
GOOGLE_CLOUD_VISION_IMPORT_PRODUCT_SETSAcciónTool to asynchronously import reference images into ProductSets from a CSV in GCS. Use when you need to bulk import images into product sets via a Cloud Storage CSV.
Parámetros de entrada
parentstringObligatorioProject and location resource name. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}.
inputConfigobjectObligatorioThe input configuration for the import request.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List IndexEndpointsGOOGLE_CLOUD_VISION_LIST_INDEX_ENDPOINTSAcciónTool to list IndexEndpoints in a project and location. Use when you need to retrieve existing IndexEndpoints and handle pagination.
GOOGLE_CLOUD_VISION_LIST_INDEX_ENDPOINTSAcciónTool to list IndexEndpoints in a project and location. Use when you need to retrieve existing IndexEndpoints and handle pagination.
Parámetros de entrada
filterstringFilter expression supports filtering by deployedImageIndex.image_index or deployedImageIndex.corpus.
parentstringObligatorioThe parent resource name. Format: projects/{project}/locations/{location}.
pageSizeintegerMaximum number of items to return; default 50; maximum 1000 (higher coerced to 1000).
pageTokenstringThe nextPageToken from a previous call to retrieve the subsequent page.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List LocationsGOOGLE_CLOUD_VISION_LIST_LOCATIONSAcciónTool to list available Vision AI service locations for a project. Use when you need to discover supported regions before making region-specific API calls.
GOOGLE_CLOUD_VISION_LIST_LOCATIONSAcciónTool to list available Vision AI service locations for a project. Use when you need to discover supported regions before making region-specific API calls.
Parámetros de entrada
namestringObligatorioThe project resource name that owns the locations collection. Format: projects/{project_id}
filterstringFilter expression to narrow results, e.g., 'displayName=tokyo'.
pageSizeintegerMaximum number of locations to return; between 1 and 1000.
pageTokenstringPagination token from previous ListLocations call to retrieve next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Vision API OperationsGOOGLE_CLOUD_VISION_LIST_OPERATIONSAcciónTool to list operations that match the specified filter. Use when you need to retrieve all operations under a specific project and location.
GOOGLE_CLOUD_VISION_LIST_OPERATIONSAcciónTool to list operations that match the specified filter. Use when you need to retrieve all operations under a specific project and location.
Parámetros de entrada
namestringObligatorioThe name of the operation's parent resource. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}
filterstringThe standard list filter.
pageSizeintegerThe standard list page size.
pageTokenstringThe standard list page token.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Purge ProductsGOOGLE_CLOUD_VISION_PURGE_PRODUCTSAcciónTool to asynchronously delete products in a ProductSet or orphan products. Use when you need to clean up products at scale; ensure `force` is true to execute.
GOOGLE_CLOUD_VISION_PURGE_PRODUCTSAcciónTool to asynchronously delete products in a ProductSet or orphan products. Use when you need to clean up products at scale; ensure `force` is true to execute.
Parámetros de entrada
forcebooleanObligatorioMust be true to actually perform the purge.
parentstringObligatorioProject and location path. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}
deleteOrphanProductsbooleanIf true, delete all products not in any ProductSet.
productSetPurgeConfigobjectConfiguration to specify a ProductSet whose products should be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ProductGOOGLE_CLOUD_VISION_UPDATE_PRODUCTAcciónTool to update a Product's mutable fields: displayName, description, and productLabels. Use after confirming the product resource name.
GOOGLE_CLOUD_VISION_UPDATE_PRODUCTAcciónTool to update a Product's mutable fields: displayName, description, and productLabels. Use after confirming the product resource name.
Parámetros de entrada
namestringObligatorioResource name of the Product. Format: projects/{PROJECT_ID}/locations/{LOC_ID}/products/{PRODUCT_ID}.
updateMaskstringComma-separated list of fields to update. Valid mask paths: displayName,description,productLabels. If omitted, all mutable fields are updated.
descriptionstringProduct description; max 4096 characters.
displayNamestringProduct display name; non-empty; max 4096 characters.
productLabelsobject[]List of labels to update; each key/value pair non-empty with max 128 bytes.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Product SetGOOGLE_CLOUD_VISION_UPDATE_PRODUCT_SETAcciónTool to update a ProductSet resource. Use when you need to modify the displayName of an existing ProductSet.
GOOGLE_CLOUD_VISION_UPDATE_PRODUCT_SETAcciónTool to update a ProductSet resource. Use when you need to modify the displayName of an existing ProductSet.
Parámetros de entrada
namestringObligatorioResource name of the ProductSet to update. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}/productSets/{PRODUCT_SET_ID}
updateMaskstringComma-separated list of fields to update; only 'displayName' is supported.
displayNamestringObligatorioNew display name for the ProductSet (non-empty, max 4096 chars).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add Product to ProductSetGOOGLE_CLOUD_VISION_VISION_ADD_PRODUCT_TO_PRODUCT_SETAcciónTool to add a Product to a specified ProductSet. Use after creating both resources in the same project/location to link a product to its set.
GOOGLE_CLOUD_VISION_VISION_ADD_PRODUCT_TO_PRODUCT_SETAcciónTool to add a Product to a specified ProductSet. Use after creating both resources in the same project/location to link a product to its set.
Parámetros de entrada
namestringObligatorioResource name of the ProductSet to modify in the format: projects/{project_id}/locations/{location_id}/productSets/{product_set_id}
productstringObligatorioResource name of the Product to add in the format: projects/{project_id}/locations/{location_id}/products/{product_id}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Cancel Vision OperationGOOGLE_CLOUD_VISION_VISION_CANCEL_OPERATIONAcciónTool to cancel a long-running Vision API operation. Use when you need to abort a pending or in-progress operation.
GOOGLE_CLOUD_VISION_VISION_CANCEL_OPERATIONAcciónTool to cancel a long-running Vision API operation. Use when you need to abort a pending or in-progress operation.
Parámetros de entrada
namestringObligatorioThe name of the operation resource to cancel (format: operations/{operation_id}).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Vision API OperationGOOGLE_CLOUD_VISION_VISION_DELETE_OPERATIONAcciónTool to delete a long-running Vision API operation. Use after confirming the operation name.
GOOGLE_CLOUD_VISION_VISION_DELETE_OPERATIONAcciónTool to delete a long-running Vision API operation. Use after confirming the operation name.
Parámetros de entrada
namestringObligatorioThe resource name of the operation to delete, e.g. 'operations/12345'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Product SetGOOGLE_CLOUD_VISION_VISION_DELETE_PRODUCT_SETAcciónTool to permanently delete a ProductSet. Use after confirming the ProductSet's resource name.
GOOGLE_CLOUD_VISION_VISION_DELETE_PRODUCT_SETAcciónTool to permanently delete a ProductSet. Use after confirming the ProductSet's resource name.
Parámetros de entrada
namestringObligatorioThe resource name of the ProductSet to delete. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}/productSets/{PRODUCT_SET_ID}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Reference ImageGOOGLE_CLOUD_VISION_VISION_DELETE_REFERENCE_IMAGEAcciónTool to permanently delete a reference image. Use when you have confirmed the reference image's resource name.
GOOGLE_CLOUD_VISION_VISION_DELETE_REFERENCE_IMAGEAcciónTool to permanently delete a reference image. Use when you have confirmed the reference image's resource name.
Parámetros de entrada
namestringObligatorioThe resource name of the reference image to delete. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}/products/{PRODUCT_ID}/referenceImages/{IMAGE_ID}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Vision API OperationGOOGLE_CLOUD_VISION_VISION_GET_OPERATIONAcciónTool to get the latest state of a long-running operation. Use after starting an async Vision API operation to poll its status.
GOOGLE_CLOUD_VISION_VISION_GET_OPERATIONAcciónTool to get the latest state of a long-running operation. Use after starting an async Vision API operation to poll its status.
Parámetros de entrada
namestringObligatorioThe resource name of the operation to retrieve (format: operations/{operation_id}).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Reference ImageGOOGLE_CLOUD_VISION_VISION_GET_REFERENCE_IMAGEAcciónTool to get information associated with a ReferenceImage. Use when you have the full resource name and need its metadata.
GOOGLE_CLOUD_VISION_VISION_GET_REFERENCE_IMAGEAcciónTool to get information associated with a ReferenceImage. Use when you have the full resource name and need its metadata.
Parámetros de entrada
namestringObligatorioFull resource name of the ReferenceImage to retrieve. Format: projects/{PROJECT_ID}/locations/{LOCATION_ID}/products/{PRODUCT_ID}/referenceImages/{REFERENCE_IMAGE_ID}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Products in ProductSetGOOGLE_CLOUD_VISION_VISION_LIST_PRODUCTS_IN_PRODUCT_SETAcciónTool to list Products in a specified ProductSet. Use when you need to retrieve Products associated with a ProductSet after confirming it exists, with optional pagination.
GOOGLE_CLOUD_VISION_VISION_LIST_PRODUCTS_IN_PRODUCT_SETAcciónTool to list Products in a specified ProductSet. Use when you need to retrieve Products associated with a ProductSet after confirming it exists, with optional pagination.
Parámetros de entrada
namestringObligatorioResource name of the ProductSet to list Products from. Format: projects/{project_id}/locations/{location_id}/productSets/{product_set_id}
pageSizeintegerMaximum number of items to return; default 10; maximum 100. Requests outside 1-100 return INVALID_ARGUMENT.
pageTokenstringThe nextPageToken from a previous call to retrieve the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsGOOGLE_CLOUD_VISION_VISION_LIST_PROJECTSAcciónTool to list Google Cloud projects accessible by the authenticated user. Use when you need to enumerate available project IDs and resource names before performing further operations.
GOOGLE_CLOUD_VISION_VISION_LIST_PROJECTSAcciónTool to list Google Cloud projects accessible by the authenticated user. Use when you need to enumerate available project IDs and resource names before performing further operations.
Parámetros de entrada
filterstringFilter expression, case-insensitive. Eligible fields include `name`, `projectId`, `labels.<key>`, `parent.type`, `parent.id`, `lifecycleState`.
pageSizeintegerMaximum number of projects to return; server may return fewer.
pageTokenstringToken from a previous list call to retrieve the next page of results.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Reference ImagesGOOGLE_CLOUD_VISION_VISION_LIST_REFERENCE_IMAGESAcciónTool to list reference images for a product. Use when you need to retrieve stored reference images under a specified product resource name, with optional pagination.
GOOGLE_CLOUD_VISION_VISION_LIST_REFERENCE_IMAGESAcciónTool to list reference images for a product. Use when you need to retrieve stored reference images under a specified product resource name, with optional pagination.
Parámetros de entrada
parentstringObligatorioResource name of the product to list reference images for. Format: projects/{PROJECT_ID}/locations/{LOC_ID}/products/{PRODUCT_ID}.
pageSizeintegerMaximum number of images to return; default 10, maximum 100.
pageTokenstringToken for fetching the next page of results from a previous list call.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove Product from ProductSetGOOGLE_CLOUD_VISION_VISION_REMOVE_PRODUCT_FROM_PRODUCT_SETAcciónTool to remove a Product from a specified ProductSet. Use after creating both resources in the same project/location to unlink a product from its set.
GOOGLE_CLOUD_VISION_VISION_REMOVE_PRODUCT_FROM_PRODUCT_SETAcciónTool to remove a Product from a specified ProductSet. Use after creating both resources in the same project/location to unlink a product from its set.
Parámetros de entrada
namestringObligatorioResource name of the ProductSet to modify. Format: projects/{project_id}/locations/{location_id}/productSets/{product_set_id}
productstringObligatorioResource name of the Product to remove. Format: projects/{project_id}/locations/{location_id}/products/{product_id}
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not