Preparing search index...
The search index is not available
@ibm-cloud/watsonx-ai
@ibm-cloud/watsonx-ai
1.6.x
WatsonXAI
SpaceResource
Interface SpaceResource
interface
SpaceResource
{
entity
:
{
compute
?:
SpaceCompute
[]
;
description
?:
string
;
generator
?:
string
;
members
?:
SpaceMember
[]
;
name
:
string
;
scope
:
{
bss_account_id
:
string
;
}
;
settings
:
SpaceSettings
;
stage
:
SpaceStage
;
status
:
{
failure
?:
{
errors
:
ErrorResponse
[]
;
trace
:
string
;
}
;
state
:
string
;
}
;
storage
?:
SpaceStorage
;
tags
?:
string
[]
;
type
:
string
;
}
;
metadata
:
{
created_at
:
string
;
creator_id
:
string
;
id
:
string
;
updated_at
:
string
;
url
:
string
;
}
;
}
Index
Properties
entity
metadata
Properties
entity
entity
:
{
compute
?:
SpaceCompute
[]
;
description
?:
string
;
generator
?:
string
;
members
?:
SpaceMember
[]
;
name
:
string
;
scope
:
{
bss_account_id
:
string
;
}
;
settings
:
SpaceSettings
;
stage
:
SpaceStage
;
status
:
{
failure
?:
{
errors
:
ErrorResponse
[]
;
trace
:
string
;
}
;
state
:
string
;
}
;
storage
?:
SpaceStorage
;
tags
?:
string
[]
;
type
:
string
;
}
Type declaration
Optional
compute
?:
SpaceCompute
[]
Optional
description
?:
string
Optional
generator
?:
string
Optional
members
?:
SpaceMember
[]
name
:
string
scope
:
{
bss_account_id
:
string
;
}
bss_
account_
id
:
string
settings
:
SpaceSettings
stage
:
SpaceStage
status
:
{
failure
?:
{
errors
:
ErrorResponse
[]
;
trace
:
string
;
}
;
state
:
string
;
}
Optional
failure
?:
{
errors
:
ErrorResponse
[]
;
trace
:
string
;
}
errors
:
ErrorResponse
[]
trace
:
string
state
:
string
Optional
storage
?:
SpaceStorage
Optional
tags
?:
string
[]
type
:
string
metadata
metadata
:
{
created_at
:
string
;
creator_id
:
string
;
id
:
string
;
updated_at
:
string
;
url
:
string
;
}
Type declaration
created_
at
:
string
creator_
id
:
string
id
:
string
updated_
at
:
string
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
entity
metadata
@ibm-cloud/watsonx-ai
Loading...