Package com.databricks.sdk.service.ml
Class GetModelVersionRequest
- java.lang.Object
-
- com.databricks.sdk.service.ml.GetModelVersionRequest
-
@Generated public class GetModelVersionRequest extends Object
Get a model version
-
-
Constructor Summary
Constructors Constructor Description GetModelVersionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()StringgetVersion()inthashCode()GetModelVersionRequestsetName(String name)GetModelVersionRequestsetVersion(String version)StringtoString()
-
-
-
Method Detail
-
setName
public GetModelVersionRequest setName(String name)
-
getName
public String getName()
-
setVersion
public GetModelVersionRequest setVersion(String version)
-
getVersion
public String getVersion()
-
-