com.clarifai.grpc.api.ExtendedMetricsOrBuilder 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 ExtendedMetricsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ExtendedMetrics)
com.google.protobuf.MessageOrBuilder {
/**
* .google.protobuf.Struct user_metrics = 1;
* @return Whether the userMetrics field is set.
*/
boolean hasUserMetrics();
/**
* .google.protobuf.Struct user_metrics = 1;
* @return The userMetrics.
*/
com.google.protobuf.Struct getUserMetrics();
/**
* .google.protobuf.Struct user_metrics = 1;
*/
com.google.protobuf.StructOrBuilder getUserMetricsOrBuilder();
}