Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::AML::Rest::ServiceStub.
REST service stub for the AML service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#create_backtest_result
def create_backtest_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_backtest_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreateBacktestResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_dataset
def create_dataset(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_dataset REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreateDatasetRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_engine_config
def create_engine_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_engine_config REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreateEngineConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_instance
def create_instance(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_instance REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreateInstanceRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_model
def create_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_model REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreateModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_prediction_result
def create_prediction_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_prediction_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::CreatePredictionResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_backtest_result
def delete_backtest_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_backtest_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeleteBacktestResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_dataset
def delete_dataset(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_dataset REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeleteDatasetRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_engine_config
def delete_engine_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_engine_config REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeleteEngineConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_instance
def delete_instance(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_instance REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeleteInstanceRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_model
def delete_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_model REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeleteModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_prediction_result
def delete_prediction_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_prediction_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::DeletePredictionResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#export_backtest_result_metadata
def export_backtest_result_metadata(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_backtest_result_metadata REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ExportBacktestResultMetadataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#export_engine_config_metadata
def export_engine_config_metadata(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_engine_config_metadata REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ExportEngineConfigMetadataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#export_model_metadata
def export_model_metadata(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_model_metadata REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ExportModelMetadataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#export_prediction_result_metadata
def export_prediction_result_metadata(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_prediction_result_metadata REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ExportPredictionResultMetadataRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#export_registered_parties
def export_registered_parties(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the export_registered_parties REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_backtest_result
def get_backtest_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::BacktestResult
Baseline implementation for the get_backtest_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetBacktestResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::BacktestResult)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::BacktestResult) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_dataset
def get_dataset(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::Dataset
Baseline implementation for the get_dataset REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetDatasetRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::Dataset)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::Dataset) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_engine_config
def get_engine_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::EngineConfig
Baseline implementation for the get_engine_config REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetEngineConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::EngineConfig)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::EngineConfig) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_engine_version
def get_engine_version(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::EngineVersion
Baseline implementation for the get_engine_version REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetEngineVersionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::EngineVersion)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::EngineVersion) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_instance
def get_instance(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::Instance
Baseline implementation for the get_instance REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetInstanceRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::Instance)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::Instance) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_model
def get_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::Model
Baseline implementation for the get_model REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::Model)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::Model) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_prediction_result
def get_prediction_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::PredictionResult
Baseline implementation for the get_prediction_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::GetPredictionResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::PredictionResult)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::PredictionResult) — A result object deserialized from the server's reply
- (::ArgumentError)
#import_registered_parties
def import_registered_parties(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the import_registered_parties REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_backtest_results
def list_backtest_results(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListBacktestResultsResponse
Baseline implementation for the list_backtest_results REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListBacktestResultsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListBacktestResultsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListBacktestResultsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_datasets
def list_datasets(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListDatasetsResponse
Baseline implementation for the list_datasets REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListDatasetsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListDatasetsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListDatasetsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_engine_configs
def list_engine_configs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListEngineConfigsResponse
Baseline implementation for the list_engine_configs REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListEngineConfigsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListEngineConfigsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListEngineConfigsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_engine_versions
def list_engine_versions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse
Baseline implementation for the list_engine_versions REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListEngineVersionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_instances
def list_instances(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListInstancesResponse
Baseline implementation for the list_instances REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListInstancesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListInstancesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListInstancesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_models
def list_models(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListModelsResponse
Baseline implementation for the list_models REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListModelsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListModelsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListModelsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_prediction_results
def list_prediction_results(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse
Baseline implementation for the list_prediction_results REST call
- request_pb (::Google::Cloud::FinancialServices::V1::ListPredictionResultsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#logger
def logger(stub: false) -> Logger
The logger used for request/response debug logging.
- (Logger)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_backtest_result
def update_backtest_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_backtest_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdateBacktestResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_dataset
def update_dataset(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_dataset REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdateDatasetRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_engine_config
def update_engine_config(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_engine_config REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdateEngineConfigRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_instance
def update_instance(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_instance REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdateInstanceRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_model
def update_model(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_model REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdateModelRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_prediction_result
def update_prediction_result(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_prediction_result REST call
- request_pb (::Google::Cloud::FinancialServices::V1::UpdatePredictionResultRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)