public sealed class AMLClientImpl : AMLClientReference documentation and code samples for the Financial Services v1 API class AMLClientImpl.
AML client wrapper implementation, for convenient use.
Namespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Remarks
The AML (Anti Money Laundering) service allows users to perform REST operations on aml.
Constructors
AMLClientImpl(AMLClient, AMLSettings, ILogger)
public AMLClientImpl(AML.AMLClient grpcClient, AMLSettings settings, ILogger logger)Constructs a client wrapper for the AML service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
AMLAMLClientThe underlying gRPC client. |
settings |
AMLSettingsThe base AMLSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
CreateBacktestResultOperationsClient
public override OperationsClient CreateBacktestResultOperationsClient { get; }The long-running operations client for CreateBacktestResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateDatasetOperationsClient
public override OperationsClient CreateDatasetOperationsClient { get; }The long-running operations client for CreateDataset.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateEngineConfigOperationsClient
public override OperationsClient CreateEngineConfigOperationsClient { get; }The long-running operations client for CreateEngineConfig.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateInstanceOperationsClient
public override OperationsClient CreateInstanceOperationsClient { get; }The long-running operations client for CreateInstance.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreateModelOperationsClient
public override OperationsClient CreateModelOperationsClient { get; }The long-running operations client for CreateModel.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
CreatePredictionResultOperationsClient
public override OperationsClient CreatePredictionResultOperationsClient { get; }The long-running operations client for CreatePredictionResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteBacktestResultOperationsClient
public override OperationsClient DeleteBacktestResultOperationsClient { get; }The long-running operations client for DeleteBacktestResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteDatasetOperationsClient
public override OperationsClient DeleteDatasetOperationsClient { get; }The long-running operations client for DeleteDataset.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteEngineConfigOperationsClient
public override OperationsClient DeleteEngineConfigOperationsClient { get; }The long-running operations client for DeleteEngineConfig.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteInstanceOperationsClient
public override OperationsClient DeleteInstanceOperationsClient { get; }The long-running operations client for DeleteInstance.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteModelOperationsClient
public override OperationsClient DeleteModelOperationsClient { get; }The long-running operations client for DeleteModel.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeletePredictionResultOperationsClient
public override OperationsClient DeletePredictionResultOperationsClient { get; }The long-running operations client for DeletePredictionResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
ExportBacktestResultMetadataOperationsClient
public override OperationsClient ExportBacktestResultMetadataOperationsClient { get; }The long-running operations client for ExportBacktestResultMetadata.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
ExportEngineConfigMetadataOperationsClient
public override OperationsClient ExportEngineConfigMetadataOperationsClient { get; }The long-running operations client for ExportEngineConfigMetadata.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
ExportModelMetadataOperationsClient
public override OperationsClient ExportModelMetadataOperationsClient { get; }The long-running operations client for ExportModelMetadata.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
ExportPredictionResultMetadataOperationsClient
public override OperationsClient ExportPredictionResultMetadataOperationsClient { get; }The long-running operations client for ExportPredictionResultMetadata.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
ExportRegisteredPartiesOperationsClient
public override OperationsClient ExportRegisteredPartiesOperationsClient { get; }The long-running operations client for ExportRegisteredParties.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override AML.AMLClient GrpcClient { get; }The underlying gRPC AML client
| Property Value | |
|---|---|
| Type | Description |
AMLAMLClient |
|
ImportRegisteredPartiesOperationsClient
public override OperationsClient ImportRegisteredPartiesOperationsClient { get; }The long-running operations client for ImportRegisteredParties.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
UpdateBacktestResultOperationsClient
public override OperationsClient UpdateBacktestResultOperationsClient { get; }The long-running operations client for UpdateBacktestResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateDatasetOperationsClient
public override OperationsClient UpdateDatasetOperationsClient { get; }The long-running operations client for UpdateDataset.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateEngineConfigOperationsClient
public override OperationsClient UpdateEngineConfigOperationsClient { get; }The long-running operations client for UpdateEngineConfig.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateInstanceOperationsClient
public override OperationsClient UpdateInstanceOperationsClient { get; }The long-running operations client for UpdateInstance.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdateModelOperationsClient
public override OperationsClient UpdateModelOperationsClient { get; }The long-running operations client for UpdateModel.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
UpdatePredictionResultOperationsClient
public override OperationsClient UpdatePredictionResultOperationsClient { get; }The long-running operations client for UpdatePredictionResult.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateBacktestResult(CreateBacktestResultRequest, CallSettings)
public override Operation<BacktestResult, OperationMetadata> CreateBacktestResult(CreateBacktestResultRequest request, CallSettings callSettings = null)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationBacktestResultOperationMetadata |
The RPC response. |
CreateBacktestResultAsync(CreateBacktestResultRequest, CallSettings)
public override Task<Operation<BacktestResult, OperationMetadata>> CreateBacktestResultAsync(CreateBacktestResultRequest request, CallSettings callSettings = null)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationBacktestResultOperationMetadata |
A Task containing the RPC response. |
CreateDataset(CreateDatasetRequest, CallSettings)
public override Operation<Dataset, OperationMetadata> CreateDataset(CreateDatasetRequest request, CallSettings callSettings = null)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDatasetOperationMetadata |
The RPC response. |
CreateDatasetAsync(CreateDatasetRequest, CallSettings)
public override Task<Operation<Dataset, OperationMetadata>> CreateDatasetAsync(CreateDatasetRequest request, CallSettings callSettings = null)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDatasetOperationMetadata |
A Task containing the RPC response. |
CreateEngineConfig(CreateEngineConfigRequest, CallSettings)
public override Operation<EngineConfig, OperationMetadata> CreateEngineConfig(CreateEngineConfigRequest request, CallSettings callSettings = null)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEngineConfigOperationMetadata |
The RPC response. |
CreateEngineConfigAsync(CreateEngineConfigRequest, CallSettings)
public override Task<Operation<EngineConfig, OperationMetadata>> CreateEngineConfigAsync(CreateEngineConfigRequest request, CallSettings callSettings = null)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEngineConfigOperationMetadata |
A Task containing the RPC response. |
CreateInstance(CreateInstanceRequest, CallSettings)
public override Operation<Instance, OperationMetadata> CreateInstance(CreateInstanceRequest request, CallSettings callSettings = null)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInstanceOperationMetadata |
The RPC response. |
CreateInstanceAsync(CreateInstanceRequest, CallSettings)
public override Task<Operation<Instance, OperationMetadata>> CreateInstanceAsync(CreateInstanceRequest request, CallSettings callSettings = null)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInstanceOperationMetadata |
A Task containing the RPC response. |
CreateModel(CreateModelRequest, CallSettings)
public override Operation<Model, OperationMetadata> CreateModel(CreateModelRequest request, CallSettings callSettings = null)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationModelOperationMetadata |
The RPC response. |
CreateModelAsync(CreateModelRequest, CallSettings)
public override Task<Operation<Model, OperationMetadata>> CreateModelAsync(CreateModelRequest request, CallSettings callSettings = null)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationModelOperationMetadata |
A Task containing the RPC response. |
CreatePredictionResult(CreatePredictionResultRequest, CallSettings)
public override Operation<PredictionResult, OperationMetadata> CreatePredictionResult(CreatePredictionResultRequest request, CallSettings callSettings = null)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationPredictionResultOperationMetadata |
The RPC response. |
CreatePredictionResultAsync(CreatePredictionResultRequest, CallSettings)
public override Task<Operation<PredictionResult, OperationMetadata>> CreatePredictionResultAsync(CreatePredictionResultRequest request, CallSettings callSettings = null)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationPredictionResultOperationMetadata |
A Task containing the RPC response. |
DeleteBacktestResult(DeleteBacktestResultRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteBacktestResult(DeleteBacktestResultRequest request, CallSettings callSettings = null)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteBacktestResultAsync(DeleteBacktestResultRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteBacktestResultAsync(DeleteBacktestResultRequest request, CallSettings callSettings = null)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteDataset(DeleteDatasetRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteDataset(DeleteDatasetRequest request, CallSettings callSettings = null)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteDatasetAsync(DeleteDatasetRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteDatasetAsync(DeleteDatasetRequest request, CallSettings callSettings = null)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteEngineConfig(DeleteEngineConfigRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteEngineConfig(DeleteEngineConfigRequest request, CallSettings callSettings = null)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteEngineConfigAsync(DeleteEngineConfigRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteEngineConfigAsync(DeleteEngineConfigRequest request, CallSettings callSettings = null)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteInstance(DeleteInstanceRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteInstance(DeleteInstanceRequest request, CallSettings callSettings = null)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteInstanceAsync(DeleteInstanceRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteInstanceAsync(DeleteInstanceRequest request, CallSettings callSettings = null)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeleteModel(DeleteModelRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteModel(DeleteModelRequest request, CallSettings callSettings = null)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeleteModelAsync(DeleteModelRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteModelAsync(DeleteModelRequest request, CallSettings callSettings = null)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
DeletePredictionResult(DeletePredictionResultRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeletePredictionResult(DeletePredictionResultRequest request, CallSettings callSettings = null)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEmptyOperationMetadata |
The RPC response. |
DeletePredictionResultAsync(DeletePredictionResultRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeletePredictionResultAsync(DeletePredictionResultRequest request, CallSettings callSettings = null)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEmptyOperationMetadata |
A Task containing the RPC response. |
ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest, CallSettings)
public override Operation<ExportBacktestResultMetadataResponse, OperationMetadata> ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest request, CallSettings callSettings = null)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationExportBacktestResultMetadataResponseOperationMetadata |
The RPC response. |
ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest, CallSettings)
public override Task<Operation<ExportBacktestResultMetadataResponse, OperationMetadata>> ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest request, CallSettings callSettings = null)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationExportBacktestResultMetadataResponseOperationMetadata |
A Task containing the RPC response. |
ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest, CallSettings)
public override Operation<ExportEngineConfigMetadataResponse, OperationMetadata> ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest request, CallSettings callSettings = null)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationExportEngineConfigMetadataResponseOperationMetadata |
The RPC response. |
ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest, CallSettings)
public override Task<Operation<ExportEngineConfigMetadataResponse, OperationMetadata>> ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest request, CallSettings callSettings = null)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationExportEngineConfigMetadataResponseOperationMetadata |
A Task containing the RPC response. |
ExportModelMetadata(ExportModelMetadataRequest, CallSettings)
public override Operation<ExportModelMetadataResponse, OperationMetadata> ExportModelMetadata(ExportModelMetadataRequest request, CallSettings callSettings = null)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationExportModelMetadataResponseOperationMetadata |
The RPC response. |
ExportModelMetadataAsync(ExportModelMetadataRequest, CallSettings)
public override Task<Operation<ExportModelMetadataResponse, OperationMetadata>> ExportModelMetadataAsync(ExportModelMetadataRequest request, CallSettings callSettings = null)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationExportModelMetadataResponseOperationMetadata |
A Task containing the RPC response. |
ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest, CallSettings)
public override Operation<ExportPredictionResultMetadataResponse, OperationMetadata> ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest request, CallSettings callSettings = null)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationExportPredictionResultMetadataResponseOperationMetadata |
The RPC response. |
ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest, CallSettings)
public override Task<Operation<ExportPredictionResultMetadataResponse, OperationMetadata>> ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest request, CallSettings callSettings = null)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationExportPredictionResultMetadataResponseOperationMetadata |
A Task containing the RPC response. |
ExportRegisteredParties(ExportRegisteredPartiesRequest, CallSettings)
public override Operation<ExportRegisteredPartiesResponse, OperationMetadata> ExportRegisteredParties(ExportRegisteredPartiesRequest request, CallSettings callSettings = null)Exports the list of registered parties. See Create and manage instances for information on the output schema for this method.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportRegisteredPartiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationExportRegisteredPartiesResponseOperationMetadata |
The RPC response. |
ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest, CallSettings)
public override Task<Operation<ExportRegisteredPartiesResponse, OperationMetadata>> ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest request, CallSettings callSettings = null)Exports the list of registered parties. See Create and manage instances for information on the output schema for this method.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportRegisteredPartiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationExportRegisteredPartiesResponseOperationMetadata |
A Task containing the RPC response. |
GetBacktestResult(GetBacktestResultRequest, CallSettings)
public override BacktestResult GetBacktestResult(GetBacktestResultRequest request, CallSettings callSettings = null)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
BacktestResult |
The RPC response. |
GetBacktestResultAsync(GetBacktestResultRequest, CallSettings)
public override Task<BacktestResult> GetBacktestResultAsync(GetBacktestResultRequest request, CallSettings callSettings = null)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskBacktestResult |
A Task containing the RPC response. |
GetDataset(GetDatasetRequest, CallSettings)
public override Dataset GetDataset(GetDatasetRequest request, CallSettings callSettings = null)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Dataset |
The RPC response. |
GetDatasetAsync(GetDatasetRequest, CallSettings)
public override Task<Dataset> GetDatasetAsync(GetDatasetRequest request, CallSettings callSettings = null)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskDataset |
A Task containing the RPC response. |
GetEngineConfig(GetEngineConfigRequest, CallSettings)
public override EngineConfig GetEngineConfig(GetEngineConfigRequest request, CallSettings callSettings = null)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
EngineConfig |
The RPC response. |
GetEngineConfigAsync(GetEngineConfigRequest, CallSettings)
public override Task<EngineConfig> GetEngineConfigAsync(GetEngineConfigRequest request, CallSettings callSettings = null)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEngineConfig |
A Task containing the RPC response. |
GetEngineVersion(GetEngineVersionRequest, CallSettings)
public override EngineVersion GetEngineVersion(GetEngineVersionRequest request, CallSettings callSettings = null)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
EngineVersion |
The RPC response. |
GetEngineVersionAsync(GetEngineVersionRequest, CallSettings)
public override Task<EngineVersion> GetEngineVersionAsync(GetEngineVersionRequest request, CallSettings callSettings = null)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskEngineVersion |
A Task containing the RPC response. |
GetInstance(GetInstanceRequest, CallSettings)
public override Instance GetInstance(GetInstanceRequest request, CallSettings callSettings = null)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Instance |
The RPC response. |
GetInstanceAsync(GetInstanceRequest, CallSettings)
public override Task<Instance> GetInstanceAsync(GetInstanceRequest request, CallSettings callSettings = null)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskInstance |
A Task containing the RPC response. |
GetModel(GetModelRequest, CallSettings)
public override Model GetModel(GetModelRequest request, CallSettings callSettings = null)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Model |
The RPC response. |
GetModelAsync(GetModelRequest, CallSettings)
public override Task<Model> GetModelAsync(GetModelRequest request, CallSettings callSettings = null)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskModel |
A Task containing the RPC response. |
GetPredictionResult(GetPredictionResultRequest, CallSettings)
public override PredictionResult GetPredictionResult(GetPredictionResultRequest request, CallSettings callSettings = null)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PredictionResult |
The RPC response. |
GetPredictionResultAsync(GetPredictionResultRequest, CallSettings)
public override Task<PredictionResult> GetPredictionResultAsync(GetPredictionResultRequest request, CallSettings callSettings = null)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskPredictionResult |
A Task containing the RPC response. |
ImportRegisteredParties(ImportRegisteredPartiesRequest, CallSettings)
public override Operation<ImportRegisteredPartiesResponse, OperationMetadata> ImportRegisteredParties(ImportRegisteredPartiesRequest request, CallSettings callSettings = null)Imports the list of registered parties. See Create and manage instances for information on the input schema and response for this method.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRegisteredPartiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationImportRegisteredPartiesResponseOperationMetadata |
The RPC response. |
ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest, CallSettings)
public override Task<Operation<ImportRegisteredPartiesResponse, OperationMetadata>> ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest request, CallSettings callSettings = null)Imports the list of registered parties. See Create and manage instances for information on the input schema and response for this method.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportRegisteredPartiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationImportRegisteredPartiesResponseOperationMetadata |
A Task containing the RPC response. |
ListBacktestResults(ListBacktestResultsRequest, CallSettings)
public override PagedEnumerable<ListBacktestResultsResponse, BacktestResult> ListBacktestResults(ListBacktestResultsRequest request, CallSettings callSettings = null)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListBacktestResultsResponseBacktestResult |
A pageable sequence of BacktestResult resources. |
ListBacktestResultsAsync(ListBacktestResultsRequest, CallSettings)
public override PagedAsyncEnumerable<ListBacktestResultsResponse, BacktestResult> ListBacktestResultsAsync(ListBacktestResultsRequest request, CallSettings callSettings = null)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListBacktestResultsResponseBacktestResult |
A pageable asynchronous sequence of BacktestResult resources. |
ListDatasets(ListDatasetsRequest, CallSettings)
public override PagedEnumerable<ListDatasetsResponse, Dataset> ListDatasets(ListDatasetsRequest request, CallSettings callSettings = null)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListDatasetsResponseDataset |
A pageable sequence of Dataset resources. |
ListDatasetsAsync(ListDatasetsRequest, CallSettings)
public override PagedAsyncEnumerable<ListDatasetsResponse, Dataset> ListDatasetsAsync(ListDatasetsRequest request, CallSettings callSettings = null)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListDatasetsResponseDataset |
A pageable asynchronous sequence of Dataset resources. |
ListEngineConfigs(ListEngineConfigsRequest, CallSettings)
public override PagedEnumerable<ListEngineConfigsResponse, EngineConfig> ListEngineConfigs(ListEngineConfigsRequest request, CallSettings callSettings = null)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListEngineConfigsResponseEngineConfig |
A pageable sequence of EngineConfig resources. |
ListEngineConfigsAsync(ListEngineConfigsRequest, CallSettings)
public override PagedAsyncEnumerable<ListEngineConfigsResponse, EngineConfig> ListEngineConfigsAsync(ListEngineConfigsRequest request, CallSettings callSettings = null)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListEngineConfigsResponseEngineConfig |
A pageable asynchronous sequence of EngineConfig resources. |
ListEngineVersions(ListEngineVersionsRequest, CallSettings)
public override PagedEnumerable<ListEngineVersionsResponse, EngineVersion> ListEngineVersions(ListEngineVersionsRequest request, CallSettings callSettings = null)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListEngineVersionsResponseEngineVersion |
A pageable sequence of EngineVersion resources. |
ListEngineVersionsAsync(ListEngineVersionsRequest, CallSettings)
public override PagedAsyncEnumerable<ListEngineVersionsResponse, EngineVersion> ListEngineVersionsAsync(ListEngineVersionsRequest request, CallSettings callSettings = null)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListEngineVersionsResponseEngineVersion |
A pageable asynchronous sequence of EngineVersion resources. |
ListInstances(ListInstancesRequest, CallSettings)
public override PagedEnumerable<ListInstancesResponse, Instance> ListInstances(ListInstancesRequest request, CallSettings callSettings = null)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListInstancesResponseInstance |
A pageable sequence of Instance resources. |
ListInstancesAsync(ListInstancesRequest, CallSettings)
public override PagedAsyncEnumerable<ListInstancesResponse, Instance> ListInstancesAsync(ListInstancesRequest request, CallSettings callSettings = null)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListInstancesResponseInstance |
A pageable asynchronous sequence of Instance resources. |
ListModels(ListModelsRequest, CallSettings)
public override PagedEnumerable<ListModelsResponse, Model> ListModels(ListModelsRequest request, CallSettings callSettings = null)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListModelsResponseModel |
A pageable sequence of Model resources. |
ListModelsAsync(ListModelsRequest, CallSettings)
public override PagedAsyncEnumerable<ListModelsResponse, Model> ListModelsAsync(ListModelsRequest request, CallSettings callSettings = null)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListModelsResponseModel |
A pageable asynchronous sequence of Model resources. |
ListPredictionResults(ListPredictionResultsRequest, CallSettings)
public override PagedEnumerable<ListPredictionResultsResponse, PredictionResult> ListPredictionResults(ListPredictionResultsRequest request, CallSettings callSettings = null)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListPredictionResultsResponsePredictionResult |
A pageable sequence of PredictionResult resources. |
ListPredictionResultsAsync(ListPredictionResultsRequest, CallSettings)
public override PagedAsyncEnumerable<ListPredictionResultsResponse, PredictionResult> ListPredictionResultsAsync(ListPredictionResultsRequest request, CallSettings callSettings = null)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListPredictionResultsResponsePredictionResult |
A pageable asynchronous sequence of PredictionResult resources. |
UpdateBacktestResult(UpdateBacktestResultRequest, CallSettings)
public override Operation<BacktestResult, OperationMetadata> UpdateBacktestResult(UpdateBacktestResultRequest request, CallSettings callSettings = null)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationBacktestResultOperationMetadata |
The RPC response. |
UpdateBacktestResultAsync(UpdateBacktestResultRequest, CallSettings)
public override Task<Operation<BacktestResult, OperationMetadata>> UpdateBacktestResultAsync(UpdateBacktestResultRequest request, CallSettings callSettings = null)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationBacktestResultOperationMetadata |
A Task containing the RPC response. |
UpdateDataset(UpdateDatasetRequest, CallSettings)
public override Operation<Dataset, OperationMetadata> UpdateDataset(UpdateDatasetRequest request, CallSettings callSettings = null)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationDatasetOperationMetadata |
The RPC response. |
UpdateDatasetAsync(UpdateDatasetRequest, CallSettings)
public override Task<Operation<Dataset, OperationMetadata>> UpdateDatasetAsync(UpdateDatasetRequest request, CallSettings callSettings = null)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationDatasetOperationMetadata |
A Task containing the RPC response. |
UpdateEngineConfig(UpdateEngineConfigRequest, CallSettings)
public override Operation<EngineConfig, OperationMetadata> UpdateEngineConfig(UpdateEngineConfigRequest request, CallSettings callSettings = null)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationEngineConfigOperationMetadata |
The RPC response. |
UpdateEngineConfigAsync(UpdateEngineConfigRequest, CallSettings)
public override Task<Operation<EngineConfig, OperationMetadata>> UpdateEngineConfigAsync(UpdateEngineConfigRequest request, CallSettings callSettings = null)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationEngineConfigOperationMetadata |
A Task containing the RPC response. |
UpdateInstance(UpdateInstanceRequest, CallSettings)
public override Operation<Instance, OperationMetadata> UpdateInstance(UpdateInstanceRequest request, CallSettings callSettings = null)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationInstanceOperationMetadata |
The RPC response. |
UpdateInstanceAsync(UpdateInstanceRequest, CallSettings)
public override Task<Operation<Instance, OperationMetadata>> UpdateInstanceAsync(UpdateInstanceRequest request, CallSettings callSettings = null)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationInstanceOperationMetadata |
A Task containing the RPC response. |
UpdateModel(UpdateModelRequest, CallSettings)
public override Operation<Model, OperationMetadata> UpdateModel(UpdateModelRequest request, CallSettings callSettings = null)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationModelOperationMetadata |
The RPC response. |
UpdateModelAsync(UpdateModelRequest, CallSettings)
public override Task<Operation<Model, OperationMetadata>> UpdateModelAsync(UpdateModelRequest request, CallSettings callSettings = null)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationModelOperationMetadata |
A Task containing the RPC response. |
UpdatePredictionResult(UpdatePredictionResultRequest, CallSettings)
public override Operation<PredictionResult, OperationMetadata> UpdatePredictionResult(UpdatePredictionResultRequest request, CallSettings callSettings = null)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
OperationPredictionResultOperationMetadata |
The RPC response. |
UpdatePredictionResultAsync(UpdatePredictionResultRequest, CallSettings)
public override Task<Operation<PredictionResult, OperationMetadata>> UpdatePredictionResultAsync(UpdatePredictionResultRequest request, CallSettings callSettings = null)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskOperationPredictionResultOperationMetadata |
A Task containing the RPC response. |