Node constructor

Node({
  1. String? acceleratorType,
  2. String? apiVersion,
  3. String? cidrBlock,
  4. String? createTime,
  5. String? description,
  6. String? health,
  7. String? healthDescription,
  8. String? ipAddress,
  9. Map<String, String>? labels,
  10. String? name,
  11. String? network,
  12. List<NetworkEndpoint>? networkEndpoints,
  13. String? port,
  14. SchedulingConfig? schedulingConfig,
  15. String? serviceAccount,
  16. String? state,
  17. List<Symptom>? symptoms,
  18. String? tensorflowVersion,
  19. bool? useServiceNetworking,
})

Implementation

Node({
  this.acceleratorType,
  this.apiVersion,
  this.cidrBlock,
  this.createTime,
  this.description,
  this.health,
  this.healthDescription,
  this.ipAddress,
  this.labels,
  this.name,
  this.network,
  this.networkEndpoints,
  this.port,
  this.schedulingConfig,
  this.serviceAccount,
  this.state,
  this.symptoms,
  this.tensorflowVersion,
  this.useServiceNetworking,
});