mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Update the JSON schemas
The command executed was as follows: rm -f .api.deps .cli.deps && FETCH_APIS=1 make update-json -j8
This commit is contained in:
@@ -1042,7 +1042,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20240223",
|
||||
"revision": "20240417",
|
||||
"rootUrl": "https://documentai.googleapis.com/",
|
||||
"schemas": {
|
||||
"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata": {
|
||||
@@ -3113,19 +3113,19 @@
|
||||
"type": "number"
|
||||
},
|
||||
"smallcaps": {
|
||||
"description": "Whether the text is in small caps.",
|
||||
"description": "Whether the text is in small caps. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"strikeout": {
|
||||
"description": "Whether the text is strikethrough.",
|
||||
"description": "Whether the text is strikethrough. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"subscript": {
|
||||
"description": "Whether the text is a subscript.",
|
||||
"description": "Whether the text is a subscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"superscript": {
|
||||
"description": "Whether the text is a superscript.",
|
||||
"description": "Whether the text is a superscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"textColor": {
|
||||
@@ -4394,11 +4394,11 @@
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "The resource name of the processor version. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`",
|
||||
"description": "Identifier. The resource name of the processor version. Format: `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`",
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"description": "The state of the processor version.",
|
||||
"description": "Output only. The state of the processor version.",
|
||||
"enum": [
|
||||
"STATE_UNSPECIFIED",
|
||||
"DEPLOYED",
|
||||
@@ -4421,6 +4421,7 @@
|
||||
"The processor version failed and is in an indeterminate state.",
|
||||
"The processor version is being imported."
|
||||
],
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
@@ -4646,6 +4647,10 @@
|
||||
"$ref": "GoogleCloudDocumentaiV1DocumentSchema",
|
||||
"description": "Optional. The schema the processor version will be trained with."
|
||||
},
|
||||
"foundationModelTuningOptions": {
|
||||
"$ref": "GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions",
|
||||
"description": "Options to control foundation model tuning of a processor."
|
||||
},
|
||||
"inputData": {
|
||||
"$ref": "GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData",
|
||||
"description": "Optional. The input data used to train the ProcessorVersion."
|
||||
@@ -4678,6 +4683,23 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions": {
|
||||
"description": "Options to control foundation model tuning of the processor.",
|
||||
"id": "GoogleCloudDocumentaiV1TrainProcessorVersionRequestFoundationModelTuningOptions",
|
||||
"properties": {
|
||||
"learningRateMultiplier": {
|
||||
"description": "Optional. The multiplier to apply to the recommended learning rate. Valid values are between 0.1 and 10. If not provided, recommended learning rate will be used.",
|
||||
"format": "float",
|
||||
"type": "number"
|
||||
},
|
||||
"trainSteps": {
|
||||
"description": "Optional. The number of steps to run for model tuning. Valid values are between 1 and 400. If not provided, recommended steps will be used.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData": {
|
||||
"description": "The input data used to train a new ProcessorVersion.",
|
||||
"id": "GoogleCloudDocumentaiV1TrainProcessorVersionRequestInputData",
|
||||
@@ -5650,19 +5672,19 @@
|
||||
"type": "number"
|
||||
},
|
||||
"smallcaps": {
|
||||
"description": "Whether the text is in small caps.",
|
||||
"description": "Whether the text is in small caps. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"strikeout": {
|
||||
"description": "Whether the text is strikethrough.",
|
||||
"description": "Whether the text is strikethrough. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"subscript": {
|
||||
"description": "Whether the text is a subscript.",
|
||||
"description": "Whether the text is a subscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"superscript": {
|
||||
"description": "Whether the text is a superscript.",
|
||||
"description": "Whether the text is a superscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"textColor": {
|
||||
@@ -7051,19 +7073,19 @@
|
||||
"type": "number"
|
||||
},
|
||||
"smallcaps": {
|
||||
"description": "Whether the text is in small caps.",
|
||||
"description": "Whether the text is in small caps. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"strikeout": {
|
||||
"description": "Whether the text is strikethrough.",
|
||||
"description": "Whether the text is strikethrough. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"subscript": {
|
||||
"description": "Whether the text is a subscript.",
|
||||
"description": "Whether the text is a subscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"superscript": {
|
||||
"description": "Whether the text is a superscript.",
|
||||
"description": "Whether the text is a superscript. This feature is not supported yet.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"textColor": {
|
||||
|
||||
Reference in New Issue
Block a user