Class DatabricksAIModelVersionMetric

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.DatabricksAIModelVersionMetric
All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class DatabricksAIModelVersionMetric extends AtlanStruct
Instance of an ai model metrics in databricks.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static DatabricksAIModelVersionMetric of(String databricksAIModelVersionMetricKey, Double databricksAIModelVersionMetricValue, Long databricksAIModelVersionMetricTimestamp, Integer databricksAIModelVersionMetricStep)
      Quickly create a new DatabricksAIModelVersionMetric.
      Parameters:
      databricksAIModelVersionMetricKey - The name of metric key for an individual experiment.
      databricksAIModelVersionMetricValue - The metric key value for an individual experiment.
      databricksAIModelVersionMetricTimestamp - The metric timestamp value for an individual experiment.
      databricksAIModelVersionMetricStep - The metric step value for an individual experiment.
      Returns:
      a DatabricksAIModelVersionMetric with the provided information
    • builder

    • toBuilder

    • getDatabricksAIModelVersionMetricKey

      public String getDatabricksAIModelVersionMetricKey()
      The name of metric key for an individual experiment.
    • getDatabricksAIModelVersionMetricValue

      public Double getDatabricksAIModelVersionMetricValue()
      The metric key value for an individual experiment.
    • getDatabricksAIModelVersionMetricTimestamp

      public Long getDatabricksAIModelVersionMetricTimestamp()
      The metric timestamp value for an individual experiment.
    • getDatabricksAIModelVersionMetricStep

      public Integer getDatabricksAIModelVersionMetricStep()
      The metric step value for an individual experiment.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanStruct
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanStruct
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanStruct
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • getTypeName

      public String getTypeName()
      Fixed typeName for DatabricksAIModelVersionMetric.
      Overrides:
      getTypeName in class AtlanStruct