tf.contrib.cloud.configure_gcs(
session,
credentials=None,
block_cache=None,
device=None
)
Defined in tensorflow/contrib/cloud/python/ops/gcs_config_ops.py
.
Configures the GCS file system for a given a session.
Args:
session
: Atf.Session
session that should be used to configure the GCS file system.credentials
: [Optional.] A JSON stringblock_cache
: [Optional.] A BlockCacheParams to configure the block cache .device
: [Optional.] The device to place the configure ops.