[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Financial Services V1 API - Module Google::Cloud::FinancialServices::V1::AML::Paths (v0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/ruby/docs/reference/google-cloud-financial_services-v1/latest/Google-Cloud-FinancialServices-V1-AML-Paths)\n- [0.1.1](/ruby/docs/reference/google-cloud-financial_services-v1/0.1.1/Google-Cloud-FinancialServices-V1-AML-Paths) \nReference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::AML::Paths.\n\nPath helper methods for the AML API. \n\nExtended By\n-----------\n\n- [Google::Cloud::FinancialServices::V1::AML::Paths](./Google-Cloud-FinancialServices-V1-AML-Paths)\n\nMethods\n-------\n\n### #backtest_result_path\n\n def backtest_result_path(project_num:, location:, instance:, backtest_result:) -\u003e ::String\n\nCreate a fully-qualified BacktestResult resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/backtestResults/{backtest_result}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **backtest_result** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #dataset_path\n\n def dataset_path(project_num:, location:, instance:, dataset:) -\u003e ::String\n\nCreate a fully-qualified Dataset resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **dataset** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #engine_config_path\n\n def engine_config_path(project_num:, location:, instance:, engine_config:) -\u003e ::String\n\nCreate a fully-qualified EngineConfig resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **engine_config** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #engine_version_path\n\n def engine_version_path(project_num:, location:, instance:, engine_version:) -\u003e ::String\n\nCreate a fully-qualified EngineVersion resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **engine_version** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #instance_path\n\n def instance_path(project:, location:, instance:) -\u003e ::String\n\nCreate a fully-qualified Instance resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}/instances/{instance}` \n**Parameters**\n\n- **project** (String)\n- **location** (String)\n- **instance** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #location_path\n\n def location_path(project:, location:) -\u003e ::String\n\nCreate a fully-qualified Location resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project}/locations/{location}` \n**Parameters**\n\n- **project** (String)\n- **location** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #model_path\n\n def model_path(project_num:, location:, instance:, model:) -\u003e ::String\n\nCreate a fully-qualified Model resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/models/{model}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **model** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)\n\n### #prediction_result_path\n\n def prediction_result_path(project_num:, location:, instance:, prediction_result:) -\u003e ::String\n\nCreate a fully-qualified PredictionResult resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}` \n**Parameters**\n\n- **project_num** (String)\n- **location** (String)\n- **instance** (String)\n- **prediction_result** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]