Package com.databricks.sdk.service.ml
Class GetModelVersionDownloadUriResponse
- java.lang.Object
-
- com.databricks.sdk.service.ml.GetModelVersionDownloadUriResponse
-
@Generated public class GetModelVersionDownloadUriResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description GetModelVersionDownloadUriResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactUri()inthashCode()GetModelVersionDownloadUriResponsesetArtifactUri(String artifactUri)StringtoString()
-
-
-
Method Detail
-
setArtifactUri
public GetModelVersionDownloadUriResponse setArtifactUri(String artifactUri)
-
getArtifactUri
public String getArtifactUri()
-
-