com.clarifai.grpc.api.DatasetVersionMetricsGroupOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface DatasetVersionMetricsGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionMetricsGroup)
com.google.protobuf.MessageOrBuilder {
/**
* string parent_path = 1;
* @return The parentPath.
*/
java.lang.String getParentPath();
/**
* string parent_path = 1;
* @return The bytes for parentPath.
*/
com.google.protobuf.ByteString
getParentPathBytes();
/**
* .clarifai.api.DatasetVersionMetricsGroupType type = 2;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .clarifai.api.DatasetVersionMetricsGroupType type = 2;
* @return The type.
*/
com.clarifai.grpc.api.DatasetVersionMetricsGroupType getType();
/**
* .google.protobuf.Value value = 3;
* @return Whether the value field is set.
*/
boolean hasValue();
/**
* .google.protobuf.Value value = 3;
* @return The value.
*/
com.google.protobuf.Value getValue();
/**
* .google.protobuf.Value value = 3;
*/
com.google.protobuf.ValueOrBuilder getValueOrBuilder();
/**
* .clarifai.api.DatasetVersionMetrics metrics = 4;
* @return Whether the metrics field is set.
*/
boolean hasMetrics();
/**
* .clarifai.api.DatasetVersionMetrics metrics = 4;
* @return The metrics.
*/
com.clarifai.grpc.api.DatasetVersionMetrics getMetrics();
/**
* .clarifai.api.DatasetVersionMetrics metrics = 4;
*/
com.clarifai.grpc.api.DatasetVersionMetricsOrBuilder getMetricsOrBuilder();
}