Interface protos.google.cloud.financialservices.v1.IPredictionResult (0.3.0)

Properties of a PredictionResult.

Package

@google-cloud/financialservices

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

PredictionResult createTime

dataset

dataset?: (string|null);

PredictionResult dataset

endTime

endTime?: (google.protobuf.ITimestamp|null);

PredictionResult endTime

labels

labels?: ({ [k: string]: string }|null);

PredictionResult labels

lineOfBusiness

lineOfBusiness?: (google.cloud.financialservices.v1.LineOfBusiness|keyof typeof google.cloud.financialservices.v1.LineOfBusiness|null);

PredictionResult lineOfBusiness

model

model?: (string|null);

PredictionResult model

name

name?: (string|null);

PredictionResult name

outputs

outputs?: (google.cloud.financialservices.v1.PredictionResult.IOutputs|null);

PredictionResult outputs

predictionPeriods

predictionPeriods?: (number|null);

PredictionResult predictionPeriods

state

state?: (google.cloud.financialservices.v1.PredictionResult.State|keyof typeof google.cloud.financialservices.v1.PredictionResult.State|null);

PredictionResult state

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

PredictionResult updateTime