Interface AIInference.UnstructuredInferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AIInference.UnstructuredInference, AIInference.UnstructuredInference.Builder
Enclosing class:
AIInference

public static interface AIInference.UnstructuredInferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    Optional.
    com.google.protobuf.StructOrBuilder
    Optional.
    boolean
    Optional.

    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

    • hasParameters

      boolean hasParameters()
       Optional. A parameters object to be included in each inference request.
       The parameters object is combined with the data field of the Pub/Sub
       message to form the inference request.
       
      .google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the parameters field is set.
    • getParameters

      com.google.protobuf.Struct getParameters()
       Optional. A parameters object to be included in each inference request.
       The parameters object is combined with the data field of the Pub/Sub
       message to form the inference request.
       
      .google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The parameters.
    • getParametersOrBuilder

      com.google.protobuf.StructOrBuilder getParametersOrBuilder()
       Optional. A parameters object to be included in each inference request.
       The parameters object is combined with the data field of the Pub/Sub
       message to form the inference request.
       
      .google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OPTIONAL];