Cluster(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Message describing the Cluster object.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. 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 |
annotations |
MutableMapping[str, str]
Annotations to allow clients to store small amounts of arbitrary data. |
dataplane_service_endpoint |
str
Output only. The DNS name of the data plane service |
state |
google.cloud.visionai_v1.types.Cluster.State
Output only. The current state of the cluster. |
psc_target |
str
Output only. The private service connection service target name. |
Classes
AnnotationsEntry
AnnotationsEntry(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 |
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 |
State
State(value)
The current state of the cluster.