ProjectsHistoriesExecutionsClusters
class ProjectsHistoriesExecutionsClusters extends Resource (View source)
The "clusters" collection of methods.
Typical usage is:
$toolresultsService = new Google\Service\ToolResults(...);
$clusters = $toolresultsService->projects_histories_executions_clusters;
Methods
Retrieves a single screenshot cluster by its ID (clusters.get)
Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots.
Details
ScreenshotCluster
get(string $projectId, string $historyId, string $executionId, string $clusterId, array $optParams = [])
Retrieves a single screenshot cluster by its ID (clusters.get)
ListScreenshotClustersResponse
listProjectsHistoriesExecutionsClusters(string $projectId, string $historyId, string $executionId, array $optParams = [])
Lists Screenshot Clusters Returns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots.
Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores. (clusters.listProjectsHistoriesExecutionsClusters)