Send feedback
Class TrainProcessorVersionRequest (2.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.37.0 keyboard_arrow_down
public final class TrainProcessorVersionRequest extends GeneratedMessageV3 implements TrainProcessorVersionRequestOrBuilder
Request message for the
TrainProcessorVersion
method.
Protobuf type google.cloud.documentai.v1.TrainProcessorVersionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BASE_PROCESSOR_VERSION_FIELD_NUMBER
public static final int BASE_PROCESSOR_VERSION_FIELD_NUMBER
Field Value Type Description int
public static final int CUSTOM_DOCUMENT_EXTRACTION_OPTIONS_FIELD_NUMBER
Field Value Type Description int
DOCUMENT_SCHEMA_FIELD_NUMBER
public static final int DOCUMENT_SCHEMA_FIELD_NUMBER
Field Value Type Description int
public static final int INPUT_DATA_FIELD_NUMBER
Field Value Type Description int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value Type Description int
PROCESSOR_VERSION_FIELD_NUMBER
public static final int PROCESSOR_VERSION_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static TrainProcessorVersionRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static TrainProcessorVersionRequest . Builder newBuilder ()
newBuilder(TrainProcessorVersionRequest prototype)
public static TrainProcessorVersionRequest . Builder newBuilder ( TrainProcessorVersionRequest prototype )
public static TrainProcessorVersionRequest parseDelimitedFrom ( InputStream input )
public static TrainProcessorVersionRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static TrainProcessorVersionRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TrainProcessorVersionRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static TrainProcessorVersionRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TrainProcessorVersionRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static TrainProcessorVersionRequest parseFrom ( CodedInputStream input )
public static TrainProcessorVersionRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static TrainProcessorVersionRequest parseFrom ( InputStream input )
public static TrainProcessorVersionRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static TrainProcessorVersionRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TrainProcessorVersionRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<TrainProcessorVersionRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBaseProcessorVersion()
public String getBaseProcessorVersion ()
Optional. The processor version to use as a base for training. This
processor version must be a child of parent
. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
.
string base_processor_version = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description String
The baseProcessorVersion.
getBaseProcessorVersionBytes()
public ByteString getBaseProcessorVersionBytes ()
Optional. The processor version to use as a base for training. This
processor version must be a child of parent
. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
.
string base_processor_version = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description ByteString
The bytes for baseProcessorVersion.
public TrainProcessorVersionRequest . CustomDocumentExtractionOptions getCustomDocumentExtractionOptions ()
Options to control Custom Document Extraction (CDE) Processor.
.google.cloud.documentai.v1.TrainProcessorVersionRequest.CustomDocumentExtractionOptions custom_document_extraction_options = 5;
public TrainProcessorVersionRequest . CustomDocumentExtractionOptionsOrBuilder getCustomDocumentExtractionOptionsOrBuilder ()
Options to control Custom Document Extraction (CDE) Processor.
.google.cloud.documentai.v1.TrainProcessorVersionRequest.CustomDocumentExtractionOptions custom_document_extraction_options = 5;
getDefaultInstanceForType()
public TrainProcessorVersionRequest getDefaultInstanceForType ()
getDocumentSchema()
public DocumentSchema getDocumentSchema ()
Optional. The schema the processor version will be trained with.
.google.cloud.documentai.v1.DocumentSchema document_schema = 10 [(.google.api.field_behavior) = OPTIONAL];
getDocumentSchemaOrBuilder()
public DocumentSchemaOrBuilder getDocumentSchemaOrBuilder ()
Optional. The schema the processor version will be trained with.
.google.cloud.documentai.v1.DocumentSchema document_schema = 10 [(.google.api.field_behavior) = OPTIONAL];
public TrainProcessorVersionRequest . InputData getInputData ()
Optional. The input data used to train the
ProcessorVersion .
.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData input_data = 4 [(.google.api.field_behavior) = OPTIONAL];
public TrainProcessorVersionRequest . InputDataOrBuilder getInputDataOrBuilder ()
Optional. The input data used to train the
ProcessorVersion .
.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData input_data = 4 [(.google.api.field_behavior) = OPTIONAL];
getParent()
public String getParent ()
Required. The parent (project, location and processor) to create the new
version for. Format:
projects/{project}/locations/{location}/processors/{processor}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. The parent (project, location and processor) to create the new
version for. Format:
projects/{project}/locations/{location}/processors/{processor}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for parent.
getParserForType()
public Parser<TrainProcessorVersionRequest> getParserForType ()
Overrides
getProcessorFlagsCase()
public TrainProcessorVersionRequest . ProcessorFlagsCase getProcessorFlagsCase ()
getProcessorVersion()
public ProcessorVersion getProcessorVersion ()
Required. The processor version to be created.
.google.cloud.documentai.v1.ProcessorVersion processor_version = 2 [(.google.api.field_behavior) = REQUIRED];
getProcessorVersionOrBuilder()
public ProcessorVersionOrBuilder getProcessorVersionOrBuilder ()
Required. The processor version to be created.
.google.cloud.documentai.v1.ProcessorVersion processor_version = 2 [(.google.api.field_behavior) = REQUIRED];
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
public boolean hasCustomDocumentExtractionOptions ()
Options to control Custom Document Extraction (CDE) Processor.
.google.cloud.documentai.v1.TrainProcessorVersionRequest.CustomDocumentExtractionOptions custom_document_extraction_options = 5;
Returns Type Description boolean
Whether the customDocumentExtractionOptions field is set.
hasDocumentSchema()
public boolean hasDocumentSchema ()
Optional. The schema the processor version will be trained with.
.google.cloud.documentai.v1.DocumentSchema document_schema = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description boolean
Whether the documentSchema field is set.
public boolean hasInputData ()
Optional. The input data used to train the
ProcessorVersion .
.google.cloud.documentai.v1.TrainProcessorVersionRequest.InputData input_data = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description boolean
Whether the inputData field is set.
hasProcessorVersion()
public boolean hasProcessorVersion ()
Required. The processor version to be created.
.google.cloud.documentai.v1.ProcessorVersion processor_version = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description boolean
Whether the processorVersion field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public TrainProcessorVersionRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TrainProcessorVersionRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public TrainProcessorVersionRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]