elasticinference_describe_accelerator_offerings {paws.machine.learning} | R Documentation |
Describes the locations in which a given accelerator type or set of types is present in a given region
Description
Describes the locations in which a given accelerator type or set of types is present in a given region.
See https://www.paws-r-sdk.com/docs/elasticinference_describe_accelerator_offerings/ for full documentation.
Usage
elasticinference_describe_accelerator_offerings(
locationType,
acceleratorTypes = NULL
)
Arguments
locationType |
[required] The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id. |
acceleratorTypes |
The list of accelerator types to describe. |
[Package paws.machine.learning version 0.7.0 Index]