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