org.tensorflow.metadata.v0.PathOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow_metadata/proto/v0/path.proto
// Protobuf Java Version: 3.25.4
package org.tensorflow.metadata.v0;
public interface PathOrBuilder extends
// @@protoc_insertion_point(interface_extends:tensorflow.metadata.v0.Path)
com.google.protobuf.MessageOrBuilder {
/**
*
* Any string is a valid step.
* However, whenever possible have a step be [A-Za-z0-9_]+.
*
*
* repeated string step = 1;
* @return A list containing the step.
*/
java.util.List
getStepList();
/**
*
* Any string is a valid step.
* However, whenever possible have a step be [A-Za-z0-9_]+.
*
*
* repeated string step = 1;
* @return The count of step.
*/
int getStepCount();
/**
*
* Any string is a valid step.
* However, whenever possible have a step be [A-Za-z0-9_]+.
*
*
* repeated string step = 1;
* @param index The index of the element to return.
* @return The step at the given index.
*/
java.lang.String getStep(int index);
/**
*
* Any string is a valid step.
* However, whenever possible have a step be [A-Za-z0-9_]+.
*
*
* repeated string step = 1;
* @param index The index of the value to return.
* @return The bytes of the step at the given index.
*/
com.google.protobuf.ByteString
getStepBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy