toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.eval.client
/
Resource
Resource
data
class
Resource
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
=
name
,
val
properties
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
val
labels
:
Set
<
String
>
=
emptySet()
,
val
aliases
:
Set
<
String
>
=
emptySet()
)
Members
Constructors
Resource
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
=
name
,
properties
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
labels
:
Set
<
String
>
=
emptySet()
,
aliases
:
Set
<
String
>
=
emptySet()
)
Properties
aliases
Link copied to clipboard
val
aliases
:
Set
<
String
>
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
labels
Link copied to clipboard
val
labels
:
Set
<
String
>
name
Link copied to clipboard
val
name
:
String
properties
Link copied to clipboard
val
properties
:
Map
<
String
,
Any
?
>
Functions
info
String
Link copied to clipboard
fun
infoString
(
)
:
String