@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
runtime/operation
Operation
Class Operation<TReq>
Type Parameters
TReq
Indexable
[
key
:
symbol
]:
()
=>
unknown
Index
Constructors
constructor
Properties
$type
inner
Type
Methods
[custom
Json]
created
At
created
By
description
done
finished
At
id
raw
resource
Id
status
successful
to
String
update
wait
Constructors
constructor
new
Operation
<
TReq
>
(
_op
:
GenericOperation
,
service
:
OperationService
<
TReq
>
,
logger
:
Logger
,
)
:
Operation
<
TReq
>
Type Parameters
TReq
Parameters
_op
:
GenericOperation
service
:
OperationService
<
TReq
>
logger
:
Logger
Returns
Operation
<
TReq
>
Properties
Readonly
$type
$type
:
"nebius.sdk.Operation"
= 'nebius.sdk.Operation'
Readonly
inner
Type
innerType
:
string
Methods
[custom
Json]
"[customJson]"
()
:
unknown
Returns
unknown
created
At
createdAt
()
:
Dayjs
|
undefined
Returns
Dayjs
|
undefined
created
By
createdBy
()
:
string
Returns
string
description
description
()
:
string
Returns
string
done
done
()
:
boolean
Returns
boolean
finished
At
finishedAt
()
:
Dayjs
|
undefined
Returns
Dayjs
|
undefined
id
id
()
:
string
Returns
string
raw
raw
()
:
GenericOperation
Returns
GenericOperation
resource
Id
resourceId
()
:
string
Returns
string
status
status
()
:
Status
|
undefined
Returns
Status
|
undefined
successful
successful
()
:
boolean
Returns
boolean
to
String
toString
()
:
string
Returns
string
update
update
(
metadata
?:
Metadata
,
options
?:
Partial
<
CallOptions
>
&
RetryOptions
,
)
:
Promise
<
void
>
Parameters
Optional
metadata
:
Metadata
Optional
options
:
Partial
<
CallOptions
>
&
RetryOptions
Returns
Promise
<
void
>
wait
wait
(
intervalSec
?:
number
,
metadata
?:
Metadata
,
options
?:
Partial
<
CallOptions
>
&
RetryOptions
,
)
:
Promise
<
void
>
Parameters
intervalSec
:
number
= 1
Optional
metadata
:
Metadata
Optional
options
:
Partial
<
CallOptions
>
&
RetryOptions
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
$type
inner
Type
Methods
[custom
Json]
created
At
created
By
description
done
finished
At
id
raw
resource
Id
status
successful
to
String
update
wait
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...