public sealed class PredictionResult.Types.Error : IMessage<PredictionResult.Types.Error>, IEquatable<PredictionResult.Types.Error>, IDeepCloneable<PredictionResult.Types.Error>, IBufferMessage, IMessageImplements
IMessagePredictionResultTypesError, IEquatablePredictionResultTypesError, IDeepCloneablePredictionResultTypesError, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Error()
public Error()Error(Error)
public Error(PredictionResult.Types.Error other)| Parameter | |
|---|---|
| Name | Description |
other |
PredictionResultTypesError |
Properties
Message
public string Message { get; set; }Error message with additional details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Status
public Code Status { get; set; }Error status. This will be serialized into the enum name e.g. "NOT_FOUND".
| Property Value | |
|---|---|
| Type | Description |
Code |
|