public static final class PredictionResult.Outputs.Builder extends GeneratedMessage.Builder<PredictionResult.Outputs.Builder> implements PredictionResult.OutputsOrBuilderOutputs is a list of places where the operation will write results.
Protobuf type google.cloud.financialservices.v1.PredictionResult.Outputs
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > PredictionResult.Outputs.BuilderImplements
PredictionResult.OutputsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public PredictionResult.Outputs build()| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs |
|
buildPartial()
public PredictionResult.Outputs buildPartial()| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs |
|
clear()
public PredictionResult.Outputs.Builder clear()| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
clearExplainabilityDestination()
public PredictionResult.Outputs.Builder clearExplainabilityDestination()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 |
PredictionResult.Outputs.Builder |
|
clearPredictionDestination()
public PredictionResult.Outputs.Builder clearPredictionDestination()Required. The location to output the predictions.
.google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
getDefaultInstanceForType()
public PredictionResult.Outputs getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExplainabilityDestination()
public 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. |
getExplainabilityDestinationBuilder()
public BigQueryDestination.Builder getExplainabilityDestinationBuilder()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.Builder |
|
getExplainabilityDestinationOrBuilder()
public 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 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. |
getPredictionDestinationBuilder()
public BigQueryDestination.Builder getPredictionDestinationBuilder()Required. The location to output the predictions.
.google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
|
getPredictionDestinationOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeExplainabilityDestination(BigQueryDestination value)
public PredictionResult.Outputs.Builder mergeExplainabilityDestination(BigQueryDestination value)The location to output explainability information. If not specified no explainability data will be output.
.google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
mergeFrom(PredictionResult.Outputs other)
public PredictionResult.Outputs.Builder mergeFrom(PredictionResult.Outputs other)| Parameter | |
|---|---|
| Name | Description |
other |
PredictionResult.Outputs |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PredictionResult.Outputs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public PredictionResult.Outputs.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
mergePredictionDestination(BigQueryDestination value)
public PredictionResult.Outputs.Builder mergePredictionDestination(BigQueryDestination value)Required. The location to output the predictions.
.google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
setExplainabilityDestination(BigQueryDestination value)
public PredictionResult.Outputs.Builder setExplainabilityDestination(BigQueryDestination value)The location to output explainability information. If not specified no explainability data will be output.
.google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
setExplainabilityDestination(BigQueryDestination.Builder builderForValue)
public PredictionResult.Outputs.Builder setExplainabilityDestination(BigQueryDestination.Builder builderForValue)The location to output explainability information. If not specified no explainability data will be output.
.google.cloud.financialservices.v1.BigQueryDestination explainability_destination = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
setPredictionDestination(BigQueryDestination value)
public PredictionResult.Outputs.Builder setPredictionDestination(BigQueryDestination value)Required. The location to output the predictions.
.google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|
setPredictionDestination(BigQueryDestination.Builder builderForValue)
public PredictionResult.Outputs.Builder setPredictionDestination(BigQueryDestination.Builder builderForValue)Required. The location to output the predictions.
.google.cloud.financialservices.v1.BigQueryDestination prediction_destination = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
PredictionResult.Outputs.Builder |
|