class DevlabServiceClient(ClientWithOperations[
Constructor: DevlabServiceClient(channel)
Service to create/manage Devlabs.
This class provides client methods for the nebius.ai.v1.DevlabService service.
| Class Method | get |
Return the protobuf service descriptor from the registry. |
| Method | create |
Creates a Devlab. |
| Method | delete |
Deletes a Devlab. |
| Method | get |
Returns the specified Devlab. |
| Method | get |
Returns the specified Devlab by name. |
| Method | list |
Retrieves a list of Devlabs. |
| Method | operation |
Return the client that manages long-running operations. |
| Method | restart |
Restarts a Devlab. |
| Method | stop |
Stops a Devlab. |
| Constant | __PB2 |
Alias for code that expects a protobuf service descriptor. |
| Class Variable | __api |
API gateway name for service routes. |
| Class Variable | __operation |
RPC method that supplies the operation route. |
| Class Variable | __operation |
Message type representing a long-running operation. |
| Class Variable | __service |
Fully qualified protobuf service name for RPC routes. |
| Instance Variable | __operation |
Undocumented |
Inherited from ClientWithOperations:
| Method | __init__ |
Initialize the client-with-operations. |
| Class Variable | __operation |
the client class used to manage operations. |
Inherited from Client (via ClientWithOperations):
| Method | request |
Construct a nebius.aio.request.Request for an RPC. |
| Method | stream |
Construct a native async request for a streaming RPC shape. |
| Class Variable | __registry__ |
Descriptor registry for request metadata. |
| Class Variable | __service |
Optional deprecation message. The client writes this message to the warning log when it starts. |
| Instance Variable | _channel |
Undocumented |
CreateDevlabRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ CreateDevlabRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Creates a Devlab.
The request object is returned without starting the RPC.
DeleteDevlabRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ DeleteDevlabRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Deletes a Devlab.
The request object is returned without starting the RPC.
GetDevlabRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetDevlabRequest, Devlab]:
(source)
¶
Returns the specified Devlab.
The request object is returned without starting the RPC.
GetByNameRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetByNameRequest, Devlab]:
(source)
¶
Returns the specified Devlab by name.
The request object is returned without starting the RPC.
ListDevlabsRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ ListDevlabsRequest, ListDevlabsResponse]:
(source)
¶
Retrieves a list of Devlabs.
The request object is returned without starting the RPC.
RestartDevlabRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ RestartDevlabRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Restarts a Devlab.
The request object is returned without starting the RPC.
StopDevlabRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ StopDevlabRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Stops a Devlab.
The request object is returned without starting the RPC.
Alias for code that expects a protobuf service descriptor.
| Value |
|