Using Feature Store Rezensionen

2289 Rezensionen

Srinivasa M. · Vor mehr als 2 Jahre überprüft

Francesco V. · Vor mehr als 2 Jahre überprüft

Fermin H. · Vor mehr als 2 Jahre überprüft

Tanmay B. · Vor mehr als 2 Jahre überprüft

Gianmarco C. · Vor mehr als 2 Jahre überprüft

Nikolai K. · Vor mehr als 2 Jahre überprüft

good lab

Pritesh A. · Vor mehr als 2 Jahre überprüft

Mounir S. · Vor mehr als 2 Jahre überprüft

Failed with _InactiveRpcError in first ToDo cell.

Geneva K. · Vor mehr als 2 Jahre überprüft

Rahul K. · Vor mehr als 2 Jahre überprüft

Andrew F. · Vor mehr als 2 Jahre überprüft

atoosa b. · Vor mehr als 2 Jahre überprüft

Dipanshu S. · Vor mehr als 2 Jahre überprüft

Denys S. · Vor mehr als 2 Jahre überprüft

Sahil S. · Vor mehr als 2 Jahre überprüft

this generated an error because the table was never created in the dataset... batch_serving_request = featurestore_service_pb2.BatchReadFeatureValuesRequest( # featurestore info featurestore=admin_client.featurestore_path(PROJECT_ID, REGION, FEATURESTORE_ID), # URL for the label data, i.e., Table 1. csv_read_instances=io_pb2.CsvSource( gcs_source=io_pb2.GcsSource(uris=[INPUT_CSV_FILE]) ), destination=featurestore_service_pb2.FeatureValueDestination( bigquery_destination=io_pb2.BigQueryDestination( # Output to BigQuery table created earlier output_uri=DESTINATION_TABLE_URI ) ), entity_type_specs=[ featurestore_service_pb2.BatchReadFeatureValuesRequest.EntityTypeSpec( # Read the 'age', 'gender' and 'liked_genres' features from the 'users' entity # TODO 3a entity_type_id="users", feature_selector=FeatureSelector( id_matcher=IdMatcher( ids=[ # features, use "*" if you want to select all features within this entity type "age", "gender", "liked_genres", ] ) ), ), featurestore_service_pb2.BatchReadFeatureValuesRequest.EntityTypeSpec( # Read the 'average_rating' and 'genres' feature values of the 'movies' entity # TODO 3b entity_type_id="movies", feature_selector=FeatureSelector( id_matcher=IdMatcher(ids=["average_rating", "genres"]) ), ), ], ) Also, i couldn't find the classes in the documentation such as... from google.cloud.aiplatform_v1beta1.types import io as io_pb2 isn't in https://cloud.google.com/python/docs/reference/aiplatform/latest/google.cloud.aiplatform_v1beta1.types.Featurestore

Tobias C. · Vor mehr als 2 Jahre überprüft

Jeremy A. · Vor mehr als 2 Jahre überprüft

Alex G. · Vor mehr als 2 Jahre überprüft

suvojyoti c. · Vor mehr als 2 Jahre überprüft

Nitin P. · Vor mehr als 2 Jahre überprüft

Apicha k. · Vor mehr als 2 Jahre überprüft

Sylvain P. · Vor mehr als 2 Jahre überprüft

The lab worked only when I changed the region to US East 1. There's too much python - it's much more illustrative to follow along and upload things in the UI.

Holger M. · Vor mehr als 2 Jahre überprüft

Jake H. · Vor mehr als 2 Jahre überprüft

Stoyan P. · Vor mehr als 2 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.