AcceleratorTypeOffering class

The offering for an Elastic Inference Accelerator type.

Constructors

AcceleratorTypeOffering({String? acceleratorType, String? location, LocationType? locationType})
AcceleratorTypeOffering.fromJson(Map<String, dynamic> json)
factory

Properties

acceleratorType String?
The name of the Elastic Inference Accelerator type.
final
hashCode int
The hash code for this object.
no setterinherited
location String?
The location for the offering. It will return either the region, availability zone or availability zone id for the offering depending on the locationType value.
final
locationType LocationType?
The location type for the offering. It can assume the following values: region: defines that the offering is at the regional level. availability-zone: defines that the offering is at the availability zone level. availability-zone-id: defines that the offering is at the availability zone level, defined by the availability zone id.
final
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