Interface ReconConfig.ModelConfigOrBuilder (0.25.0)

public static interface ReconConfig.ModelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelName()

public abstract String getModelName()

Model name. Refer to external documentation for valid names. If unspecified, it defaults to the one mentioned in the documentation.

string model_name = 1;

Returns
TypeDescription
String

The modelName.

getModelNameBytes()

public abstract ByteString getModelNameBytes()

Model name. Refer to external documentation for valid names. If unspecified, it defaults to the one mentioned in the documentation.

string model_name = 1;

Returns
TypeDescription
ByteString

The bytes for modelName.

getVersionTag()

public abstract String getVersionTag()

Model version tag. Refer to external documentation for valid tags. If unspecified, it defaults to the one mentioned in the documentation.

string version_tag = 2;

Returns
TypeDescription
String

The versionTag.

getVersionTagBytes()

public abstract ByteString getVersionTagBytes()

Model version tag. Refer to external documentation for valid tags. If unspecified, it defaults to the one mentioned in the documentation.

string version_tag = 2;

Returns
TypeDescription
ByteString

The bytes for versionTag.