public interface CustomOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomOutput.CustomOutputCase |
getCustomOutputCase() |
RawOutput |
getRawOutputs()
Output only.
|
RawOutputOrBuilder |
getRawOutputsOrBuilder()
Output only.
|
boolean |
hasRawOutputs()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRawOutputs()
Output only. List of raw output strings.
.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
RawOutput getRawOutputs()
Output only. List of raw output strings.
.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
RawOutputOrBuilder getRawOutputsOrBuilder()
Output only. List of raw output strings.
.google.cloud.aiplatform.v1beta1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomOutput.CustomOutputCase getCustomOutputCase()
Copyright © 2025 Google LLC. All rights reserved.