Interface AssessDataRequest.BatchPredictionValidationAssessmentConfigOrBuilder (3.64.0)

public static interface AssessDataRequest.BatchPredictionValidationAssessmentConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelName()

public abstract String getModelName()

Required. The name of the model used for batch prediction.

string model_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The modelName.

getModelNameBytes()

public abstract ByteString getModelNameBytes()

Required. The name of the model used for batch prediction.

string model_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for modelName.