public class AML.AMLClient : ClientBase<AML.AMLClient>Reference documentation and code samples for the Financial Services v1 API class AML.AMLClient.
Client for AML
Namespace
Google.Cloud.FinancialServices.V1Assembly
Google.Cloud.FinancialServices.V1.dll
Constructors
AMLClient()
protected AMLClient()Protected parameterless constructor to allow creation of test doubles.
AMLClient(CallInvoker)
public AMLClient(CallInvoker callInvoker)Creates a new client for AML that uses a custom CallInvoker.
| Parameter | |
|---|---|
| Name | Description |
callInvoker |
CallInvokerThe callInvoker to use to make remote calls. |
AMLClient(ChannelBase)
public AMLClient(ChannelBase channel)Creates a new client for AML
| Parameter | |
|---|---|
| Name | Description |
channel |
ChannelBaseThe channel to use to make remote calls. |
AMLClient(ClientBaseConfiguration)
protected AMLClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfigurationThe client configuration. |
Methods
CreateBacktestResult(CreateBacktestResultRequest, CallOptions)
public virtual Operation CreateBacktestResult(CreateBacktestResultRequest request, CallOptions options)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateBacktestResult(CreateBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateBacktestResult(CreateBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateBacktestResultAsync(CreateBacktestResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateBacktestResultAsync(CreateBacktestResultRequest request, CallOptions options)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateBacktestResultAsync(CreateBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateBacktestResultAsync(CreateBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateDataset(CreateDatasetRequest, CallOptions)
public virtual Operation CreateDataset(CreateDatasetRequest request, CallOptions options)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateDataset(CreateDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateDataset(CreateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateDatasetAsync(CreateDatasetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateDatasetAsync(CreateDatasetRequest request, CallOptions options)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateDatasetAsync(CreateDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateDatasetAsync(CreateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEngineConfig(CreateEngineConfigRequest, CallOptions)
public virtual Operation CreateEngineConfig(CreateEngineConfigRequest request, CallOptions options)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEngineConfig(CreateEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateEngineConfig(CreateEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateEngineConfigAsync(CreateEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateEngineConfigAsync(CreateEngineConfigRequest request, CallOptions options)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEngineConfigAsync(CreateEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEngineConfigAsync(CreateEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateInstance(CreateInstanceRequest, CallOptions)
public virtual Operation CreateInstance(CreateInstanceRequest request, CallOptions options)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateInstance(CreateInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateInstance(CreateInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateInstanceAsync(CreateInstanceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateInstanceAsync(CreateInstanceRequest request, CallOptions options)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateInstanceAsync(CreateInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateInstanceAsync(CreateInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
LocationsLocationsClient |
A new Locations.LocationsClient for the same target as this client. |
CreateModel(CreateModelRequest, CallOptions)
public virtual Operation CreateModel(CreateModelRequest request, CallOptions options)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateModel(CreateModelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateModel(CreateModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreateModelAsync(CreateModelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateModelAsync(CreateModelRequest request, CallOptions options)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateModelAsync(CreateModelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateModelAsync(CreateModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Creates a model.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
| Returns | |
|---|---|
| Type | Description |
OperationsOperationsClient |
A new Operations client for the same target as this client. |
CreatePredictionResult(CreatePredictionResultRequest, CallOptions)
public virtual Operation CreatePredictionResult(CreatePredictionResultRequest request, CallOptions options)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePredictionResult(CreatePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreatePredictionResult(CreatePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
CreatePredictionResultAsync(CreatePredictionResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePredictionResultAsync(CreatePredictionResultRequest request, CallOptions options)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePredictionResultAsync(CreatePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreatePredictionResultAsync(CreatePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Create a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteBacktestResult(DeleteBacktestResultRequest, CallOptions)
public virtual Operation DeleteBacktestResult(DeleteBacktestResultRequest request, CallOptions options)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteBacktestResult(DeleteBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteBacktestResult(DeleteBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteBacktestResultAsync(DeleteBacktestResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteBacktestResultAsync(DeleteBacktestResultRequest request, CallOptions options)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteBacktestResultAsync(DeleteBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteBacktestResultAsync(DeleteBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteDataset(DeleteDatasetRequest, CallOptions)
public virtual Operation DeleteDataset(DeleteDatasetRequest request, CallOptions options)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteDataset(DeleteDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteDataset(DeleteDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteDatasetAsync(DeleteDatasetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteDatasetAsync(DeleteDatasetRequest request, CallOptions options)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteDatasetAsync(DeleteDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDatasetAsync(DeleteDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteEngineConfig(DeleteEngineConfigRequest, CallOptions)
public virtual Operation DeleteEngineConfig(DeleteEngineConfigRequest request, CallOptions options)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEngineConfig(DeleteEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteEngineConfig(DeleteEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteEngineConfigAsync(DeleteEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteEngineConfigAsync(DeleteEngineConfigRequest request, CallOptions options)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteEngineConfigAsync(DeleteEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEngineConfigAsync(DeleteEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteInstance(DeleteInstanceRequest, CallOptions)
public virtual Operation DeleteInstance(DeleteInstanceRequest request, CallOptions options)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteInstance(DeleteInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteInstance(DeleteInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteInstanceAsync(DeleteInstanceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteInstanceAsync(DeleteInstanceRequest request, CallOptions options)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteInstanceAsync(DeleteInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteInstanceAsync(DeleteInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteModel(DeleteModelRequest, CallOptions)
public virtual Operation DeleteModel(DeleteModelRequest request, CallOptions options)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteModel(DeleteModelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteModel(DeleteModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeleteModelAsync(DeleteModelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteModelAsync(DeleteModelRequest request, CallOptions options)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteModelAsync(DeleteModelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteModelAsync(DeleteModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a model.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePredictionResult(DeletePredictionResultRequest, CallOptions)
public virtual Operation DeletePredictionResult(DeletePredictionResultRequest request, CallOptions options)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePredictionResult(DeletePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeletePredictionResult(DeletePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
DeletePredictionResultAsync(DeletePredictionResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePredictionResultAsync(DeletePredictionResultRequest request, CallOptions options)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePredictionResultAsync(DeletePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeletePredictionResultAsync(DeletePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Deletes a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest, CallOptions)
public virtual Operation ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest request, CallOptions options)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportBacktestResultMetadata(ExportBacktestResultMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest request, CallOptions options)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportBacktestResultMetadataAsync(ExportBacktestResultMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a BacktestResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportBacktestResultMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest, CallOptions)
public virtual Operation ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest request, CallOptions options)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportEngineConfigMetadata(ExportEngineConfigMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest request, CallOptions options)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportEngineConfigMetadataAsync(ExportEngineConfigMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for an EngineConfig resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportEngineConfigMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportModelMetadata(ExportModelMetadataRequest, CallOptions)
public virtual Operation ExportModelMetadata(ExportModelMetadataRequest request, CallOptions options)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportModelMetadata(ExportModelMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportModelMetadata(ExportModelMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportModelMetadataAsync(ExportModelMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportModelMetadataAsync(ExportModelMetadataRequest request, CallOptions options)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportModelMetadataAsync(ExportModelMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportModelMetadataAsync(ExportModelMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a Model resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportModelMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest, CallOptions)
public virtual Operation ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest request, CallOptions options)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportPredictionResultMetadata(ExportPredictionResultMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest request, CallOptions options)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportPredictionResultMetadataAsync(ExportPredictionResultMetadataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Export governance information for a PredictionResult resource. For information on the exported fields, see AML output data model.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPredictionResultMetadataRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportRegisteredParties(ExportRegisteredPartiesRequest, CallOptions)
public virtual Operation ExportRegisteredParties(ExportRegisteredPartiesRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportRegisteredParties(ExportRegisteredPartiesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportRegisteredParties(ExportRegisteredPartiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportRegisteredPartiesAsync(ExportRegisteredPartiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetBacktestResult(GetBacktestResultRequest, CallOptions)
public virtual BacktestResult GetBacktestResult(GetBacktestResultRequest request, CallOptions options)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
BacktestResult |
The response received from the server. |
GetBacktestResult(GetBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual BacktestResult GetBacktestResult(GetBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
BacktestResult |
The response received from the server. |
GetBacktestResultAsync(GetBacktestResultRequest, CallOptions)
public virtual AsyncUnaryCall<BacktestResult> GetBacktestResultAsync(GetBacktestResultRequest request, CallOptions options)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallBacktestResult |
The call object. |
GetBacktestResultAsync(GetBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<BacktestResult> GetBacktestResultAsync(GetBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallBacktestResult |
The call object. |
GetDataset(GetDatasetRequest, CallOptions)
public virtual Dataset GetDataset(GetDatasetRequest request, CallOptions options)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Dataset |
The response received from the server. |
GetDataset(GetDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual Dataset GetDataset(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Dataset |
The response received from the server. |
GetDatasetAsync(GetDatasetRequest, CallOptions)
public virtual AsyncUnaryCall<Dataset> GetDatasetAsync(GetDatasetRequest request, CallOptions options)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDataset |
The call object. |
GetDatasetAsync(GetDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Dataset> GetDatasetAsync(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallDataset |
The call object. |
GetEngineConfig(GetEngineConfigRequest, CallOptions)
public virtual EngineConfig GetEngineConfig(GetEngineConfigRequest request, CallOptions options)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EngineConfig |
The response received from the server. |
GetEngineConfig(GetEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual EngineConfig GetEngineConfig(GetEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
EngineConfig |
The response received from the server. |
GetEngineConfigAsync(GetEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<EngineConfig> GetEngineConfigAsync(GetEngineConfigRequest request, CallOptions options)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEngineConfig |
The call object. |
GetEngineConfigAsync(GetEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EngineConfig> GetEngineConfigAsync(GetEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an engine config.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEngineConfig |
The call object. |
GetEngineVersion(GetEngineVersionRequest, CallOptions)
public virtual EngineVersion GetEngineVersion(GetEngineVersionRequest request, CallOptions options)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
EngineVersion |
The response received from the server. |
GetEngineVersion(GetEngineVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual EngineVersion GetEngineVersion(GetEngineVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
EngineVersion |
The response received from the server. |
GetEngineVersionAsync(GetEngineVersionRequest, CallOptions)
public virtual AsyncUnaryCall<EngineVersion> GetEngineVersionAsync(GetEngineVersionRequest request, CallOptions options)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEngineVersion |
The call object. |
GetEngineVersionAsync(GetEngineVersionRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EngineVersion> GetEngineVersionAsync(GetEngineVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a single EngineVersion.
| Parameters | |
|---|---|
| Name | Description |
request |
GetEngineVersionRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallEngineVersion |
The call object. |
GetInstance(GetInstanceRequest, CallOptions)
public virtual Instance GetInstance(GetInstanceRequest request, CallOptions options)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Instance |
The response received from the server. |
GetInstance(GetInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual Instance GetInstance(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Instance |
The response received from the server. |
GetInstanceAsync(GetInstanceRequest, CallOptions)
public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, CallOptions options)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallInstance |
The call object. |
GetInstanceAsync(GetInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Instance> GetInstanceAsync(GetInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets an instance.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallInstance |
The call object. |
GetModel(GetModelRequest, CallOptions)
public virtual Model GetModel(GetModelRequest request, CallOptions options)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Model |
The response received from the server. |
GetModel(GetModelRequest, Metadata, DateTime?, CancellationToken)
public virtual Model GetModel(GetModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Model |
The response received from the server. |
GetModelAsync(GetModelRequest, CallOptions)
public virtual AsyncUnaryCall<Model> GetModelAsync(GetModelRequest request, CallOptions options)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallModel |
The call object. |
GetModelAsync(GetModelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Model> GetModelAsync(GetModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a model.
| Parameters | |
|---|---|
| Name | Description |
request |
GetModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallModel |
The call object. |
GetPredictionResult(GetPredictionResultRequest, CallOptions)
public virtual PredictionResult GetPredictionResult(GetPredictionResultRequest request, CallOptions options)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
PredictionResult |
The response received from the server. |
GetPredictionResult(GetPredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual PredictionResult GetPredictionResult(GetPredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
PredictionResult |
The response received from the server. |
GetPredictionResultAsync(GetPredictionResultRequest, CallOptions)
public virtual AsyncUnaryCall<PredictionResult> GetPredictionResultAsync(GetPredictionResultRequest request, CallOptions options)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPredictionResult |
The call object. |
GetPredictionResultAsync(GetPredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<PredictionResult> GetPredictionResultAsync(GetPredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Gets a PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallPredictionResult |
The call object. |
ImportRegisteredParties(ImportRegisteredPartiesRequest, CallOptions)
public virtual Operation ImportRegisteredParties(ImportRegisteredPartiesRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ImportRegisteredParties(ImportRegisteredPartiesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ImportRegisteredParties(ImportRegisteredPartiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest request, CallOptions options)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 to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ImportRegisteredPartiesAsync(ImportRegisteredPartiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)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 to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
ListBacktestResults(ListBacktestResultsRequest, CallOptions)
public virtual ListBacktestResultsResponse ListBacktestResults(ListBacktestResultsRequest request, CallOptions options)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListBacktestResultsResponse |
The response received from the server. |
ListBacktestResults(ListBacktestResultsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListBacktestResultsResponse ListBacktestResults(ListBacktestResultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListBacktestResultsResponse |
The response received from the server. |
ListBacktestResultsAsync(ListBacktestResultsRequest, CallOptions)
public virtual AsyncUnaryCall<ListBacktestResultsResponse> ListBacktestResultsAsync(ListBacktestResultsRequest request, CallOptions options)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListBacktestResultsResponse |
The call object. |
ListBacktestResultsAsync(ListBacktestResultsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListBacktestResultsResponse> ListBacktestResultsAsync(ListBacktestResultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List BacktestResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListBacktestResultsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListBacktestResultsResponse |
The call object. |
ListDatasets(ListDatasetsRequest, CallOptions)
public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, CallOptions options)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListDatasetsResponse |
The response received from the server. |
ListDatasets(ListDatasetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListDatasetsResponse |
The response received from the server. |
ListDatasetsAsync(ListDatasetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListDatasetsResponse> ListDatasetsAsync(ListDatasetsRequest request, CallOptions options)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListDatasetsResponse |
The call object. |
ListDatasetsAsync(ListDatasetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListDatasetsResponse> ListDatasetsAsync(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists datasets.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListDatasetsResponse |
The call object. |
ListEngineConfigs(ListEngineConfigsRequest, CallOptions)
public virtual ListEngineConfigsResponse ListEngineConfigs(ListEngineConfigsRequest request, CallOptions options)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEngineConfigsResponse |
The response received from the server. |
ListEngineConfigs(ListEngineConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEngineConfigsResponse ListEngineConfigs(ListEngineConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListEngineConfigsResponse |
The response received from the server. |
ListEngineConfigsAsync(ListEngineConfigsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEngineConfigsResponse> ListEngineConfigsAsync(ListEngineConfigsRequest request, CallOptions options)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEngineConfigsResponse |
The call object. |
ListEngineConfigsAsync(ListEngineConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEngineConfigsResponse> ListEngineConfigsAsync(ListEngineConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists engine configs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineConfigsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEngineConfigsResponse |
The call object. |
ListEngineVersions(ListEngineVersionsRequest, CallOptions)
public virtual ListEngineVersionsResponse ListEngineVersions(ListEngineVersionsRequest request, CallOptions options)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListEngineVersionsResponse |
The response received from the server. |
ListEngineVersions(ListEngineVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEngineVersionsResponse ListEngineVersions(ListEngineVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListEngineVersionsResponse |
The response received from the server. |
ListEngineVersionsAsync(ListEngineVersionsRequest, CallOptions)
public virtual AsyncUnaryCall<ListEngineVersionsResponse> ListEngineVersionsAsync(ListEngineVersionsRequest request, CallOptions options)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEngineVersionsResponse |
The call object. |
ListEngineVersionsAsync(ListEngineVersionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEngineVersionsResponse> ListEngineVersionsAsync(ListEngineVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists EngineVersions for given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListEngineVersionsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListEngineVersionsResponse |
The call object. |
ListInstances(ListInstancesRequest, CallOptions)
public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, CallOptions options)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
The response received from the server. |
ListInstances(ListInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListInstancesResponse ListInstances(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
The response received from the server. |
ListInstancesAsync(ListInstancesRequest, CallOptions)
public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, CallOptions options)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListInstancesResponse |
The call object. |
ListInstancesAsync(ListInstancesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListInstancesResponse> ListInstancesAsync(ListInstancesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists instances.
| Parameters | |
|---|---|
| Name | Description |
request |
ListInstancesRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListInstancesResponse |
The call object. |
ListModels(ListModelsRequest, CallOptions)
public virtual ListModelsResponse ListModels(ListModelsRequest request, CallOptions options)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListModelsResponse |
The response received from the server. |
ListModels(ListModelsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListModelsResponse ListModels(ListModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListModelsResponse |
The response received from the server. |
ListModelsAsync(ListModelsRequest, CallOptions)
public virtual AsyncUnaryCall<ListModelsResponse> ListModelsAsync(ListModelsRequest request, CallOptions options)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListModelsResponse |
The call object. |
ListModelsAsync(ListModelsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListModelsResponse> ListModelsAsync(ListModelsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Lists models.
| Parameters | |
|---|---|
| Name | Description |
request |
ListModelsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListModelsResponse |
The call object. |
ListPredictionResults(ListPredictionResultsRequest, CallOptions)
public virtual ListPredictionResultsResponse ListPredictionResults(ListPredictionResultsRequest request, CallOptions options)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
ListPredictionResultsResponse |
The response received from the server. |
ListPredictionResults(ListPredictionResultsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPredictionResultsResponse ListPredictionResults(ListPredictionResultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
ListPredictionResultsResponse |
The response received from the server. |
ListPredictionResultsAsync(ListPredictionResultsRequest, CallOptions)
public virtual AsyncUnaryCall<ListPredictionResultsResponse> ListPredictionResultsAsync(ListPredictionResultsRequest request, CallOptions options)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPredictionResultsResponse |
The call object. |
ListPredictionResultsAsync(ListPredictionResultsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPredictionResultsResponse> ListPredictionResultsAsync(ListPredictionResultsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)List PredictionResults.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPredictionResultsRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallListPredictionResultsResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override AML.AMLClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
| Returns | |
|---|---|
| Type | Description |
AMLAMLClient |
|
UpdateBacktestResult(UpdateBacktestResultRequest, CallOptions)
public virtual Operation UpdateBacktestResult(UpdateBacktestResultRequest request, CallOptions options)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateBacktestResult(UpdateBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateBacktestResult(UpdateBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateBacktestResultAsync(UpdateBacktestResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateBacktestResultAsync(UpdateBacktestResultRequest request, CallOptions options)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateBacktestResultAsync(UpdateBacktestResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateBacktestResultAsync(UpdateBacktestResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single BacktestResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateBacktestResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateDataset(UpdateDatasetRequest, CallOptions)
public virtual Operation UpdateDataset(UpdateDatasetRequest request, CallOptions options)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateDataset(UpdateDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateDataset(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateDatasetAsync(UpdateDatasetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateDatasetAsync(UpdateDatasetRequest request, CallOptions options)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateDatasetAsync(UpdateDatasetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateDatasetAsync(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Dataset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateEngineConfig(UpdateEngineConfigRequest, CallOptions)
public virtual Operation UpdateEngineConfig(UpdateEngineConfigRequest request, CallOptions options)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEngineConfig(UpdateEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateEngineConfig(UpdateEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateEngineConfigAsync(UpdateEngineConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateEngineConfigAsync(UpdateEngineConfigRequest request, CallOptions options)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateEngineConfigAsync(UpdateEngineConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateEngineConfigAsync(UpdateEngineConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single EngineConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateEngineConfigRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateInstance(UpdateInstanceRequest, CallOptions)
public virtual Operation UpdateInstance(UpdateInstanceRequest request, CallOptions options)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateInstance(UpdateInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateInstance(UpdateInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateInstanceAsync(UpdateInstanceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateInstanceAsync(UpdateInstanceRequest request, CallOptions options)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateInstanceAsync(UpdateInstanceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateInstanceAsync(UpdateInstanceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Instance.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateInstanceRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateModel(UpdateModelRequest, CallOptions)
public virtual Operation UpdateModel(UpdateModelRequest request, CallOptions options)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateModel(UpdateModelRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateModel(UpdateModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdateModelAsync(UpdateModelRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateModelAsync(UpdateModelRequest request, CallOptions options)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateModelAsync(UpdateModelRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateModelAsync(UpdateModelRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single Model.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateModelRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePredictionResult(UpdatePredictionResultRequest, CallOptions)
public virtual Operation UpdatePredictionResult(UpdatePredictionResultRequest request, CallOptions options)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePredictionResult(UpdatePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdatePredictionResult(UpdatePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
Operation |
The response received from the server. |
UpdatePredictionResultAsync(UpdatePredictionResultRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePredictionResultAsync(UpdatePredictionResultRequest request, CallOptions options)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request to send to the server. |
options |
CallOptionsThe options for the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePredictionResultAsync(UpdatePredictionResultRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdatePredictionResultAsync(UpdatePredictionResultRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)Updates the parameters of a single PredictionResult.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePredictionResultRequestThe request to send to the server. |
headers |
MetadataThe initial metadata to send with the call. This parameter is optional. |
deadline |
System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationTokenAn optional token for canceling the call. |
| Returns | |
|---|---|
| Type | Description |
AsyncUnaryCallOperation |
The call object. |