Interface AssessDataRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssessDataRequest,AssessDataRequest.Builder
@Generated
public interface AssessDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Optional.Optional.Optional.Optional.getName()Required.com.google.protobuf.ByteStringRequired.Optional.Optional.Optional.Optional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTuningValidationAssessmentConfig
boolean hasTuningValidationAssessmentConfig()Optional. Configuration for the tuning validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningValidationAssessmentConfig tuning_validation_assessment_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the tuningValidationAssessmentConfig field is set.
-
getTuningValidationAssessmentConfig
AssessDataRequest.TuningValidationAssessmentConfig getTuningValidationAssessmentConfig()Optional. Configuration for the tuning validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningValidationAssessmentConfig tuning_validation_assessment_config = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The tuningValidationAssessmentConfig.
-
getTuningValidationAssessmentConfigOrBuilder
AssessDataRequest.TuningValidationAssessmentConfigOrBuilder getTuningValidationAssessmentConfigOrBuilder()Optional. Configuration for the tuning validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningValidationAssessmentConfig tuning_validation_assessment_config = 2 [(.google.api.field_behavior) = OPTIONAL]; -
hasTuningResourceUsageAssessmentConfig
boolean hasTuningResourceUsageAssessmentConfig()Optional. Configuration for the tuning resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningResourceUsageAssessmentConfig tuning_resource_usage_assessment_config = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the tuningResourceUsageAssessmentConfig field is set.
-
getTuningResourceUsageAssessmentConfig
AssessDataRequest.TuningResourceUsageAssessmentConfig getTuningResourceUsageAssessmentConfig()Optional. Configuration for the tuning resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningResourceUsageAssessmentConfig tuning_resource_usage_assessment_config = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The tuningResourceUsageAssessmentConfig.
-
getTuningResourceUsageAssessmentConfigOrBuilder
AssessDataRequest.TuningResourceUsageAssessmentConfigOrBuilder getTuningResourceUsageAssessmentConfigOrBuilder()Optional. Configuration for the tuning resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.TuningResourceUsageAssessmentConfig tuning_resource_usage_assessment_config = 3 [(.google.api.field_behavior) = OPTIONAL]; -
hasBatchPredictionValidationAssessmentConfig
boolean hasBatchPredictionValidationAssessmentConfig()Optional. Configuration for the batch prediction validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionValidationAssessmentConfig batch_prediction_validation_assessment_config = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the batchPredictionValidationAssessmentConfig field is set.
-
getBatchPredictionValidationAssessmentConfig
AssessDataRequest.BatchPredictionValidationAssessmentConfig getBatchPredictionValidationAssessmentConfig()Optional. Configuration for the batch prediction validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionValidationAssessmentConfig batch_prediction_validation_assessment_config = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The batchPredictionValidationAssessmentConfig.
-
getBatchPredictionValidationAssessmentConfigOrBuilder
AssessDataRequest.BatchPredictionValidationAssessmentConfigOrBuilder getBatchPredictionValidationAssessmentConfigOrBuilder()Optional. Configuration for the batch prediction validation assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionValidationAssessmentConfig batch_prediction_validation_assessment_config = 6 [(.google.api.field_behavior) = OPTIONAL]; -
hasBatchPredictionResourceUsageAssessmentConfig
boolean hasBatchPredictionResourceUsageAssessmentConfig()Optional. Configuration for the batch prediction resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionResourceUsageAssessmentConfig batch_prediction_resource_usage_assessment_config = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the batchPredictionResourceUsageAssessmentConfig field is set.
-
getBatchPredictionResourceUsageAssessmentConfig
AssessDataRequest.BatchPredictionResourceUsageAssessmentConfig getBatchPredictionResourceUsageAssessmentConfig()Optional. Configuration for the batch prediction resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionResourceUsageAssessmentConfig batch_prediction_resource_usage_assessment_config = 7 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The batchPredictionResourceUsageAssessmentConfig.
-
getBatchPredictionResourceUsageAssessmentConfigOrBuilder
AssessDataRequest.BatchPredictionResourceUsageAssessmentConfigOrBuilder getBatchPredictionResourceUsageAssessmentConfigOrBuilder()Optional. Configuration for the batch prediction resource usage assessment.
.google.cloud.aiplatform.v1beta1.AssessDataRequest.BatchPredictionResourceUsageAssessmentConfig batch_prediction_resource_usage_assessment_config = 7 [(.google.api.field_behavior) = OPTIONAL]; -
getName
String getName()Required. The name of the Dataset resource. Used only for MULTIMODAL datasets. Format: `projects/{project}/locations/{location}/datasets/{dataset}`string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. The name of the Dataset resource. Used only for MULTIMODAL datasets. Format: `projects/{project}/locations/{location}/datasets/{dataset}`string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
hasGeminiRequestReadConfig
boolean hasGeminiRequestReadConfig()Optional. The Gemini request read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the geminiRequestReadConfig field is set.
-
getGeminiRequestReadConfig
GeminiRequestReadConfig getGeminiRequestReadConfig()Optional. The Gemini request read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 8 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The geminiRequestReadConfig.
-
getGeminiRequestReadConfigOrBuilder
GeminiRequestReadConfigOrBuilder getGeminiRequestReadConfigOrBuilder()Optional. The Gemini request read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 8 [(.google.api.field_behavior) = OPTIONAL]; -
getAssessmentConfigCase
AssessDataRequest.AssessmentConfigCase getAssessmentConfigCase()
-