public sealed class ReasoningEngine : IMessage<ReasoningEngine>, IEquatable<ReasoningEngine>, IDeepCloneable<ReasoningEngine>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 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.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ReasoningEngine()
public ReasoningEngine()ReasoningEngine(ReasoningEngine)
public ReasoningEngine(ReasoningEngine other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngine |
Properties
ContextSpec
public ReasoningEngineContextSpec ContextSpec { get; set; }Optional. Configuration for how Agent Engine sub-resources should manage context.
| Property Value | |
|---|---|
| Type | Description |
ReasoningEngineContextSpec |
|
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 |
|
EncryptionSpec
public EncryptionSpec EncryptionSpec { get; set; }Customer-managed encryption key spec for a ReasoningEngine. If set, this ReasoningEngine and all sub-resources of this ReasoningEngine will be secured by this key.
| Property Value | |
|---|---|
| Type | Description |
EncryptionSpec |
|
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 |
|
Labels
public MapField<string, string> Labels { get; }Labels for the ReasoningEngine.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The resource name of the ReasoningEngine.
Format:
projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}
| 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; }Optional. 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 |
|