public interface TrainCustomModelResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetrics(String key)
The metrics of the trained model.
|
ImportErrorConfig |
getErrorConfig()
Echoes the destination for the complete errors in the request if set.
|
ImportErrorConfigOrBuilder |
getErrorConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
|
com.google.rpc.Status |
getErrorSamples(int index)
A sample of errors encountered while processing the data.
|
int |
getErrorSamplesCount()
A sample of errors encountered while processing the data.
|
List<com.google.rpc.Status> |
getErrorSamplesList()
A sample of errors encountered while processing the data.
|
com.google.rpc.StatusOrBuilder |
getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the data.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the data.
|
Map<String,Double> |
getMetrics()
Deprecated.
|
int |
getMetricsCount()
The metrics of the trained model.
|
Map<String,Double> |
getMetricsMap()
The metrics of the trained model.
|
double |
getMetricsOrDefault(String key,
double defaultValue)
The metrics of the trained model.
|
double |
getMetricsOrThrow(String key)
The metrics of the trained model.
|
String |
getModelName()
Fully qualified name of the CustomTuningModel.
|
com.google.protobuf.ByteString |
getModelNameBytes()
Fully qualified name of the CustomTuningModel.
|
String |
getModelStatus()
The trained model status.
|
com.google.protobuf.ByteString |
getModelStatusBytes()
The trained model status.
|
boolean |
hasErrorConfig()
Echoes the destination for the complete errors in the request if set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.rpc.Status> getErrorSamplesList()
A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.Status getErrorSamples(int index)
A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;int getErrorSamplesCount()
A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;List<? extends com.google.rpc.StatusOrBuilder> getErrorSamplesOrBuilderList()
A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;com.google.rpc.StatusOrBuilder getErrorSamplesOrBuilder(int index)
A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;boolean hasErrorConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;ImportErrorConfig getErrorConfig()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;ImportErrorConfigOrBuilder getErrorConfigOrBuilder()
Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;String getModelStatus()
The trained model status. Possible values are: * **bad-data**: The training data quality is bad. * **no-improvement**: Tuning didn't improve performance. Won't deploy. * **in-progress**: Model training job creation is in progress. * **training**: Model is actively training. * **evaluating**: The model is evaluating trained metrics. * **indexing**: The model trained metrics are indexing. * **ready**: The model is ready for serving.
string model_status = 3;com.google.protobuf.ByteString getModelStatusBytes()
The trained model status. Possible values are: * **bad-data**: The training data quality is bad. * **no-improvement**: Tuning didn't improve performance. Won't deploy. * **in-progress**: Model training job creation is in progress. * **training**: Model is actively training. * **evaluating**: The model is evaluating trained metrics. * **indexing**: The model trained metrics are indexing. * **ready**: The model is ready for serving.
string model_status = 3;int getMetricsCount()
The metrics of the trained model.
map<string, double> metrics = 4;boolean containsMetrics(String key)
The metrics of the trained model.
map<string, double> metrics = 4;@Deprecated Map<String,Double> getMetrics()
getMetricsMap() instead.Map<String,Double> getMetricsMap()
The metrics of the trained model.
map<string, double> metrics = 4;double getMetricsOrDefault(String key, double defaultValue)
The metrics of the trained model.
map<string, double> metrics = 4;double getMetricsOrThrow(String key)
The metrics of the trained model.
map<string, double> metrics = 4;String getModelName()
Fully qualified name of the CustomTuningModel.
string model_name = 5;com.google.protobuf.ByteString getModelNameBytes()
Fully qualified name of the CustomTuningModel.
string model_name = 5;Copyright © 2024 Google LLC. All rights reserved.