public interface TrainCustomModelResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorConfig()
public abstract ImportErrorConfig getErrorConfig()Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;
| Returns | |
|---|---|
| Type | Description |
ImportErrorConfig |
The errorConfig. |
getErrorConfigOrBuilder()
public abstract ImportErrorConfigOrBuilder getErrorConfigOrBuilder()Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;
| Returns | |
|---|---|
| Type | Description |
ImportErrorConfigOrBuilder |
|
getErrorSamples(int index)
public abstract Status getErrorSamples(int index)A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
|
getErrorSamplesCount()
public abstract int getErrorSamplesCount()A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorSamplesList()
public abstract List<Status> getErrorSamplesList()A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;
| Returns | |
|---|---|
| Type | Description |
List<com.google.rpc.Status> |
|
getErrorSamplesOrBuilder(int index)
public abstract StatusOrBuilder getErrorSamplesOrBuilder(int index)A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getErrorSamplesOrBuilderList()
public abstract List<? extends StatusOrBuilder> getErrorSamplesOrBuilderList()A sample of errors encountered while processing the data.
repeated .google.rpc.Status error_samples = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
|
getModelStatus()
public abstract 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 is in progress.
- ready: The model is ready for serving.
string model_status = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The modelStatus. |
getModelStatusBytes()
public abstract 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 is in progress.
- ready: The model is ready for serving.
string model_status = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelStatus. |
hasErrorConfig()
public abstract boolean hasErrorConfig()Echoes the destination for the complete errors in the request if set.
.google.cloud.discoveryengine.v1alpha.ImportErrorConfig error_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the errorConfig field is set. |