@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20241002 to 0.0.20241003
@@ -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: 20241002 | ||
// Revision: 20241003 | ||
@@ -197,2 +197,4 @@ /// <reference types="gapi.client" /> | ||
interface GoogleCloudAiplatformV1beta1GenerationConfig { | ||
/** Optional. If enabled, audio timestamp will be included in the request to the model. */ | ||
audioTimestamp?: boolean; | ||
/** Optional. Number of candidates to generate. */ | ||
@@ -358,3 +360,3 @@ candidateCount?: number; | ||
description?: string; | ||
/** Optional. Possible values of the element of Type.STRING with enum format. For example we can define an Enum Direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} */ | ||
/** Optional. Possible values of the element of primitive type with enum format. Examples: 1. We can define direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} 2. We can define apartment number as : {type:INTEGER, format:enum, enum:["101", "201", "301"]} */ | ||
enum?: string[]; | ||
@@ -361,0 +363,0 @@ /** Optional. Example of the object. Will only populated when the object is the root. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20241002", | ||
"version": "0.0.20241003", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41200
647