Package-level declarations

Types

Link copied to clipboard
data class GetNodeResult(val acceleratorType: String, val apiVersion: String, val cidrBlock: String, val createTime: String, val description: String, val health: String, val healthDescription: String, val ipAddress: String, val labels: Map<String, String>, val name: String, val network: String, val networkEndpoints: List<NetworkEndpointResponse>, val port: String, val schedulingConfig: SchedulingConfigResponse, val serviceAccount: String, val state: String, val symptoms: List<SymptomResponse>, val tensorflowVersion: String, val useServiceNetworking: Boolean)
Link copied to clipboard
data class NetworkEndpointResponse(val ipAddress: String, val port: Int)

A network endpoint over which a TPU worker can be reached.

Link copied to clipboard
data class SchedulingConfigResponse(val preemptible: Boolean, val reserved: Boolean)

Sets the scheduling options for this node.

Link copied to clipboard
data class SymptomResponse(val createTime: String, val details: String, val symptomType: String, val workerId: String)

A Symptom instance.