Class: Google::Cloud::Ces::V1beta::RunEvaluationOperationMetadata

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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