[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.cloud.configure_gcs\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/cloud/python/ops/gcs_config_ops.py#L147-L182) |\n\nConfigures the GCS file system for a given a session. \n\n tf.contrib.cloud.configure_gcs(\n session, credentials=None, block_cache=None, device=None\n )\n\n| **Warning:** GCS `credentials` may be transmitted over the network unencrypted. Please ensure that the network is trusted before using this function. For users running code entirely within Google Cloud, your data is protected by encryption in between data centers. For more information, please take a look at \u003chttps://cloud.google.com/security/encryption-in-transit/\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------------|---------------------------------------------------------------------------------------------------------------|\n| `session` | A [`tf.compat.v1.Session`](../../../tf/Session) session that should be used to configure the GCS file system. |\n| `credentials` | \\[Optional.\\] A JSON string |\n| `block_cache` | \\[Optional.\\] A BlockCacheParams to configure the block cache . |\n| `device` | \\[Optional.\\] The device to place the configure ops. |\n\n\u003cbr /\u003e"]]