public interface ProcessorVersionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
The time the processor version was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The time the processor version was created.
|
ProcessorVersion.DeprecationInfo |
getDeprecationInfo()
If set, information about the eventual deprecation of this version.
|
ProcessorVersion.DeprecationInfoOrBuilder |
getDeprecationInfoOrBuilder()
If set, information about the eventual deprecation of this version.
|
String |
getDisplayName()
The display name of the processor version.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the processor version.
|
DocumentSchema |
getDocumentSchema()
The schema of the processor version.
|
DocumentSchemaOrBuilder |
getDocumentSchemaOrBuilder()
The schema of the processor version.
|
ProcessorVersion.GenAiModelInfo |
getGenAiModelInfo()
Output only.
|
ProcessorVersion.GenAiModelInfoOrBuilder |
getGenAiModelInfoOrBuilder()
Output only.
|
boolean |
getGoogleManaged()
Output only.
|
String |
getKmsKeyName()
The KMS key name used for encryption.
|
com.google.protobuf.ByteString |
getKmsKeyNameBytes()
The KMS key name used for encryption.
|
String |
getKmsKeyVersionName()
The KMS key version with which data is encrypted.
|
com.google.protobuf.ByteString |
getKmsKeyVersionNameBytes()
The KMS key version with which data is encrypted.
|
EvaluationReference |
getLatestEvaluation()
The most recently invoked evaluation for the processor version.
|
EvaluationReferenceOrBuilder |
getLatestEvaluationOrBuilder()
The most recently invoked evaluation for the processor version.
|
ProcessorVersion.ModelType |
getModelType()
Output only.
|
int |
getModelTypeValue()
Output only.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
boolean |
getSatisfiesPzi()
Output only.
|
boolean |
getSatisfiesPzs()
Output only.
|
ProcessorVersion.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasCreateTime()
The time the processor version was created.
|
boolean |
hasDeprecationInfo()
If set, information about the eventual deprecation of this version.
|
boolean |
hasDocumentSchema()
The schema of the processor version.
|
boolean |
hasGenAiModelInfo()
Output only.
|
boolean |
hasLatestEvaluation()
The most recently invoked evaluation for the processor version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The resource name of the processor version.
Format:
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The resource name of the processor version.
Format:
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];String getDisplayName()
The display name of the processor version.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the processor version.
string display_name = 2;boolean hasDocumentSchema()
The schema of the processor version. Describes the output.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 12;DocumentSchema getDocumentSchema()
The schema of the processor version. Describes the output.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 12;DocumentSchemaOrBuilder getDocumentSchemaOrBuilder()
The schema of the processor version. Describes the output.
.google.cloud.documentai.v1beta3.DocumentSchema document_schema = 12;int getStateValue()
Output only. The state of the processor version.
.google.cloud.documentai.v1beta3.ProcessorVersion.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersion.State getState()
Output only. The state of the processor version.
.google.cloud.documentai.v1beta3.ProcessorVersion.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCreateTime()
The time the processor version was created.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.Timestamp getCreateTime()
The time the processor version was created.
.google.protobuf.Timestamp create_time = 7;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The time the processor version was created.
.google.protobuf.Timestamp create_time = 7;boolean hasLatestEvaluation()
The most recently invoked evaluation for the processor version.
.google.cloud.documentai.v1beta3.EvaluationReference latest_evaluation = 8;EvaluationReference getLatestEvaluation()
The most recently invoked evaluation for the processor version.
.google.cloud.documentai.v1beta3.EvaluationReference latest_evaluation = 8;EvaluationReferenceOrBuilder getLatestEvaluationOrBuilder()
The most recently invoked evaluation for the processor version.
.google.cloud.documentai.v1beta3.EvaluationReference latest_evaluation = 8;String getKmsKeyName()
The KMS key name used for encryption.
string kms_key_name = 9;com.google.protobuf.ByteString getKmsKeyNameBytes()
The KMS key name used for encryption.
string kms_key_name = 9;String getKmsKeyVersionName()
The KMS key version with which data is encrypted.
string kms_key_version_name = 10;com.google.protobuf.ByteString getKmsKeyVersionNameBytes()
The KMS key version with which data is encrypted.
string kms_key_version_name = 10;boolean getGoogleManaged()
Output only. Denotes that this `ProcessorVersion` is managed by Google.
bool google_managed = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasDeprecationInfo()
If set, information about the eventual deprecation of this version.
.google.cloud.documentai.v1beta3.ProcessorVersion.DeprecationInfo deprecation_info = 13;
ProcessorVersion.DeprecationInfo getDeprecationInfo()
If set, information about the eventual deprecation of this version.
.google.cloud.documentai.v1beta3.ProcessorVersion.DeprecationInfo deprecation_info = 13;
ProcessorVersion.DeprecationInfoOrBuilder getDeprecationInfoOrBuilder()
If set, information about the eventual deprecation of this version.
.google.cloud.documentai.v1beta3.ProcessorVersion.DeprecationInfo deprecation_info = 13;
int getModelTypeValue()
Output only. The model type of this processor version.
.google.cloud.documentai.v1beta3.ProcessorVersion.ModelType model_type = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersion.ModelType getModelType()
Output only. The model type of this processor version.
.google.cloud.documentai.v1beta3.ProcessorVersion.ModelType model_type = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean getSatisfiesPzs()
Output only. Reserved for future use.
bool satisfies_pzs = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getSatisfiesPzi()
Output only. Reserved for future use.
bool satisfies_pzi = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasGenAiModelInfo()
Output only. Information about Generative AI model-based processor versions.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo gen_ai_model_info = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersion.GenAiModelInfo getGenAiModelInfo()
Output only. Information about Generative AI model-based processor versions.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo gen_ai_model_info = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
ProcessorVersion.GenAiModelInfoOrBuilder getGenAiModelInfoOrBuilder()
Output only. Information about Generative AI model-based processor versions.
.google.cloud.documentai.v1beta3.ProcessorVersion.GenAiModelInfo gen_ai_model_info = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.