Package com.google.cloud.aiplatform.v1
Interface CustomOutputFormatConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomOutputFormatConfig,CustomOutputFormatConfig.Builder
@Generated
public interface CustomOutputFormatConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.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
-
hasReturnRawOutput
boolean hasReturnRawOutput()Optional. Whether to return raw output.
bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the returnRawOutput field is set.
-
getReturnRawOutput
boolean getReturnRawOutput()Optional. Whether to return raw output.
bool return_raw_output = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The returnRawOutput.
-
getCustomOutputFormatConfigCase
CustomOutputFormatConfig.CustomOutputFormatConfigCase getCustomOutputFormatConfigCase()
-