case class PredictionsMetaData(actualValueColumn: Option[String], forecastPoint: Option[String], predictionIntervalsSize: Option[String], url: String, projectId: String, predictionsEndDate: Option[String], includesPredictionIntervals: Option[Boolean], predictionsStartDate: Option[String], maxExplanations: Option[Int], explanationAlgorithm: Option[String], id: String, datasetId: String, modelId: String) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PredictionsMetaData
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PredictionsMetaData(actualValueColumn: Option[String], forecastPoint: Option[String], predictionIntervalsSize: Option[String], url: String, projectId: String, predictionsEndDate: Option[String], includesPredictionIntervals: Option[Boolean], predictionsStartDate: Option[String], maxExplanations: Option[Int], explanationAlgorithm: Option[String], id: String, datasetId: String, modelId: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val actualValueColumn: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val datasetId: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val explanationAlgorithm: Option[String]
- val forecastPoint: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: String
- val includesPredictionIntervals: Option[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxExplanations: Option[Int]
- val modelId: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val predictionIntervalsSize: Option[String]
- val predictionsEndDate: Option[String]
- val predictionsStartDate: Option[String]
- val projectId: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val url: String
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated