Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::EvaluationService::Paths.
Path helper methods for the EvaluationService API.
Included In
Methods
#agent_path
def agent_path(project:, location:, app:, agent:) -> ::StringCreate a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
- project (String)
- location (String)
- app (String)
- agent (String)
- (::String)
- (::ArgumentError)
#app_path
def app_path(project:, location:, app:) -> ::StringCreate a fully-qualified App resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}
- project (String)
- location (String)
- app (String)
- (::String)
- (::ArgumentError)
#app_version_path
def app_version_path(project:, location:, app:, version:) -> ::StringCreate a fully-qualified AppVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
- project (String)
- location (String)
- app (String)
- version (String)
- (::String)
- (::ArgumentError)
#changelog_path
def changelog_path(project:, location:, app:, changelog:) -> ::StringCreate a fully-qualified Changelog resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
- project (String)
- location (String)
- app (String)
- changelog (String)
- (::String)
- (::ArgumentError)
#conversation_path
def conversation_path(project:, location:, app:, conversation:) -> ::StringCreate a fully-qualified Conversation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/conversations/{conversation}
- project (String)
- location (String)
- app (String)
- conversation (String)
- (::String)
- (::ArgumentError)
#evaluation_dataset_path
def evaluation_dataset_path(project:, location:, app:, evaluation_dataset:) -> ::StringCreate a fully-qualified EvaluationDataset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/evaluationDatasets/{evaluation_dataset}
- project (String)
- location (String)
- app (String)
- evaluation_dataset (String)
- (::String)
- (::ArgumentError)
#evaluation_expectation_path
def evaluation_expectation_path(project:, location:, app:, evaluation_expectation:) -> ::StringCreate a fully-qualified EvaluationExpectation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluation_expectation}
- project (String)
- location (String)
- app (String)
- evaluation_expectation (String)
- (::String)
- (::ArgumentError)
#evaluation_path
def evaluation_path(project:, location:, app:, evaluation:) -> ::StringCreate a fully-qualified Evaluation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}
- project (String)
- location (String)
- app (String)
- evaluation (String)
- (::String)
- (::ArgumentError)
#evaluation_result_path
def evaluation_result_path(project:, location:, app:, evaluation:, evaluation_result:) -> ::StringCreate a fully-qualified EvaluationResult resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/evaluations/{evaluation}/results/{evaluation_result}
- project (String)
- location (String)
- app (String)
- evaluation (String)
- evaluation_result (String)
- (::String)
- (::ArgumentError)
#evaluation_run_path
def evaluation_run_path(project:, location:, app:, evaluation_run:) -> ::StringCreate a fully-qualified EvaluationRun resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluation_run}
- project (String)
- location (String)
- app (String)
- evaluation_run (String)
- (::String)
- (::ArgumentError)
#scheduled_evaluation_run_path
def scheduled_evaluation_run_path(project:, location:, app:, scheduled_evaluation_run:) -> ::StringCreate a fully-qualified ScheduledEvaluationRun resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/scheduledEvaluationRuns/{scheduled_evaluation_run}
- project (String)
- location (String)
- app (String)
- scheduled_evaluation_run (String)
- (::String)
- (::ArgumentError)
#tool_path
def tool_path(project:, location:, app:, tool:) -> ::StringCreate a fully-qualified Tool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/tools/{tool}
- project (String)
- location (String)
- app (String)
- tool (String)
- (::String)
- (::ArgumentError)
#toolset_path
def toolset_path(project:, location:, app:, toolset:) -> ::StringCreate a fully-qualified Toolset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
- project (String)
- location (String)
- app (String)
- toolset (String)
- (::String)
- (::ArgumentError)