Cloud AI Platform v1beta1 API - Class PredictionResult.Types.Error (1.0.0-beta03)

public sealed class PredictionResult.Types.Error : IMessage<PredictionResult.Types.Error>, IEquatable<PredictionResult.Types.Error>, IDeepCloneable<PredictionResult.Types.Error>, IBufferMessage, IMessage

Inheritance

object > PredictionResult.Types.Error

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

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