ElasticInferenceAccelerator constructor
ElasticInferenceAccelerator({
- ElasticInferenceAcceleratorHealth? acceleratorHealth,
- String? acceleratorId,
- String? acceleratorType,
- String? attachedResource,
- String? availabilityZone,
Implementation
ElasticInferenceAccelerator({
this.acceleratorHealth,
this.acceleratorId,
this.acceleratorType,
this.attachedResource,
this.availabilityZone,
});