Financial Services V1 API - Module Google::Cloud::FinancialServices::V1::AML::Paths (v0.2.0)

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.

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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • backtest_result (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • dataset (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • engine_config (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • engine_version (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
  • instance (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • model (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project_num (String)
  • location (String)
  • instance (String)
  • prediction_result (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)