Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::SearchEvaluationsRequest.
Request message for SearchEvaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::String) — Optional. To search evaluations, you can filter by the following:
- evaluation_job.evaluation_job_id (the last part of EvaluationJob.name)
- evaluation_job.model_id (the {model_name} portion of EvaluationJob.modelVersion)
- evaluation_job.evaluation_job_run_time_start (Minimum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.evaluation_job_run_time_end (Maximum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.job_state (EvaluationJob.state)
- annotation_spec.display_name (the Evaluation contains a metric for the annotation spec with this displayName)
To filter by multiple critiera, use the
AND
operator or theOR
operator. The following examples shows a string that filters by several critiera:"evaluationjob.evaluation_job_id = {evaluation_job_id} AND evaluationjob.model_id = {model_name} AND evaluationjob.evaluation_job_run_time_start = {timestamp_1} AND evaluationjob.evaluation_job_run_time_end = {timestamp_2} AND annotation_spec.display_name = {display_name}"
#filter=
def filter=(value) -> ::String
-
value (::String) — Optional. To search evaluations, you can filter by the following:
- evaluation_job.evaluation_job_id (the last part of EvaluationJob.name)
- evaluation_job.model_id (the {model_name} portion of EvaluationJob.modelVersion)
- evaluation_job.evaluation_job_run_time_start (Minimum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.evaluation_job_run_time_end (Maximum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.job_state (EvaluationJob.state)
- annotation_spec.display_name (the Evaluation contains a metric for the annotation spec with this displayName)
To filter by multiple critiera, use the
AND
operator or theOR
operator. The following examples shows a string that filters by several critiera:"evaluationjob.evaluation_job_id = {evaluation_job_id} AND evaluationjob.model_id = {model_name} AND evaluationjob.evaluation_job_run_time_start = {timestamp_1} AND evaluationjob.evaluation_job_run_time_end = {timestamp_2} AND annotation_spec.display_name = {display_name}"
-
(::String) — Optional. To search evaluations, you can filter by the following:
- evaluation_job.evaluation_job_id (the last part of EvaluationJob.name)
- evaluation_job.model_id (the {model_name} portion of EvaluationJob.modelVersion)
- evaluation_job.evaluation_job_run_time_start (Minimum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.evaluation_job_run_time_end (Maximum threshold for the evaluationJobRunTime that created the evaluation)
- evaluation_job.job_state (EvaluationJob.state)
- annotation_spec.display_name (the Evaluation contains a metric for the annotation spec with this displayName)
To filter by multiple critiera, use the
AND
operator or theOR
operator. The following examples shows a string that filters by several critiera:"evaluationjob.evaluation_job_id = {evaluation_job_id} AND evaluationjob.model_id = {model_name} AND evaluationjob.evaluation_job_run_time_start = {timestamp_1} AND evaluationjob.evaluation_job_run_time_end = {timestamp_2} AND annotation_spec.display_name = {display_name}"
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
- (::Integer) — Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A token identifying a page of results for the server to return.
Typically obtained by the
nextPageToken of the response
to a previous search request.
If you don't specify this field, the API call requests the first page of the search.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A token identifying a page of results for the server to return.
Typically obtained by the
nextPageToken of the response
to a previous search request.
If you don't specify this field, the API call requests the first page of the search.
-
(::String) — Optional. A token identifying a page of results for the server to return.
Typically obtained by the
nextPageToken of the response
to a previous search request.
If you don't specify this field, the API call requests the first page of the search.
#parent
def parent() -> ::String
- (::String) — Required. Evaluation search parent (project ID). Format: "projects/{project_id}"
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Evaluation search parent (project ID). Format: "projects/{project_id}"
- (::String) — Required. Evaluation search parent (project ID). Format: "projects/{project_id}"