Package com.google.cloud.aiplatform.v1
Interface RawOutputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RawOutput,RawOutput.Builder
@Generated
public interface RawOutputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRawOutput(int index) Output only.com.google.protobuf.ByteStringgetRawOutputBytes(int index) Output only.intOutput only.Output only.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
-
getRawOutputList
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the rawOutput.
-
getRawOutputCount
int getRawOutputCount()Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of rawOutput.
-
getRawOutput
Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The rawOutput at the given index.
-
getRawOutputBytes
com.google.protobuf.ByteString getRawOutputBytes(int index) Output only. Raw output string.
repeated string raw_output = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the rawOutput at the given index.
-