Interface InstanceTypeServiceAsync
-
- All Implemented Interfaces:
public interface InstanceTypeServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInstanceTypeServiceAsync.WithRawResponseA view of InstanceTypeServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract InstanceTypeServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract InstanceTypeServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<InstanceTypeListResponse>list()Retrieves all available GPU instance types with pricing, specifications, and regional availability. abstract CompletableFuture<InstanceTypeListResponse>list(InstanceTypeListParams params, RequestOptions requestOptions)CompletableFuture<InstanceTypeListResponse>list(InstanceTypeListParams params)CompletableFuture<InstanceTypeListResponse>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract InstanceTypeServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract InstanceTypeServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<InstanceTypeListResponse> list()
Retrieves all available GPU instance types with pricing, specifications, and regional availability. Includes T4, A10, A100, H100, and H200 GPUs powered by Lambda Labs. Perfect for AI model training, inference workloads, and legal document OCR processing at scale.
-
list
abstract CompletableFuture<InstanceTypeListResponse> list(InstanceTypeListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<InstanceTypeListResponse> list(InstanceTypeListParams params)
-
list
CompletableFuture<InstanceTypeListResponse> list(RequestOptions requestOptions)
-
-
-
-