gravitino.dto.responses.file_location_response.FileLocationResponse

class gravitino.dto.responses.file_location_response.FileLocationResponse(_code: int, _file_location: str)

Bases: BaseResponse

Response for the actual file location.

__init__(_code: int, _file_location: str) None

Methods

__init__(_code, _file_location)

code()

file_location()

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, ...])

validate()

Validates the response data.

Attributes

dataclass_json_config

validate()

Validates the response data.

Raises:

IllegalArgumentException if file location is not set.