Package com.google.cloud.aiplatform.v1
Interface CometInstanceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CometInstance,CometInstance.Builder
@Generated
public interface CometInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.booleanRequired.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
-
hasPrediction
boolean hasPrediction()Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the prediction field is set.
-
getPrediction
String getPrediction()Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The prediction.
-
getPredictionBytes
com.google.protobuf.ByteString getPredictionBytes()Required. Output of the evaluated model.
optional string prediction = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for prediction.
-
hasReference
boolean hasReference()Optional. Ground truth used to compare against the prediction.
optional string reference = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the reference field is set.
-
getReference
String getReference()Optional. Ground truth used to compare against the prediction.
optional string reference = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The reference.
-
getReferenceBytes
com.google.protobuf.ByteString getReferenceBytes()Optional. Ground truth used to compare against the prediction.
optional string reference = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for reference.
-
hasSource
boolean hasSource()Optional. Source text in original language.
optional string source = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the source field is set.
-
getSource
String getSource()Optional. Source text in original language.
optional string source = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()Optional. Source text in original language.
optional string source = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for source.
-