c
com.microsoft.azure.synapse.ml.services.geospatial
SearchAddressBatchProcessResult
Companion object SearchAddressBatchProcessResult
case class SearchAddressBatchProcessResult(summary: Option[SearchBatchSummary], batchItems: Option[Seq[SearchAddressBatchItem]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SearchAddressBatchProcessResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SearchAddressBatchProcessResult(summary: Option[SearchBatchSummary], batchItems: Option[Seq[SearchAddressBatchItem]])
Value Members
- val batchItems: Option[Seq[SearchAddressBatchItem]]
- val summary: Option[SearchBatchSummary]