Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel.
Metadata that describes a custom tuned model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Timestamp the Model was created at.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Timestamp the Model was created at.
- (::Google::Protobuf::Timestamp) — Timestamp the Model was created at.
#display_name
def display_name() -> ::String
- (::String) — The display name of the model.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The display name of the model.
- (::String) — The display name of the model.
#metrics
def metrics() -> ::Google::Protobuf::Map{::String => ::Float}
- (::Google::Protobuf::Map{::String => ::Float}) — The metrics of the trained model.
#metrics=
def metrics=(value) -> ::Google::Protobuf::Map{::String => ::Float}
- value (::Google::Protobuf::Map{::String => ::Float}) — The metrics of the trained model.
- (::Google::Protobuf::Map{::String => ::Float}) — The metrics of the trained model.
#model_state
def model_state() -> ::Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState
-
(::Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState) — The state that the model is in (e.g.
TRAINING
orTRAINING_FAILED
).
#model_state=
def model_state=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState
-
value (::Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState) — The state that the model is in (e.g.
TRAINING
orTRAINING_FAILED
).
-
(::Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState) — The state that the model is in (e.g.
TRAINING
orTRAINING_FAILED
).
#model_version
def model_version() -> ::Integer
- (::Integer) — The version of the model.
#model_version=
def model_version=(value) -> ::Integer
- value (::Integer) — The version of the model.
- (::Integer) — The version of the model.
#name
def name() -> ::String
-
(::String) — 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.
#name=
def name=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#training_start_time
def training_start_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Timestamp the model training was initiated.
#training_start_time=
def training_start_time=(value) -> ::Google::Protobuf::Timestamp
- value (::Google::Protobuf::Timestamp) — Timestamp the model training was initiated.
- (::Google::Protobuf::Timestamp) — Timestamp the model training was initiated.