All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.metadata.v0.TimeDomainOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/schema.proto

// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;

public interface TimeDomainOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.TimeDomain)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Expected format that contains a combination of regular characters and
   * special format specifiers. Format specifiers are a subset of the
   * strptime standard.
   * 
* * string string_format = 1; * @return Whether the stringFormat field is set. */ boolean hasStringFormat(); /** *
   * Expected format that contains a combination of regular characters and
   * special format specifiers. Format specifiers are a subset of the
   * strptime standard.
   * 
* * string string_format = 1; * @return The stringFormat. */ java.lang.String getStringFormat(); /** *
   * Expected format that contains a combination of regular characters and
   * special format specifiers. Format specifiers are a subset of the
   * strptime standard.
   * 
* * string string_format = 1; * @return The bytes for stringFormat. */ com.google.protobuf.ByteString getStringFormatBytes(); /** *
   * Expected format of integer times.
   * 
* * .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2; * @return Whether the integerFormat field is set. */ boolean hasIntegerFormat(); /** *
   * Expected format of integer times.
   * 
* * .tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat integer_format = 2; * @return The integerFormat. */ org.tensorflow.metadata.v0.TimeDomain.IntegerTimeFormat getIntegerFormat(); org.tensorflow.metadata.v0.TimeDomain.FormatCase getFormatCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy