public interface ModelMonitoringOutputSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |