public interface ExportModelMetadataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModel()
public abstract String getModel()Required. The resource name of the Model.
 
 string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The model. | 
getModelBytes()
public abstract ByteString getModelBytes()Required. The resource name of the Model.
 
 string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for model. | 
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. |