public static interface GenerateAppResourceResponse.AppResourcesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAppSnapshot()
public abstract AppSnapshot getAppSnapshot()The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 1;
| Returns | |
|---|---|
| Type | Description |
AppSnapshot |
The appSnapshot. |
getAppSnapshotOrBuilder()
public abstract AppSnapshotOrBuilder getAppSnapshotOrBuilder()The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 1;
| Returns | |
|---|---|
| Type | Description |
AppSnapshotOrBuilder |
|
getEvaluations(int index)
public abstract Evaluation getEvaluations(int index)The list of evaluations generated by the LLM assistant.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation |
|
getEvaluationsCount()
public abstract int getEvaluationsCount()The list of evaluations generated by the LLM assistant.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationsList()
public abstract List<Evaluation> getEvaluationsList()The list of evaluations generated by the LLM assistant.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 2;
| Returns | |
|---|---|
| Type | Description |
List<Evaluation> |
|
getEvaluationsOrBuilder(int index)
public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)The list of evaluations generated by the LLM assistant.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getEvaluationsOrBuilderList()
public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()The list of evaluations generated by the LLM assistant.
repeated .google.cloud.ces.v1beta.Evaluation evaluations = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1beta.EvaluationOrBuilder> |
|
hasAppSnapshot()
public abstract boolean hasAppSnapshot()The app snapshot generated by the LLM assistant. This snapshot contains the app, agents & tools generated by the LLM assistant.
.google.cloud.ces.v1beta.AppSnapshot app_snapshot = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the appSnapshot field is set. |