Interface ModelMonitoringOutputSpecOrBuilder (3.44.0)

public interface ModelMonitoringOutputSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcsBaseDirectory()

public abstract GcsDestination getGcsBaseDirectory()

Google Cloud Storage base folder path for metrics, error logs, etc.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_base_directory = 1;

Returns
Type Description
GcsDestination

The gcsBaseDirectory.

getGcsBaseDirectoryOrBuilder()

public abstract GcsDestinationOrBuilder getGcsBaseDirectoryOrBuilder()

Google Cloud Storage base folder path for metrics, error logs, etc.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_base_directory = 1;

Returns
Type Description
GcsDestinationOrBuilder

hasGcsBaseDirectory()

public abstract boolean hasGcsBaseDirectory()

Google Cloud Storage base folder path for metrics, error logs, etc.

.google.cloud.aiplatform.v1beta1.GcsDestination gcs_base_directory = 1;

Returns
Type Description
boolean

Whether the gcsBaseDirectory field is set.