Class Session (1.0.0)

Session(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an active analyze session running for a user.

Attributes

NameDescription
name str
Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id}
user_id str
Output only. Email of user running the session.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Session start time.

Inheritance

builtins.object > proto.message.Message > Session