Operator(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing the Operator object.
Attributes |
|
---|---|
Name | Description |
name |
str
Name of the resource. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The create timestamp. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The update timestamp. |
labels |
MutableMapping[str, str]
Labels as key value pairs. |
operator_definition |
google.cloud.visionai_v1.types.OperatorDefinition
The definition of the operator. |
docker_image |
str
The link to the docker image of the operator. |
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,
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 |