Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 12, 2020
1 parent d04a331 commit 8b79500
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/snippets/create_instruction.py
Expand Up @@ -59,6 +59,9 @@ def create_instruction(project_id, data_type, instruction_gcs_uri):
print("The instruction resource name: {}".format(result.name))
print("Display name: {}".format(result.display_name))
print("Description: {}".format(result.description))
print("======sijun")
print(type(result.create_time))
print(result.create_time)
print("Create time:")
print("\tseconds: {}".format(result.create_time.seconds))
print("\tnanos: {}".format(result.create_time.nanos))
Expand Down

0 comments on commit 8b79500

Please sign in to comment.