Class Draft (0.1.0)

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

Message describing Draft object

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] Create timestamp
labels MutableMapping[str, str]
Labels as key value pairs
display_name str
Required. A user friendly display name for the solution.
description str
A description for this application.
draft_application_configs google.cloud.visionai_v1.types.ApplicationConfigs
The draft application configs which haven't been updated to an application.

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.