@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20240905 to 0.0.20240906
@@ -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: 20240905 | ||
// Revision: 20240906 | ||
@@ -91,2 +91,4 @@ /// <reference types="gapi.client" /> | ||
contents?: GoogleCloudAiplatformV1beta1Content[]; | ||
/** Optional. Generation config that the model will use to generate the response. */ | ||
generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig; | ||
/** Optional. The instances that are the input to token counting call. Schema is identical to the prediction schema of the underlying model. */ | ||
@@ -148,2 +150,4 @@ instances?: any[]; | ||
generationConfig?: GoogleCloudAiplatformV1beta1GenerationConfig; | ||
/** Optional. The labels with user-defined metadata for the request. It is used for billing and reporting only. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter. */ | ||
labels?: {[P in string]: string}; | ||
/** Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates. */ | ||
@@ -342,2 +346,4 @@ safetySettings?: GoogleCloudAiplatformV1beta1SafetySetting[]; | ||
properties?: {[P in string]: GoogleCloudAiplatformV1beta1Schema}; | ||
/** Optional. The order of the properties. Not a standard field in open api spec. Only used to support the order of the properties. */ | ||
propertyOrdering?: string[]; | ||
/** Optional. Required properties of Type.OBJECT. */ | ||
@@ -344,0 +350,0 @@ required?: string[]; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20240905", | ||
"version": "0.0.20240906", | ||
"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
38334
601