Reference documentation and code samples for the Financial Services V1 API module Google::Cloud::FinancialServices::V1::AML::Paths.
Path helper methods for the AML API.
Extended By
Methods
#backtest_result_path
def backtest_result_path(project_num:, location:, instance:, backtest_result:) -> ::String
Create a fully-qualified BacktestResult resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/backtestResults/{backtest_result}
- project_num (String)
- location (String)
- instance (String)
- backtest_result (String)
- (::String)
- (::ArgumentError)
#dataset_path
def dataset_path(project_num:, location:, instance:, dataset:) -> ::String
Create a fully-qualified Dataset resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/datasets/{dataset}
- project_num (String)
- location (String)
- instance (String)
- dataset (String)
- (::String)
- (::ArgumentError)
#engine_config_path
def engine_config_path(project_num:, location:, instance:, engine_config:) -> ::String
Create a fully-qualified EngineConfig resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/engineConfigs/{engine_config}
- project_num (String)
- location (String)
- instance (String)
- engine_config (String)
- (::String)
- (::ArgumentError)
#engine_version_path
def engine_version_path(project_num:, location:, instance:, engine_version:) -> ::String
Create a fully-qualified EngineVersion resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}
- project_num (String)
- location (String)
- instance (String)
- engine_version (String)
- (::String)
- (::ArgumentError)
#instance_path
def instance_path(project:, location:, instance:) -> ::String
Create a fully-qualified Instance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/instances/{instance}
- project (String)
- location (String)
- instance (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#model_path
def model_path(project_num:, location:, instance:, model:) -> ::String
Create a fully-qualified Model resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/models/{model}
- project_num (String)
- location (String)
- instance (String)
- model (String)
- (::String)
- (::ArgumentError)
#prediction_result_path
def prediction_result_path(project_num:, location:, instance:, prediction_result:) -> ::String
Create a fully-qualified PredictionResult resource string.
The resource will be in the following format:
projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}
- project_num (String)
- location (String)
- instance (String)
- prediction_result (String)
- (::String)
- (::ArgumentError)