Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

Represents evaluation result of a generator.

Instance Attribute Summary collapse

Instance Attribute Details

#complete_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Completion time of this generator evaluation.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Creation time of this generator evaluation.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Optional. The display name of the generator evaluation. At most 64 bytes long.

Returns:

  • (::String)

    Optional. The display name of the generator evaluation. At most 64 bytes long.



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#evaluation_status::Google::Cloud::Dialogflow::V2::EvaluationStatus (readonly)

Returns Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.

Returns:

  • (::Google::Cloud::Dialogflow::V2::EvaluationStatus)

    Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generator_evaluation_config::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig

Returns Required. The configuration of the evaluation task.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#initial_generator::Google::Cloud::Dialogflow::V2::Generator

Returns Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/ evaluations/<Evaluation ID>.

Returns:

  • (::String)

    Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/ evaluations/<Evaluation ID>



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#satisfies_pzi::Boolean (readonly)

Returns Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status.

Returns:

  • (::Boolean)

    Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#satisfies_pzs::Boolean (readonly)

Returns Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status.

Returns:

  • (::Boolean)

    Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#summarization_metrics::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics (readonly)

Returns Output only. Only available when the summarization generator is provided.

Returns:



135
136
137
138
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135

class GeneratorEvaluation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end