tf.contrib.cloud.configure_gcs
Configures the GCS file system for a given a session.
tf.contrib.cloud.configure_gcs( session, credentials=None, block_cache=None, device=None )
Args | |
---|---|
session | A tf.compat.v1.Session session that should be used to configure the GCS file system. |
credentials | [Optional.] A JSON string |
block_cache | [Optional.] A BlockCacheParams to configure the block cache . |
device | [Optional.] The device to place the configure ops. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/cloud/configure_gcs