JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.cloudera.cdp.ml.model.Tag
Packages that use
Tag
Package
Description
com.cloudera.cdp.ml.model
Uses of
Tag
in
com.cloudera.cdp.ml.model
Methods in
com.cloudera.cdp.ml.model
that return types with arguments of type
Tag
Modifier and Type
Method
Description
List
<
Tag
>
KubernetesCluster.
getTags
()
Getter for tags.
List
<
Tag
>
Workspace.
getTags
()
Getter for tags.
List
<
Tag
>
WorkspaceInstanceGroup.
getTags
()
Getter for tags.
Method parameters in
com.cloudera.cdp.ml.model
with type arguments of type
Tag
Modifier and Type
Method
Description
void
KubernetesCluster.
setTags
(
List
<
Tag
> tags)
Setter for tags.
void
Workspace.
setTags
(
List
<
Tag
> tags)
Setter for tags.
void
WorkspaceInstanceGroup.
setTags
(
List
<
Tag
> tags)
Setter for tags.