Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions google-cloud-ces-v1beta/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"google-cloud-ces-v1beta.gemspec",
"lib/google-cloud-ces-v1beta.rb",
"lib/google/cloud/ces/v1beta.rb",
"lib/google/cloud/ces/v1beta/agent_card_pb.rb",
"lib/google/cloud/ces/v1beta/agent_pb.rb",
"lib/google/cloud/ces/v1beta/agent_service.rb",
"lib/google/cloud/ces/v1beta/agent_service/client.rb",
Expand Down Expand Up @@ -43,6 +44,7 @@
"lib/google/cloud/ces/v1beta/data_store_pb.rb",
"lib/google/cloud/ces/v1beta/data_store_tool_pb.rb",
"lib/google/cloud/ces/v1beta/deployment_pb.rb",
"lib/google/cloud/ces/v1beta/evaluation_metrics_config_pb.rb",
"lib/google/cloud/ces/v1beta/evaluation_pb.rb",
"lib/google/cloud/ces/v1beta/evaluation_service.rb",
"lib/google/cloud/ces/v1beta/evaluation_service/client.rb",
Expand Down Expand Up @@ -113,6 +115,7 @@
"proto_docs/google/api/launch_stage.rb",
"proto_docs/google/api/resource.rb",
"proto_docs/google/cloud/ces/v1beta/agent.rb",
"proto_docs/google/cloud/ces/v1beta/agent_card.rb",
"proto_docs/google/cloud/ces/v1beta/agent_service.rb",
"proto_docs/google/cloud/ces/v1beta/agent_tool.rb",
"proto_docs/google/cloud/ces/v1beta/agent_transfers.rb",
Expand All @@ -130,6 +133,7 @@
"proto_docs/google/cloud/ces/v1beta/data_store_tool.rb",
"proto_docs/google/cloud/ces/v1beta/deployment.rb",
"proto_docs/google/cloud/ces/v1beta/evaluation.rb",
"proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb",
"proto_docs/google/cloud/ces/v1beta/evaluation_service.rb",
"proto_docs/google/cloud/ces/v1beta/example.rb",
"proto_docs/google/cloud/ces/v1beta/fakes.rb",
Expand Down Expand Up @@ -227,6 +231,8 @@
"snippets/evaluation_service/delete_evaluation_result.rb",
"snippets/evaluation_service/delete_evaluation_run.rb",
"snippets/evaluation_service/delete_scheduled_evaluation_run.rb",
"snippets/evaluation_service/export_evaluation_results.rb",
"snippets/evaluation_service/export_evaluation_runs.rb",
"snippets/evaluation_service/export_evaluations.rb",
"snippets/evaluation_service/generate_evaluation.rb",
"snippets/evaluation_service/get_evaluation.rb",
Expand All @@ -243,6 +249,7 @@
"snippets/evaluation_service/list_evaluations.rb",
"snippets/evaluation_service/list_scheduled_evaluation_runs.rb",
"snippets/evaluation_service/run_evaluation.rb",
"snippets/evaluation_service/run_evaluation_result_metrics.rb",
"snippets/evaluation_service/test_persona_voice.rb",
"snippets/evaluation_service/update_evaluation.rb",
"snippets/evaluation_service/update_evaluation_dataset.rb",
Expand Down
15 changes: 15 additions & 0 deletions google-cloud-ces-v1beta/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,21 @@
"methods": [
"export_evaluations"
]
},
"ExportEvaluationRuns": {
"methods": [
"export_evaluation_runs"
]
},
"ExportEvaluationResults": {
"methods": [
"export_evaluation_results"
]
},
"RunEvaluationResultMetrics": {
"methods": [
"run_evaluation_result_metrics"
]
}
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4764,7 +4764,7 @@ def restore_app_version request, options = nil
# @param options [::Gapic::CallOptions, ::Hash]
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
#
# @overload generate_app_resource(agent: nil, tool: nil, toolset: nil, parent: nil, refine_instructions: nil, tool_generation_config: nil, app_generation_config: nil, evaluation_generation_config: nil, evaluation_personas_generation_config: nil, quality_report_generation_config: nil, hill_climbing_fix_config: nil)
# @overload generate_app_resource(agent: nil, tool: nil, toolset: nil, app_version_context: nil, parent: nil, refine_instructions: nil, tool_generation_config: nil, app_generation_config: nil, evaluation_generation_config: nil, evaluation_personas_generation_config: nil, quality_report_generation_config: nil, hill_climbing_fix_config: nil)
# Pass arguments to `generate_app_resource` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
Expand All @@ -4773,17 +4773,21 @@ def restore_app_version request, options = nil
# The agent resource to be used by the LLM assistant, can be empty for
# generating a new agent.
#
# Note: The following parameters are mutually exclusive: `agent`, `tool`, `toolset`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# Note: The following parameters are mutually exclusive: `agent`, `tool`, `toolset`, `app_version_context`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# @param tool [::Google::Cloud::Ces::V1beta::Tool, ::Hash]
# The tool resource to be used by the LLM assistant, can be empty for
# generating a new tool.
#
# Note: The following parameters are mutually exclusive: `tool`, `agent`, `toolset`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# Note: The following parameters are mutually exclusive: `tool`, `agent`, `toolset`, `app_version_context`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# @param toolset [::Google::Cloud::Ces::V1beta::Toolset, ::Hash]
# The toolset resource to be used by the LLM assistant, can be empty for
# generating a new toolset.
#
# Note: The following parameters are mutually exclusive: `toolset`, `agent`, `tool`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# Note: The following parameters are mutually exclusive: `toolset`, `agent`, `tool`, `app_version_context`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# @param app_version_context [::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::AppVersionContext, ::Hash]
# The app version context specifying the base snapshot and target agent.
#
# Note: The following parameters are mutually exclusive: `app_version_context`, `agent`, `tool`, `toolset`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
# @param parent [::String]
# Required. The resource name of the app to generate the resource for.
# @param refine_instructions [::Array<::Google::Cloud::Ces::V1beta::GenerateAppResourceRequest::RefineInstructions, ::Hash>]
Expand Down
Loading
Loading