public sealed class ReasoningEngine : IMessage<ReasoningEngine>, IEquatable<ReasoningEngine>, IDeepCloneable<ReasoningEngine>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class ReasoningEngine.
ReasoningEngine provides a customizable runtime for models to determine which actions to take and in which order.
Implements
IMessageReasoningEngine, IEquatableReasoningEngine, IDeepCloneableReasoningEngine, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ReasoningEngine()
public ReasoningEngine()ReasoningEngine(ReasoningEngine)
public ReasoningEngine(ReasoningEngine other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngine |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Timestamp when this ReasoningEngine was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. The description of the ReasoningEngine.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. The display name of the ReasoningEngine.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Etag
public string Etag { get; set; }Optional. Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Identifier. The resource name of the ReasoningEngine.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReasoningEngineName
public ReasoningEngineName ReasoningEngineName { get; set; }ReasoningEngineName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ReasoningEngineName |
|
Spec
public ReasoningEngineSpec Spec { get; set; }Required. Configurations of the ReasoningEngine
| Property Value | |
|---|---|
| Type | Description |
ReasoningEngineSpec |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Timestamp when this ReasoningEngine was most recently updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|