Interface AutoMlTablesMetadataOrBuilder

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

    public interface AutoMlTablesMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getTrainCostMilliNodeHours()
      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 Detail

      • getTrainCostMilliNodeHours

        long getTrainCostMilliNodeHours()
         Output only. The actual training cost of the model, expressed in milli
         node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed
         to not exceed the train budget.
         
        int64 train_cost_milli_node_hours = 1;
        Returns:
        The trainCostMilliNodeHours.