Class CustomTuningModel (0.11.13)

CustomTuningModel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata that describes a custom tuned model.

Attributes

Name Description
name str
Required. The fully qualified resource name of the model. Format: projects/{project_number}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model} model must be an alpha-numerical string with limit of 40 characters.
display_name str
The display name of the model.
model_version int
The version of the model.
model_state google.cloud.discoveryengine_v1beta.types.CustomTuningModel.ModelState
The state that the model is in (e.g.TRAINING or TRAINING_FAILED).
create_time google.protobuf.timestamp_pb2.Timestamp
Timestamp the Model was created at.
training_start_time google.protobuf.timestamp_pb2.Timestamp
Timestamp the model training was initiated.

Classes

ModelState

ModelState(value)

The state of the model.