proto_docs/google/cloud/documentai/v1beta3/processor.rb in google-cloud-document_ai-v1beta3-0.33.1 vs proto_docs/google/cloud/documentai/v1beta3/processor.rb in google-cloud-document_ai-v1beta3-0.34.0
- old
+ new
@@ -25,21 +25,21 @@
# can have multiple versions, pretrained by Google internally or uptrained
# by the customer. A processor can only have one default version at a time.
# Its document-processing behavior is defined by that version.
# @!attribute [rw] name
# @return [::String]
- # The resource name of the processor version.
+ # Identifier. The resource name of the processor version.
# Format:
# `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`
# @!attribute [rw] display_name
# @return [::String]
# The display name of the processor version.
# @!attribute [rw] document_schema
# @return [::Google::Cloud::DocumentAI::V1beta3::DocumentSchema]
# The schema of the processor version. Describes the output.
- # @!attribute [rw] state
+ # @!attribute [r] state
# @return [::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::State]
- # The state of the processor version.
+ # Output only. The state of the processor version.
# @!attribute [rw] create_time
# @return [::Google::Protobuf::Timestamp]
# The time the processor version was created.
# @!attribute [rw] latest_evaluation
# @return [::Google::Cloud::DocumentAI::V1beta3::EvaluationReference]