public sealed class CorpusStatus : IMessage<CorpusStatus>, IEquatable<CorpusStatus>, IDeepCloneable<CorpusStatus>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CorpusStatus.
RagCorpus status.
Implements
IMessageCorpusStatus, IEquatableCorpusStatus, IDeepCloneableCorpusStatus, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CorpusStatus()
public CorpusStatus()CorpusStatus(CorpusStatus)
public CorpusStatus(CorpusStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
CorpusStatus |
Properties
ErrorStatus
public string ErrorStatus { get; set; }Output only. Only when the state field is ERROR.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public CorpusStatus.Types.State State { get; set; }Output only. RagCorpus life state.
| Property Value | |
|---|---|
| Type | Description |
CorpusStatusTypesState |
|