ElasticInference class

Elastic Inference public APIs.

Constructors

ElasticInference({required String region, AwsClientCredentials? credentials, AwsClientCredentialsProvider? credentialsProvider, Client? client, String? endpointUrl})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes the internal HTTP client if none was provided at creation. If a client was passed as a constructor argument, this becomes a noop.
describeAcceleratorOfferings({required LocationType locationType, List<String>? acceleratorTypes}) Future<DescribeAcceleratorOfferingsResponse>
Describes the locations in which a given accelerator type or set of types is present in a given region.
describeAccelerators({List<String>? acceleratorIds, List<Filter>? filters, int? maxResults, String? nextToken}) Future<DescribeAcceleratorsResponse>
Describes information over a provided set of accelerators belonging to an account.
describeAcceleratorTypes() Future<DescribeAcceleratorTypesResponse>
Describes the accelerator types available in a given region, as well as their characteristics, such as memory and throughput.
listTagsForResource({required String resourceArn}) Future<ListTagsForResourceResult>
Returns all tags of an Elastic Inference Accelerator.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tagResource({required String resourceArn, required Map<String, String> tags}) Future<void>
Adds the specified tags to an Elastic Inference Accelerator.
toString() String
A string representation of this object.
inherited
untagResource({required String resourceArn, required List<String> tagKeys}) Future<void>
Removes the specified tags from an Elastic Inference Accelerator.

Operators

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