Reference documentation and code samples for the BigQuery Data QnA V1alpha API class Google::Cloud::DataQnA::V1alpha::InterpretationStructure.
Information about the interpretation structure that helps to understand and visualize the response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_info
def column_info() -> ::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo>
Returns
- (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo>) — Information about the output columns, that is, the columns that will be returned by the backend.
#column_info=
def column_info=(value) -> ::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo>
Parameter
- value (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo>) — Information about the output columns, that is, the columns that will be returned by the backend.
Returns
- (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::ColumnInfo>) — Information about the output columns, that is, the columns that will be returned by the backend.
#visualization_types
def visualization_types() -> ::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType>
Returns
- (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType>) — List of possible visualization types to apply for this interpretation. The order has no relevance.
#visualization_types=
def visualization_types=(value) -> ::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType>
Parameter
- value (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType>) — List of possible visualization types to apply for this interpretation. The order has no relevance.
Returns
- (::Array<::Google::Cloud::DataQnA::V1alpha::InterpretationStructure::VisualizationType>) — List of possible visualization types to apply for this interpretation. The order has no relevance.