Tensor Flow Response
    data class TensorFlowResponse(val distributionType: String, val parameterServerCount: Int? = null, val workerCount: Int? = null)
TensorFlow distribution configuration.
Constructors
Link copied to clipboard
                fun TensorFlowResponse(distributionType: String, parameterServerCount: Int? = null, workerCount: Int? = null)