Interface UploadModelResponseOrBuilder (3.42.0)

public interface UploadModelResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModel()

public abstract String getModel()

The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}

string model = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for model.

getModelVersionId()

public abstract String getModelVersionId()

Output only. The version ID of the model that is uploaded.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The modelVersionId.

getModelVersionIdBytes()

public abstract ByteString getModelVersionIdBytes()

Output only. The version ID of the model that is uploaded.

string model_version_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for modelVersionId.