Path Parameters
Unique identifier derived from confidential client information.
Body
Response
OK
The identifier of the model. For:
-
Pre-trained models, the value options are
multilinguallm
,text-encoder
, orclip-encoder
. -
Custom models, the value is the universally unique identified (UUID) that is the primary key for the model.
The name of the custom model. This field only applies to custom models.
The object that specifies if the model is pre-trained (shared) or custom. Valid options are pre-trained (shared)
or custom
.
The name of the modelType
. For:
-
Pre-trained models, the value is the same as the
id
value. The value options aremultilinguallm
,text-encoder
, orclip-encoder
. -
Custom models, the value is the name of the model.
The description of the model.
The geographic region specified when the custom model was trained.
The number of elements and objects in the custom model. This field only applies to custom models.
The location of the training data in Google Cloud Storage (GCS).
The configuration parameters passed to the model training job.
This field specifies the current status of the model. For:
-
Pre-trained (shared) models, the only value is:
AVAILABLE
- The model was successfully trained and is ready to be deployed.
-
Custom models, the value can be:
-
TRAINING
- The custom model is being trained. -
TRAINING_FAILED
- The model training failed. -
AVAILABLE
- The model was successfully trained and is ready to be deployed.
-
The date and time the training started. This field only applies to custom models.
The date and time the training completed. This field only applies to custom models.
The user who created the model. This field only applies to custom models.
This array is only returned for deployed custom models, so these fields are not included for pre-trained models.