Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::EvaluationDataset.
An evaluation dataset represents a set of evaluations that are grouped together basaed on shared tags.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregated_metrics
def aggregated_metrics() -> ::Google::Cloud::Ces::V1beta::AggregatedMetrics
Returns
- (::Google::Cloud::Ces::V1beta::AggregatedMetrics) — Output only. The aggregated metrics for this evaluation dataset across all runs.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the evaluation dataset was created.
#created_by
def created_by() -> ::String
Returns
- (::String) — Output only. The user who created the evaluation dataset.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. User-defined display name of the evaluation dataset. Unique within an App.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. User-defined display name of the evaluation dataset. Unique within an App.
Returns
- (::String) — Required. User-defined display name of the evaluation dataset. Unique within an App.
#etag
def etag() -> ::String
Returns
- (::String) — 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.
#evaluations
def evaluations() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. Evaluations that are included in this dataset.
#evaluations=
def evaluations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. Evaluations that are included in this dataset.
Returns
- (::Array<::String>) — Optional. Evaluations that are included in this dataset.
#last_updated_by
def last_updated_by() -> ::String
Returns
- (::String) — Output only. The user who last updated the evaluation dataset.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
Returns
-
(::String) — Identifier. The unique identifier of this evaluation dataset.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluationDataset}
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the evaluation dataset was last updated.