Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@maxim_mazurok/gapi.client.firebaseml-v2beta

Package Overview
Dependencies
Maintainers
0
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.firebaseml-v2beta - npm Package Compare versions

Comparing version 0.0.20240701 to 0.0.20240702

32

index.d.ts

@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */

// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta
// Revision: 20240701
// Revision: 20240702

@@ -87,7 +87,7 @@ /// <reference types="gapi.client" />

interface GoogleCloudAiplatformV1beta1CountTokensRequest {
/** Required. Input content. */
/** Optional. Input content. */
contents?: GoogleCloudAiplatformV1beta1Content[];
/** Required. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model. */
/** Optional. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model. */
instances?: any[];
/** Required. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
/** Optional. The name of the publisher model requested to serve the prediction. Format: `projects/{project}/locations/{location}/publishers/*‍/models/*` */
model?: string;

@@ -197,24 +197,2 @@ }

interface GoogleCloudAiplatformV1beta1GoogleSearchRetrieval {}
interface GoogleCloudAiplatformV1beta1GroundingAttribution {
/** Optional. Output only. Confidence score of the attribution. Ranges from 0 to 1. 1 is the most confident. */
confidenceScore?: number;
/** Optional. Attribution from context retrieved by the retrieval tools. */
retrievedContext?: GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext;
/** Output only. Segment of the content this attribution belongs to. */
segment?: GoogleCloudAiplatformV1beta1Segment;
/** Optional. Attribution from the web. */
web?: GoogleCloudAiplatformV1beta1GroundingAttributionWeb;
}
interface GoogleCloudAiplatformV1beta1GroundingAttributionRetrievedContext {
/** Output only. Title of the attribution. */
title?: string;
/** Output only. URI reference of the attribution. */
uri?: string;
}
interface GoogleCloudAiplatformV1beta1GroundingAttributionWeb {
/** Output only. Title of the attribution. */
title?: string;
/** Output only. URI reference of the attribution. */
uri?: string;
}
interface GoogleCloudAiplatformV1beta1GroundingChunk {

@@ -239,4 +217,2 @@ /** Grounding chunk from context retrieved by the retrieval tools. */

interface GoogleCloudAiplatformV1beta1GroundingMetadata {
/** Optional. List of grounding attributions. */
groundingAttributions?: GoogleCloudAiplatformV1beta1GroundingAttribution[];
/** List of supporting references retrieved from specified grounding source. */

@@ -243,0 +219,0 @@ groundingChunks?: GoogleCloudAiplatformV1beta1GroundingChunk[];

2

package.json
{
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta",
"version": "0.0.20240701",
"version": "0.0.20240702",
"description": "TypeScript typings for Firebase ML API v2beta",

@@ -5,0 +5,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc