gravitino.dto.responses.model_version_uri_response.ModelVersionUriResponse¶
- class gravitino.dto.responses.model_version_uri_response.ModelVersionUriResponse(_code: int, _uri: str)¶
Bases:
BaseResponseResponse for the model version uri.
- __init__(_code: int, _uri: str) None¶
Methods
__init__(_code, _uri)code()from_dict(kvs, *[, infer_missing])from_json(s, *[, parse_float, parse_int, ...])schema(*[, infer_missing, only, exclude, ...])to_dict([encode_json])to_json(*[, skipkeys, ensure_ascii, ...])uri()validate()Validates the response data.
Attributes
dataclass_json_config- validate()¶
Validates the response data.
- Raises:
IllegalArgumentException if model version uri is not set.