Vision AI v1 API - Class Instance (1.0.0-beta01)

public sealed class Instance : IMessage<Instance>, IEquatable<Instance>, IDeepCloneable<Instance>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class Instance.

Message describing Instance object Next ID: 12

Inheritance

object > Instance

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

Instance()

public Instance()

Instance(Instance)

public Instance(Instance other)
Parameter
Name Description
other Instance

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. [Output only] Create timestamp

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

A description for this instance.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Required. A user friendly display name for the solution.

Property Value
Type Description
string

InputResources

public RepeatedField<Instance.Types.InputResource> InputResources { get; }

The input resources for the current application instance. For example: input_resources: visionai.googleapis.com/v1/projects/123/locations/us-central1/clusters/456/streams/stream-a

Property Value
Type Description
RepeatedFieldInstanceTypesInputResource

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

InstanceType

public Instance.Types.InstanceType InstanceType { get; set; }

The instance type for the current instance.

Property Value
Type Description
InstanceTypesInstanceType

Labels

public MapField<string, string> Labels { get; }

Labels as key value pairs

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Output only. name of resource

Property Value
Type Description
string

OutputResources

public RepeatedField<Instance.Types.OutputResource> OutputResources { get; }

All the output resources associated to one application instance.

Property Value
Type Description
RepeatedFieldInstanceTypesOutputResource

State

public Instance.Types.State State { get; set; }

State of the instance.

Property Value
Type Description
InstanceTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. [Output only] Update timestamp

Property Value
Type Description
Timestamp