Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: API regeneration: release-2024-10-16.01-03-44 #2860

Merged
merged 21 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c233801
feat: Generate Google.Apis.Aiplatform.v1 version 1.68.0.3567
amanda-tarafa Oct 16, 2024
353866e
feat: Generate Google.Apis.Aiplatform.v1beta1 version 1.68.0.3567
amanda-tarafa Oct 16, 2024
56d966e
feat: Generate Google.Apis.ChecksService.v1alpha version 1.68.0.3573
amanda-tarafa Oct 16, 2024
4494d92
feat: Generate Google.Apis.Cloudbilling.v1 version 1.68.0.3571
amanda-tarafa Oct 16, 2024
03e1c1e
feat: Generate Google.Apis.CloudIdentity.v1 version 1.68.0.3570
amanda-tarafa Oct 16, 2024
be33fc3
feat: Generate Google.Apis.CloudIdentity.v1beta1 version 1.68.0.3570
amanda-tarafa Oct 16, 2024
d5e1edc
feat: Generate Google.Apis.CCAIPlatform.v1alpha1 version 1.68.0.3569
amanda-tarafa Oct 16, 2024
90e7cf7
feat: Generate Google.Apis.CloudDataplex.v1 version 1.68.0.3561
amanda-tarafa Oct 16, 2024
a2e8609
feat: Generate Google.Apis.DiscoveryEngine.v1 version 1.68.0.3570
amanda-tarafa Oct 16, 2024
1f4d235
feat: Generate Google.Apis.DiscoveryEngine.v1alpha version 1.68.0.3570
amanda-tarafa Oct 16, 2024
a8a65aa
feat: Generate Google.Apis.DiscoveryEngine.v1beta version 1.68.0.3570
amanda-tarafa Oct 16, 2024
7b6b32c
feat: Generate Google.Apis.NetAppFiles.v1 version 1.68.0.3562
amanda-tarafa Oct 16, 2024
13fe097
feat: Generate Google.Apis.NetAppFiles.v1beta1 version 1.68.0.3562
amanda-tarafa Oct 16, 2024
ea08948
feat: Generate Google.Apis.MapsPlaces.v1 version 1.68.0.3573
amanda-tarafa Oct 16, 2024
d3577e2
feat: Generate Google.Apis.SubscriptionLinking.v1 version 1.68.0.3574
amanda-tarafa Oct 16, 2024
5becfdf
feat: Generate Google.Apis.RecaptchaEnterprise.v1 version 1.68.0.3573
amanda-tarafa Oct 16, 2024
6705db7
feat: Generate Google.Apis.Recommender.v1 version 1.68.0.3573
amanda-tarafa Oct 16, 2024
0d20721
feat: Generate Google.Apis.Sheets.v4 version 1.68.0.3568
amanda-tarafa Oct 16, 2024
10ba1e7
feat: Generate Google.Apis.Spanner.v1 version 1.68.0.3570
amanda-tarafa Oct 16, 2024
e97487c
feat: Generate Google.Apis.Texttospeech.v1 version 1.68.0.3568
amanda-tarafa Oct 16, 2024
5296bc7
feat: Generate Google.Apis.Texttospeech.v1beta1 version 1.68.0.3568
amanda-tarafa Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
235 changes: 232 additions & 3 deletions DiscoveryJson/aiplatform.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4466,6 +4466,34 @@
"resources": {
"features": {
"methods": {
"batchCreate": {
"description": "Creates a batch of Features in a given FeatureGroup.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features:batchCreate",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.featureGroups.features.batchCreate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/features:batchCreate",
"request": {
"$ref": "GoogleCloudAiplatformV1BatchCreateFeaturesRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"create": {
"description": "Creates a new Feature in a given FeatureGroup.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features",
Expand Down Expand Up @@ -17846,7 +17874,7 @@
}
}
},
"revision": "20241001",
"revision": "20241007",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -17897,6 +17925,10 @@
"$ref": "CloudAiLargeModelsVisionImageRAIScores",
"description": "RAI scores for generated image."
},
"imageSize": {
"$ref": "CloudAiLargeModelsVisionImageImageSize",
"description": "Image size. The size of the image. Can be self reported, or computed from the image bytes."
},
"raiInfo": {
"$ref": "CloudAiLargeModelsVisionRaiInfo",
"description": "RAI info for image."
Expand All @@ -17916,6 +17948,25 @@
},
"type": "object"
},
"CloudAiLargeModelsVisionImageImageSize": {
"description": "Image size.",
"id": "CloudAiLargeModelsVisionImageImageSize",
"properties": {
"channels": {
"format": "int32",
"type": "integer"
},
"height": {
"format": "int32",
"type": "integer"
},
"width": {
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"CloudAiLargeModelsVisionImageRAIScores": {
"description": "RAI scores for generated image returned.",
"id": "CloudAiLargeModelsVisionImageRAIScores",
Expand Down Expand Up @@ -20496,6 +20547,10 @@
"description": "The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations",
"type": "string"
},
"pscInterfaceConfig": {
"$ref": "GoogleCloudAiplatformV1PscInterfaceConfig",
"description": "Optional. Configuration for PSC-I for CustomJob."
},
"reservedIpRanges": {
"description": "Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].",
"items": {
Expand Down Expand Up @@ -23839,6 +23894,10 @@
"description": "Configuration for Sync. Only one option is set.",
"id": "GoogleCloudAiplatformV1FeatureViewSyncConfig",
"properties": {
"continuous": {
"description": "Optional. If true, syncs the FeatureView in a continuous manner to Online Store.",
"type": "boolean"
},
"cron": {
"description": "Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: \"CRON_TZ=${IANA_TIME_ZONE}\" or \"TZ=${IANA_TIME_ZONE}\". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, \"CRON_TZ=America/New_York 1 * * * *\", or \"TZ=America/New_York 1 * * * *\".",
"type": "string"
Expand Down Expand Up @@ -24732,6 +24791,10 @@
"description": "Generation config.",
"id": "GoogleCloudAiplatformV1GenerationConfig",
"properties": {
"audioTimestamp": {
"description": "Optional. If enabled, audio timestamp will be included in the request to the model.",
"type": "boolean"
},
"candidateCount": {
"description": "Optional. Number of candidates to generate.",
"format": "int32",
Expand Down Expand Up @@ -30943,6 +31006,12 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1PscInterfaceConfig": {
"description": "Configuration for PSC-I.",
"id": "GoogleCloudAiplatformV1PscInterfaceConfig",
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1PublisherModel": {
"description": "A Model Garden Publisher Model.",
"id": "GoogleCloudAiplatformV1PublisherModel",
Expand Down Expand Up @@ -32988,7 +33057,7 @@
"type": "string"
},
"enum": {
"description": "Optional. Possible values of the element of Type.STRING with enum format. For example we can define an Enum Direction as : {type:STRING, format:enum, enum:[\"EAST\", NORTH\", \"SOUTH\", \"WEST\"]}",
"description": "Optional. Possible values of the element of primitive type with enum format. Examples: 1. We can define direction as : {type:STRING, format:enum, enum:[\"EAST\", NORTH\", \"SOUTH\", \"WEST\"]} 2. We can define apartment number as : {type:INTEGER, format:enum, enum:[\"101\", \"201\", \"301\"]}",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -34898,6 +34967,162 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptApiSchema": {
"description": "The A2 schema of a prompt.",
"id": "GoogleCloudAiplatformV1SchemaPromptApiSchema",
"properties": {
"apiSchemaVersion": {
"description": "The Schema version that represents changes to the API behavior.",
"type": "string"
},
"executions": {
"description": "A list of execution instances for constructing a ready-to-use prompt.",
"items": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution"
},
"type": "array"
},
"multimodalPrompt": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecMultimodalPrompt",
"description": "Multimodal prompt which embeds preambles to prompt string."
},
"structuredPrompt": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecStructuredPrompt",
"description": "The prompt variation that stores preambles in separate fields."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution": {
"description": "A prompt instance's parameters set that contains a set of variable values.",
"id": "GoogleCloudAiplatformV1SchemaPromptInstancePromptExecution",
"properties": {
"arguments": {
"additionalProperties": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptInstanceVariableValue"
},
"description": "Maps variable names to their value.",
"type": "object"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptInstanceVariableValue": {
"description": "The value of a variable in prompt.",
"id": "GoogleCloudAiplatformV1SchemaPromptInstanceVariableValue",
"properties": {
"partList": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPartList",
"description": "The parts of the variable value."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptSpecMultimodalPrompt": {
"description": "Prompt variation that embeds preambles to prompt string.",
"id": "GoogleCloudAiplatformV1SchemaPromptSpecMultimodalPrompt",
"properties": {
"promptMessage": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage",
"description": "The prompt message."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptSpecPartList": {
"description": "A list of elements and information that make up a portion of prompt.",
"id": "GoogleCloudAiplatformV1SchemaPromptSpecPartList",
"properties": {
"parts": {
"description": "A list of elements that can be part of a prompt.",
"items": {
"$ref": "GoogleCloudAiplatformV1Part"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage": {
"description": "The prompt message that aligns with the prompt message in google.cloud.aiplatform.master.GenerateContentRequest.",
"id": "GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage",
"properties": {
"contents": {
"description": "The content of the current conversation with the model. For single-turn queries, this is a single instance. For multi-turn queries, this is a repeated field that contains conversation history + latest request.",
"items": {
"$ref": "GoogleCloudAiplatformV1Content"
},
"type": "array"
},
"generationConfig": {
"$ref": "GoogleCloudAiplatformV1GenerationConfig",
"description": "Generation config."
},
"model": {
"description": "The model name.",
"type": "string"
},
"safetySettings": {
"description": "Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates.",
"items": {
"$ref": "GoogleCloudAiplatformV1SafetySetting"
},
"type": "array"
},
"systemInstruction": {
"$ref": "GoogleCloudAiplatformV1Content",
"description": "The user provided system instructions for the model. Note: only text should be used in parts and content in each part will be in a separate paragraph."
},
"toolConfig": {
"$ref": "GoogleCloudAiplatformV1ToolConfig",
"description": "Tool config. This config is shared for all tools provided in the request."
},
"tools": {
"description": "A list of `Tools` the model may use to generate the next response. A `Tool` is a piece of code that enables the system to interact with external systems to perform an action, or set of actions, outside of knowledge and scope of the model.",
"items": {
"$ref": "GoogleCloudAiplatformV1Tool"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaPromptSpecStructuredPrompt": {
"description": "Prompt variation that stores preambles in separate fields.",
"id": "GoogleCloudAiplatformV1SchemaPromptSpecStructuredPrompt",
"properties": {
"context": {
"$ref": "GoogleCloudAiplatformV1Content",
"description": "Preamble: The context of the prompt."
},
"examples": {
"description": "Preamble: A set of examples for expected model response.",
"items": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPartList"
},
"type": "array"
},
"inputPrefixes": {
"description": "Preamble: The input prefixes before each example input.",
"items": {
"type": "string"
},
"type": "array"
},
"outputPrefixes": {
"description": "Preamble: The output prefixes before each example output.",
"items": {
"type": "string"
},
"type": "array"
},
"promptMessage": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptSpecPromptMessage",
"description": "The prompt message."
}
},
"type": "object"
},
"GoogleCloudAiplatformV1SchemaTablesDatasetMetadata": {
"description": "The metadata of Datasets that contain tables data.",
"id": "GoogleCloudAiplatformV1SchemaTablesDatasetMetadata",
Expand Down Expand Up @@ -35039,6 +35264,10 @@
"description": "User-created prompt note. Note size limit is 2KB.",
"type": "string"
},
"promptApiSchema": {
"$ref": "GoogleCloudAiplatformV1SchemaPromptApiSchema",
"description": "The API schema of the prompt to support both UI and SDK usages."
},
"promptType": {
"description": "Type of the prompt dataset.",
"type": "string"
Expand Down Expand Up @@ -39220,7 +39449,7 @@
"id": "GoogleCloudAiplatformV1ToolParameterKVMatchSpec",
"properties": {
"useStrictStringMatch": {
"description": "Optional. Whether to use STRCIT string match on parameter values.",
"description": "Optional. Whether to use STRICT string match on parameter values.",
"type": "boolean"
}
},
Expand Down
Loading