Interface PublisherModelConfigOrBuilder (3.96.0)

public interface PublisherModelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataSharingEnabledProvider()

public abstract PublisherModelConfig.ModelProvider getDataSharingEnabledProvider()

Optional. The model provider (publisher) for which the customer has enabled data sharing. For publisher models that are configured to require data sharing, a prediction request is only allowed when the model's publisher matches this provider. Otherwise, the request is rejected.

.google.cloud.aiplatform.v1beta1.PublisherModelConfig.ModelProvider data_sharing_enabled_provider = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PublisherModelConfig.ModelProvider

The dataSharingEnabledProvider.

getDataSharingEnabledProviderValue()

public abstract int getDataSharingEnabledProviderValue()

Optional. The model provider (publisher) for which the customer has enabled data sharing. For publisher models that are configured to require data sharing, a prediction request is only allowed when the model's publisher matches this provider. Otherwise, the request is rejected.

.google.cloud.aiplatform.v1beta1.PublisherModelConfig.ModelProvider data_sharing_enabled_provider = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for dataSharingEnabledProvider.

getLoggingConfig()

public abstract PredictRequestResponseLoggingConfig getLoggingConfig()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
PredictRequestResponseLoggingConfig

The loggingConfig.

getLoggingConfigOrBuilder()

public abstract PredictRequestResponseLoggingConfigOrBuilder getLoggingConfigOrBuilder()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
PredictRequestResponseLoggingConfigOrBuilder

hasLoggingConfig()

public abstract boolean hasLoggingConfig()

The prediction request/response logging config.

.google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig logging_config = 3;

Returns
Type Description
boolean

Whether the loggingConfig field is set.