public interface ExportPredictionResultMetadataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPredictionResult()
public abstract String getPredictionResult()Required. The resource name of the PredictionResult.
 
 string prediction_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The predictionResult.  | 
      
getPredictionResultBytes()
public abstract ByteString getPredictionResultBytes()Required. The resource name of the PredictionResult.
 
 string prediction_result = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for predictionResult.  | 
      
getStructuredMetadataDestination()
public abstract BigQueryDestination getStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
BigQueryDestination | 
        The structuredMetadataDestination.  | 
      
getStructuredMetadataDestinationOrBuilder()
public abstract BigQueryDestinationOrBuilder getStructuredMetadataDestinationOrBuilder()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
BigQueryDestinationOrBuilder | 
        |
hasStructuredMetadataDestination()
public abstract boolean hasStructuredMetadataDestination()Required. BigQuery output where the metadata will be written.
 
 .google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the structuredMetadataDestination field is set.  |