public interface MetricxSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceLanguage()
Optional.
|
com.google.protobuf.ByteString |
getSourceLanguageBytes()
Optional.
|
String |
getTargetLanguage()
Optional.
|
com.google.protobuf.ByteString |
getTargetLanguageBytes()
Optional.
|
MetricxSpec.MetricxVersion |
getVersion()
Required.
|
int |
getVersionValue()
Required.
|
boolean |
hasVersion()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVersion()
Required. Which version to use for evaluation.
optional .google.cloud.aiplatform.v1.MetricxSpec.MetricxVersion version = 1 [(.google.api.field_behavior) = REQUIRED];
int getVersionValue()
Required. Which version to use for evaluation.
optional .google.cloud.aiplatform.v1.MetricxSpec.MetricxVersion version = 1 [(.google.api.field_behavior) = REQUIRED];
MetricxSpec.MetricxVersion getVersion()
Required. Which version to use for evaluation.
optional .google.cloud.aiplatform.v1.MetricxSpec.MetricxVersion version = 1 [(.google.api.field_behavior) = REQUIRED];
String getSourceLanguage()
Optional. Source language in BCP-47 format.
string source_language = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSourceLanguageBytes()
Optional. Source language in BCP-47 format.
string source_language = 2 [(.google.api.field_behavior) = OPTIONAL];String getTargetLanguage()
Optional. Target language in BCP-47 format. Covers both prediction and reference.
string target_language = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTargetLanguageBytes()
Optional. Target language in BCP-47 format. Covers both prediction and reference.
string target_language = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.