Interface OutputConfigOrBuilder

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

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

    Modifier and Type
    Method
    Description
     
    Cloud storage destination for evaluation output.
    Cloud storage destination for evaluation output.
    boolean
    Cloud storage destination for evaluation output.

    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

    • hasGcsDestination

      boolean hasGcsDestination()
       Cloud storage destination for evaluation output.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
      Returns:
      Whether the gcsDestination field is set.
    • getGcsDestination

      GcsDestination getGcsDestination()
       Cloud storage destination for evaluation output.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
      Returns:
      The gcsDestination.
    • getGcsDestinationOrBuilder

      GcsDestinationOrBuilder getGcsDestinationOrBuilder()
       Cloud storage destination for evaluation output.
       
      .google.cloud.aiplatform.v1.GcsDestination gcs_destination = 1;
    • getDestinationCase

      OutputConfig.DestinationCase getDestinationCase()