Package Methods (0.2.0)

Summary of entries of Methods for google-cloud-financialservices.

google.cloud.financialservices_v1.services.aml.AMLAsyncClient

AMLAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.financialservices_v1.services.aml.transports.base.AMLTransport, typing.Callable[ [...], google.cloud.financialservices_v1.services.aml.transports.base.AMLTransport, ], ] ] = "grpc_asyncio", client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

Instantiates the aml async client.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.backtest_result_path

backtest_result_path( project_num: str, location: str, instance: str, backtest_result: str ) -> str

Returns a fully-qualified backtest_result string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.backtest_result_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.cancel_operation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_billing_account_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_organization_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_backtest_result

create_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.CreateBacktestResultRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, backtest_result: typing.Optional[ google.cloud.financialservices_v1.types.backtest_result.BacktestResult ] = None, backtest_result_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_dataset

create_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.CreateDatasetRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, dataset: typing.Optional[ google.cloud.financialservices_v1.types.dataset.Dataset ] = None, dataset_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_engine_config

create_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.CreateEngineConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, engine_config: typing.Optional[ google.cloud.financialservices_v1.types.engine_config.EngineConfig ] = None, engine_config_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_instance

create_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.CreateInstanceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, instance: typing.Optional[ google.cloud.financialservices_v1.types.instance.Instance ] = None, instance_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_model

create_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.CreateModelRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, model: typing.Optional[google.cloud.financialservices_v1.types.model.Model] = None, model_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.create_prediction_result

create_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.CreatePredictionResultRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, prediction_result: typing.Optional[ google.cloud.financialservices_v1.types.prediction_result.PredictionResult ] = None, prediction_result_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.dataset_path

dataset_path(project_num: str, location: str, instance: str, dataset: str) -> str

Returns a fully-qualified dataset string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.dataset_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_backtest_result

delete_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.DeleteBacktestResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_dataset

delete_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.DeleteDatasetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_engine_config

delete_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.DeleteEngineConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_instance

delete_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.DeleteInstanceRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_model

delete_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.DeleteModelRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.delete_prediction_result

delete_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.DeletePredictionResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.engine_config_path

engine_config_path( project_num: str, location: str, instance: str, engine_config: str ) -> str

Returns a fully-qualified engine_config string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.engine_config_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.engine_version_path

engine_version_path( project_num: str, location: str, instance: str, engine_version: str ) -> str

Returns a fully-qualified engine_version string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.engine_version_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_backtest_result_metadata

export_backtest_result_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.ExportBacktestResultMetadataRequest, dict, ] ] = None, *, backtest_result: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Export governance information for a BacktestResult resource.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_backtest_result_metadata

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_engine_config_metadata

export_engine_config_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.ExportEngineConfigMetadataRequest, dict, ] ] = None, *, engine_config: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Export governance information for an EngineConfig resource.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_engine_config_metadata

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_model_metadata

export_model_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.ExportModelMetadataRequest, dict, ] ] = None, *, model: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Export governance information for a Model resource.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_model_metadata

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_prediction_result_metadata

export_prediction_result_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.ExportPredictionResultMetadataRequest, dict, ] ] = None, *, prediction_result: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Export governance information for a PredictionResult resource.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_prediction_result_metadata

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.export_registered_parties

export_registered_parties( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ExportRegisteredPartiesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, dataset: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, line_of_business: typing.Optional[ google.cloud.financialservices_v1.types.line_of_business.LineOfBusiness ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_file

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_info

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.from_service_account_json

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_backtest_result

get_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.GetBacktestResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.backtest_result.BacktestResult

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_dataset

get_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.GetDatasetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.dataset.Dataset

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_engine_config

get_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.GetEngineConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.engine_config.EngineConfig

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_engine_version

get_engine_version( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_version.GetEngineVersionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.engine_version.EngineVersion

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.GetInstanceRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.instance.Instance

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_model

get_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.GetModelRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.model.Model

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

Return the API endpoint and client cert source for mutual TLS.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_operation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_prediction_result

get_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.GetPredictionResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.prediction_result.PredictionResult

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.financialservices_v1.services.aml.transports.base.AMLTransport ]

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.import_registered_parties

import_registered_parties( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ImportRegisteredPartiesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, mode: typing.Optional[ google.cloud.financialservices_v1.types.instance.ImportRegisteredPartiesRequest.UpdateMode ] = None, line_of_business: typing.Optional[ google.cloud.financialservices_v1.types.line_of_business.LineOfBusiness ] = None, party_tables: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

Returns a fully-qualified instance string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.instance_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_backtest_results

list_backtest_results( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.financialservices_v1.services.aml.pagers.ListBacktestResultsAsyncPager )

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_datasets

list_datasets( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListDatasetsAsyncPager

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_engine_configs

list_engine_configs( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListEngineConfigsAsyncPager

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_engine_versions

list_engine_versions( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListEngineVersionsAsyncPager

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ListInstancesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListInstancesAsyncPager

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_locations

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_models

list_models( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.ListModelsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListModelsAsyncPager

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_operations

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.list_prediction_results

list_prediction_results( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.financialservices_v1.services.aml.pagers.ListPredictionResultsAsyncPager )

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.model_path

model_path(project_num: str, location: str, instance: str, model: str) -> str

Returns a fully-qualified model string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.model_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_backtest_result_path

parse_backtest_result_path(path: str) -> typing.Dict[str, str]

Parses a backtest_result path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_backtest_result_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

Parse a billing_account path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_billing_account_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

Parse a folder path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_folder_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

Parse a location path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_location_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

Parse a organization path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_organization_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

Parse a project path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_common_project_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_dataset_path

parse_dataset_path(path: str) -> typing.Dict[str, str]

Parses a dataset path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_dataset_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_engine_config_path

parse_engine_config_path(path: str) -> typing.Dict[str, str]

Parses a engine_config path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_engine_config_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_engine_version_path

parse_engine_version_path(path: str) -> typing.Dict[str, str]

Parses a engine_version path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_engine_version_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

Parses a instance path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_instance_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_model_path

parse_model_path(path: str) -> typing.Dict[str, str]

Parses a model path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_model_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_prediction_result_path

parse_prediction_result_path(path: str) -> typing.Dict[str, str]

Parses a prediction_result path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.parse_prediction_result_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.prediction_result_path

prediction_result_path( project_num: str, location: str, instance: str, prediction_result: str ) -> str

Returns a fully-qualified prediction_result string.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.prediction_result_path

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_backtest_result

update_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.UpdateBacktestResultRequest, dict, ] ] = None, *, backtest_result: typing.Optional[ google.cloud.financialservices_v1.types.backtest_result.BacktestResult ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single BacktestResult.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_backtest_result

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_dataset

update_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.UpdateDatasetRequest, dict ] ] = None, *, dataset: typing.Optional[ google.cloud.financialservices_v1.types.dataset.Dataset ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single Dataset.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_dataset

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_engine_config

update_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.UpdateEngineConfigRequest, dict, ] ] = None, *, engine_config: typing.Optional[ google.cloud.financialservices_v1.types.engine_config.EngineConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single EngineConfig.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_engine_config

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_instance

update_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.UpdateInstanceRequest, dict ] ] = None, *, instance: typing.Optional[ google.cloud.financialservices_v1.types.instance.Instance ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single Instance.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_instance

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_model

update_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.UpdateModelRequest, dict ] ] = None, *, model: typing.Optional[google.cloud.financialservices_v1.types.model.Model] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single Model.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_model

google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_prediction_result

update_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.UpdatePredictionResultRequest, dict, ] ] = None, *, prediction_result: typing.Optional[ google.cloud.financialservices_v1.types.prediction_result.PredictionResult ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

Updates the parameters of a single PredictionResult.

See more: google.cloud.financialservices_v1.services.aml.AMLAsyncClient.update_prediction_result

google.cloud.financialservices_v1.services.aml.AMLClient

AMLClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.financialservices_v1.services.aml.transports.base.AMLTransport, typing.Callable[ [...], google.cloud.financialservices_v1.services.aml.transports.base.AMLTransport, ], ] ] = None, client_options: typing.Optional[ typing.Union[google.api_core.client_options.ClientOptions, dict] ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

Instantiates the aml client.

See more: google.cloud.financialservices_v1.services.aml.AMLClient

google.cloud.financialservices_v1.services.aml.AMLClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.exit

google.cloud.financialservices_v1.services.aml.AMLClient.backtest_result_path

backtest_result_path( project_num: str, location: str, instance: str, backtest_result: str ) -> str

Returns a fully-qualified backtest_result string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.backtest_result_path

google.cloud.financialservices_v1.services.aml.AMLClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.cancel_operation

google.cloud.financialservices_v1.services.aml.AMLClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

Returns a fully-qualified billing_account string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.common_billing_account_path

google.cloud.financialservices_v1.services.aml.AMLClient.common_folder_path

common_folder_path(folder: str) -> str

Returns a fully-qualified folder string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.common_folder_path

google.cloud.financialservices_v1.services.aml.AMLClient.common_location_path

common_location_path(project: str, location: str) -> str

Returns a fully-qualified location string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.common_location_path

google.cloud.financialservices_v1.services.aml.AMLClient.common_organization_path

common_organization_path(organization: str) -> str

Returns a fully-qualified organization string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.common_organization_path

google.cloud.financialservices_v1.services.aml.AMLClient.common_project_path

common_project_path(project: str) -> str

Returns a fully-qualified project string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.common_project_path

google.cloud.financialservices_v1.services.aml.AMLClient.create_backtest_result

create_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.CreateBacktestResultRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, backtest_result: typing.Optional[ google.cloud.financialservices_v1.types.backtest_result.BacktestResult ] = None, backtest_result_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.create_dataset

create_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.CreateDatasetRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, dataset: typing.Optional[ google.cloud.financialservices_v1.types.dataset.Dataset ] = None, dataset_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.create_engine_config

create_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.CreateEngineConfigRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, engine_config: typing.Optional[ google.cloud.financialservices_v1.types.engine_config.EngineConfig ] = None, engine_config_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.create_instance

create_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.CreateInstanceRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, instance: typing.Optional[ google.cloud.financialservices_v1.types.instance.Instance ] = None, instance_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.create_model

create_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.CreateModelRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, model: typing.Optional[google.cloud.financialservices_v1.types.model.Model] = None, model_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.create_prediction_result

create_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.CreatePredictionResultRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, prediction_result: typing.Optional[ google.cloud.financialservices_v1.types.prediction_result.PredictionResult ] = None, prediction_result_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.dataset_path

dataset_path(project_num: str, location: str, instance: str, dataset: str) -> str

Returns a fully-qualified dataset string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.dataset_path

google.cloud.financialservices_v1.services.aml.AMLClient.delete_backtest_result

delete_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.DeleteBacktestResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.delete_dataset

delete_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.DeleteDatasetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.delete_engine_config

delete_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.DeleteEngineConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.delete_instance

delete_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.DeleteInstanceRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.delete_model

delete_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.DeleteModelRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.financialservices_v1.services.aml.AMLClient.delete_prediction_result

delete_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.DeletePredictionResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.engine_config_path

engine_config_path( project_num: str, location: str, instance: str, engine_config: str ) -> str

Returns a fully-qualified engine_config string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.engine_config_path

google.cloud.financialservices_v1.services.aml.AMLClient.engine_version_path

engine_version_path( project_num: str, location: str, instance: str, engine_version: str ) -> str

Returns a fully-qualified engine_version string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.engine_version_path

google.cloud.financialservices_v1.services.aml.AMLClient.export_backtest_result_metadata

export_backtest_result_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.ExportBacktestResultMetadataRequest, dict, ] ] = None, *, backtest_result: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Export governance information for a BacktestResult resource.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.export_backtest_result_metadata

google.cloud.financialservices_v1.services.aml.AMLClient.export_engine_config_metadata

export_engine_config_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.ExportEngineConfigMetadataRequest, dict, ] ] = None, *, engine_config: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Export governance information for an EngineConfig resource.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.export_engine_config_metadata

google.cloud.financialservices_v1.services.aml.AMLClient.export_model_metadata

export_model_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.ExportModelMetadataRequest, dict, ] ] = None, *, model: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Export governance information for a Model resource.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.export_model_metadata

google.cloud.financialservices_v1.services.aml.AMLClient.export_prediction_result_metadata

export_prediction_result_metadata( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.ExportPredictionResultMetadataRequest, dict, ] ] = None, *, prediction_result: typing.Optional[str] = None, structured_metadata_destination: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Export governance information for a PredictionResult resource.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.export_prediction_result_metadata

google.cloud.financialservices_v1.services.aml.AMLClient.export_registered_parties

export_registered_parties( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ExportRegisteredPartiesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, dataset: typing.Optional[ google.cloud.financialservices_v1.types.bigquery_destination.BigQueryDestination ] = None, line_of_business: typing.Optional[ google.cloud.financialservices_v1.types.line_of_business.LineOfBusiness ] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_file

google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_info

google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.from_service_account_json

google.cloud.financialservices_v1.services.aml.AMLClient.get_backtest_result

get_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.GetBacktestResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.backtest_result.BacktestResult

google.cloud.financialservices_v1.services.aml.AMLClient.get_dataset

get_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.GetDatasetRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.dataset.Dataset

google.cloud.financialservices_v1.services.aml.AMLClient.get_engine_config

get_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.GetEngineConfigRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.engine_config.EngineConfig

google.cloud.financialservices_v1.services.aml.AMLClient.get_engine_version

get_engine_version( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_version.GetEngineVersionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.engine_version.EngineVersion

google.cloud.financialservices_v1.services.aml.AMLClient.get_instance

get_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.GetInstanceRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.instance.Instance

google.cloud.financialservices_v1.services.aml.AMLClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

Gets information about a location.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.get_location

google.cloud.financialservices_v1.services.aml.AMLClient.get_model

get_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.GetModelRequest, dict ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.model.Model

google.cloud.financialservices_v1.services.aml.AMLClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.financialservices_v1.services.aml.AMLClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.get_operation

google.cloud.financialservices_v1.services.aml.AMLClient.get_prediction_result

get_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.GetPredictionResultRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.types.prediction_result.PredictionResult

google.cloud.financialservices_v1.services.aml.AMLClient.import_registered_parties

import_registered_parties( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ImportRegisteredPartiesRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, mode: typing.Optional[ google.cloud.financialservices_v1.types.instance.ImportRegisteredPartiesRequest.UpdateMode ] = None, line_of_business: typing.Optional[ google.cloud.financialservices_v1.types.line_of_business.LineOfBusiness ] = None, party_tables: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.financialservices_v1.services.aml.AMLClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

Returns a fully-qualified instance string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.instance_path

google.cloud.financialservices_v1.services.aml.AMLClient.list_backtest_results

list_backtest_results( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListBacktestResultsPager

google.cloud.financialservices_v1.services.aml.AMLClient.list_datasets

list_datasets( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListDatasetsPager

google.cloud.financialservices_v1.services.aml.AMLClient.list_engine_configs

list_engine_configs( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListEngineConfigsPager

google.cloud.financialservices_v1.services.aml.AMLClient.list_engine_versions

list_engine_versions( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListEngineVersionsPager

Lists EngineVersions for given location.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.list_engine_versions

google.cloud.financialservices_v1.services.aml.AMLClient.list_instances

list_instances( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.ListInstancesRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListInstancesPager

google.cloud.financialservices_v1.services.aml.AMLClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.list_locations

google.cloud.financialservices_v1.services.aml.AMLClient.list_models

list_models( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.ListModelsRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListModelsPager

google.cloud.financialservices_v1.services.aml.AMLClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.list_operations

google.cloud.financialservices_v1.services.aml.AMLClient.list_prediction_results

list_prediction_results( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.financialservices_v1.services.aml.pagers.ListPredictionResultsPager

google.cloud.financialservices_v1.services.aml.AMLClient.model_path

model_path(project_num: str, location: str, instance: str, model: str) -> str

Returns a fully-qualified model string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.model_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_backtest_result_path

parse_backtest_result_path(path: str) -> typing.Dict[str, str]

Parses a backtest_result path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_backtest_result_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

Parse a billing_account path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_billing_account_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

Parse a folder path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_folder_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

Parse a location path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_location_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

Parse a organization path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_organization_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

Parse a project path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_common_project_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_dataset_path

parse_dataset_path(path: str) -> typing.Dict[str, str]

Parses a dataset path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_dataset_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_engine_config_path

parse_engine_config_path(path: str) -> typing.Dict[str, str]

Parses a engine_config path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_engine_config_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_engine_version_path

parse_engine_version_path(path: str) -> typing.Dict[str, str]

Parses a engine_version path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_engine_version_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

Parses a instance path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_instance_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_model_path

parse_model_path(path: str) -> typing.Dict[str, str]

Parses a model path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_model_path

google.cloud.financialservices_v1.services.aml.AMLClient.parse_prediction_result_path

parse_prediction_result_path(path: str) -> typing.Dict[str, str]

Parses a prediction_result path into its component segments.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.parse_prediction_result_path

google.cloud.financialservices_v1.services.aml.AMLClient.prediction_result_path

prediction_result_path( project_num: str, location: str, instance: str, prediction_result: str ) -> str

Returns a fully-qualified prediction_result string.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.prediction_result_path

google.cloud.financialservices_v1.services.aml.AMLClient.update_backtest_result

update_backtest_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.backtest_result.UpdateBacktestResultRequest, dict, ] ] = None, *, backtest_result: typing.Optional[ google.cloud.financialservices_v1.types.backtest_result.BacktestResult ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single BacktestResult.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_backtest_result

google.cloud.financialservices_v1.services.aml.AMLClient.update_dataset

update_dataset( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.dataset.UpdateDatasetRequest, dict ] ] = None, *, dataset: typing.Optional[ google.cloud.financialservices_v1.types.dataset.Dataset ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single Dataset.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_dataset

google.cloud.financialservices_v1.services.aml.AMLClient.update_engine_config

update_engine_config( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.engine_config.UpdateEngineConfigRequest, dict, ] ] = None, *, engine_config: typing.Optional[ google.cloud.financialservices_v1.types.engine_config.EngineConfig ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single EngineConfig.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_engine_config

google.cloud.financialservices_v1.services.aml.AMLClient.update_instance

update_instance( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.instance.UpdateInstanceRequest, dict ] ] = None, *, instance: typing.Optional[ google.cloud.financialservices_v1.types.instance.Instance ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single Instance.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_instance

google.cloud.financialservices_v1.services.aml.AMLClient.update_model

update_model( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.model.UpdateModelRequest, dict ] ] = None, *, model: typing.Optional[google.cloud.financialservices_v1.types.model.Model] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single Model.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_model

google.cloud.financialservices_v1.services.aml.AMLClient.update_prediction_result

update_prediction_result( request: typing.Optional[ typing.Union[ google.cloud.financialservices_v1.types.prediction_result.UpdatePredictionResultRequest, dict, ] ] = None, *, prediction_result: typing.Optional[ google.cloud.financialservices_v1.types.prediction_result.PredictionResult ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

Updates the parameters of a single PredictionResult.

See more: google.cloud.financialservices_v1.services.aml.AMLClient.update_prediction_result

google.cloud.financialservices_v1.services.aml.pagers.ListBacktestResultsAsyncPager

ListBacktestResultsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse ], ], request: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest, response: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListBacktestResultsPager

ListBacktestResultsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse, ], request: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsRequest, response: google.cloud.financialservices_v1.types.backtest_result.ListBacktestResultsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListDatasetsAsyncPager

ListDatasetsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse ], ], request: google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest, response: google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListDatasetsPager

ListDatasetsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse ], request: google.cloud.financialservices_v1.types.dataset.ListDatasetsRequest, response: google.cloud.financialservices_v1.types.dataset.ListDatasetsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListEngineConfigsAsyncPager

ListEngineConfigsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse ], ], request: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest, response: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListEngineConfigsPager

ListEngineConfigsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse, ], request: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsRequest, response: google.cloud.financialservices_v1.types.engine_config.ListEngineConfigsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListEngineVersionsAsyncPager

ListEngineVersionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse ], ], request: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest, response: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListEngineVersionsPager

ListEngineVersionsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse, ], request: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsRequest, response: google.cloud.financialservices_v1.types.engine_version.ListEngineVersionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.instance.ListInstancesResponse ], ], request: google.cloud.financialservices_v1.types.instance.ListInstancesRequest, response: google.cloud.financialservices_v1.types.instance.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListInstancesPager

ListInstancesPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.instance.ListInstancesResponse ], request: google.cloud.financialservices_v1.types.instance.ListInstancesRequest, response: google.cloud.financialservices_v1.types.instance.ListInstancesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListModelsAsyncPager

ListModelsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.model.ListModelsResponse ], ], request: google.cloud.financialservices_v1.types.model.ListModelsRequest, response: google.cloud.financialservices_v1.types.model.ListModelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListModelsPager

ListModelsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.model.ListModelsResponse ], request: google.cloud.financialservices_v1.types.model.ListModelsRequest, response: google.cloud.financialservices_v1.types.model.ListModelsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListPredictionResultsAsyncPager

ListPredictionResultsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse ], ], request: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest, response: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.financialservices_v1.services.aml.pagers.ListPredictionResultsPager

ListPredictionResultsPager( method: typing.Callable[ [...], google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse, ], request: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsRequest, response: google.cloud.financialservices_v1.types.prediction_result.ListPredictionResultsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )