python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Vertex AI batch prediction location
When I initiate a batch prediction job on Vertex AI of google cloud, I have to specify a cloud storage bucket location. Suppose I provided the bucket location, 'my_bucket/prediction/', then the predic...
Tarique
Votes: 0
Answers: 2
Creating a Vertex AI Workbench with a Non Organization Account and problems with constraints/compute.vmExternalIpAccess
I'm trying to create a Vertex AI Workbench on GCP, but every time I try I get the following error:
<Workbench Name> Constraint constraints/compute.vmExternalIpAccess violated for project <Pro...
Santiago Cerón Uribe
Votes: 0
Answers: 1
Specifying Machine Type in Vertex AI Pipeline
I have a pipeline component defined like this:
data_task = run_ssd_data_op(
labels_path=input_labels,
data_config=config_task.outputs["output_data_config"],
training_...

James
Votes: 0
Answers: 1
Batch prediction Input
I have a tensorflow model deployed on Vertex AI of Google Cloud. The model definition is:
item_model = tf.keras.Sequential([
tf.keras.layers.StringLookup(
vocabulary=item_vocab, mask_token=Non...
Tarique
Votes: 0
Answers: 1