@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.4.20251204 → 0.4.20260106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +482 -913
- package/package.json +1 -1
- package/readme.md +15 -15
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260106
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -621,6 +621,8 @@ declare namespace gapi.client {
|
|
|
621
621
|
gcsSource?: GoogleCloudAiplatformV1beta1GcsSource;
|
|
622
622
|
/** Required. The format in which instances are given, must be one of the Model's supported_input_storage_formats. */
|
|
623
623
|
instancesFormat?: string;
|
|
624
|
+
/** A Vertex Managed Dataset. Currently, only datasets of type Multimodal are supported. */
|
|
625
|
+
vertexMultimodalDatasetSource?: GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource;
|
|
624
626
|
}
|
|
625
627
|
interface GoogleCloudAiplatformV1beta1BatchPredictionJobInstanceConfig {
|
|
626
628
|
/** Fields that will be excluded in the prediction instance that is sent to the Model. Excluded will be attached to the batch prediction output if key_field is not specified. When excluded_fields is populated, included_fields must be empty. The input must be JSONL with objects at each line, BigQuery or TfRecord. */
|
|
@@ -639,6 +641,8 @@ declare namespace gapi.client {
|
|
|
639
641
|
gcsDestination?: GoogleCloudAiplatformV1beta1GcsDestination;
|
|
640
642
|
/** Required. The format in which Vertex AI gives the predictions, must be one of the Model's supported_output_storage_formats. */
|
|
641
643
|
predictionsFormat?: string;
|
|
644
|
+
/** The details for a Vertex Multimodal Dataset that will be created for the output. */
|
|
645
|
+
vertexMultimodalDatasetDestination?: GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination;
|
|
642
646
|
}
|
|
643
647
|
interface GoogleCloudAiplatformV1beta1BatchPredictionJobOutputInfo {
|
|
644
648
|
/** Output only. The path of the BigQuery dataset created, in `bq://projectId.bqDatasetId` format, into which the prediction output is written. */
|
|
@@ -647,6 +651,8 @@ declare namespace gapi.client {
|
|
|
647
651
|
bigqueryOutputTable?: string;
|
|
648
652
|
/** Output only. The full path of the Cloud Storage directory created, into which the prediction output is written. */
|
|
649
653
|
gcsOutputDirectory?: string;
|
|
654
|
+
/** Output only. The resource name of the Vertex Managed Dataset created, into which the prediction output is written. Format: `projects/{project}/locations/{location}/datasets/{dataset}` */
|
|
655
|
+
vertexMultimodalDatasetName?: string;
|
|
650
656
|
}
|
|
651
657
|
interface GoogleCloudAiplatformV1beta1BatchReadFeatureValuesOperationMetadata {
|
|
652
658
|
/** Operation metadata for Featurestore batch read Features values. */
|
|
@@ -1688,6 +1694,8 @@ declare namespace gapi.client {
|
|
|
1688
1694
|
explanationSpec?: GoogleCloudAiplatformV1beta1ExplanationSpec;
|
|
1689
1695
|
/** Configuration for faster model deployment. */
|
|
1690
1696
|
fasterDeploymentConfig?: GoogleCloudAiplatformV1beta1FasterDeploymentConfig;
|
|
1697
|
+
/** Optional. Resources for a full fine tuned model. */
|
|
1698
|
+
fullFineTunedResources?: GoogleCloudAiplatformV1beta1FullFineTunedResources;
|
|
1691
1699
|
/** GDC pretrained / Gemini model name. The model name is a plain model name, e.g. gemini-1.5-flash-002. */
|
|
1692
1700
|
gdcConnectedModel?: string;
|
|
1693
1701
|
/** Immutable. The ID of the DeployedModel. If not provided upon deployment, Vertex AI will generate a value for this ID. This value should be 1-10 characters, and valid characters are `/[0-9]/`. */
|
|
@@ -1965,7 +1973,7 @@ declare namespace gapi.client {
|
|
|
1965
1973
|
publisherEndpoint?: string;
|
|
1966
1974
|
}
|
|
1967
1975
|
interface GoogleCloudAiplatformV1beta1EncryptionSpec {
|
|
1968
|
-
/** Required.
|
|
1976
|
+
/** Required. Resource name of the Cloud KMS key used to protect the resource. The Cloud KMS key must be in the same region as the resource. It must have the format `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`. */
|
|
1969
1977
|
kmsKeyName?: string;
|
|
1970
1978
|
}
|
|
1971
1979
|
interface GoogleCloudAiplatformV1beta1Endpoint {
|
|
@@ -2097,6 +2105,8 @@ declare namespace gapi.client {
|
|
|
2097
2105
|
autoraterConfig?: GoogleCloudAiplatformV1beta1AutoraterConfig;
|
|
2098
2106
|
/** Required. The dataset used for evaluation. */
|
|
2099
2107
|
dataset?: GoogleCloudAiplatformV1beta1EvaluationDataset;
|
|
2108
|
+
/** Required. The resource name of the Location to evaluate the dataset. Format: `projects/{project}/locations/{location}` */
|
|
2109
|
+
location?: string;
|
|
2100
2110
|
/** Required. The metrics used for evaluation. */
|
|
2101
2111
|
metrics?: GoogleCloudAiplatformV1beta1Metric[];
|
|
2102
2112
|
/** Required. Config for evaluation output. */
|
|
@@ -2137,6 +2147,8 @@ declare namespace gapi.client {
|
|
|
2137
2147
|
groundednessInput?: GoogleCloudAiplatformV1beta1GroundednessInput;
|
|
2138
2148
|
/** The instance to be evaluated. */
|
|
2139
2149
|
instance?: GoogleCloudAiplatformV1beta1EvaluationInstance;
|
|
2150
|
+
/** Required. The resource name of the Location to evaluate the instances. Format: `projects/{project}/locations/{location}` */
|
|
2151
|
+
location?: string;
|
|
2140
2152
|
/** The metrics used for evaluation. Currently, we only support evaluating a single metric. If multiple metrics are provided, only the first one will be evaluated. */
|
|
2141
2153
|
metrics?: GoogleCloudAiplatformV1beta1Metric[];
|
|
2142
2154
|
/** Input for Metricx metric. */
|
|
@@ -3821,6 +3833,12 @@ declare namespace gapi.client {
|
|
|
3821
3833
|
/** Optional. Which version to use for evaluation. */
|
|
3822
3834
|
version?: number;
|
|
3823
3835
|
}
|
|
3836
|
+
interface GoogleCloudAiplatformV1beta1FullFineTunedResources {
|
|
3837
|
+
/** Required. The kind of deployment. */
|
|
3838
|
+
deploymentType?: string;
|
|
3839
|
+
/** Optional. The number of model inference units to use for this deployment. This can only be specified for DEPLOYMENT_TYPE_PROD. The following table lists the number of model inference units for different model types: * Gemini 2.5 Flash * Foundation FMIU: 25 * Expansion FMIU: 4 * Gemini 2.5 Pro * Foundation FMIU: 32 * Expansion FMIU: 16 * Veo 3.0 (undistilled) * Foundation FMIU: 63 * Expansion FMIU: 7 * Veo 3.0 (distilled) * Foundation FMIU: 30 * Expansion FMIU: 10 */
|
|
3840
|
+
modelInferenceUnitCount?: number;
|
|
3841
|
+
}
|
|
3824
3842
|
interface GoogleCloudAiplatformV1beta1FullFineTuningSpec {
|
|
3825
3843
|
/** Optional. Hyperparameters for Full Fine Tuning. */
|
|
3826
3844
|
hyperParameters?: GoogleCloudAiplatformV1beta1SupervisedHyperParameters;
|
|
@@ -4051,6 +4069,8 @@ declare namespace gapi.client {
|
|
|
4051
4069
|
agentConfig?: GoogleCloudAiplatformV1beta1EvaluationInstanceAgentConfig;
|
|
4052
4070
|
/** Required. The prompt to generate rubrics from. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request. */
|
|
4053
4071
|
contents?: GoogleCloudAiplatformV1beta1Content[];
|
|
4072
|
+
/** Required. The resource name of the Location to generate rubrics from. Format: `projects/{project}/locations/{location}` */
|
|
4073
|
+
location?: string;
|
|
4054
4074
|
/** Optional. Specification for using the rubric generation configs of a pre-defined metric, e.g. "generic_quality_v1" and "instruction_following_v1". Some of the configs may be only used in rubric generation and not supporting evaluation, e.g. "fully_customized_generic_quality_v1". If this field is set, the `rubric_generation_spec` field will be ignored. */
|
|
4055
4075
|
predefinedRubricGenerationSpec?: GoogleCloudAiplatformV1beta1PredefinedMetricSpec;
|
|
4056
4076
|
/** Optional. Specification for how the rubrics should be generated. */
|
|
@@ -4069,6 +4089,12 @@ declare namespace gapi.client {
|
|
|
4069
4089
|
disableConsolidation?: boolean;
|
|
4070
4090
|
/** Optional. If true, no revisions will be created for this request. */
|
|
4071
4091
|
disableMemoryRevisions?: boolean;
|
|
4092
|
+
/** Optional. User-provided metadata for the generated memories. This is not generated by Memory Bank. */
|
|
4093
|
+
metadata?: {
|
|
4094
|
+
[P in string]: GoogleCloudAiplatformV1beta1MemoryMetadataValue;
|
|
4095
|
+
};
|
|
4096
|
+
/** Optional. The strategy to use when applying metadata to existing memories. */
|
|
4097
|
+
metadataMergeStrategy?: string;
|
|
4072
4098
|
/** Optional. Timestamp of when the revision is considered expired. If not set, the memory revision will be kept until manually deleted. */
|
|
4073
4099
|
revisionExpireTime?: string;
|
|
4074
4100
|
/** Optional. Labels to be applied to the generated memory revisions. For example, you can use this to label a revision with its data source. */
|
|
@@ -5281,6 +5307,10 @@ declare namespace gapi.client {
|
|
|
5281
5307
|
expireTime?: string;
|
|
5282
5308
|
/** Required. Semantic knowledge extracted from the source content. */
|
|
5283
5309
|
fact?: string;
|
|
5310
|
+
/** Optional. User-provided metadata for the Memory. This information was provided when creating, updating, or generating the Memory. It was not generated by Memory Bank. */
|
|
5311
|
+
metadata?: {
|
|
5312
|
+
[P in string]: GoogleCloudAiplatformV1beta1MemoryMetadataValue;
|
|
5313
|
+
};
|
|
5284
5314
|
/** Identifier. The resource name of the Memory. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}` */
|
|
5285
5315
|
name?: string;
|
|
5286
5316
|
/** Optional. Input only. Timestamp of when the revision is considered expired. If not set, the memory revision will be kept until manually deleted. */
|
|
@@ -5299,6 +5329,8 @@ declare namespace gapi.client {
|
|
|
5299
5329
|
updateTime?: string;
|
|
5300
5330
|
}
|
|
5301
5331
|
interface GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfig {
|
|
5332
|
+
/** Optional. If true, then the memories will be generated in the third person (i.e. "The user generates memories with Memory Bank."). By default, the memories will be generated in the first person (i.e. "I generate memories with Memory Bank.") */
|
|
5333
|
+
enableThirdPersonMemories?: boolean;
|
|
5302
5334
|
/** Optional. Examples of how to generate memories for a particular scope. */
|
|
5303
5335
|
generateMemoriesExamples?: GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExample[];
|
|
5304
5336
|
/** Optional. Topics of information that should be extracted from conversations and stored as memories. If not set, then Memory Bank's default topics will be used. */
|
|
@@ -5342,6 +5374,30 @@ declare namespace gapi.client {
|
|
|
5342
5374
|
/** Required. The managed topic. */
|
|
5343
5375
|
managedTopicEnum?: string;
|
|
5344
5376
|
}
|
|
5377
|
+
interface GoogleCloudAiplatformV1beta1MemoryConjunctionFilter {
|
|
5378
|
+
/** Filters that will combined using AND logic. */
|
|
5379
|
+
filters?: GoogleCloudAiplatformV1beta1MemoryFilter[];
|
|
5380
|
+
}
|
|
5381
|
+
interface GoogleCloudAiplatformV1beta1MemoryFilter {
|
|
5382
|
+
/** Key of the filter. For example, "author" would apply to `metadata` entries with the key "author". */
|
|
5383
|
+
key?: string;
|
|
5384
|
+
/** If true, the filter will be negated. */
|
|
5385
|
+
negate?: boolean;
|
|
5386
|
+
/** Operator to apply to the filter. If not set, then EQUAL will be used. */
|
|
5387
|
+
op?: string;
|
|
5388
|
+
/** Value to compare to. */
|
|
5389
|
+
value?: GoogleCloudAiplatformV1beta1MemoryMetadataValue;
|
|
5390
|
+
}
|
|
5391
|
+
interface GoogleCloudAiplatformV1beta1MemoryMetadataValue {
|
|
5392
|
+
/** Boolean value. */
|
|
5393
|
+
boolValue?: boolean;
|
|
5394
|
+
/** Double value. */
|
|
5395
|
+
doubleValue?: number;
|
|
5396
|
+
/** String value. */
|
|
5397
|
+
stringValue?: string;
|
|
5398
|
+
/** Timestamp value. When filtering on timestamp values, only the seconds field will be compared. */
|
|
5399
|
+
timestampValue?: string;
|
|
5400
|
+
}
|
|
5345
5401
|
interface GoogleCloudAiplatformV1beta1MemoryRevision {
|
|
5346
5402
|
/** Output only. Timestamp when this Memory Revision was created. */
|
|
5347
5403
|
createTime?: string;
|
|
@@ -8323,9 +8379,9 @@ declare namespace gapi.client {
|
|
|
8323
8379
|
sourceArchive?: string;
|
|
8324
8380
|
}
|
|
8325
8381
|
interface GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecPythonSpec {
|
|
8326
|
-
/** Optional. The Python module to load as the entrypoint, specified as a fully qualified module name. For example: path.to.agent. If not specified, defaults to "agent". The project root will be added to Python sys.path, allowing imports to be specified relative to the root. */
|
|
8382
|
+
/** Optional. The Python module to load as the entrypoint, specified as a fully qualified module name. For example: path.to.agent. If not specified, defaults to "agent". The project root will be added to Python sys.path, allowing imports to be specified relative to the root. This field should not be set if the source is `agent_config_source`. */
|
|
8327
8383
|
entrypointModule?: string;
|
|
8328
|
-
/** Optional. The name of the callable object within the `entrypoint_module` to use as the application If not specified, defaults to "root_agent". */
|
|
8384
|
+
/** Optional. The name of the callable object within the `entrypoint_module` to use as the application If not specified, defaults to "root_agent". This field should not be set if the source is `agent_config_source`. */
|
|
8329
8385
|
entrypointObject?: string;
|
|
8330
8386
|
/** Optional. The path to the requirements file, relative to the source root. If not specified, defaults to "requirements.txt". */
|
|
8331
8387
|
requirementsFile?: string;
|
|
@@ -8530,6 +8586,8 @@ declare namespace gapi.client {
|
|
|
8530
8586
|
interface GoogleCloudAiplatformV1beta1RetrieveMemoriesRequest {
|
|
8531
8587
|
/** Optional. The standard list filter that will be applied to the retrieved memories. More detail in [AIP-160](https://google.aip.dev/160). Supported fields: * `fact` * `create_time` * `update_time` * `topics` (i.e. `topics.custom_memory_topic_label: "example topic" OR topics.managed_memory_topic: USER_PREFERENCES`) */
|
|
8532
8588
|
filter?: string;
|
|
8589
|
+
/** Optional. Metadata filters that will be applied to the retrieved memories' `metadata` using OR logic. Filters are defined using disjunctive normal form (OR of ANDs). For example: `filter_groups: [{filters: [{key: "author", value: {string_value: "agent 123"}, op: EQUAL}]}, {filters: [{key: "label", value: {string_value: "travel"}, op: EQUAL}, {key: "author", value: {string_value: "agent 321"}, op: EQUAL}]}]` would be equivalent to the logical expression: `(metadata.author = "agent 123" OR (metadata.label = "travel" AND metadata.author = "agent 321"))`. */
|
|
8590
|
+
filterGroups?: GoogleCloudAiplatformV1beta1MemoryConjunctionFilter[];
|
|
8533
8591
|
/** Required. The scope of the memories to retrieve. A memory must have exactly the same scope (`Memory.scope`) as the scope provided here to be retrieved (same keys and values). Order does not matter, but it is case-sensitive. */
|
|
8534
8592
|
scope?: {[P in string]: string};
|
|
8535
8593
|
/** Parameters for semantic similarity search based retrieval. */
|
|
@@ -8906,55 +8964,55 @@ declare namespace gapi.client {
|
|
|
8906
8964
|
timeout?: string;
|
|
8907
8965
|
}
|
|
8908
8966
|
interface GoogleCloudAiplatformV1beta1Schema {
|
|
8909
|
-
/** Optional.
|
|
8967
|
+
/** Optional. If `type` is `OBJECT`, specifies how to handle properties not defined in `properties`. If it is a boolean `false`, no additional properties are allowed. If it is a schema, additional properties are allowed if they conform to the schema. */
|
|
8910
8968
|
additionalProperties?: any;
|
|
8911
|
-
/** Optional. The
|
|
8969
|
+
/** Optional. The instance must be valid against any (one or more) of the subschemas listed in `any_of`. */
|
|
8912
8970
|
anyOf?: GoogleCloudAiplatformV1beta1Schema[];
|
|
8913
|
-
/** Optional. Default value
|
|
8971
|
+
/** Optional. Default value to use if the field is not specified. */
|
|
8914
8972
|
default?: any;
|
|
8915
|
-
/** Optional.
|
|
8973
|
+
/** Optional. `defs` provides a map of schema definitions that can be reused by `ref` elsewhere in the schema. Only allowed at root level of the schema. */
|
|
8916
8974
|
defs?: {[P in string]: GoogleCloudAiplatformV1beta1Schema};
|
|
8917
|
-
/** Optional.
|
|
8975
|
+
/** Optional. Description of the schema. */
|
|
8918
8976
|
description?: string;
|
|
8919
|
-
/** Optional. Possible values of the
|
|
8977
|
+
/** Optional. Possible values of the field. This field can be used to restrict a value to a fixed set of values. To mark a field as an enum, set `format` to `enum` and provide the list of possible values in `enum`. For example: 1. To define directions: `{type:STRING, format:enum, enum:["EAST", "NORTH", "SOUTH", "WEST"]}` 2. To define apartment numbers: `{type:INTEGER, format:enum, enum:["101", "201", "301"]}` */
|
|
8920
8978
|
enum?: string[];
|
|
8921
|
-
/** Optional. Example of
|
|
8979
|
+
/** Optional. Example of an instance of this schema. */
|
|
8922
8980
|
example?: any;
|
|
8923
|
-
/** Optional. The format of the data.
|
|
8981
|
+
/** Optional. The format of the data. For `NUMBER` type, format can be `float` or `double`. For `INTEGER` type, format can be `int32` or `int64`. For `STRING` type, format can be `email`, `byte`, `date`, `date-time`, `password`, and other formats to further refine the data type. */
|
|
8924
8982
|
format?: string;
|
|
8925
|
-
/** Optional.
|
|
8983
|
+
/** Optional. If type is `ARRAY`, `items` specifies the schema of elements in the array. */
|
|
8926
8984
|
items?: GoogleCloudAiplatformV1beta1Schema;
|
|
8927
|
-
/** Optional.
|
|
8985
|
+
/** Optional. If type is `INTEGER` or `NUMBER`, `maximum` specifies the maximum allowed value. */
|
|
8928
8986
|
maximum?: number;
|
|
8929
|
-
/** Optional.
|
|
8987
|
+
/** Optional. If type is `ARRAY`, `max_items` specifies the maximum number of items in an array. */
|
|
8930
8988
|
maxItems?: string;
|
|
8931
|
-
/** Optional.
|
|
8989
|
+
/** Optional. If type is `STRING`, `max_length` specifies the maximum length of the string. */
|
|
8932
8990
|
maxLength?: string;
|
|
8933
|
-
/** Optional.
|
|
8991
|
+
/** Optional. If type is `OBJECT`, `max_properties` specifies the maximum number of properties that can be provided. */
|
|
8934
8992
|
maxProperties?: string;
|
|
8935
|
-
/** Optional.
|
|
8993
|
+
/** Optional. If type is `INTEGER` or `NUMBER`, `minimum` specifies the minimum allowed value. */
|
|
8936
8994
|
minimum?: number;
|
|
8937
|
-
/** Optional.
|
|
8995
|
+
/** Optional. If type is `ARRAY`, `min_items` specifies the minimum number of items in an array. */
|
|
8938
8996
|
minItems?: string;
|
|
8939
|
-
/** Optional.
|
|
8997
|
+
/** Optional. If type is `STRING`, `min_length` specifies the minimum length of the string. */
|
|
8940
8998
|
minLength?: string;
|
|
8941
|
-
/** Optional.
|
|
8999
|
+
/** Optional. If type is `OBJECT`, `min_properties` specifies the minimum number of properties that can be provided. */
|
|
8942
9000
|
minProperties?: string;
|
|
8943
|
-
/** Optional. Indicates if the value
|
|
9001
|
+
/** Optional. Indicates if the value of this field can be null. */
|
|
8944
9002
|
nullable?: boolean;
|
|
8945
|
-
/** Optional.
|
|
9003
|
+
/** Optional. If type is `STRING`, `pattern` specifies a regular expression that the string must match. */
|
|
8946
9004
|
pattern?: string;
|
|
8947
|
-
/** Optional.
|
|
9005
|
+
/** Optional. If type is `OBJECT`, `properties` is a map of property names to schema definitions for each property of the object. */
|
|
8948
9006
|
properties?: {[P in string]: GoogleCloudAiplatformV1beta1Schema};
|
|
8949
|
-
/** Optional.
|
|
9007
|
+
/** Optional. Order of properties displayed or used where order matters. This is not a standard field in OpenAPI specification, but can be used to control the order of properties. */
|
|
8950
9008
|
propertyOrdering?: string[];
|
|
8951
|
-
/** Optional. Allows
|
|
9009
|
+
/** Optional. Allows referencing another schema definition to use in place of this schema. The value must be a valid reference to a schema in `defs`. For example, the following schema defines a reference to a schema node named "Pet": type: object properties: pet: ref: #/defs/Pet defs: Pet: type: object properties: name: type: string The value of the "pet" property is a reference to the schema node named "Pet". See details in https://json-schema.org/understanding-json-schema/structuring */
|
|
8952
9010
|
ref?: string;
|
|
8953
|
-
/** Optional.
|
|
9011
|
+
/** Optional. If type is `OBJECT`, `required` lists the names of properties that must be present. */
|
|
8954
9012
|
required?: string[];
|
|
8955
|
-
/** Optional.
|
|
9013
|
+
/** Optional. Title for the schema. */
|
|
8956
9014
|
title?: string;
|
|
8957
|
-
/** Optional.
|
|
9015
|
+
/** Optional. Data type of the schema field. */
|
|
8958
9016
|
type?: string;
|
|
8959
9017
|
}
|
|
8960
9018
|
interface GoogleCloudAiplatformV1beta1SchemaAnnotationSpecColor {
|
|
@@ -9609,6 +9667,8 @@ declare namespace gapi.client {
|
|
|
9609
9667
|
interface GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderData {
|
|
9610
9668
|
/** Serialized state of the code repository. This string will typically contain a JSON representation of the UI's CodeRepositoryService state (files, folders, content, and any metadata). The UI is responsible for serialization and deserialization. */
|
|
9611
9669
|
codeRepositoryState?: string;
|
|
9670
|
+
/** Optional. Framework used to build the application. */
|
|
9671
|
+
framework?: string;
|
|
9612
9672
|
/** Linked resources attached to the application by the user. */
|
|
9613
9673
|
linkedResources?: GoogleCloudAiplatformV1beta1SchemaPromptSpecAppBuilderDataLinkedResource[];
|
|
9614
9674
|
}
|
|
@@ -10350,9 +10410,9 @@ declare namespace gapi.client {
|
|
|
10350
10410
|
strideLength?: string;
|
|
10351
10411
|
}
|
|
10352
10412
|
interface GoogleCloudAiplatformV1beta1SchemaVertex {
|
|
10353
|
-
/** X coordinate. */
|
|
10413
|
+
/** X coordinate of the vertex, normalized to [0.0, 1.0]. */
|
|
10354
10414
|
x?: number;
|
|
10355
|
-
/** Y coordinate. */
|
|
10415
|
+
/** Y coordinate of the vertex, normalized to [0.0, 1.0]. */
|
|
10356
10416
|
y?: number;
|
|
10357
10417
|
}
|
|
10358
10418
|
interface GoogleCloudAiplatformV1beta1SchemaVideoActionRecognitionAnnotation {
|
|
@@ -11420,6 +11480,8 @@ declare namespace gapi.client {
|
|
|
11420
11480
|
googleSearch?: GoogleCloudAiplatformV1beta1ToolGoogleSearch;
|
|
11421
11481
|
/** Optional. Specialized retrieval tool that is powered by Google Search. */
|
|
11422
11482
|
googleSearchRetrieval?: GoogleCloudAiplatformV1beta1GoogleSearchRetrieval;
|
|
11483
|
+
/** Optional. If specified, Vertex AI will use Parallel.ai to search for information to answer user queries. The search results will be grounded on Parallel.ai and presented to the model for response generation */
|
|
11484
|
+
parallelAiSearch?: GoogleCloudAiplatformV1beta1ToolParallelAiSearch;
|
|
11423
11485
|
/** Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation. */
|
|
11424
11486
|
retrieval?: GoogleCloudAiplatformV1beta1Retrieval;
|
|
11425
11487
|
/** Optional. Tool to support URL context retrieval. */
|
|
@@ -11492,6 +11554,12 @@ declare namespace gapi.client {
|
|
|
11492
11554
|
toolNameMatchMetricValues?: GoogleCloudAiplatformV1beta1ToolNameMatchMetricValue[];
|
|
11493
11555
|
}
|
|
11494
11556
|
interface GoogleCloudAiplatformV1beta1ToolNameMatchSpec {}
|
|
11557
|
+
interface GoogleCloudAiplatformV1beta1ToolParallelAiSearch {
|
|
11558
|
+
/** Optional. The API key for ParallelAiSearch. If an API key is not provided, the system will attempt to verify access by checking for an active Parallel.ai subscription through the Google Cloud Marketplace. See https://docs.parallel.ai/search/search-quickstart for more details. */
|
|
11559
|
+
apiKey?: string;
|
|
11560
|
+
/** Optional. Custom configs for ParallelAiSearch. This field can be used to pass any parameter from the Parallel.ai Search API. See the Parallel.ai documentation for the full list of available parameters and their usage: https://docs.parallel.ai/api-reference/search-beta/search Currently only `source_policy`, `excerpts`, `max_results`, `mode`, `fetch_policy` can be set via this field. For example: { "source_policy": { "include_domains": ["google.com", "wikipedia.org"], "exclude_domains": ["example.com"] }, "fetch_policy": { "max_age_seconds": 3600 } } */
|
|
11561
|
+
customConfigs?: {[P in string]: any};
|
|
11562
|
+
}
|
|
11495
11563
|
interface GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInput {
|
|
11496
11564
|
/** Required. Repeated tool parameter key match instances. */
|
|
11497
11565
|
instances?: GoogleCloudAiplatformV1beta1ToolParameterKeyMatchInstance[];
|
|
@@ -12093,6 +12161,8 @@ declare namespace gapi.client {
|
|
|
12093
12161
|
learningRateMultiplier?: number;
|
|
12094
12162
|
/** Optional. The tuning task. Either I2V or T2V. */
|
|
12095
12163
|
tuningTask?: string;
|
|
12164
|
+
/** Optional. The ratio of Google internal dataset to use in the training mixture, in range of `[0, 1)`. If `0.2`, it means 20% of Google internal dataset and 80% of user dataset will be used for training. */
|
|
12165
|
+
veoDataMixtureRatio?: number;
|
|
12096
12166
|
}
|
|
12097
12167
|
interface GoogleCloudAiplatformV1beta1VeoTuningSpec {
|
|
12098
12168
|
/** Optional. Hyperparameters for Veo. */
|
|
@@ -12124,6 +12194,16 @@ declare namespace gapi.client {
|
|
|
12124
12194
|
/** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
|
|
12125
12195
|
filter?: string;
|
|
12126
12196
|
}
|
|
12197
|
+
interface GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination {
|
|
12198
|
+
/** Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset. */
|
|
12199
|
+
bigqueryDestination?: GoogleCloudAiplatformV1beta1BigQueryDestination;
|
|
12200
|
+
/** Optional. Display name of the output dataset. */
|
|
12201
|
+
displayName?: string;
|
|
12202
|
+
}
|
|
12203
|
+
interface GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource {
|
|
12204
|
+
/** Required. The resource name of the Vertex Dataset. Format: `projects/{project}/locations/{location}/datasets/{dataset}` */
|
|
12205
|
+
datasetName?: string;
|
|
12206
|
+
}
|
|
12127
12207
|
interface GoogleCloudAiplatformV1beta1VertexRagStore {
|
|
12128
12208
|
/** Optional. Deprecated. Please use rag_resources instead. */
|
|
12129
12209
|
ragCorpora?: string[];
|
|
@@ -12259,521 +12339,6 @@ declare namespace gapi.client {
|
|
|
12259
12339
|
/** A subset of `TestPermissionsRequest.permissions` that the caller is allowed. */
|
|
12260
12340
|
permissions?: string[];
|
|
12261
12341
|
}
|
|
12262
|
-
interface GoogleLearningVertexApiInteractionsV1beta1AgentInteraction {
|
|
12263
|
-
/** The name of the `Agent` used for generating the completion. */
|
|
12264
|
-
agent?: string;
|
|
12265
|
-
deep_research_config?: GoogleLearningVertexApiInteractionsV1beta1DeepResearchAgentConfig;
|
|
12266
|
-
dynamic_config?: GoogleLearningVertexApiInteractionsV1beta1DynamicAgentConfig;
|
|
12267
|
-
}
|
|
12268
|
-
interface GoogleLearningVertexApiInteractionsV1beta1AllowedTools {
|
|
12269
|
-
/** The mode of the tool choice. */
|
|
12270
|
-
mode?: string;
|
|
12271
|
-
/** The names of the allowed tools. */
|
|
12272
|
-
tools?: string[];
|
|
12273
|
-
}
|
|
12274
|
-
interface GoogleLearningVertexApiInteractionsV1beta1AudioContent {
|
|
12275
|
-
data?: string;
|
|
12276
|
-
mime_type?: string;
|
|
12277
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12278
|
-
type?: string;
|
|
12279
|
-
uri?: string;
|
|
12280
|
-
}
|
|
12281
|
-
interface GoogleLearningVertexApiInteractionsV1beta1CodeExecution {
|
|
12282
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12283
|
-
type?: string;
|
|
12284
|
-
}
|
|
12285
|
-
interface GoogleLearningVertexApiInteractionsV1beta1CodeExecutionCallContent {
|
|
12286
|
-
/** The arguments to pass to the code execution. */
|
|
12287
|
-
arguments?: GoogleLearningVertexApiInteractionsV1beta1CodeExecutionCallContentCodeExecutionCallArguments;
|
|
12288
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12289
|
-
type?: string;
|
|
12290
|
-
}
|
|
12291
|
-
interface GoogleLearningVertexApiInteractionsV1beta1CodeExecutionCallContentCodeExecutionCallArguments {
|
|
12292
|
-
/** The code to be executed. */
|
|
12293
|
-
code?: string;
|
|
12294
|
-
/** Programming language of the `code`. */
|
|
12295
|
-
language?: string;
|
|
12296
|
-
}
|
|
12297
|
-
interface GoogleLearningVertexApiInteractionsV1beta1CodeExecutionResultContent {
|
|
12298
|
-
/** Whether the code execution resulted in an error. */
|
|
12299
|
-
is_error?: boolean;
|
|
12300
|
-
/** The output of the code execution. */
|
|
12301
|
-
result?: string;
|
|
12302
|
-
/** A signature hash for backend validation. */
|
|
12303
|
-
signature?: string;
|
|
12304
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12305
|
-
type?: string;
|
|
12306
|
-
}
|
|
12307
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ComputerUse {
|
|
12308
|
-
/** The environment being operated. */
|
|
12309
|
-
environment?: string;
|
|
12310
|
-
/** The list of predefined functions that are excluded from the model call. */
|
|
12311
|
-
excludedPredefinedFunctions?: string[];
|
|
12312
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12313
|
-
type?: string;
|
|
12314
|
-
}
|
|
12315
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Content {
|
|
12316
|
-
audio?: GoogleLearningVertexApiInteractionsV1beta1AudioContent;
|
|
12317
|
-
document?: GoogleLearningVertexApiInteractionsV1beta1DocumentContent;
|
|
12318
|
-
function?: GoogleLearningVertexApiInteractionsV1beta1FunctionContent;
|
|
12319
|
-
functionResponse?: GoogleLearningVertexApiInteractionsV1beta1FunctionResponseContent;
|
|
12320
|
-
image?: GoogleLearningVertexApiInteractionsV1beta1ImageContent;
|
|
12321
|
-
text?: GoogleLearningVertexApiInteractionsV1beta1TextContent;
|
|
12322
|
-
thought?: GoogleLearningVertexApiInteractionsV1beta1ThoughtContent;
|
|
12323
|
-
video?: GoogleLearningVertexApiInteractionsV1beta1VideoContent;
|
|
12324
|
-
}
|
|
12325
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ContentDelta {
|
|
12326
|
-
delta?: GoogleLearningVertexApiInteractionsV1beta1Content;
|
|
12327
|
-
event_type?: string;
|
|
12328
|
-
index?: number;
|
|
12329
|
-
}
|
|
12330
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ContentList {
|
|
12331
|
-
/** The contents of the list. */
|
|
12332
|
-
contents?: GoogleLearningVertexApiInteractionsV1beta1Content[];
|
|
12333
|
-
}
|
|
12334
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ContentStart {
|
|
12335
|
-
content?: GoogleLearningVertexApiInteractionsV1beta1Content;
|
|
12336
|
-
event_type?: string;
|
|
12337
|
-
index?: number;
|
|
12338
|
-
}
|
|
12339
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ContentStop {
|
|
12340
|
-
event_type?: string;
|
|
12341
|
-
index?: number;
|
|
12342
|
-
}
|
|
12343
|
-
interface GoogleLearningVertexApiInteractionsV1beta1CreateInteractionParams {
|
|
12344
|
-
/** The interaction to create. */
|
|
12345
|
-
interaction?: GoogleLearningVertexApiInteractionsV1beta1Interaction;
|
|
12346
|
-
/** Input only. Whether to store the response and request for later retrieval. */
|
|
12347
|
-
store?: boolean;
|
|
12348
|
-
/** Input only. Whether the interaction will be streamed. */
|
|
12349
|
-
stream?: boolean;
|
|
12350
|
-
}
|
|
12351
|
-
interface GoogleLearningVertexApiInteractionsV1beta1DeepResearchAgentConfig {
|
|
12352
|
-
/** If true, pauses for user confirmation of the research plan before executing it. */
|
|
12353
|
-
explicit_planning?: boolean;
|
|
12354
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12355
|
-
type?: string;
|
|
12356
|
-
}
|
|
12357
|
-
interface GoogleLearningVertexApiInteractionsV1beta1DocumentContent {
|
|
12358
|
-
data?: string;
|
|
12359
|
-
mime_type?: string;
|
|
12360
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12361
|
-
type?: string;
|
|
12362
|
-
uri?: string;
|
|
12363
|
-
}
|
|
12364
|
-
interface GoogleLearningVertexApiInteractionsV1beta1DynamicAgentConfig {
|
|
12365
|
-
/** For agents that are not supported statically in the API definition. */
|
|
12366
|
-
config?: {[P in string]: any};
|
|
12367
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12368
|
-
type?: string;
|
|
12369
|
-
}
|
|
12370
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Error {
|
|
12371
|
-
/** A URI that identifies the error type. */
|
|
12372
|
-
code?: string;
|
|
12373
|
-
/** A human-readable error message. */
|
|
12374
|
-
message?: string;
|
|
12375
|
-
}
|
|
12376
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ErrorEvent {
|
|
12377
|
-
error?: GoogleLearningVertexApiInteractionsV1beta1Error;
|
|
12378
|
-
event_type?: string;
|
|
12379
|
-
}
|
|
12380
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FileSearchPreview {
|
|
12381
|
-
/** The file search store names to search. */
|
|
12382
|
-
file_search_store_names?: string[];
|
|
12383
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12384
|
-
type?: string;
|
|
12385
|
-
}
|
|
12386
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FileSearchResultContent {
|
|
12387
|
-
/** The results of the File Search. */
|
|
12388
|
-
result?: GoogleLearningVertexApiInteractionsV1beta1FileSearchResultContentFileSearchResult[];
|
|
12389
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12390
|
-
type?: string;
|
|
12391
|
-
}
|
|
12392
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FileSearchResultContentFileSearchResult {
|
|
12393
|
-
/** The name of the file search store. */
|
|
12394
|
-
file_search_store?: string;
|
|
12395
|
-
/** The text of the search result. */
|
|
12396
|
-
text?: string;
|
|
12397
|
-
}
|
|
12398
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Function {
|
|
12399
|
-
/** A description of the function. */
|
|
12400
|
-
description?: string;
|
|
12401
|
-
/** The name of the function. */
|
|
12402
|
-
name?: string;
|
|
12403
|
-
/** The JSON Schema for the function's parameters. */
|
|
12404
|
-
parameters?: any;
|
|
12405
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12406
|
-
type?: string;
|
|
12407
|
-
}
|
|
12408
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FunctionCallContent {
|
|
12409
|
-
/** The arguments to pass to the function. */
|
|
12410
|
-
arguments?: {[P in string]: any};
|
|
12411
|
-
/** The name of the tool to call. */
|
|
12412
|
-
name?: string;
|
|
12413
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12414
|
-
type?: string;
|
|
12415
|
-
}
|
|
12416
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FunctionContent {
|
|
12417
|
-
codeExecutionCall?: GoogleLearningVertexApiInteractionsV1beta1CodeExecutionCallContent;
|
|
12418
|
-
functionCall?: GoogleLearningVertexApiInteractionsV1beta1FunctionCallContent;
|
|
12419
|
-
googleSearchCall?: GoogleLearningVertexApiInteractionsV1beta1GoogleSearchCallContent;
|
|
12420
|
-
/** A unique ID for this specific tool call. */
|
|
12421
|
-
id?: string;
|
|
12422
|
-
mcpServerToolCall?: GoogleLearningVertexApiInteractionsV1beta1McpServerToolCallContent;
|
|
12423
|
-
urlContextCall?: GoogleLearningVertexApiInteractionsV1beta1UrlContextCallContent;
|
|
12424
|
-
}
|
|
12425
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FunctionResponseContent {
|
|
12426
|
-
codeExecutionResult?: GoogleLearningVertexApiInteractionsV1beta1CodeExecutionResultContent;
|
|
12427
|
-
fileSearchResult?: GoogleLearningVertexApiInteractionsV1beta1FileSearchResultContent;
|
|
12428
|
-
functionResult?: GoogleLearningVertexApiInteractionsV1beta1FunctionResultContent;
|
|
12429
|
-
googleSearchResult?: GoogleLearningVertexApiInteractionsV1beta1GoogleSearchResultContent;
|
|
12430
|
-
mcpServerToolResult?: GoogleLearningVertexApiInteractionsV1beta1McpServerToolResultContent;
|
|
12431
|
-
/** ID to match the ID from the function call block. */
|
|
12432
|
-
toolUseId?: string;
|
|
12433
|
-
urlContextResult?: GoogleLearningVertexApiInteractionsV1beta1UrlContextResultContent;
|
|
12434
|
-
}
|
|
12435
|
-
interface GoogleLearningVertexApiInteractionsV1beta1FunctionResultContent {
|
|
12436
|
-
contentList?: GoogleLearningVertexApiInteractionsV1beta1TextOrImageContentList;
|
|
12437
|
-
/** Whether the tool call resulted in an error. */
|
|
12438
|
-
is_error?: boolean;
|
|
12439
|
-
/** The name of the tool that was called. */
|
|
12440
|
-
name?: string;
|
|
12441
|
-
stringResult?: string;
|
|
12442
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12443
|
-
type?: string;
|
|
12444
|
-
}
|
|
12445
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GenerationConfig {
|
|
12446
|
-
/** The maximum number of tokens to include in the response. */
|
|
12447
|
-
max_output_tokens?: number;
|
|
12448
|
-
/** Seed used in decoding for reproducibility. */
|
|
12449
|
-
seed?: number;
|
|
12450
|
-
/** A list of character sequences that will stop output interaction. */
|
|
12451
|
-
stop_sequences?: string[];
|
|
12452
|
-
/** Controls the randomness of the output. */
|
|
12453
|
-
temperature?: number;
|
|
12454
|
-
/** The level of thought tokens that the model should generate. */
|
|
12455
|
-
thinking_level?: string;
|
|
12456
|
-
/** Whether to include thought summaries in the response. */
|
|
12457
|
-
thinking_summaries?: string;
|
|
12458
|
-
/** The tool choice for the interaction. */
|
|
12459
|
-
tool_choice?: GoogleLearningVertexApiInteractionsV1beta1ToolChoice;
|
|
12460
|
-
/** The maximum cumulative probability of tokens to consider when sampling. */
|
|
12461
|
-
top_p?: number;
|
|
12462
|
-
}
|
|
12463
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GoogleSearch {
|
|
12464
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12465
|
-
type?: string;
|
|
12466
|
-
}
|
|
12467
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GoogleSearchCallContent {
|
|
12468
|
-
/** The arguments to pass to Google Search. */
|
|
12469
|
-
arguments?: GoogleLearningVertexApiInteractionsV1beta1GoogleSearchCallContentGoogleSearchCallArguments;
|
|
12470
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12471
|
-
type?: string;
|
|
12472
|
-
}
|
|
12473
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GoogleSearchCallContentGoogleSearchCallArguments {
|
|
12474
|
-
/** Web search queries for the following-up web search. */
|
|
12475
|
-
queries?: string[];
|
|
12476
|
-
}
|
|
12477
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GoogleSearchResultContent {
|
|
12478
|
-
/** Whether the Google Search resulted in an error. */
|
|
12479
|
-
is_error?: boolean;
|
|
12480
|
-
/** The results of the Google Search. */
|
|
12481
|
-
result?: GoogleLearningVertexApiInteractionsV1beta1GoogleSearchResultContentGoogleSearchResult[];
|
|
12482
|
-
/** The signature of the Google Search result. */
|
|
12483
|
-
signature?: string;
|
|
12484
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12485
|
-
type?: string;
|
|
12486
|
-
}
|
|
12487
|
-
interface GoogleLearningVertexApiInteractionsV1beta1GoogleSearchResultContentGoogleSearchResult {
|
|
12488
|
-
/** Web content snippet that can be embedded in a web page or an app webview. */
|
|
12489
|
-
rendered_content?: string;
|
|
12490
|
-
/** Title of the search result. */
|
|
12491
|
-
title?: string;
|
|
12492
|
-
/** URI reference of the search result. */
|
|
12493
|
-
url?: string;
|
|
12494
|
-
}
|
|
12495
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ImageContent {
|
|
12496
|
-
data?: string;
|
|
12497
|
-
mime_type?: string;
|
|
12498
|
-
/** The resolution of the media. */
|
|
12499
|
-
resolution?: string;
|
|
12500
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12501
|
-
type?: string;
|
|
12502
|
-
uri?: string;
|
|
12503
|
-
}
|
|
12504
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Interaction {
|
|
12505
|
-
/** Interaction for generating the completion using agents. */
|
|
12506
|
-
agentInteraction?: GoogleLearningVertexApiInteractionsV1beta1AgentInteraction;
|
|
12507
|
-
/** Whether to run the model interaction in the background. */
|
|
12508
|
-
background?: boolean;
|
|
12509
|
-
/** The content for the interaction. */
|
|
12510
|
-
content?: GoogleLearningVertexApiInteractionsV1beta1Content;
|
|
12511
|
-
/** The inputs for the interaction. */
|
|
12512
|
-
contentList?: GoogleLearningVertexApiInteractionsV1beta1ContentList;
|
|
12513
|
-
/** Output only. The time at which the response was created in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). */
|
|
12514
|
-
created?: string;
|
|
12515
|
-
/** Output only. The error message for the interaction, if any. */
|
|
12516
|
-
error?: GoogleLearningVertexApiInteractionsV1beta1Error;
|
|
12517
|
-
/** Output only. A unique identifier for the interaction completion. */
|
|
12518
|
-
id?: string;
|
|
12519
|
-
/** Interaction for generating the completion using models. */
|
|
12520
|
-
modelInteraction?: GoogleLearningVertexApiInteractionsV1beta1ModelInteraction;
|
|
12521
|
-
/** Output only. The object type of the interaction. Always set to `interaction`. */
|
|
12522
|
-
object?: string;
|
|
12523
|
-
/** Output only. Responses from the model. */
|
|
12524
|
-
outputs?: GoogleLearningVertexApiInteractionsV1beta1Content[];
|
|
12525
|
-
/** The ID of the previous interaction, if any. */
|
|
12526
|
-
previous_interaction_id?: string;
|
|
12527
|
-
/** Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field. */
|
|
12528
|
-
response_format?: any;
|
|
12529
|
-
/** The mime type of the response. This is required if response_format is set. */
|
|
12530
|
-
response_mime_type?: string;
|
|
12531
|
-
/** The requested modalities of the response (TEXT, IMAGE, AUDIO). */
|
|
12532
|
-
response_modalities?: string[];
|
|
12533
|
-
/** Output only. The role of the interaction. */
|
|
12534
|
-
role?: string;
|
|
12535
|
-
/** Configuration for speech interaction. */
|
|
12536
|
-
speech_config?: GoogleLearningVertexApiInteractionsV1beta1SpeechConfig[];
|
|
12537
|
-
/** Output only. The status of the interaction. */
|
|
12538
|
-
status?: string;
|
|
12539
|
-
/** A string input for the interaction, it will be processed as a single text input. */
|
|
12540
|
-
stringContent?: string;
|
|
12541
|
-
/** System instruction for the interaction. */
|
|
12542
|
-
system_instruction?: string;
|
|
12543
|
-
/** A list of tool declarations the model may call during interaction. */
|
|
12544
|
-
tools?: GoogleLearningVertexApiInteractionsV1beta1Tool[];
|
|
12545
|
-
/** The turns for the interaction. */
|
|
12546
|
-
turnList?: GoogleLearningVertexApiInteractionsV1beta1TurnList;
|
|
12547
|
-
/** Output only. The time at which the response was last updated in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). */
|
|
12548
|
-
updated?: string;
|
|
12549
|
-
/** Output only. Statistics on the interaction request's token usage. */
|
|
12550
|
-
usage?: GoogleLearningVertexApiInteractionsV1beta1InteractionUsage;
|
|
12551
|
-
}
|
|
12552
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionEvent {
|
|
12553
|
-
event_type?: string;
|
|
12554
|
-
interaction?: GoogleLearningVertexApiInteractionsV1beta1Interaction;
|
|
12555
|
-
}
|
|
12556
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionMetadata {
|
|
12557
|
-
/** Output only. The time at which the response was created in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). */
|
|
12558
|
-
created?: string;
|
|
12559
|
-
/** Output only. A unique identifier for the interaction completion. */
|
|
12560
|
-
id?: string;
|
|
12561
|
-
/** Output only. The status of the interaction. */
|
|
12562
|
-
status?: string;
|
|
12563
|
-
/** Output only. The time at which the response was last updated in ISO 8601 format (YYYY-MM-DDThh:mm:ssZ). */
|
|
12564
|
-
updated?: string;
|
|
12565
|
-
}
|
|
12566
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionStatusUpdate {
|
|
12567
|
-
event_type?: string;
|
|
12568
|
-
interaction_id?: string;
|
|
12569
|
-
status?: string;
|
|
12570
|
-
}
|
|
12571
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionStreamingEvent {
|
|
12572
|
-
/** The content block delta data, used for content.delta events. */
|
|
12573
|
-
contentDelta?: GoogleLearningVertexApiInteractionsV1beta1ContentDelta;
|
|
12574
|
-
/** The content block start data, used for content.start events. */
|
|
12575
|
-
contentStart?: GoogleLearningVertexApiInteractionsV1beta1ContentStart;
|
|
12576
|
-
/** The content block stop data, used for content.stop events. */
|
|
12577
|
-
contentStop?: GoogleLearningVertexApiInteractionsV1beta1ContentStop;
|
|
12578
|
-
/** The error event data, used for error events. */
|
|
12579
|
-
errorEvent?: GoogleLearningVertexApiInteractionsV1beta1ErrorEvent;
|
|
12580
|
-
/** The interaction data, used for interaction.start and interaction.complete events. */
|
|
12581
|
-
interactionEvent?: GoogleLearningVertexApiInteractionsV1beta1InteractionEvent;
|
|
12582
|
-
/** The interaction status data, used for interaction.status_update events. */
|
|
12583
|
-
interactionStatusUpdate?: GoogleLearningVertexApiInteractionsV1beta1InteractionStatusUpdate;
|
|
12584
|
-
/** The raw data, used for raw events. */
|
|
12585
|
-
rawData?: string;
|
|
12586
|
-
}
|
|
12587
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionUsage {
|
|
12588
|
-
/** A breakdown of cached token usage by modality. */
|
|
12589
|
-
cached_tokens_by_modality?: GoogleLearningVertexApiInteractionsV1beta1InteractionUsageModalityTokens[];
|
|
12590
|
-
/** A breakdown of input token usage by modality. */
|
|
12591
|
-
input_tokens_by_modality?: GoogleLearningVertexApiInteractionsV1beta1InteractionUsageModalityTokens[];
|
|
12592
|
-
/** A breakdown of output token usage by modality. */
|
|
12593
|
-
output_tokens_by_modality?: GoogleLearningVertexApiInteractionsV1beta1InteractionUsageModalityTokens[];
|
|
12594
|
-
/** A breakdown of tool-use token usage by modality. */
|
|
12595
|
-
tool_use_tokens_by_modality?: GoogleLearningVertexApiInteractionsV1beta1InteractionUsageModalityTokens[];
|
|
12596
|
-
/** Number of tokens in the cached part of the prompt (the cached content). */
|
|
12597
|
-
total_cached_tokens?: number;
|
|
12598
|
-
/** Number of tokens in the prompt (context). */
|
|
12599
|
-
total_input_tokens?: number;
|
|
12600
|
-
/** Total number of tokens across all the generated responses. */
|
|
12601
|
-
total_output_tokens?: number;
|
|
12602
|
-
/** Number of tokens of thoughts for thinking models. */
|
|
12603
|
-
total_reasoning_tokens?: number;
|
|
12604
|
-
/** Total token count for the interaction request (prompt + responses + other internal tokens). */
|
|
12605
|
-
total_tokens?: number;
|
|
12606
|
-
/** Number of tokens present in tool-use prompt(s). */
|
|
12607
|
-
total_tool_use_tokens?: number;
|
|
12608
|
-
}
|
|
12609
|
-
interface GoogleLearningVertexApiInteractionsV1beta1InteractionUsageModalityTokens {
|
|
12610
|
-
/** The modality associated with the token count. */
|
|
12611
|
-
modality?: string;
|
|
12612
|
-
/** Number of tokens for the modality. */
|
|
12613
|
-
tokens?: number;
|
|
12614
|
-
}
|
|
12615
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ListInteractionsResponse {
|
|
12616
|
-
/** The `InteractionMetadata` from the specified collection. */
|
|
12617
|
-
interactionMetadatas?: GoogleLearningVertexApiInteractionsV1beta1InteractionMetadata[];
|
|
12618
|
-
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
12619
|
-
next_page_token?: string;
|
|
12620
|
-
}
|
|
12621
|
-
interface GoogleLearningVertexApiInteractionsV1beta1McpServer {
|
|
12622
|
-
/** The allowed tools. */
|
|
12623
|
-
allowed_tools?: GoogleLearningVertexApiInteractionsV1beta1AllowedTools[];
|
|
12624
|
-
/** Optional: Fields for authentication headers, timeouts, etc., if needed. */
|
|
12625
|
-
headers?: {[P in string]: string};
|
|
12626
|
-
/** The name of the MCPServer. */
|
|
12627
|
-
name?: string;
|
|
12628
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12629
|
-
type?: string;
|
|
12630
|
-
/** The full URL for the MCPServer endpoint. Example: "https://api.example.com/mcp" */
|
|
12631
|
-
url?: string;
|
|
12632
|
-
}
|
|
12633
|
-
interface GoogleLearningVertexApiInteractionsV1beta1McpServerToolCallContent {
|
|
12634
|
-
/** The JSON object of arguments for the function. */
|
|
12635
|
-
arguments?: {[P in string]: any};
|
|
12636
|
-
/** The name of the tool which was called. */
|
|
12637
|
-
name?: string;
|
|
12638
|
-
/** The name of the used MCP server. */
|
|
12639
|
-
server_name?: string;
|
|
12640
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12641
|
-
type?: string;
|
|
12642
|
-
}
|
|
12643
|
-
interface GoogleLearningVertexApiInteractionsV1beta1McpServerToolResultContent {
|
|
12644
|
-
contentList?: GoogleLearningVertexApiInteractionsV1beta1TextOrImageContentList;
|
|
12645
|
-
/** Name of the tool which is called for this specific tool call. */
|
|
12646
|
-
name?: string;
|
|
12647
|
-
/** The name of the used MCP server. */
|
|
12648
|
-
server_name?: string;
|
|
12649
|
-
stringResult?: string;
|
|
12650
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12651
|
-
type?: string;
|
|
12652
|
-
}
|
|
12653
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ModelInteraction {
|
|
12654
|
-
/** Input only. Configuration parameters for the model interaction. */
|
|
12655
|
-
generation_config?: GoogleLearningVertexApiInteractionsV1beta1GenerationConfig;
|
|
12656
|
-
/** The name of the `Model` used for generating the completion. */
|
|
12657
|
-
model?: string;
|
|
12658
|
-
}
|
|
12659
|
-
interface GoogleLearningVertexApiInteractionsV1beta1SpeechConfig {
|
|
12660
|
-
/** The language of the speech. */
|
|
12661
|
-
language?: string;
|
|
12662
|
-
/** The speaker's name, it should match the speaker name given in the prompt. */
|
|
12663
|
-
speaker?: string;
|
|
12664
|
-
/** The voice of the speaker. */
|
|
12665
|
-
voice?: string;
|
|
12666
|
-
}
|
|
12667
|
-
interface GoogleLearningVertexApiInteractionsV1beta1TextContent {
|
|
12668
|
-
/** Citation information for model-generated content. */
|
|
12669
|
-
annotations?: GoogleLearningVertexApiInteractionsV1beta1TextContentAnnotation[];
|
|
12670
|
-
/** The text content. */
|
|
12671
|
-
text?: string;
|
|
12672
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12673
|
-
type?: string;
|
|
12674
|
-
}
|
|
12675
|
-
interface GoogleLearningVertexApiInteractionsV1beta1TextContentAnnotation {
|
|
12676
|
-
/** End of the attributed segment, exclusive. */
|
|
12677
|
-
end_index?: number;
|
|
12678
|
-
/** Source attributed for a portion of the text. Could be a URL, title, or other identifier. */
|
|
12679
|
-
source?: string;
|
|
12680
|
-
/** Start of segment of the response that is attributed to this source. Index indicates the start of the segment, measured in bytes. */
|
|
12681
|
-
start_index?: number;
|
|
12682
|
-
}
|
|
12683
|
-
interface GoogleLearningVertexApiInteractionsV1beta1TextOrImageContent {
|
|
12684
|
-
image?: GoogleLearningVertexApiInteractionsV1beta1ImageContent;
|
|
12685
|
-
text?: string;
|
|
12686
|
-
}
|
|
12687
|
-
interface GoogleLearningVertexApiInteractionsV1beta1TextOrImageContentList {
|
|
12688
|
-
contents?: GoogleLearningVertexApiInteractionsV1beta1TextOrImageContent[];
|
|
12689
|
-
}
|
|
12690
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ThoughtContent {
|
|
12691
|
-
/** Signature to match the backend source to be part of the generation. */
|
|
12692
|
-
signature?: string;
|
|
12693
|
-
/** A summary of the thought. */
|
|
12694
|
-
summary?: GoogleLearningVertexApiInteractionsV1beta1ThoughtSummary;
|
|
12695
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12696
|
-
type?: string;
|
|
12697
|
-
}
|
|
12698
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ThoughtSummary {
|
|
12699
|
-
items?: GoogleLearningVertexApiInteractionsV1beta1ThoughtSummaryContent[];
|
|
12700
|
-
}
|
|
12701
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ThoughtSummaryContent {
|
|
12702
|
-
image?: GoogleLearningVertexApiInteractionsV1beta1ImageContent;
|
|
12703
|
-
text?: GoogleLearningVertexApiInteractionsV1beta1TextContent;
|
|
12704
|
-
}
|
|
12705
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Tool {
|
|
12706
|
-
/** A tool that can be used by the model to execute code. */
|
|
12707
|
-
codeExecution?: GoogleLearningVertexApiInteractionsV1beta1CodeExecution;
|
|
12708
|
-
/** Tool to support the model interacting directly with the computer. */
|
|
12709
|
-
computerUse?: GoogleLearningVertexApiInteractionsV1beta1ComputerUse;
|
|
12710
|
-
/** A tool that can be used by the model to search files. */
|
|
12711
|
-
fileSearch?: GoogleLearningVertexApiInteractionsV1beta1FileSearchPreview;
|
|
12712
|
-
/** A function that can be used by the model. */
|
|
12713
|
-
function?: GoogleLearningVertexApiInteractionsV1beta1Function;
|
|
12714
|
-
/** A tool that can be used by the model to search Google. */
|
|
12715
|
-
googleSearch?: GoogleLearningVertexApiInteractionsV1beta1GoogleSearch;
|
|
12716
|
-
/** A MCPServer is a server that can be called by the model to perform actions. */
|
|
12717
|
-
mcpServer?: GoogleLearningVertexApiInteractionsV1beta1McpServer;
|
|
12718
|
-
/** A tool that can be used by the model to fetch URL context. */
|
|
12719
|
-
urlContext?: GoogleLearningVertexApiInteractionsV1beta1UrlContext;
|
|
12720
|
-
}
|
|
12721
|
-
interface GoogleLearningVertexApiInteractionsV1beta1ToolChoice {
|
|
12722
|
-
/** The allowed tools. */
|
|
12723
|
-
allowed_tools?: GoogleLearningVertexApiInteractionsV1beta1AllowedTools;
|
|
12724
|
-
/** The mode of the tool choice. */
|
|
12725
|
-
mode?: string;
|
|
12726
|
-
}
|
|
12727
|
-
interface GoogleLearningVertexApiInteractionsV1beta1Turn {
|
|
12728
|
-
/** The content of the turn. An array of Content objects. */
|
|
12729
|
-
contentList?: GoogleLearningVertexApiInteractionsV1beta1ContentList;
|
|
12730
|
-
/** The content of the turn. A single string. */
|
|
12731
|
-
contentString?: string;
|
|
12732
|
-
/** The originator of this turn. Must be user for input or model for model output. */
|
|
12733
|
-
role?: string;
|
|
12734
|
-
}
|
|
12735
|
-
interface GoogleLearningVertexApiInteractionsV1beta1TurnList {
|
|
12736
|
-
turns?: GoogleLearningVertexApiInteractionsV1beta1Turn[];
|
|
12737
|
-
}
|
|
12738
|
-
interface GoogleLearningVertexApiInteractionsV1beta1UrlContext {
|
|
12739
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12740
|
-
type?: string;
|
|
12741
|
-
}
|
|
12742
|
-
interface GoogleLearningVertexApiInteractionsV1beta1UrlContextCallContent {
|
|
12743
|
-
/** The arguments to pass to the URL context. */
|
|
12744
|
-
arguments?: GoogleLearningVertexApiInteractionsV1beta1UrlContextCallContentUrlContextCallArguments;
|
|
12745
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12746
|
-
type?: string;
|
|
12747
|
-
}
|
|
12748
|
-
interface GoogleLearningVertexApiInteractionsV1beta1UrlContextCallContentUrlContextCallArguments {
|
|
12749
|
-
/** The URLs to fetch. */
|
|
12750
|
-
urls?: string[];
|
|
12751
|
-
}
|
|
12752
|
-
interface GoogleLearningVertexApiInteractionsV1beta1UrlContextResultContent {
|
|
12753
|
-
/** Whether the URL context resulted in an error. */
|
|
12754
|
-
is_error?: boolean;
|
|
12755
|
-
/** The results of the URL context. */
|
|
12756
|
-
result?: GoogleLearningVertexApiInteractionsV1beta1UrlContextResultContentUrlContextResult[];
|
|
12757
|
-
/** The signature of the URL context result. */
|
|
12758
|
-
signature?: string;
|
|
12759
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12760
|
-
type?: string;
|
|
12761
|
-
}
|
|
12762
|
-
interface GoogleLearningVertexApiInteractionsV1beta1UrlContextResultContentUrlContextResult {
|
|
12763
|
-
/** The status of the URL retrieval. */
|
|
12764
|
-
status?: string;
|
|
12765
|
-
/** The URL that was fetched. */
|
|
12766
|
-
url?: string;
|
|
12767
|
-
}
|
|
12768
|
-
interface GoogleLearningVertexApiInteractionsV1beta1VideoContent {
|
|
12769
|
-
data?: string;
|
|
12770
|
-
mime_type?: string;
|
|
12771
|
-
/** The resolution of the media. */
|
|
12772
|
-
resolution?: string;
|
|
12773
|
-
/** Used as the OpenAPI type discriminator for the content oneof. */
|
|
12774
|
-
type?: string;
|
|
12775
|
-
uri?: string;
|
|
12776
|
-
}
|
|
12777
12342
|
interface GoogleLongrunningListOperationsResponse {
|
|
12778
12343
|
/** The standard List next-page token. */
|
|
12779
12344
|
nextPageToken?: string;
|
|
@@ -18161,97 +17726,6 @@ declare namespace gapi.client {
|
|
|
18161
17726
|
interface IndexesResource {
|
|
18162
17727
|
operations: OperationsResource;
|
|
18163
17728
|
}
|
|
18164
|
-
interface InteractionsResource {
|
|
18165
|
-
/** Fully typed proto, unary version of GetInteraction that returns Interaction proto. */
|
|
18166
|
-
getPoll(request?: {
|
|
18167
|
-
/** V1 error format. */
|
|
18168
|
-
'$.xgafv'?: string;
|
|
18169
|
-
/** OAuth access token. */
|
|
18170
|
-
access_token?: string;
|
|
18171
|
-
/** Data format for response. */
|
|
18172
|
-
alt?: string;
|
|
18173
|
-
/** JSONP */
|
|
18174
|
-
callback?: string;
|
|
18175
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
18176
|
-
fields?: string;
|
|
18177
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
18178
|
-
key?: string;
|
|
18179
|
-
/** Required. The name of the interaction to retrieve. Format: interactions/{interaction} */
|
|
18180
|
-
name: string;
|
|
18181
|
-
/** OAuth 2.0 token for the current user. */
|
|
18182
|
-
oauth_token?: string;
|
|
18183
|
-
/** Returns response with indentations and line breaks. */
|
|
18184
|
-
prettyPrint?: boolean;
|
|
18185
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
18186
|
-
quotaUser?: string;
|
|
18187
|
-
/** Optional. If true, streams the interaction events as Server-Sent Events. */
|
|
18188
|
-
stream?: boolean;
|
|
18189
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18190
|
-
upload_protocol?: string;
|
|
18191
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18192
|
-
uploadType?: string;
|
|
18193
|
-
}): Request<GoogleLearningVertexApiInteractionsV1beta1Interaction>;
|
|
18194
|
-
/** Fully typed proto, streaming version of GetInteraction that returns Interaction proto. */
|
|
18195
|
-
getStream(request?: {
|
|
18196
|
-
/** V1 error format. */
|
|
18197
|
-
'$.xgafv'?: string;
|
|
18198
|
-
/** OAuth access token. */
|
|
18199
|
-
access_token?: string;
|
|
18200
|
-
/** Data format for response. */
|
|
18201
|
-
alt?: string;
|
|
18202
|
-
/** JSONP */
|
|
18203
|
-
callback?: string;
|
|
18204
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
18205
|
-
fields?: string;
|
|
18206
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
18207
|
-
key?: string;
|
|
18208
|
-
/** Required. The name of the interaction to retrieve. Format: interactions/{interaction} */
|
|
18209
|
-
name: string;
|
|
18210
|
-
/** OAuth 2.0 token for the current user. */
|
|
18211
|
-
oauth_token?: string;
|
|
18212
|
-
/** Returns response with indentations and line breaks. */
|
|
18213
|
-
prettyPrint?: boolean;
|
|
18214
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
18215
|
-
quotaUser?: string;
|
|
18216
|
-
/** Optional. If true, streams the interaction events as Server-Sent Events. */
|
|
18217
|
-
stream?: boolean;
|
|
18218
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18219
|
-
upload_protocol?: string;
|
|
18220
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18221
|
-
uploadType?: string;
|
|
18222
|
-
}): Request<GoogleLearningVertexApiInteractionsV1beta1InteractionStreamingEvent>;
|
|
18223
|
-
}
|
|
18224
|
-
interface InteractionsInternalResource {
|
|
18225
|
-
/** Internal version of ListInteractions that returns a list of Interactions. */
|
|
18226
|
-
list(request?: {
|
|
18227
|
-
/** V1 error format. */
|
|
18228
|
-
'$.xgafv'?: string;
|
|
18229
|
-
/** OAuth access token. */
|
|
18230
|
-
access_token?: string;
|
|
18231
|
-
/** Data format for response. */
|
|
18232
|
-
alt?: string;
|
|
18233
|
-
/** JSONP */
|
|
18234
|
-
callback?: string;
|
|
18235
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
18236
|
-
fields?: string;
|
|
18237
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
18238
|
-
key?: string;
|
|
18239
|
-
/** OAuth 2.0 token for the current user. */
|
|
18240
|
-
oauth_token?: string;
|
|
18241
|
-
/** Optional. The maximum number of `Interactions` to return (per page). The service may return fewer `Interactions`. If unspecified, at most 10 `Interactions` will be returned. The maximum size limit is 20 `Interactions` per page. */
|
|
18242
|
-
page_size?: number;
|
|
18243
|
-
/** Optional. A page token, received from a previous `ListInteractions` call. Provide the `next_page_token` returned in the response as an argument to the next request to retrieve the next page. When paginating, all other parameters provided to `ListInteractions` must match the call that provided the page token. */
|
|
18244
|
-
page_token?: string;
|
|
18245
|
-
/** Returns response with indentations and line breaks. */
|
|
18246
|
-
prettyPrint?: boolean;
|
|
18247
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
18248
|
-
quotaUser?: string;
|
|
18249
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
18250
|
-
upload_protocol?: string;
|
|
18251
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
18252
|
-
uploadType?: string;
|
|
18253
|
-
}): Request<GoogleLearningVertexApiInteractionsV1beta1ListInteractionsResponse>;
|
|
18254
|
-
}
|
|
18255
17729
|
interface MediaResource {
|
|
18256
17730
|
/** Upload a file into a RagCorpus. */
|
|
18257
17731
|
upload(request: {
|
|
@@ -20563,43 +20037,6 @@ declare namespace gapi.client {
|
|
|
20563
20037
|
interface PipelineJobsResource {
|
|
20564
20038
|
operations: OperationsResource;
|
|
20565
20039
|
}
|
|
20566
|
-
interface DatasetsResource {
|
|
20567
|
-
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
20568
|
-
getIamPolicy(request?: {
|
|
20569
|
-
/** V1 error format. */
|
|
20570
|
-
'$.xgafv'?: string;
|
|
20571
|
-
/** OAuth access token. */
|
|
20572
|
-
access_token?: string;
|
|
20573
|
-
/** Data format for response. */
|
|
20574
|
-
alt?: string;
|
|
20575
|
-
/** JSONP */
|
|
20576
|
-
callback?: string;
|
|
20577
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
20578
|
-
fields?: string;
|
|
20579
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
20580
|
-
key?: string;
|
|
20581
|
-
/** OAuth 2.0 token for the current user. */
|
|
20582
|
-
oauth_token?: string;
|
|
20583
|
-
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
20584
|
-
'options.requestedPolicyVersion'?: number;
|
|
20585
|
-
/** Returns response with indentations and line breaks. */
|
|
20586
|
-
prettyPrint?: boolean;
|
|
20587
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
20588
|
-
quotaUser?: string;
|
|
20589
|
-
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
20590
|
-
resource: string;
|
|
20591
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
20592
|
-
upload_protocol?: string;
|
|
20593
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
20594
|
-
uploadType?: string;
|
|
20595
|
-
}): Request<GoogleIamV1Policy>;
|
|
20596
|
-
}
|
|
20597
|
-
interface LocationsResource {
|
|
20598
|
-
datasets: DatasetsResource;
|
|
20599
|
-
}
|
|
20600
|
-
interface ProjectResource {
|
|
20601
|
-
locations: LocationsResource;
|
|
20602
|
-
}
|
|
20603
20040
|
interface OperationsResource {
|
|
20604
20041
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
20605
20042
|
cancel(request?: {
|
|
@@ -23472,6 +22909,35 @@ declare namespace gapi.client {
|
|
|
23472
22909
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
23473
22910
|
uploadType?: string;
|
|
23474
22911
|
}): Request<GoogleCloudAiplatformV1beta1Dataset>;
|
|
22912
|
+
/** Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. */
|
|
22913
|
+
getIamPolicy(request?: {
|
|
22914
|
+
/** V1 error format. */
|
|
22915
|
+
'$.xgafv'?: string;
|
|
22916
|
+
/** OAuth access token. */
|
|
22917
|
+
access_token?: string;
|
|
22918
|
+
/** Data format for response. */
|
|
22919
|
+
alt?: string;
|
|
22920
|
+
/** JSONP */
|
|
22921
|
+
callback?: string;
|
|
22922
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
22923
|
+
fields?: string;
|
|
22924
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
22925
|
+
key?: string;
|
|
22926
|
+
/** OAuth 2.0 token for the current user. */
|
|
22927
|
+
oauth_token?: string;
|
|
22928
|
+
/** Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */
|
|
22929
|
+
'options.requestedPolicyVersion'?: number;
|
|
22930
|
+
/** Returns response with indentations and line breaks. */
|
|
22931
|
+
prettyPrint?: boolean;
|
|
22932
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
22933
|
+
quotaUser?: string;
|
|
22934
|
+
/** REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. */
|
|
22935
|
+
resource: string;
|
|
22936
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
22937
|
+
upload_protocol?: string;
|
|
22938
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
22939
|
+
uploadType?: string;
|
|
22940
|
+
}): Request<GoogleIamV1Policy>;
|
|
23475
22941
|
/** Imports data into a Dataset. */
|
|
23476
22942
|
import(request: {
|
|
23477
22943
|
/** V1 error format. */
|
|
@@ -24542,6 +24008,68 @@ declare namespace gapi.client {
|
|
|
24542
24008
|
): Request<GoogleApiHttpBody>;
|
|
24543
24009
|
}
|
|
24544
24010
|
interface OpenapiResource {
|
|
24011
|
+
/** Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request. */
|
|
24012
|
+
completions(request: {
|
|
24013
|
+
/** V1 error format. */
|
|
24014
|
+
'$.xgafv'?: string;
|
|
24015
|
+
/** OAuth access token. */
|
|
24016
|
+
access_token?: string;
|
|
24017
|
+
/** Data format for response. */
|
|
24018
|
+
alt?: string;
|
|
24019
|
+
/** JSONP */
|
|
24020
|
+
callback?: string;
|
|
24021
|
+
/** ID of the DeployedModel that serves the invoke request. */
|
|
24022
|
+
deployedModelId?: string;
|
|
24023
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
24024
|
+
endpoint: string;
|
|
24025
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24026
|
+
fields?: string;
|
|
24027
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24028
|
+
key?: string;
|
|
24029
|
+
/** OAuth 2.0 token for the current user. */
|
|
24030
|
+
oauth_token?: string;
|
|
24031
|
+
/** Returns response with indentations and line breaks. */
|
|
24032
|
+
prettyPrint?: boolean;
|
|
24033
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24034
|
+
quotaUser?: string;
|
|
24035
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24036
|
+
upload_protocol?: string;
|
|
24037
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24038
|
+
uploadType?: string;
|
|
24039
|
+
/** Request body */
|
|
24040
|
+
resource: GoogleApiHttpBody;
|
|
24041
|
+
}): Request<GoogleApiHttpBody>;
|
|
24042
|
+
completions(
|
|
24043
|
+
request: {
|
|
24044
|
+
/** V1 error format. */
|
|
24045
|
+
'$.xgafv'?: string;
|
|
24046
|
+
/** OAuth access token. */
|
|
24047
|
+
access_token?: string;
|
|
24048
|
+
/** Data format for response. */
|
|
24049
|
+
alt?: string;
|
|
24050
|
+
/** JSONP */
|
|
24051
|
+
callback?: string;
|
|
24052
|
+
/** ID of the DeployedModel that serves the invoke request. */
|
|
24053
|
+
deployedModelId?: string;
|
|
24054
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
24055
|
+
endpoint: string;
|
|
24056
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24057
|
+
fields?: string;
|
|
24058
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
24059
|
+
key?: string;
|
|
24060
|
+
/** OAuth 2.0 token for the current user. */
|
|
24061
|
+
oauth_token?: string;
|
|
24062
|
+
/** Returns response with indentations and line breaks. */
|
|
24063
|
+
prettyPrint?: boolean;
|
|
24064
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
24065
|
+
quotaUser?: string;
|
|
24066
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24067
|
+
upload_protocol?: string;
|
|
24068
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24069
|
+
uploadType?: string;
|
|
24070
|
+
},
|
|
24071
|
+
body: GoogleApiHttpBody,
|
|
24072
|
+
): Request<GoogleApiHttpBody>;
|
|
24545
24073
|
/** Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request. */
|
|
24546
24074
|
embeddings(request: {
|
|
24547
24075
|
/** V1 error format. */
|
|
@@ -25848,7 +25376,7 @@ declare namespace gapi.client {
|
|
|
25848
25376
|
alt?: string;
|
|
25849
25377
|
/** JSONP */
|
|
25850
25378
|
callback?: string;
|
|
25851
|
-
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
25379
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` */
|
|
25852
25380
|
endpoint: string;
|
|
25853
25381
|
/** Selector specifying which fields to include in a partial response. */
|
|
25854
25382
|
fields?: string;
|
|
@@ -25877,7 +25405,7 @@ declare namespace gapi.client {
|
|
|
25877
25405
|
alt?: string;
|
|
25878
25406
|
/** JSONP */
|
|
25879
25407
|
callback?: string;
|
|
25880
|
-
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
25408
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` */
|
|
25881
25409
|
endpoint: string;
|
|
25882
25410
|
/** Selector specifying which fields to include in a partial response. */
|
|
25883
25411
|
fields?: string;
|
|
@@ -34180,124 +33708,6 @@ declare namespace gapi.client {
|
|
|
34180
33708
|
): Request<{}>;
|
|
34181
33709
|
operations: OperationsResource;
|
|
34182
33710
|
}
|
|
34183
|
-
interface InteractionsResource {
|
|
34184
|
-
/** Creates an interaction. */
|
|
34185
|
-
create(request: {
|
|
34186
|
-
/** V1 error format. */
|
|
34187
|
-
'$.xgafv'?: string;
|
|
34188
|
-
/** OAuth access token. */
|
|
34189
|
-
access_token?: string;
|
|
34190
|
-
/** Data format for response. */
|
|
34191
|
-
alt?: string;
|
|
34192
|
-
/** JSONP */
|
|
34193
|
-
callback?: string;
|
|
34194
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34195
|
-
fields?: string;
|
|
34196
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
34197
|
-
key?: string;
|
|
34198
|
-
locationsId: string;
|
|
34199
|
-
/** OAuth 2.0 token for the current user. */
|
|
34200
|
-
oauth_token?: string;
|
|
34201
|
-
/** Returns response with indentations and line breaks. */
|
|
34202
|
-
prettyPrint?: boolean;
|
|
34203
|
-
projectsId: string;
|
|
34204
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
34205
|
-
quotaUser?: string;
|
|
34206
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34207
|
-
upload_protocol?: string;
|
|
34208
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34209
|
-
uploadType?: string;
|
|
34210
|
-
/** Request body */
|
|
34211
|
-
resource: GoogleLearningVertexApiInteractionsV1beta1CreateInteractionParams;
|
|
34212
|
-
}): Request<GoogleLearningVertexApiInteractionsV1beta1Interaction>;
|
|
34213
|
-
create(
|
|
34214
|
-
request: {
|
|
34215
|
-
/** V1 error format. */
|
|
34216
|
-
'$.xgafv'?: string;
|
|
34217
|
-
/** OAuth access token. */
|
|
34218
|
-
access_token?: string;
|
|
34219
|
-
/** Data format for response. */
|
|
34220
|
-
alt?: string;
|
|
34221
|
-
/** JSONP */
|
|
34222
|
-
callback?: string;
|
|
34223
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34224
|
-
fields?: string;
|
|
34225
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
34226
|
-
key?: string;
|
|
34227
|
-
locationsId: string;
|
|
34228
|
-
/** OAuth 2.0 token for the current user. */
|
|
34229
|
-
oauth_token?: string;
|
|
34230
|
-
/** Returns response with indentations and line breaks. */
|
|
34231
|
-
prettyPrint?: boolean;
|
|
34232
|
-
projectsId: string;
|
|
34233
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
34234
|
-
quotaUser?: string;
|
|
34235
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34236
|
-
upload_protocol?: string;
|
|
34237
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34238
|
-
uploadType?: string;
|
|
34239
|
-
},
|
|
34240
|
-
body: GoogleLearningVertexApiInteractionsV1beta1CreateInteractionParams,
|
|
34241
|
-
): Request<GoogleLearningVertexApiInteractionsV1beta1Interaction>;
|
|
34242
|
-
/** Creates an interaction and streams the response. */
|
|
34243
|
-
createStream(request: {
|
|
34244
|
-
/** V1 error format. */
|
|
34245
|
-
'$.xgafv'?: string;
|
|
34246
|
-
/** OAuth access token. */
|
|
34247
|
-
access_token?: string;
|
|
34248
|
-
/** Data format for response. */
|
|
34249
|
-
alt?: string;
|
|
34250
|
-
/** JSONP */
|
|
34251
|
-
callback?: string;
|
|
34252
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34253
|
-
fields?: string;
|
|
34254
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
34255
|
-
key?: string;
|
|
34256
|
-
locationsId: string;
|
|
34257
|
-
/** OAuth 2.0 token for the current user. */
|
|
34258
|
-
oauth_token?: string;
|
|
34259
|
-
/** Returns response with indentations and line breaks. */
|
|
34260
|
-
prettyPrint?: boolean;
|
|
34261
|
-
projectsId: string;
|
|
34262
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
34263
|
-
quotaUser?: string;
|
|
34264
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34265
|
-
upload_protocol?: string;
|
|
34266
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34267
|
-
uploadType?: string;
|
|
34268
|
-
/** Request body */
|
|
34269
|
-
resource: GoogleLearningVertexApiInteractionsV1beta1CreateInteractionParams;
|
|
34270
|
-
}): Request<GoogleLearningVertexApiInteractionsV1beta1InteractionStreamingEvent>;
|
|
34271
|
-
createStream(
|
|
34272
|
-
request: {
|
|
34273
|
-
/** V1 error format. */
|
|
34274
|
-
'$.xgafv'?: string;
|
|
34275
|
-
/** OAuth access token. */
|
|
34276
|
-
access_token?: string;
|
|
34277
|
-
/** Data format for response. */
|
|
34278
|
-
alt?: string;
|
|
34279
|
-
/** JSONP */
|
|
34280
|
-
callback?: string;
|
|
34281
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
34282
|
-
fields?: string;
|
|
34283
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
34284
|
-
key?: string;
|
|
34285
|
-
locationsId: string;
|
|
34286
|
-
/** OAuth 2.0 token for the current user. */
|
|
34287
|
-
oauth_token?: string;
|
|
34288
|
-
/** Returns response with indentations and line breaks. */
|
|
34289
|
-
prettyPrint?: boolean;
|
|
34290
|
-
projectsId: string;
|
|
34291
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
34292
|
-
quotaUser?: string;
|
|
34293
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
34294
|
-
upload_protocol?: string;
|
|
34295
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
34296
|
-
uploadType?: string;
|
|
34297
|
-
},
|
|
34298
|
-
body: GoogleLearningVertexApiInteractionsV1beta1CreateInteractionParams,
|
|
34299
|
-
): Request<GoogleLearningVertexApiInteractionsV1beta1InteractionStreamingEvent>;
|
|
34300
|
-
}
|
|
34301
33711
|
interface OperationsResource {
|
|
34302
33712
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
34303
33713
|
cancel(request?: {
|
|
@@ -40555,7 +39965,7 @@ declare namespace gapi.client {
|
|
|
40555
39965
|
prettyPrint?: boolean;
|
|
40556
39966
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
40557
39967
|
quotaUser?: string;
|
|
40558
|
-
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` */
|
|
39968
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` * `software_config.custom_container_config.image_uri` */
|
|
40559
39969
|
updateMask?: string;
|
|
40560
39970
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
40561
39971
|
upload_protocol?: string;
|
|
@@ -40586,7 +39996,7 @@ declare namespace gapi.client {
|
|
|
40586
39996
|
prettyPrint?: boolean;
|
|
40587
39997
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
40588
39998
|
quotaUser?: string;
|
|
40589
|
-
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` */
|
|
39999
|
+
/** Required. The update mask applies to the resource. For the `FieldMask` definition, see google.protobuf.FieldMask. Input format: `{paths: "${updated_field}"}` Updatable fields: * `encryption_spec.kms_key_name` * `display_name` * `software_config.post_startup_script_config.post_startup_script` * `software_config.post_startup_script_config.post_startup_script_url` * `software_config.post_startup_script_config.post_startup_script_behavior` * `software_config.env` * `software_config.colab_image.release_name` * `software_config.custom_container_config.image_uri` */
|
|
40590
40000
|
updateMask?: string;
|
|
40591
40001
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
40592
40002
|
upload_protocol?: string;
|
|
@@ -42463,7 +41873,7 @@ declare namespace gapi.client {
|
|
|
42463
41873
|
alt?: string;
|
|
42464
41874
|
/** JSONP */
|
|
42465
41875
|
callback?: string;
|
|
42466
|
-
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
41876
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` */
|
|
42467
41877
|
endpoint: string;
|
|
42468
41878
|
/** Selector specifying which fields to include in a partial response. */
|
|
42469
41879
|
fields?: string;
|
|
@@ -42492,7 +41902,7 @@ declare namespace gapi.client {
|
|
|
42492
41902
|
alt?: string;
|
|
42493
41903
|
/** JSONP */
|
|
42494
41904
|
callback?: string;
|
|
42495
|
-
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` */
|
|
41905
|
+
/** Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` or `projects/{project}/locations/{location}/publishers/{publisher}/models/{model}` */
|
|
42496
41906
|
endpoint: string;
|
|
42497
41907
|
/** Selector specifying which fields to include in a partial response. */
|
|
42498
41908
|
fields?: string;
|
|
@@ -50895,7 +50305,6 @@ declare namespace gapi.client {
|
|
|
50895
50305
|
hyperparameterTuningJobs: HyperparameterTuningJobsResource;
|
|
50896
50306
|
indexEndpoints: IndexEndpointsResource;
|
|
50897
50307
|
indexes: IndexesResource;
|
|
50898
|
-
interactions: InteractionsResource;
|
|
50899
50308
|
metadataStores: MetadataStoresResource;
|
|
50900
50309
|
migratableResources: MigratableResourcesResource;
|
|
50901
50310
|
modelDeploymentMonitoringJobs: ModelDeploymentMonitoringJobsResource;
|
|
@@ -54798,7 +54207,157 @@ declare namespace gapi.client {
|
|
|
54798
54207
|
uploadType?: string;
|
|
54799
54208
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
54800
54209
|
}
|
|
54801
|
-
interface SolversResource {
|
|
54210
|
+
interface SolversResource {
|
|
54211
|
+
operations: OperationsResource;
|
|
54212
|
+
}
|
|
54213
|
+
interface OperationsResource {
|
|
54214
|
+
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
54215
|
+
cancel(request?: {
|
|
54216
|
+
/** V1 error format. */
|
|
54217
|
+
'$.xgafv'?: string;
|
|
54218
|
+
/** OAuth access token. */
|
|
54219
|
+
access_token?: string;
|
|
54220
|
+
/** Data format for response. */
|
|
54221
|
+
alt?: string;
|
|
54222
|
+
/** JSONP */
|
|
54223
|
+
callback?: string;
|
|
54224
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
54225
|
+
fields?: string;
|
|
54226
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
54227
|
+
key?: string;
|
|
54228
|
+
/** The name of the operation resource to be cancelled. */
|
|
54229
|
+
name: string;
|
|
54230
|
+
/** OAuth 2.0 token for the current user. */
|
|
54231
|
+
oauth_token?: string;
|
|
54232
|
+
/** Returns response with indentations and line breaks. */
|
|
54233
|
+
prettyPrint?: boolean;
|
|
54234
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
54235
|
+
quotaUser?: string;
|
|
54236
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
54237
|
+
upload_protocol?: string;
|
|
54238
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
54239
|
+
uploadType?: string;
|
|
54240
|
+
}): Request<{}>;
|
|
54241
|
+
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
54242
|
+
delete(request?: {
|
|
54243
|
+
/** V1 error format. */
|
|
54244
|
+
'$.xgafv'?: string;
|
|
54245
|
+
/** OAuth access token. */
|
|
54246
|
+
access_token?: string;
|
|
54247
|
+
/** Data format for response. */
|
|
54248
|
+
alt?: string;
|
|
54249
|
+
/** JSONP */
|
|
54250
|
+
callback?: string;
|
|
54251
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
54252
|
+
fields?: string;
|
|
54253
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
54254
|
+
key?: string;
|
|
54255
|
+
/** The name of the operation resource to be deleted. */
|
|
54256
|
+
name: string;
|
|
54257
|
+
/** OAuth 2.0 token for the current user. */
|
|
54258
|
+
oauth_token?: string;
|
|
54259
|
+
/** Returns response with indentations and line breaks. */
|
|
54260
|
+
prettyPrint?: boolean;
|
|
54261
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
54262
|
+
quotaUser?: string;
|
|
54263
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
54264
|
+
upload_protocol?: string;
|
|
54265
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
54266
|
+
uploadType?: string;
|
|
54267
|
+
}): Request<{}>;
|
|
54268
|
+
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
54269
|
+
get(request?: {
|
|
54270
|
+
/** V1 error format. */
|
|
54271
|
+
'$.xgafv'?: string;
|
|
54272
|
+
/** OAuth access token. */
|
|
54273
|
+
access_token?: string;
|
|
54274
|
+
/** Data format for response. */
|
|
54275
|
+
alt?: string;
|
|
54276
|
+
/** JSONP */
|
|
54277
|
+
callback?: string;
|
|
54278
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
54279
|
+
fields?: string;
|
|
54280
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
54281
|
+
key?: string;
|
|
54282
|
+
/** The name of the operation resource. */
|
|
54283
|
+
name: string;
|
|
54284
|
+
/** OAuth 2.0 token for the current user. */
|
|
54285
|
+
oauth_token?: string;
|
|
54286
|
+
/** Returns response with indentations and line breaks. */
|
|
54287
|
+
prettyPrint?: boolean;
|
|
54288
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
54289
|
+
quotaUser?: string;
|
|
54290
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
54291
|
+
upload_protocol?: string;
|
|
54292
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
54293
|
+
uploadType?: string;
|
|
54294
|
+
}): Request<GoogleLongrunningOperation>;
|
|
54295
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
54296
|
+
list(request?: {
|
|
54297
|
+
/** V1 error format. */
|
|
54298
|
+
'$.xgafv'?: string;
|
|
54299
|
+
/** OAuth access token. */
|
|
54300
|
+
access_token?: string;
|
|
54301
|
+
/** Data format for response. */
|
|
54302
|
+
alt?: string;
|
|
54303
|
+
/** JSONP */
|
|
54304
|
+
callback?: string;
|
|
54305
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
54306
|
+
fields?: string;
|
|
54307
|
+
/** The standard list filter. */
|
|
54308
|
+
filter?: string;
|
|
54309
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
54310
|
+
key?: string;
|
|
54311
|
+
/** The name of the operation's parent resource. */
|
|
54312
|
+
name: string;
|
|
54313
|
+
/** OAuth 2.0 token for the current user. */
|
|
54314
|
+
oauth_token?: string;
|
|
54315
|
+
/** The standard list page size. */
|
|
54316
|
+
pageSize?: number;
|
|
54317
|
+
/** The standard list page token. */
|
|
54318
|
+
pageToken?: string;
|
|
54319
|
+
/** Returns response with indentations and line breaks. */
|
|
54320
|
+
prettyPrint?: boolean;
|
|
54321
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
54322
|
+
quotaUser?: string;
|
|
54323
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
54324
|
+
returnPartialSuccess?: boolean;
|
|
54325
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
54326
|
+
upload_protocol?: string;
|
|
54327
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
54328
|
+
uploadType?: string;
|
|
54329
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
54330
|
+
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
54331
|
+
wait(request?: {
|
|
54332
|
+
/** V1 error format. */
|
|
54333
|
+
'$.xgafv'?: string;
|
|
54334
|
+
/** OAuth access token. */
|
|
54335
|
+
access_token?: string;
|
|
54336
|
+
/** Data format for response. */
|
|
54337
|
+
alt?: string;
|
|
54338
|
+
/** JSONP */
|
|
54339
|
+
callback?: string;
|
|
54340
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
54341
|
+
fields?: string;
|
|
54342
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
54343
|
+
key?: string;
|
|
54344
|
+
/** The name of the operation resource to wait on. */
|
|
54345
|
+
name: string;
|
|
54346
|
+
/** OAuth 2.0 token for the current user. */
|
|
54347
|
+
oauth_token?: string;
|
|
54348
|
+
/** Returns response with indentations and line breaks. */
|
|
54349
|
+
prettyPrint?: boolean;
|
|
54350
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
54351
|
+
quotaUser?: string;
|
|
54352
|
+
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
54353
|
+
timeout?: string;
|
|
54354
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
54355
|
+
upload_protocol?: string;
|
|
54356
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
54357
|
+
uploadType?: string;
|
|
54358
|
+
}): Request<GoogleLongrunningOperation>;
|
|
54359
|
+
}
|
|
54360
|
+
interface SpecialistPoolsResource {
|
|
54802
54361
|
operations: OperationsResource;
|
|
54803
54362
|
}
|
|
54804
54363
|
interface OperationsResource {
|
|
@@ -54948,9 +54507,6 @@ declare namespace gapi.client {
|
|
|
54948
54507
|
uploadType?: string;
|
|
54949
54508
|
}): Request<GoogleLongrunningOperation>;
|
|
54950
54509
|
}
|
|
54951
|
-
interface SpecialistPoolsResource {
|
|
54952
|
-
operations: OperationsResource;
|
|
54953
|
-
}
|
|
54954
54510
|
interface OperationsResource {
|
|
54955
54511
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
54956
54512
|
cancel(request?: {
|
|
@@ -55098,6 +54654,13 @@ declare namespace gapi.client {
|
|
|
55098
54654
|
uploadType?: string;
|
|
55099
54655
|
}): Request<GoogleLongrunningOperation>;
|
|
55100
54656
|
}
|
|
54657
|
+
interface TrialsResource {
|
|
54658
|
+
operations: OperationsResource;
|
|
54659
|
+
}
|
|
54660
|
+
interface StudiesResource {
|
|
54661
|
+
operations: OperationsResource;
|
|
54662
|
+
trials: TrialsResource;
|
|
54663
|
+
}
|
|
55101
54664
|
interface OperationsResource {
|
|
55102
54665
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
55103
54666
|
cancel(request?: {
|
|
@@ -55245,13 +54808,6 @@ declare namespace gapi.client {
|
|
|
55245
54808
|
uploadType?: string;
|
|
55246
54809
|
}): Request<GoogleLongrunningOperation>;
|
|
55247
54810
|
}
|
|
55248
|
-
interface TrialsResource {
|
|
55249
|
-
operations: OperationsResource;
|
|
55250
|
-
}
|
|
55251
|
-
interface StudiesResource {
|
|
55252
|
-
operations: OperationsResource;
|
|
55253
|
-
trials: TrialsResource;
|
|
55254
|
-
}
|
|
55255
54811
|
interface OperationsResource {
|
|
55256
54812
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
55257
54813
|
cancel(request?: {
|
|
@@ -55546,6 +55102,17 @@ declare namespace gapi.client {
|
|
|
55546
55102
|
uploadType?: string;
|
|
55547
55103
|
}): Request<GoogleLongrunningOperation>;
|
|
55548
55104
|
}
|
|
55105
|
+
interface TimeSeriesResource {
|
|
55106
|
+
operations: OperationsResource;
|
|
55107
|
+
}
|
|
55108
|
+
interface RunsResource {
|
|
55109
|
+
operations: OperationsResource;
|
|
55110
|
+
timeSeries: TimeSeriesResource;
|
|
55111
|
+
}
|
|
55112
|
+
interface ExperimentsResource {
|
|
55113
|
+
operations: OperationsResource;
|
|
55114
|
+
runs: RunsResource;
|
|
55115
|
+
}
|
|
55549
55116
|
interface OperationsResource {
|
|
55550
55117
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
55551
55118
|
cancel(request?: {
|
|
@@ -55693,16 +55260,9 @@ declare namespace gapi.client {
|
|
|
55693
55260
|
uploadType?: string;
|
|
55694
55261
|
}): Request<GoogleLongrunningOperation>;
|
|
55695
55262
|
}
|
|
55696
|
-
interface
|
|
55697
|
-
|
|
55698
|
-
}
|
|
55699
|
-
interface RunsResource {
|
|
55700
|
-
operations: OperationsResource;
|
|
55701
|
-
timeSeries: TimeSeriesResource;
|
|
55702
|
-
}
|
|
55703
|
-
interface ExperimentsResource {
|
|
55263
|
+
interface TensorboardsResource {
|
|
55264
|
+
experiments: ExperimentsResource;
|
|
55704
55265
|
operations: OperationsResource;
|
|
55705
|
-
runs: RunsResource;
|
|
55706
55266
|
}
|
|
55707
55267
|
interface OperationsResource {
|
|
55708
55268
|
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
@@ -55851,38 +55411,10 @@ declare namespace gapi.client {
|
|
|
55851
55411
|
uploadType?: string;
|
|
55852
55412
|
}): Request<GoogleLongrunningOperation>;
|
|
55853
55413
|
}
|
|
55854
|
-
interface
|
|
55855
|
-
experiments: ExperimentsResource;
|
|
55414
|
+
interface TrainingPipelinesResource {
|
|
55856
55415
|
operations: OperationsResource;
|
|
55857
55416
|
}
|
|
55858
55417
|
interface OperationsResource {
|
|
55859
|
-
/** Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. */
|
|
55860
|
-
cancel(request?: {
|
|
55861
|
-
/** V1 error format. */
|
|
55862
|
-
'$.xgafv'?: string;
|
|
55863
|
-
/** OAuth access token. */
|
|
55864
|
-
access_token?: string;
|
|
55865
|
-
/** Data format for response. */
|
|
55866
|
-
alt?: string;
|
|
55867
|
-
/** JSONP */
|
|
55868
|
-
callback?: string;
|
|
55869
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
55870
|
-
fields?: string;
|
|
55871
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55872
|
-
key?: string;
|
|
55873
|
-
/** The name of the operation resource to be cancelled. */
|
|
55874
|
-
name: string;
|
|
55875
|
-
/** OAuth 2.0 token for the current user. */
|
|
55876
|
-
oauth_token?: string;
|
|
55877
|
-
/** Returns response with indentations and line breaks. */
|
|
55878
|
-
prettyPrint?: boolean;
|
|
55879
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
55880
|
-
quotaUser?: string;
|
|
55881
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
55882
|
-
upload_protocol?: string;
|
|
55883
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55884
|
-
uploadType?: string;
|
|
55885
|
-
}): Request<{}>;
|
|
55886
55418
|
/** Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. */
|
|
55887
55419
|
delete(request?: {
|
|
55888
55420
|
/** V1 error format. */
|
|
@@ -55910,8 +55442,13 @@ declare namespace gapi.client {
|
|
|
55910
55442
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55911
55443
|
uploadType?: string;
|
|
55912
55444
|
}): Request<{}>;
|
|
55913
|
-
|
|
55914
|
-
|
|
55445
|
+
}
|
|
55446
|
+
interface TuningJobsResource {
|
|
55447
|
+
operations: OperationsResource;
|
|
55448
|
+
}
|
|
55449
|
+
interface V1beta1Resource {
|
|
55450
|
+
/** Evaluates a dataset based on a set of given metrics. */
|
|
55451
|
+
evaluateDataset(request: {
|
|
55915
55452
|
/** V1 error format. */
|
|
55916
55453
|
'$.xgafv'?: string;
|
|
55917
55454
|
/** OAuth access token. */
|
|
@@ -55924,8 +55461,6 @@ declare namespace gapi.client {
|
|
|
55924
55461
|
fields?: string;
|
|
55925
55462
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55926
55463
|
key?: string;
|
|
55927
|
-
/** The name of the operation resource. */
|
|
55928
|
-
name: string;
|
|
55929
55464
|
/** OAuth 2.0 token for the current user. */
|
|
55930
55465
|
oauth_token?: string;
|
|
55931
55466
|
/** Returns response with indentations and line breaks. */
|
|
@@ -55936,44 +55471,38 @@ declare namespace gapi.client {
|
|
|
55936
55471
|
upload_protocol?: string;
|
|
55937
55472
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55938
55473
|
uploadType?: string;
|
|
55474
|
+
/** Request body */
|
|
55475
|
+
resource: GoogleCloudAiplatformV1beta1EvaluateDatasetRequest;
|
|
55939
55476
|
}): Request<GoogleLongrunningOperation>;
|
|
55940
|
-
|
|
55941
|
-
|
|
55942
|
-
|
|
55943
|
-
|
|
55944
|
-
|
|
55945
|
-
|
|
55946
|
-
|
|
55947
|
-
|
|
55948
|
-
|
|
55949
|
-
|
|
55950
|
-
|
|
55951
|
-
|
|
55952
|
-
|
|
55953
|
-
|
|
55954
|
-
|
|
55955
|
-
|
|
55956
|
-
|
|
55957
|
-
|
|
55958
|
-
|
|
55959
|
-
|
|
55960
|
-
|
|
55961
|
-
|
|
55962
|
-
|
|
55963
|
-
|
|
55964
|
-
|
|
55965
|
-
|
|
55966
|
-
|
|
55967
|
-
|
|
55968
|
-
|
|
55969
|
-
returnPartialSuccess?: boolean;
|
|
55970
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
55971
|
-
upload_protocol?: string;
|
|
55972
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55973
|
-
uploadType?: string;
|
|
55974
|
-
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
55975
|
-
/** Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done. */
|
|
55976
|
-
wait(request?: {
|
|
55477
|
+
evaluateDataset(
|
|
55478
|
+
request: {
|
|
55479
|
+
/** V1 error format. */
|
|
55480
|
+
'$.xgafv'?: string;
|
|
55481
|
+
/** OAuth access token. */
|
|
55482
|
+
access_token?: string;
|
|
55483
|
+
/** Data format for response. */
|
|
55484
|
+
alt?: string;
|
|
55485
|
+
/** JSONP */
|
|
55486
|
+
callback?: string;
|
|
55487
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
55488
|
+
fields?: string;
|
|
55489
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55490
|
+
key?: string;
|
|
55491
|
+
/** OAuth 2.0 token for the current user. */
|
|
55492
|
+
oauth_token?: string;
|
|
55493
|
+
/** Returns response with indentations and line breaks. */
|
|
55494
|
+
prettyPrint?: boolean;
|
|
55495
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
55496
|
+
quotaUser?: string;
|
|
55497
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
55498
|
+
upload_protocol?: string;
|
|
55499
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55500
|
+
uploadType?: string;
|
|
55501
|
+
},
|
|
55502
|
+
body: GoogleCloudAiplatformV1beta1EvaluateDatasetRequest,
|
|
55503
|
+
): Request<GoogleLongrunningOperation>;
|
|
55504
|
+
/** Evaluates instances based on a given metric. */
|
|
55505
|
+
evaluateInstances(request: {
|
|
55977
55506
|
/** V1 error format. */
|
|
55978
55507
|
'$.xgafv'?: string;
|
|
55979
55508
|
/** OAuth access token. */
|
|
@@ -55986,28 +55515,48 @@ declare namespace gapi.client {
|
|
|
55986
55515
|
fields?: string;
|
|
55987
55516
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55988
55517
|
key?: string;
|
|
55989
|
-
/** The name of the operation resource to wait on. */
|
|
55990
|
-
name: string;
|
|
55991
55518
|
/** OAuth 2.0 token for the current user. */
|
|
55992
55519
|
oauth_token?: string;
|
|
55993
55520
|
/** Returns response with indentations and line breaks. */
|
|
55994
55521
|
prettyPrint?: boolean;
|
|
55995
55522
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
55996
55523
|
quotaUser?: string;
|
|
55997
|
-
/** The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used. */
|
|
55998
|
-
timeout?: string;
|
|
55999
55524
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
56000
55525
|
upload_protocol?: string;
|
|
56001
55526
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
56002
55527
|
uploadType?: string;
|
|
56003
|
-
|
|
56004
|
-
|
|
56005
|
-
|
|
56006
|
-
|
|
56007
|
-
|
|
56008
|
-
|
|
56009
|
-
|
|
56010
|
-
|
|
55528
|
+
/** Request body */
|
|
55529
|
+
resource: GoogleCloudAiplatformV1beta1EvaluateInstancesRequest;
|
|
55530
|
+
}): Request<GoogleCloudAiplatformV1beta1EvaluateInstancesResponse>;
|
|
55531
|
+
evaluateInstances(
|
|
55532
|
+
request: {
|
|
55533
|
+
/** V1 error format. */
|
|
55534
|
+
'$.xgafv'?: string;
|
|
55535
|
+
/** OAuth access token. */
|
|
55536
|
+
access_token?: string;
|
|
55537
|
+
/** Data format for response. */
|
|
55538
|
+
alt?: string;
|
|
55539
|
+
/** JSONP */
|
|
55540
|
+
callback?: string;
|
|
55541
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
55542
|
+
fields?: string;
|
|
55543
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55544
|
+
key?: string;
|
|
55545
|
+
/** OAuth 2.0 token for the current user. */
|
|
55546
|
+
oauth_token?: string;
|
|
55547
|
+
/** Returns response with indentations and line breaks. */
|
|
55548
|
+
prettyPrint?: boolean;
|
|
55549
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
55550
|
+
quotaUser?: string;
|
|
55551
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
55552
|
+
upload_protocol?: string;
|
|
55553
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55554
|
+
uploadType?: string;
|
|
55555
|
+
},
|
|
55556
|
+
body: GoogleCloudAiplatformV1beta1EvaluateInstancesRequest,
|
|
55557
|
+
): Request<GoogleCloudAiplatformV1beta1EvaluateInstancesResponse>;
|
|
55558
|
+
/** Generates rubrics for a given prompt. A rubric represents a single testable criterion for evaluation. One input prompt could have multiple rubrics This RPC allows users to get suggested rubrics based on provided prompt, which can then be reviewed and used for subsequent evaluations. */
|
|
55559
|
+
generateInstanceRubrics(request: {
|
|
56011
55560
|
/** V1 error format. */
|
|
56012
55561
|
'$.xgafv'?: string;
|
|
56013
55562
|
/** OAuth access token. */
|
|
@@ -56020,8 +55569,6 @@ declare namespace gapi.client {
|
|
|
56020
55569
|
fields?: string;
|
|
56021
55570
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
56022
55571
|
key?: string;
|
|
56023
|
-
/** The name of the operation resource to be deleted. */
|
|
56024
|
-
name: string;
|
|
56025
55572
|
/** OAuth 2.0 token for the current user. */
|
|
56026
55573
|
oauth_token?: string;
|
|
56027
55574
|
/** Returns response with indentations and line breaks. */
|
|
@@ -56032,10 +55579,36 @@ declare namespace gapi.client {
|
|
|
56032
55579
|
upload_protocol?: string;
|
|
56033
55580
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
56034
55581
|
uploadType?: string;
|
|
56035
|
-
|
|
56036
|
-
|
|
56037
|
-
|
|
56038
|
-
|
|
55582
|
+
/** Request body */
|
|
55583
|
+
resource: GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest;
|
|
55584
|
+
}): Request<GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse>;
|
|
55585
|
+
generateInstanceRubrics(
|
|
55586
|
+
request: {
|
|
55587
|
+
/** V1 error format. */
|
|
55588
|
+
'$.xgafv'?: string;
|
|
55589
|
+
/** OAuth access token. */
|
|
55590
|
+
access_token?: string;
|
|
55591
|
+
/** Data format for response. */
|
|
55592
|
+
alt?: string;
|
|
55593
|
+
/** JSONP */
|
|
55594
|
+
callback?: string;
|
|
55595
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
55596
|
+
fields?: string;
|
|
55597
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
55598
|
+
key?: string;
|
|
55599
|
+
/** OAuth 2.0 token for the current user. */
|
|
55600
|
+
oauth_token?: string;
|
|
55601
|
+
/** Returns response with indentations and line breaks. */
|
|
55602
|
+
prettyPrint?: boolean;
|
|
55603
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
55604
|
+
quotaUser?: string;
|
|
55605
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
55606
|
+
upload_protocol?: string;
|
|
55607
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
55608
|
+
uploadType?: string;
|
|
55609
|
+
},
|
|
55610
|
+
body: GoogleCloudAiplatformV1beta1GenerateInstanceRubricsRequest,
|
|
55611
|
+
): Request<GoogleCloudAiplatformV1beta1GenerateInstanceRubricsResponse>;
|
|
56039
55612
|
}
|
|
56040
55613
|
|
|
56041
55614
|
const agents: AgentsResource;
|
|
@@ -56082,10 +55655,6 @@ declare namespace gapi.client {
|
|
|
56082
55655
|
|
|
56083
55656
|
const indexes: IndexesResource;
|
|
56084
55657
|
|
|
56085
|
-
const interactions: InteractionsResource;
|
|
56086
|
-
|
|
56087
|
-
const interactionsInternal: InteractionsInternalResource;
|
|
56088
|
-
|
|
56089
55658
|
const media: MediaResource;
|
|
56090
55659
|
|
|
56091
55660
|
const metadataStores: MetadataStoresResource;
|
|
@@ -56110,8 +55679,6 @@ declare namespace gapi.client {
|
|
|
56110
55679
|
|
|
56111
55680
|
const pipelineJobs: PipelineJobsResource;
|
|
56112
55681
|
|
|
56113
|
-
const project: ProjectResource;
|
|
56114
|
-
|
|
56115
55682
|
const projects: ProjectsResource;
|
|
56116
55683
|
|
|
56117
55684
|
const publishers: PublishersResource;
|
|
@@ -56135,5 +55702,7 @@ declare namespace gapi.client {
|
|
|
56135
55702
|
const trainingPipelines: TrainingPipelinesResource;
|
|
56136
55703
|
|
|
56137
55704
|
const tuningJobs: TuningJobsResource;
|
|
55705
|
+
|
|
55706
|
+
const v1beta1: V1beta1Resource;
|
|
56138
55707
|
}
|
|
56139
55708
|
}
|