Class: Google::Cloud::Ces::V1beta::RunEvaluationOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::RunEvaluationOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Operation metadata for EvaluationService.RunEvaluation.
Instance Attribute Summary collapse
-
#cancel_requested ⇒ ::Boolean
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#evaluation_run ⇒ ::String
readonly
Output only.
-
#evaluations ⇒ ::Array<::String>
readonly
Output only.
-
#verb ⇒ ::String
readonly
Output only.
Instance Attribute Details
#cancel_requested ⇒ ::Boolean (readonly)
Returns Output only. Identifies whether the user has requested cancellation of the
operation. Operations that have been cancelled successfully have
google.longrunning.Operation.error
value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation completed.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_run ⇒ ::String (readonly)
Returns Output only. The evaluation run that was created.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluations ⇒ ::Array<::String> (readonly)
Returns Output only. The list of evaluations that were run.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#verb ⇒ ::String (readonly)
Returns Output only. The verb of the operation.
64 65 66 67 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 64 class RunEvaluationOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |