Class Processor (0.1.0)

Processor(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message describing Processor object. Next ID: 19

Attributes

Name Description
name str
name of resource.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Create timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. [Output only] Update timestamp.
labels MutableMapping[str, str]
Labels as key value pairs.
display_name str
Required. A user friendly display name for the processor.
description str
Illustrative sentences for describing the functionality of the processor.
processor_type google.cloud.visionai_v1.types.Processor.ProcessorType
Output only. Processor Type.
model_type google.cloud.visionai_v1.types.ModelType
Model Type.
custom_processor_source_info google.cloud.visionai_v1.types.CustomProcessorSourceInfo
Source info for customer created processor.
state google.cloud.visionai_v1.types.Processor.ProcessorState
Output only. State of the Processor.
processor_io_spec google.cloud.visionai_v1.types.ProcessorIOSpec
Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.
configuration_typeurl str
Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.
supports_post_processing bool
Indicates if the processor supports post processing.
supported_instance_types MutableSequence[google.cloud.visionai_v1.types.Instance.InstanceType]
Which instance types this processor supports; if empty, this default to STREAMING_PREDICTION.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ProcessorState

ProcessorState(value)

ProcessorType

ProcessorType(value)

Type