Interface CustomOutputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CustomOutput, CustomOutput.Builder

@Generated public interface CustomOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Output only.
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRawOutputs

      boolean hasRawOutputs()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the rawOutputs field is set.
    • getRawOutputs

      RawOutput getRawOutputs()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The rawOutputs.
    • getRawOutputsOrBuilder

      RawOutputOrBuilder getRawOutputsOrBuilder()
       Output only. List of raw output strings.
       
      .google.cloud.aiplatform.v1.RawOutput raw_outputs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCustomOutputCase

      CustomOutput.CustomOutputCase getCustomOutputCase()