Interface DeployRequest.CustomModelOrBuilder (3.71.0)

public static interface DeployRequest.CustomModelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsUri()

public abstract String getGcsUri()

Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).

string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The gcsUri.

getGcsUriBytes()

public abstract ByteString getGcsUriBytes()

Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).

string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for gcsUri.

getModelSourceCase()

public abstract DeployRequest.CustomModel.ModelSourceCase getModelSourceCase()
Returns
Type Description
DeployRequest.CustomModel.ModelSourceCase

hasGcsUri()

public abstract boolean hasGcsUri()

Immutable. The Google Cloud Storage URI of the custom model, storing weights and config files (which can be used to infer the base model).

string gcs_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the gcsUri field is set.