Interface TuneModelMetadataOrBuilder (2.43.0)

public interface TuneModelMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract String getModel()

The resource name of the model that this tune applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Returns
TypeDescription
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

The resource name of the model that this tune applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Returns
TypeDescription
ByteString

The bytes for model.