Class MLHyperParam
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLHyperParam
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class MLHyperParam extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueProperties associated with an ML Hyper Param
-
-
Constructor Summary
Constructors Constructor Description MLHyperParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLHyperParamcreatedAt(java.lang.Long createdAt)MLHyperParamdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.LonggetCreatedAt()Date when the MLHyperParam was developed minimum: -9223372036854775808 maximum: 9223372036854775807java.lang.StringgetDescription()Documentation of the MLHyperParam@NotNull java.lang.StringgetName()Name of the MLHyperParamjava.lang.StringgetValue()The value of the MLHyperParaminthashCode()MLHyperParamname(java.lang.String name)voidsetCreatedAt(java.lang.Long createdAt)voidsetDescription(java.lang.String description)voidsetName(java.lang.String name)voidsetValue(java.lang.String value)java.lang.StringtoString()MLHyperParamvalue(java.lang.String value)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
name
public MLHyperParam name(java.lang.String name)
-
getName
@NotNull public @NotNull java.lang.String getName()
Name of the MLHyperParam- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
description
public MLHyperParam description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Documentation of the MLHyperParam- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
value
public MLHyperParam value(java.lang.String value)
-
getValue
public java.lang.String getValue()
The value of the MLHyperParam- Returns:
- value
-
setValue
public void setValue(java.lang.String value)
-
createdAt
public MLHyperParam createdAt(java.lang.Long createdAt)
-
getCreatedAt
@Min(-9223372036854775808L) @Max(9223372036854775807L) public @Min(-9223372036854775808L) @Max(9223372036854775807L) java.lang.Long getCreatedAt()
Date when the MLHyperParam was developed minimum: -9223372036854775808 maximum: 9223372036854775807- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.lang.Long createdAt)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-