Alexey Volkov

Results 53 issues of Alexey Volkov

Code: ``` from google.cloud.aiplatform_v1 import Citation Citation.to_dict(Citation()) ``` ``` { "start_index": 0, "end_index": 0, "uri": "", "title": "", "license_": "" } ``` Notice how the dictionary uses `license_` instead of...

priority: p2
type: question

I've just noticed that the generated classes mangle the `license` field name: ```py class Citation(proto.Message): r"""Source attributions for content.""" ... license_: str = proto.Field( proto.STRING, number=5, ) ``` https://github.com/googleapis/python-aiplatform/blob/c56dd50310ecc42d6a3b0cd2f30db71e8cad0cf6/google/cloud/aiplatform_v1/types/content.py#L572 I...

type: feature request
next major: breaking change

**System information** - TensorFlow version (use command below): v2.0.0-rc2-26-g64c3d38 2.0.0 - Python version: 3.6 **Describe the current behavior** When listing the directory items for a GCS dir, listdir returns names...

stat:awaiting tensorflower
type:bug
comp:ops
TF 2.7