public class FeaturestoreServiceClient : ClientBase<FeaturestoreService.FeaturestoreServiceClient>
Client for FeaturestoreService
Inheritance
Object > ClientBase > ClientBase<FeaturestoreService.FeaturestoreServiceClient> > 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
.
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
FeaturestoreServiceClient(ChannelBase)
public FeaturestoreServiceClient(ChannelBase channel)
Creates a new client for FeaturestoreService
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
FeaturestoreServiceClient(ClientBase.ClientBaseConfiguration)
protected FeaturestoreServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Name | Description |
configuration | ClientBase.ClientBaseConfiguration The client configuration. |
Methods
BatchCreateFeatures(BatchCreateFeaturesRequest, CallOptions)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, CallOptions options)
Creates a batch of Features in a given EntityType.
Name | Description |
request | BatchCreateFeaturesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
BatchCreateFeatures(BatchCreateFeaturesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation BatchCreateFeatures(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a batch of Features in a given EntityType.
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 | Nullable<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. |
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.
Name | Description |
request | BatchCreateFeaturesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
BatchCreateFeaturesAsync(BatchCreateFeaturesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchCreateFeaturesAsync(BatchCreateFeaturesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a batch of Features in a given EntityType.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | 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.
Name | Description |
request | BatchReadFeatureValuesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
BatchReadFeatureValues(BatchReadFeatureValuesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation BatchReadFeatureValues(BatchReadFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
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.
Name | Description |
request | BatchReadFeatureValuesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> BatchReadFeatureValuesAsync(BatchReadFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateEntityType(CreateEntityTypeRequest, CallOptions)
public virtual Operation CreateEntityType(CreateEntityTypeRequest request, CallOptions options)
Creates a new EntityType in a given Featurestore.
Name | Description |
request | CreateEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateEntityType(CreateEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateEntityType(CreateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new EntityType in a given Featurestore.
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 | Nullable<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. |
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.
Name | Description |
request | CreateEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateEntityTypeAsync(CreateEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateEntityTypeAsync(CreateEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new EntityType in a given Featurestore.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateFeature(CreateFeatureRequest, CallOptions)
public virtual Operation CreateFeature(CreateFeatureRequest request, CallOptions options)
Creates a new Feature in a given EntityType.
Name | Description |
request | CreateFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateFeature(CreateFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateFeature(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new Feature in a given EntityType.
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 | Nullable<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. |
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.
Name | Description |
request | CreateFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateFeatureAsync(CreateFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeatureAsync(CreateFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new Feature in a given EntityType.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateFeaturestore(CreateFeaturestoreRequest, CallOptions)
public virtual Operation CreateFeaturestore(CreateFeaturestoreRequest request, CallOptions options)
Creates a new Featurestore in a given project and location.
Name | Description |
request | CreateFeaturestoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateFeaturestore(CreateFeaturestoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateFeaturestore(CreateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new Featurestore in a given project and location.
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 | Nullable<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. |
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.
Name | Description |
request | CreateFeaturestoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateFeaturestoreAsync(CreateFeaturestoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateFeaturestoreAsync(CreateFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a new Featurestore in a given project and location.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Type | Description |
Operations.OperationsClient | 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.
Name | Description |
request | DeleteEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteEntityType(DeleteEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteEntityType(DeleteEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
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 | Nullable<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. |
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.
Name | Description |
request | DeleteEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteEntityTypeAsync(DeleteEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteEntityTypeAsync(DeleteEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single EntityType. The EntityType must not have any Features
or force
must be set to true for the request to succeed.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteFeature(DeleteFeatureRequest, CallOptions)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, CallOptions options)
Deletes a single Feature.
Name | Description |
request | DeleteFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteFeature(DeleteFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteFeature(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single Feature.
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 | Nullable<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. |
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.
Name | Description |
request | DeleteFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteFeatureAsync(DeleteFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeatureAsync(DeleteFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single Feature.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | 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.
Name | Description |
request | DeleteFeaturestoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteFeaturestore(DeleteFeaturestoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteFeaturestore(DeleteFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
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 | Nullable<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. |
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.
Name | Description |
request | DeleteFeaturestoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteFeaturestoreAsync(DeleteFeaturestoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteFeaturestoreAsync(DeleteFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single Featurestore. The Featurestore must not contain any
EntityTypes or force
must be set to true for the request to succeed.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | 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.
Name | Description |
request | ExportFeatureValuesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
ExportFeatureValues(ExportFeatureValuesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ExportFeatureValues(ExportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Exports Feature values from all the entities of a target EntityType.
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 | Nullable<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. |
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.
Name | Description |
request | ExportFeatureValuesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
ExportFeatureValuesAsync(ExportFeatureValuesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportFeatureValuesAsync(ExportFeatureValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Exports Feature values from all the entities of a target EntityType.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
GetEntityType(GetEntityTypeRequest, CallOptions)
public virtual EntityType GetEntityType(GetEntityTypeRequest request, CallOptions options)
Gets details of a single EntityType.
Name | Description |
request | GetEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
EntityType | The response received from the server. |
GetEntityType(GetEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual EntityType GetEntityType(GetEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets details of a single EntityType.
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 | Nullable<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. |
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.
Name | Description |
request | GetEntityTypeRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<EntityType> | The call object. |
GetEntityTypeAsync(GetEntityTypeRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<EntityType> GetEntityTypeAsync(GetEntityTypeRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets details of a single EntityType.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<EntityType> | The call object. |
GetFeature(GetFeatureRequest, CallOptions)
public virtual Feature GetFeature(GetFeatureRequest request, CallOptions options)
Gets details of a single Feature.
Name | Description |
request | GetFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Feature | The response received from the server. |
GetFeature(GetFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Feature GetFeature(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets details of a single Feature.
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 | Nullable<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. |
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.
Name | Description |
request | GetFeatureRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Feature> | The call object. |
GetFeatureAsync(GetFeatureRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Feature> GetFeatureAsync(GetFeatureRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets details of a single Feature.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Feature> | The call object. |
GetFeaturestore(GetFeaturestoreRequest, CallOptions)
public virtual Featurestore GetFeaturestore(GetFeaturestoreRequest request, CallOptions options)
Gets details of a single Featurestore.
Name | Description |
request | GetFeaturestoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Featurestore | The response received from the server. |
GetFeaturestore(GetFeaturestoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Featurestore GetFeaturestore(GetFeaturestoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Gets details of a single Featurestore.
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 | Nullable<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. |
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.
Name | Description |
request |
|