public sealed class Operator : IMessage<Operator>, IEquatable<Operator>, IDeepCloneable<Operator>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Operator.
Message describing the Operator object.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Operator()
public Operator()Operator(Operator)
public Operator(Operator other)| Parameter | |
|---|---|
| Name | Description |
other |
Operator |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DockerImage
public string DockerImage { get; set; }The link to the docker image of the operator.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OperatorDefinition
public OperatorDefinition OperatorDefinition { get; set; }The definition of the operator.
| Property Value | |
|---|---|
| Type | Description |
OperatorDefinition |
|
OperatorName
public OperatorName OperatorName { get; set; }OperatorName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OperatorName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|