- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public class FeaturestoreService.FeaturestoreServiceClient : ClientBase<FeaturestoreService.FeaturestoreServiceClient>
Reference documentation and code samples for the Cloud AI Platform v1 API class FeaturestoreService.FeaturestoreServiceClient.
Client for FeaturestoreService
Inheritance
object > ClientBase > ClientBaseFeaturestoreServiceFeaturestoreServiceClient > FeaturestoreService.FeaturestoreServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
FeaturestoreServiceClient()
protected FeaturestoreServiceClient()
Protected parameterless constructor to allow creation of test doubles.
FeaturestoreServiceClient(CallInvoker)
public FeaturestoreServiceClient(CallInvoker callInvoker)
Creates a new client for FeaturestoreService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
FeaturestoreServiceClient(ChannelBase)
public FeaturestoreServiceClient(ChannelBase channel)
Creates a new client for FeaturestoreService
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
FeaturestoreServiceClient(ClientBaseConfiguration)
protected FeaturestoreServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
BatchCreateFeatures(BatchCreateFeaturesRequest, CallOptions)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, CallOptions options)
Creates a batch of Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
BatchCreateFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
BatchCreateFeatures(BatchCreateFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a batch of Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
BatchCreateFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
BatchCreateFeaturesAsync(BatchCreateFeaturesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchCreateFeaturesAsync(BatchCreateFeaturesRequest request, CallOptions options)
Creates a batch of Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
BatchCreateFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchCreateFeaturesAsync(BatchCreateFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchCreateFeaturesAsync(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a batch of Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
BatchCreateFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchReadFeatureValues(BatchReadFeatureValuesRequest, CallOptions)
public virtual Operation BatchReadFeatureValues(BatchReadFeatureValuesRequest request, CallOptions options)
Batch reads Feature values from a Featurestore.
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Parameters | |
---|---|
Name | Description |
request |
BatchReadFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
BatchReadFeatureValues(BatchReadFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation BatchReadFeatureValues(BatchReadFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Batch reads Feature values from a Featurestore.
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Parameters | |
---|---|
Name | Description |
request |
BatchReadFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request, CallOptions options)
Batch reads Feature values from a Featurestore.
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Parameters | |
---|---|
Name | Description |
request |
BatchReadFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Batch reads Feature values from a Featurestore.
This API enables batch reading Feature values, where each read instance in the batch may read Feature values of entities from one or more EntityTypes. Point-in-time correctness is guaranteed for Feature values of each read instance as of each instance's read timestamp.
Parameters | |
---|---|
Name | Description |
request |
BatchReadFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEntityType(CreateEntityTypeRequest, CallOptions)
public virtual Operation CreateEntityType(CreateEntityTypeRequest request, CallOptions options)
Creates a new EntityType in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
CreateEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateEntityType(CreateEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateEntityType(CreateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new EntityType in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
CreateEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateEntityTypeAsync(CreateEntityTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateEntityTypeAsync(CreateEntityTypeRequest request, CallOptions options)
Creates a new EntityType in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
CreateEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateEntityTypeAsync(CreateEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEntityTypeAsync(CreateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new EntityType in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
CreateEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFeature(CreateFeatureRequest, CallOptions)
public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)
Creates a new Feature in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
CreateFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateFeature(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFeature(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Feature in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
CreateFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateFeatureAsync(CreateFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, CallOptions options)
Creates a new Feature in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
CreateFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFeatureAsync(CreateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Feature in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
CreateFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFeaturestore(CreateFeaturestoreRequest, CallOptions)
public virtual Operation CreateFeaturestore(CreateFeaturestoreRequest request, CallOptions options)
Creates a new Featurestore in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateFeaturestore(CreateFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateFeaturestore(CreateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Featurestore in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateFeaturestoreAsync(CreateFeaturestoreRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateFeaturestoreAsync(CreateFeaturestoreRequest request, CallOptions options)
Creates a new Featurestore in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateFeaturestoreAsync(CreateFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeaturestoreAsync(CreateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new Featurestore in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()
Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
IAMPolicyIAMPolicyClient |
A new IAMPolicy.IAMPolicyClient for the same target as this client. |
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. |
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. |
DeleteEntityType(DeleteEntityTypeRequest, CallOptions)
public virtual Operation DeleteEntityType(DeleteEntityTypeRequest request, CallOptions options)
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteEntityType(DeleteEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteEntityType(DeleteEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteEntityTypeAsync(DeleteEntityTypeRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteEntityTypeAsync(DeleteEntityTypeRequest request, CallOptions options)
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteEntityTypeAsync(DeleteEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEntityTypeAsync(DeleteEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeature(DeleteFeatureRequest, CallOptions)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)
Deletes a single Feature.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeature(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Feature.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeatureAsync(DeleteFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, CallOptions options)
Deletes a single Feature.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeatureAsync(DeleteFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Feature.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeatureValues(DeleteFeatureValuesRequest, CallOptions)
public virtual Operation DeleteFeatureValues(DeleteFeatureValuesRequest request, CallOptions options)
Delete Feature values from Featurestore.
The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done.
If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeatureValues(DeleteFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeatureValues(DeleteFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete Feature values from Featurestore.
The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done.
If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeatureValuesAsync(DeleteFeatureValuesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeatureValuesAsync(DeleteFeatureValuesRequest request, CallOptions options)
Delete Feature values from Featurestore.
The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done.
If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeatureValuesAsync(DeleteFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureValuesAsync(DeleteFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete Feature values from Featurestore.
The progress of the deletion is tracked by the returned operation. The deleted feature values are guaranteed to be invisible to subsequent read operations after the operation is marked as successfully done.
If a delete feature values operation fails, the feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same delete request again and wait till the new operation returned is marked as successfully done.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeaturestore(DeleteFeaturestoreRequest, CallOptions)
public virtual Operation DeleteFeaturestore(DeleteFeaturestoreRequest request, CallOptions options)
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeaturestore(DeleteFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteFeaturestore(DeleteFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteFeaturestoreAsync(DeleteFeaturestoreRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteFeaturestoreAsync(DeleteFeaturestoreRequest request, CallOptions options)
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteFeaturestoreAsync(DeleteFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeaturestoreAsync(DeleteFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
Parameters | |
---|---|
Name | Description |
request |
DeleteFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportFeatureValues(ExportFeatureValuesRequest, CallOptions)
public virtual Operation ExportFeatureValues(ExportFeatureValuesRequest request, CallOptions options)
Exports Feature values from all the entities of a target EntityType.
Parameters | |
---|---|
Name | Description |
request |
ExportFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
ExportFeatureValues(ExportFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ExportFeatureValues(ExportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Exports Feature values from all the entities of a target EntityType.
Parameters | |
---|---|
Name | Description |
request |
ExportFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
ExportFeatureValuesAsync(ExportFeatureValuesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ExportFeatureValuesAsync(ExportFeatureValuesRequest request, CallOptions options)
Exports Feature values from all the entities of a target EntityType.
Parameters | |
---|---|
Name | Description |
request |
ExportFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
ExportFeatureValuesAsync(ExportFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportFeatureValuesAsync(ExportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Exports Feature values from all the entities of a target EntityType.
Parameters | |
---|---|
Name | Description |
request |
ExportFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
GetEntityType(GetEntityTypeRequest, CallOptions)
public virtual EntityType GetEntityType(GetEntityTypeRequest request, CallOptions options)
Gets details of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
GetEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
EntityType |
The response received from the server. |
GetEntityType(GetEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual EntityType GetEntityType(GetEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
GetEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
EntityType |
The response received from the server. |
GetEntityTypeAsync(GetEntityTypeRequest, CallOptions)
public virtual AsyncUnaryCall<EntityType> GetEntityTypeAsync(GetEntityTypeRequest request, CallOptions options)
Gets details of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
GetEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEntityType |
The call object. |
GetEntityTypeAsync(GetEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EntityType> GetEntityTypeAsync(GetEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
GetEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEntityType |
The call object. |
GetFeature(GetFeatureRequest, CallOptions)
public virtual Feature GetFeature(GetFeatureRequest request, CallOptions options)
Gets details of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
GetFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Feature |
The response received from the server. |
GetFeature(GetFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Feature GetFeature(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
GetFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Feature |
The response received from the server. |
GetFeatureAsync(GetFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, CallOptions options)
Gets details of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
GetFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeature |
The call object. |
GetFeatureAsync(GetFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
GetFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeature |
The call object. |
GetFeaturestore(GetFeaturestoreRequest, CallOptions)
public virtual Featurestore GetFeaturestore(GetFeaturestoreRequest request, CallOptions options)
Gets details of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
GetFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Featurestore |
The response received from the server. |
GetFeaturestore(GetFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Featurestore GetFeaturestore(GetFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
GetFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Featurestore |
The response received from the server. |
GetFeaturestoreAsync(GetFeaturestoreRequest, CallOptions)
public virtual AsyncUnaryCall<Featurestore> GetFeaturestoreAsync(GetFeaturestoreRequest request, CallOptions options)
Gets details of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
GetFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeaturestore |
The call object. |
GetFeaturestoreAsync(GetFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Featurestore> GetFeaturestoreAsync(GetFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
GetFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeaturestore |
The call object. |
ImportFeatureValues(ImportFeatureValuesRequest, CallOptions)
public virtual Operation ImportFeatureValues(ImportFeatureValuesRequest request, CallOptions options)
Imports Feature values into the Featurestore from a source storage.
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp.
- Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy.
- Online serving cluster is under-provisioned.
Parameters | |
---|---|
Name | Description |
request |
ImportFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
ImportFeatureValues(ImportFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ImportFeatureValues(ImportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Imports Feature values into the Featurestore from a source storage.
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp.
- Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy.
- Online serving cluster is under-provisioned.
Parameters | |
---|---|
Name | Description |
request |
ImportFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
ImportFeatureValuesAsync(ImportFeatureValuesRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ImportFeatureValuesAsync(ImportFeatureValuesRequest request, CallOptions options)
Imports Feature values into the Featurestore from a source storage.
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp.
- Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy.
- Online serving cluster is under-provisioned.
Parameters | |
---|---|
Name | Description |
request |
ImportFeatureValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
ImportFeatureValuesAsync(ImportFeatureValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ImportFeatureValuesAsync(ImportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Imports Feature values into the Featurestore from a source storage.
The progress of the import is tracked by the returned operation. The imported features are guaranteed to be visible to subsequent read operations after the operation is marked as successfully done.
If an import operation fails, the Feature values returned from reads and exports may be inconsistent. If consistency is required, the caller must retry the same import request again and wait till the new operation returned is marked as successfully done.
There are also scenarios where the caller can cause inconsistency.
- Source data for import contains multiple distinct Feature values for the same entity ID and timestamp.
- Source is modified during an import. This includes adding, updating, or removing source data and/or metadata. Examples of updating metadata include but are not limited to changing storage location, storage class, or retention policy.
- Online serving cluster is under-provisioned.
Parameters | |
---|---|
Name | Description |
request |
ImportFeatureValuesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
ListEntityTypes(ListEntityTypesRequest, CallOptions)
public virtual ListEntityTypesResponse ListEntityTypes(ListEntityTypesRequest request, CallOptions options)
Lists EntityTypes in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
ListEntityTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListEntityTypesResponse |
The response received from the server. |
ListEntityTypes(ListEntityTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListEntityTypesResponse ListEntityTypes(ListEntityTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists EntityTypes in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
ListEntityTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListEntityTypesResponse |
The response received from the server. |
ListEntityTypesAsync(ListEntityTypesRequest, CallOptions)
public virtual AsyncUnaryCall<ListEntityTypesResponse> ListEntityTypesAsync(ListEntityTypesRequest request, CallOptions options)
Lists EntityTypes in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
ListEntityTypesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListEntityTypesResponse |
The call object. |
ListEntityTypesAsync(ListEntityTypesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListEntityTypesResponse> ListEntityTypesAsync(ListEntityTypesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists EntityTypes in a given Featurestore.
Parameters | |
---|---|
Name | Description |
request |
ListEntityTypesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListEntityTypesResponse |
The call object. |
ListFeatures(ListFeaturesRequest, CallOptions)
public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, CallOptions options)
Lists Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListFeaturesResponse |
The response received from the server. |
ListFeatures(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeaturesResponse ListFeatures(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListFeaturesResponse |
The response received from the server. |
ListFeaturesAsync(ListFeaturesRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, CallOptions options)
Lists Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListFeaturesResponse |
The call object. |
ListFeaturesAsync(ListFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeaturesResponse> ListFeaturesAsync(ListFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Features in a given EntityType.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListFeaturesResponse |
The call object. |
ListFeaturestores(ListFeaturestoresRequest, CallOptions)
public virtual ListFeaturestoresResponse ListFeaturestores(ListFeaturestoresRequest request, CallOptions options)
Lists Featurestores in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturestoresRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListFeaturestoresResponse |
The response received from the server. |
ListFeaturestores(ListFeaturestoresRequest, Metadata, DateTime?, CancellationToken)
public virtual ListFeaturestoresResponse ListFeaturestores(ListFeaturestoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Featurestores in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturestoresRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListFeaturestoresResponse |
The response received from the server. |
ListFeaturestoresAsync(ListFeaturestoresRequest, CallOptions)
public virtual AsyncUnaryCall<ListFeaturestoresResponse> ListFeaturestoresAsync(ListFeaturestoresRequest request, CallOptions options)
Lists Featurestores in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturestoresRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListFeaturestoresResponse |
The call object. |
ListFeaturestoresAsync(ListFeaturestoresRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListFeaturestoresResponse> ListFeaturestoresAsync(ListFeaturestoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Featurestores in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListFeaturestoresRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListFeaturestoresResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override FeaturestoreService.FeaturestoreServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
FeaturestoreServiceFeaturestoreServiceClient |
SearchFeatures(SearchFeaturesRequest, CallOptions)
public virtual SearchFeaturesResponse SearchFeatures(SearchFeaturesRequest request, CallOptions options)
Searches Features matching a query in a given project.
Parameters | |
---|---|
Name | Description |
request |
SearchFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse |
The response received from the server. |
SearchFeatures(SearchFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual SearchFeaturesResponse SearchFeatures(SearchFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Features matching a query in a given project.
Parameters | |
---|---|
Name | Description |
request |
SearchFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
SearchFeaturesResponse |
The response received from the server. |
SearchFeaturesAsync(SearchFeaturesRequest, CallOptions)
public virtual AsyncUnaryCall<SearchFeaturesResponse> SearchFeaturesAsync(SearchFeaturesRequest request, CallOptions options)
Searches Features matching a query in a given project.
Parameters | |
---|---|
Name | Description |
request |
SearchFeaturesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchFeaturesResponse |
The call object. |
SearchFeaturesAsync(SearchFeaturesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SearchFeaturesResponse> SearchFeaturesAsync(SearchFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Features matching a query in a given project.
Parameters | |
---|---|
Name | Description |
request |
SearchFeaturesRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchFeaturesResponse |
The call object. |
UpdateEntityType(UpdateEntityTypeRequest, CallOptions)
public virtual EntityType UpdateEntityType(UpdateEntityTypeRequest request, CallOptions options)
Updates the parameters of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
UpdateEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
EntityType |
The response received from the server. |
UpdateEntityType(UpdateEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual EntityType UpdateEntityType(UpdateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
UpdateEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
EntityType |
The response received from the server. |
UpdateEntityTypeAsync(UpdateEntityTypeRequest, CallOptions)
public virtual AsyncUnaryCall<EntityType> UpdateEntityTypeAsync(UpdateEntityTypeRequest request, CallOptions options)
Updates the parameters of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
UpdateEntityTypeRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEntityType |
The call object. |
UpdateEntityTypeAsync(UpdateEntityTypeRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<EntityType> UpdateEntityTypeAsync(UpdateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single EntityType.
Parameters | |
---|---|
Name | Description |
request |
UpdateEntityTypeRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEntityType |
The call object. |
UpdateFeature(UpdateFeatureRequest, CallOptions)
public virtual Feature UpdateFeature(UpdateFeatureRequest request, CallOptions options)
Updates the parameters of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Feature |
The response received from the server. |
UpdateFeature(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual Feature UpdateFeature(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Feature |
The response received from the server. |
UpdateFeatureAsync(UpdateFeatureRequest, CallOptions)
public virtual AsyncUnaryCall<Feature> UpdateFeatureAsync(UpdateFeatureRequest request, CallOptions options)
Updates the parameters of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeatureRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeature |
The call object. |
UpdateFeatureAsync(UpdateFeatureRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Feature> UpdateFeatureAsync(UpdateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Feature.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeatureRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallFeature |
The call object. |
UpdateFeaturestore(UpdateFeaturestoreRequest, CallOptions)
public virtual Operation UpdateFeaturestore(UpdateFeaturestoreRequest request, CallOptions options)
Updates the parameters of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateFeaturestore(UpdateFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateFeaturestore(UpdateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateFeaturestoreAsync(UpdateFeaturestoreRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateFeaturestoreAsync(UpdateFeaturestoreRequest request, CallOptions options)
Updates the parameters of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeaturestoreRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateFeaturestoreAsync(UpdateFeaturestoreRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateFeaturestoreAsync(UpdateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a single Featurestore.
Parameters | |
---|---|
Name | Description |
request |
UpdateFeaturestoreRequest The request to send to the server. |
headers |
Metadata The initial metadata to send with the call. This parameter is optional. |
deadline |
DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken |
CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |