Environment(mapping=None, *, ignore_unknown_fields=False, **kwargs)Environment represents a user-visible compute infrastructure for analytics within a lake.
| Attributes | |
|---|---|
| Name | Description | 
| name | strOutput only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id} | 
| display_name | strOptional. User friendly display name. | 
| uid | strOutput only. System generated globally unique ID for the environment. This ID will be different if the environment is deleted and re-created with the same name. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. Environment creation time. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The time when the environment was last updated. | 
| labels | MutableMapping[str, str]Optional. User defined labels for the environment. | 
| description | strOptional. Description of the environment. | 
| state | google.cloud.dataplex_v1.types.StateOutput only. Current state of the environment. | 
| infrastructure_spec | google.cloud.dataplex_v1.types.Environment.InfrastructureSpecRequired. Infrastructure specification for the Environment. | 
| session_spec | google.cloud.dataplex_v1.types.Environment.SessionSpecOptional. Configuration for sessions created for this environment. | 
| session_status | google.cloud.dataplex_v1.types.Environment.SessionStatusOutput only. Status of sessions created for this environment. | 
| endpoints | google.cloud.dataplex_v1.types.Environment.EndpointsOutput only. URI Endpoints to access sessions associated with the Environment. | 
Classes
Endpoints
Endpoints(mapping=None, *, ignore_unknown_fields=False, **kwargs)URI Endpoints to access sessions associated with the Environment.
InfrastructureSpec
InfrastructureSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for the underlying infrastructure used to run workloads.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description | 
| kwargs | dictKeys and values corresponding to the fields of the message. | 
| mapping | Union[dict, A dictionary or message to be used to determine the values for this message. | 
| ignore_unknown_fields | Optional(bool)If True, do not raise errors for unknown fields. Only applied if  | 
SessionSpec
SessionSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)Configuration for sessions created for this environment.
SessionStatus
SessionStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)Status of sessions created for this environment.