Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 7, 2023
1 parent 83b8a6c commit 58f1c94
Show file tree
Hide file tree
Showing 44 changed files with 14,189 additions and 658 deletions.
2,666 changes: 2,351 additions & 315 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

8,414 changes: 8,306 additions & 108 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

150 changes: 148 additions & 2 deletions aiplatform/v1beta1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12089,6 +12089,34 @@
},
"pipelineJobs": {
"methods": {
"batchDelete": {
"description": "Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/pipelineJobs:batchDelete",
"httpMethod": "POST",
"id": "aiplatform.projects.locations.pipelineJobs.batchDelete",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The name of the PipelineJobs' parent resource. Format: `projects/{project}/locations/{location}`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1beta1/{+parent}/pipelineJobs:batchDelete",
"request": {
"$ref": "GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"cancel": {
"description": "Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob. The server makes a best effort to cancel the pipeline, but success is not guaranteed. Clients can use PipelineService.GetPipelineJob or other methods to check whether the cancellation succeeded or whether the pipeline completed despite cancellation. On successful cancellation, the PipelineJob is not deleted; instead it becomes a pipeline with a PipelineJob.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`, and PipelineJob.state is set to `CANCELLED`.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/pipelineJobs/{pipelineJobsId}:cancel",
Expand Down Expand Up @@ -16094,7 +16122,7 @@
}
}
},
"revision": "20231024",
"revision": "20231101",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -16627,6 +16655,20 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest": {
"description": "Request message for PipelineService.BatchDeletePipelineJobs.",
"id": "GoogleCloudAiplatformV1beta1BatchDeletePipelineJobsRequest",
"properties": {
"names": {
"description": "Required. The names of the PipelineJobs to delete. A maximum of 32 PipelineJobs can be deleted in a batch. Format: `projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}`",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest": {
"description": "Request message for ModelService.BatchImportEvaluatedAnnotations",
"id": "GoogleCloudAiplatformV1beta1BatchImportEvaluatedAnnotationsRequest",
Expand Down Expand Up @@ -19373,6 +19415,13 @@
"description": "Request message for PredictionService.Explain.",
"id": "GoogleCloudAiplatformV1beta1ExplainRequest",
"properties": {
"concurrentExplanationSpecOverride": {
"additionalProperties": {
"$ref": "GoogleCloudAiplatformV1beta1ExplanationSpecOverride"
},
"description": "Optional. This field is the same as the one above, but supports multiple explanations to occur in parallel. The key can be any string. Each override will be run against the model, then its explanations will be grouped together. Note - these explanations are run **In Addition** to the default Explanation in the deployed model.",
"type": "object"
},
"deployedModelId": {
"description": "If specified, this ExplainRequest will be served by the chosen DeployedModel, overriding Endpoint.traffic_split.",
"type": "string"
Expand All @@ -19399,6 +19448,13 @@
"description": "Response message for PredictionService.Explain.",
"id": "GoogleCloudAiplatformV1beta1ExplainResponse",
"properties": {
"concurrentExplanations": {
"additionalProperties": {
"$ref": "GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation"
},
"description": "This field stores the results of the explanations run in parallel with The default explanation strategy/method.",
"type": "object"
},
"deployedModelId": {
"description": "ID of the Endpoint's DeployedModel that served this explanation.",
"type": "string"
Expand All @@ -19420,6 +19476,20 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation": {
"description": "This message is a wrapper grouping Concurrent Explanations.",
"id": "GoogleCloudAiplatformV1beta1ExplainResponseConcurrentExplanation",
"properties": {
"explanations": {
"description": "The explanations of the Model's PredictResponse.predictions. It has the same number of elements as instances to be explained.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1Explanation"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1Explanation": {
"description": "Explanation of a prediction (provided in PredictResponse.predictions) produced by the Model on a given instance.",
"id": "GoogleCloudAiplatformV1beta1Explanation",
Expand Down Expand Up @@ -20177,6 +20247,10 @@
"Used for Feature that is bytes."
],
"type": "string"
},
"versionColumnName": {
"description": "Only applicable for Vertex AI Feature Store. The name of the BigQuery Table/View columnn hosting data for this version. If no value is provided, will use feature_id.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -20337,6 +20411,10 @@
"readOnly": true,
"type": "string"
},
"optimized": {
"$ref": "GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized",
"description": "Contains settings for the Optimized store that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore. When choose Optimized storage type, need to set PrivateServiceConnectConfig.enable_private_service_connect to use private endpoint. Otherwise will use public endpoint by default."
},
"state": {
"description": "Output only. State of the featureOnlineStore.",
"enum": [
Expand Down Expand Up @@ -20393,13 +20471,22 @@
"type": "object"
},
"GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint": {
"description": "The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement.",
"description": "The dedicated serving endpoint for this FeatureOnlineStore. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.",
"id": "GoogleCloudAiplatformV1beta1FeatureOnlineStoreDedicatedServingEndpoint",
"properties": {
"privateServiceConnectConfig": {
"$ref": "GoogleCloudAiplatformV1beta1PrivateServiceConnectConfig",
"description": "Optional. Private service connect config. If PrivateServiceConnectConfig.enable_private_service_connect set to true, customers will use private service connection to send request. Otherwise, the connection will set to public endpoint."
},
"publicEndpointDomainName": {
"description": "Output only. This field will be populated with the domain name to use for this FeatureOnlineStore",
"readOnly": true,
"type": "string"
},
"serviceAttachment": {
"description": "Output only. The name of the service attachment resource. Populated if private service connect is enabled and after FeatureViewSync is created.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand All @@ -20415,6 +20502,12 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized": {
"description": "Optimized storage type to replace lightning",
"id": "GoogleCloudAiplatformV1beta1FeatureOnlineStoreOptimized",
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1beta1FeatureSelector": {
"description": "Selector for Features of an EntityType.",
"id": "GoogleCloudAiplatformV1beta1FeatureSelector",
Expand Down Expand Up @@ -21725,6 +21818,13 @@
},
"type": "array"
},
"numericRestricts": {
"description": "Optional. List of Restrict of the datapoint, used to perform \"restricted searches\" where boolean rule are used to filter the subset of the database eligible for matching. This uses numeric comparisons.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction"
},
"type": "array"
},
"restricts": {
"description": "Optional. List of Restrict of the datapoint, used to perform \"restricted searches\" where boolean rule are used to filter the subset of the database eligible for matching. This uses categorical tokens. See: https://cloud.google.com/vertex-ai/docs/matching-engine/filtering",
"items": {
Expand All @@ -21746,6 +21846,52 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction": {
"description": "This field allows restricts to be based on numeric comparisons rather than categorical tokens.",
"id": "GoogleCloudAiplatformV1beta1IndexDatapointNumericRestriction",
"properties": {
"namespace": {
"description": "The namespace of this restriction. e.g.: cost.",
"type": "string"
},
"op": {
"description": "This MUST be specified for queries and must NOT be specified for datapoints.",
"enum": [
"OPERATOR_UNSPECIFIED",
"LESS",
"LESS_EQUAL",
"EQUAL",
"GREATER_EQUAL",
"GREATER"
],
"enumDescriptions": [
"Default value of the enum.",
"Datapoints are eligible iff their value is \u003c the query's.",
"Datapoints are eligible iff their value is \u003c= the query's.",
"Datapoints are eligible iff their value is == the query's.",
"Datapoints are eligible iff their value is \u003e= the query's.",
"Datapoints are eligible iff their value is \u003e the query's."
],
"type": "string"
},
"valueDouble": {
"description": "Represents 64 bit float.",
"format": "double",
"type": "number"
},
"valueFloat": {
"description": "Represents 32 bit float.",
"format": "float",
"type": "number"
},
"valueInt": {
"description": "Represents 64 bit integer.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1beta1IndexDatapointRestriction": {
"description": "Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).",
"id": "GoogleCloudAiplatformV1beta1IndexDatapointRestriction",
Expand Down
Loading

0 comments on commit 58f1c94

Please sign in to comment.