Node constructor
Node({
- String? acceleratorType,
- String? apiVersion,
- String? cidrBlock,
- String? createTime,
- String? description,
- String? health,
- String? healthDescription,
- String? ipAddress,
- Map<
String, String> ? labels, - String? name,
- String? network,
- List<
NetworkEndpoint> ? networkEndpoints, - String? port,
- SchedulingConfig? schedulingConfig,
- String? serviceAccount,
- String? state,
- List<
Symptom> ? symptoms, - String? tensorflowVersion,
- 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,
});