public sealed class PredictionResult.Types.Outputs : IMessage<PredictionResult.Types.Outputs>, IEquatable<PredictionResult.Types.Outputs>, IDeepCloneable<PredictionResult.Types.Outputs>, IBufferMessage, IMessageReference documentation and code samples for the Financial Services v1 API class PredictionResult.Types.Outputs.
Outputs is a list of places where the operation will write results.
Implements
IMessagePredictionResultTypesOutputs, IEquatablePredictionResultTypesOutputs, IDeepCloneablePredictionResultTypesOutputs, IBufferMessage, IMessageNamespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
Outputs()
public Outputs()Outputs(Outputs)
public Outputs(PredictionResult.Types.Outputs other)| Parameter | |
|---|---|
| Name | Description |
other |
PredictionResultTypesOutputs |
Properties
ExplainabilityDestination
public BigQueryDestination ExplainabilityDestination { get; set; }The location to output explainability information. If not specified no explainability data will be output.
| Property Value | |
|---|---|
| Type | Description |
BigQueryDestination |
|
PredictionDestination
public BigQueryDestination PredictionDestination { get; set; }Required. The location to output the predictions.
| Property Value | |
|---|---|
| Type | Description |
BigQueryDestination |
|