public static interface PredictionResult.OutputsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExplainabilityDestination()
public abstract BigQueryDestination getExplainabilityDestination()The location to output explainability information. If not specified no explainability data will be output.
 .google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| BigQueryDestination | The explainabilityDestination. | 
getExplainabilityDestinationOrBuilder()
public abstract BigQueryDestinationOrBuilder getExplainabilityDestinationOrBuilder()The location to output explainability information. If not specified no explainability data will be output.
 .google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| BigQueryDestinationOrBuilder | |
getPredictionDestination()
public abstract BigQueryDestination getPredictionDestination()Required. The location to output the predictions.
 
 .google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| BigQueryDestination | The predictionDestination. | 
getPredictionDestinationOrBuilder()
public abstract BigQueryDestinationOrBuilder getPredictionDestinationOrBuilder()Required. The location to output the predictions.
 
 .google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| BigQueryDestinationOrBuilder | |
hasExplainabilityDestination()
public abstract boolean hasExplainabilityDestination()The location to output explainability information. If not specified no explainability data will be output.
 .google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the explainabilityDestination field is set. | 
hasPredictionDestination()
public abstract boolean hasPredictionDestination()Required. The location to output the predictions.
 
 .google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the predictionDestination field is set. |