public interface EvaluationDatasetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregatedMetrics()
public abstract AggregatedMetrics getAggregatedMetrics()Output only. The aggregated metrics for this evaluation dataset across all runs.
.google.cloud.ces.v1beta.AggregatedMetrics aggregated_metrics = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AggregatedMetrics |
The aggregatedMetrics. |
getAggregatedMetricsOrBuilder()
public abstract AggregatedMetricsOrBuilder getAggregatedMetricsOrBuilder()Output only. The aggregated metrics for this evaluation dataset across all runs.
.google.cloud.ces.v1beta.AggregatedMetrics aggregated_metrics = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AggregatedMetricsOrBuilder |
|
getCreateTime()
public abstract Timestamp getCreateTime()Output only. Timestamp when the evaluation dataset was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Timestamp when the evaluation dataset was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getCreatedBy()
public abstract String getCreatedBy()Output only. The user who created the evaluation dataset.
string created_by = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The createdBy. |
getCreatedByBytes()
public abstract ByteString getCreatedByBytes()Output only. The user who created the evaluation dataset.
string created_by = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for createdBy. |
getDisplayName()
public abstract String getDisplayName()Required. User-defined display name of the evaluation dataset. Unique within an App.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. User-defined display name of the evaluation dataset. Unique within an App.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getEtag()
public abstract String getEtag()Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
string etag = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.
string etag = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for etag. |
getEvaluations(int index)
public abstract String getEvaluations(int index)Optional. Evaluations that are included in this dataset.
repeated string evaluations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The evaluations at the given index. |
getEvaluationsBytes(int index)
public abstract ByteString getEvaluationsBytes(int index)Optional. Evaluations that are included in this dataset.
repeated string evaluations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the evaluations at the given index. |
getEvaluationsCount()
public abstract int getEvaluationsCount()Optional. Evaluations that are included in this dataset.
repeated string evaluations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of evaluations. |
getEvaluationsList()
public abstract List<String> getEvaluationsList()Optional. Evaluations that are included in this dataset.
repeated string evaluations = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the evaluations. |
getLastUpdatedBy()
public abstract String getLastUpdatedBy()Output only. The user who last updated the evaluation dataset.
string last_updated_by = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The lastUpdatedBy. |
getLastUpdatedByBytes()
public abstract ByteString getLastUpdatedByBytes()Output only. The user who last updated the evaluation dataset.
string last_updated_by = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for lastUpdatedBy. |
getName()
public abstract String getName() Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. Timestamp when the evaluation dataset was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. Timestamp when the evaluation dataset was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasAggregatedMetrics()
public abstract boolean hasAggregatedMetrics()Output only. The aggregated metrics for this evaluation dataset across all runs.
.google.cloud.ces.v1beta.AggregatedMetrics aggregated_metrics = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregatedMetrics field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. Timestamp when the evaluation dataset was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. Timestamp when the evaluation dataset was last updated.
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |