Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::EvaluationJob.
Defines an evaluation job that runs periodically to generate Evaluations. Creating an evaluation job is the starting point for using continuous evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_spec_set
def annotation_spec_set() -> ::String
-
(::String) — Required. Name of the AnnotationSpecSet describing all the
labels that your machine learning model outputs. You must create this
resource before you create an evaluation job and provide its name in the
following format:
"projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
#annotation_spec_set=
def annotation_spec_set=(value) -> ::String
-
value (::String) — Required. Name of the AnnotationSpecSet describing all the
labels that your machine learning model outputs. You must create this
resource before you create an evaluation job and provide its name in the
following format:
"projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
-
(::String) — Required. Name of the AnnotationSpecSet describing all the
labels that your machine learning model outputs. You must create this
resource before you create an evaluation job and provide its name in the
following format:
"projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}"
#attempts
def attempts() -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Attempt>
- (::Array<::Google::Cloud::DataLabeling::V1beta1::Attempt>) — Output only. Every time the evaluation job runs and an error occurs, the failed attempt is appended to this array.
#attempts=
def attempts=(value) -> ::Array<::Google::Cloud::DataLabeling::V1beta1::Attempt>
- value (::Array<::Google::Cloud::DataLabeling::V1beta1::Attempt>) — Output only. Every time the evaluation job runs and an error occurs, the failed attempt is appended to this array.
- (::Array<::Google::Cloud::DataLabeling::V1beta1::Attempt>) — Output only. Every time the evaluation job runs and an error occurs, the failed attempt is appended to this array.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of when this evaluation job was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Output only. Timestamp of when this evaluation job was created.
- (::Google::Protobuf::Timestamp) — Output only. Timestamp of when this evaluation job was created.
#description
def description() -> ::String
- (::String) — Required. Description of the job. The description can be up to 25,000 characters long.
#description=
def description=(value) -> ::String
- value (::String) — Required. Description of the job. The description can be up to 25,000 characters long.
- (::String) — Required. Description of the job. The description can be up to 25,000 characters long.
#evaluation_job_config
def evaluation_job_config() -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJobConfig
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJobConfig) — Required. Configuration details for the evaluation job.
#evaluation_job_config=
def evaluation_job_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJobConfig
- value (::Google::Cloud::DataLabeling::V1beta1::EvaluationJobConfig) — Required. Configuration details for the evaluation job.
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJobConfig) — Required. Configuration details for the evaluation job.
#label_missing_ground_truth
def label_missing_ground_truth() -> ::Boolean
-
(::Boolean) — Required. Whether you want Data Labeling Service to provide ground truth
labels for prediction input. If you want the service to assign human
labelers to annotate your data, set this to
true
. If you want to provide your own ground truth labels in the evaluation job's BigQuery table, set this tofalse
.
#label_missing_ground_truth=
def label_missing_ground_truth=(value) -> ::Boolean
-
value (::Boolean) — Required. Whether you want Data Labeling Service to provide ground truth
labels for prediction input. If you want the service to assign human
labelers to annotate your data, set this to
true
. If you want to provide your own ground truth labels in the evaluation job's BigQuery table, set this tofalse
.
-
(::Boolean) — Required. Whether you want Data Labeling Service to provide ground truth
labels for prediction input. If you want the service to assign human
labelers to annotate your data, set this to
true
. If you want to provide your own ground truth labels in the evaluation job's BigQuery table, set this tofalse
.
#model_version
def model_version() -> ::String
-
(::String) — Required. The AI Platform Prediction model
version to be evaluated. Prediction
input and output is sampled from this model version. When creating an
evaluation job, specify the model version in the following format:
"projects/{project_id}/models/{model_name}/versions/{version_name}"
There can only be one evaluation job per model version.
#model_version=
def model_version=(value) -> ::String
-
value (::String) — Required. The AI Platform Prediction model
version to be evaluated. Prediction
input and output is sampled from this model version. When creating an
evaluation job, specify the model version in the following format:
"projects/{project_id}/models/{model_name}/versions/{version_name}"
There can only be one evaluation job per model version.
-
(::String) — Required. The AI Platform Prediction model
version to be evaluated. Prediction
input and output is sampled from this model version. When creating an
evaluation job, specify the model version in the following format:
"projects/{project_id}/models/{model_name}/versions/{version_name}"
There can only be one evaluation job per model version.
#name
def name() -> ::String
-
(::String) — Output only. After you create a job, Data Labeling Service assigns a name
to the job with the following format:
"projects/{project_id}/evaluationJobs/{evaluation_job_id}"
#name=
def name=(value) -> ::String
-
value (::String) — Output only. After you create a job, Data Labeling Service assigns a name
to the job with the following format:
"projects/{project_id}/evaluationJobs/{evaluation_job_id}"
-
(::String) — Output only. After you create a job, Data Labeling Service assigns a name
to the job with the following format:
"projects/{project_id}/evaluationJobs/{evaluation_job_id}"
#schedule
def schedule() -> ::String
-
(::String) — Required. Describes the interval at which the job runs. This interval must
be at least 1 day, and it is rounded to the nearest day. For example, if
you specify a 50-hour interval, the job runs every 2 days.
You can provide the schedule in crontab format or in an English-like format.
Regardless of what you specify, the job will run at 10:00 AM UTC. Only the interval from this schedule is used, not the specific time of day.
#schedule=
def schedule=(value) -> ::String
-
value (::String) — Required. Describes the interval at which the job runs. This interval must
be at least 1 day, and it is rounded to the nearest day. For example, if
you specify a 50-hour interval, the job runs every 2 days.
You can provide the schedule in crontab format or in an English-like format.
Regardless of what you specify, the job will run at 10:00 AM UTC. Only the interval from this schedule is used, not the specific time of day.
-
(::String) — Required. Describes the interval at which the job runs. This interval must
be at least 1 day, and it is rounded to the nearest day. For example, if
you specify a 50-hour interval, the job runs every 2 days.
You can provide the schedule in crontab format or in an English-like format.
Regardless of what you specify, the job will run at 10:00 AM UTC. Only the interval from this schedule is used, not the specific time of day.
#state
def state() -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob::State
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob::State) — Output only. Describes the current state of the job.
#state=
def state=(value) -> ::Google::Cloud::DataLabeling::V1beta1::EvaluationJob::State
- value (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob::State) — Output only. Describes the current state of the job.
- (::Google::Cloud::DataLabeling::V1beta1::EvaluationJob::State) — Output only. Describes the current state of the job.