ElasticInferenceAccelerator class

The details of an Elastic Inference Accelerator.

Constructors

ElasticInferenceAccelerator({ElasticInferenceAcceleratorHealth? acceleratorHealth, String? acceleratorId, String? acceleratorType, String? attachedResource, String? availabilityZone})
ElasticInferenceAccelerator.fromJson(Map<String, dynamic> json)
factory

Properties

acceleratorHealth ElasticInferenceAcceleratorHealth?
The health of the Elastic Inference Accelerator.
final
acceleratorId String?
The ID of the Elastic Inference Accelerator.
final
acceleratorType String?
The type of the Elastic Inference Accelerator.
final
attachedResource String?
The ARN of the resource that the Elastic Inference Accelerator is attached to.
final
availabilityZone String?
The availability zone where the Elastic Inference Accelerator is present.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited