LostTech.TensorFlow : API Documentation

Type KubernetesClusterResolver

Namespace tensorflow.distribute.cluster_resolver

Parent ClusterResolver

Interfaces IKubernetesClusterResolver

ClusterResolver for Kubernetes.

This is an implementation of cluster resolvers for Kubernetes. When given the the Kubernetes namespace and label selector for pods, we will retrieve the pod IP addresses of all running pods matching the selector, and return a ClusterSpec based on that information.

Properties

Public properties

string environment get;

object environment_dyn get;

object PythonObject get;

string rpc_layer get; set;

object task_id get; set;

object task_type get; set;