
com.clarifai.grpc.api.ModelVersionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ModelVersionOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ModelVersion)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* When the version was created.
*
*
* .google.protobuf.Timestamp created_at = 2;
* @return Whether the createdAt field is set.
*/
boolean hasCreatedAt();
/**
*
* When the version was created.
*
*
* .google.protobuf.Timestamp created_at = 2;
* @return The createdAt.
*/
com.google.protobuf.Timestamp getCreatedAt();
/**
*
* When the version was created.
*
*
* .google.protobuf.Timestamp created_at = 2;
*/
com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder();
/**
*
* The status of the version (whether it's untrained, training, trained, etc.).
*
*
* .clarifai.api.status.Status status = 3;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* The status of the version (whether it's untrained, training, trained, etc.).
*
*
* .clarifai.api.status.Status status = 3;
* @return The status.
*/
com.clarifai.grpc.api.status.Status getStatus();
/**
*
* The status of the version (whether it's untrained, training, trained, etc.).
*
*
* .clarifai.api.status.Status status = 3;
*/
com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder();
/**
* uint32 active_concept_count = 4;
* @return The activeConceptCount.
*/
int getActiveConceptCount();
/**
* .clarifai.api.EvalMetrics metrics = 5;
* @return Whether the metrics field is set.
*/
boolean hasMetrics();
/**
* .clarifai.api.EvalMetrics metrics = 5;
* @return The metrics.
*/
com.clarifai.grpc.api.EvalMetrics getMetrics();
/**
* .clarifai.api.EvalMetrics metrics = 5;
*/
com.clarifai.grpc.api.EvalMetricsOrBuilder getMetricsOrBuilder();
/**
*
* number of inputs in the model version
*
*
* uint32 total_input_count = 6;
* @return The totalInputCount.
*/
int getTotalInputCount();
/**
*
* When training of this version was completed.
*
*
* .google.protobuf.Timestamp completed_at = 10;
* @return Whether the completedAt field is set.
*/
boolean hasCompletedAt();
/**
*
* When training of this version was completed.
*
*
* .google.protobuf.Timestamp completed_at = 10;
* @return The completedAt.
*/
com.google.protobuf.Timestamp getCompletedAt();
/**
*
* When training of this version was completed.
*
*
* .google.protobuf.Timestamp completed_at = 10;
*/
com.google.protobuf.TimestampOrBuilder getCompletedAtOrBuilder();
/**
*
* Description about this version
*
*
* string description = 11;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Description about this version
*
*
* string description = 11;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 12;
* @return Whether the visibility field is set.
*/
boolean hasVisibility();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 12;
* @return The visibility.
*/
com.clarifai.grpc.api.Visibility getVisibility();
/**
*
* The visibility field represents whether this message is privately/publicly visible.
* To be visible to the public the App that contains it AND the User that contains the App must
* also be publicly visible.
*
*
* .clarifai.api.Visibility visibility = 12;
*/
com.clarifai.grpc.api.VisibilityOrBuilder getVisibilityOrBuilder();
/**
*
* The app the model version belongs to.
*
*
* string app_id = 13;
* @return The appId.
*/
java.lang.String getAppId();
/**
*
* The app the model version belongs to.
*
*
* string app_id = 13;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
*
* The user the model version belongs to.
*
*
* string user_id = 14;
* @return The userId.
*/
java.lang.String getUserId();
/**
*
* The user the model version belongs to.
*
*
* string user_id = 14;
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
*
* When this model version was last modified
*
*
* .google.protobuf.Timestamp modified_at = 15;
* @return Whether the modifiedAt field is set.
*/
boolean hasModifiedAt();
/**
*
* When this model version was last modified
*
*
* .google.protobuf.Timestamp modified_at = 15;
* @return The modifiedAt.
*/
com.google.protobuf.Timestamp getModifiedAt();
/**
*
* When this model version was last modified
*
*
* .google.protobuf.Timestamp modified_at = 15;
*/
com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder();
/**
*
* To handle arbitrary json metadata you can use a struct field:
* https://github.com/google/protobuf/blob/master/src/google/protobuf/struct.proto
*
*
* .google.protobuf.Struct metadata = 16;
* @return Whether the metadata field is set.
*/
boolean hasMetadata();
/**
*
* To handle arbitrary json metadata you can use a struct field:
* https://github.com/google/protobuf/blob/master/src/google/protobuf/struct.proto
*
*
* .google.protobuf.Struct metadata = 16;
* @return The metadata.
*/
com.google.protobuf.Struct getMetadata();
/**
*
* To handle arbitrary json metadata you can use a struct field:
* https://github.com/google/protobuf/blob/master/src/google/protobuf/struct.proto
*
*
* .google.protobuf.Struct metadata = 16;
*/
com.google.protobuf.StructOrBuilder getMetadataOrBuilder();
/**
* string license = 17;
* @return The license.
*/
java.lang.String getLicense();
/**
* string license = 17;
* @return The bytes for license.
*/
com.google.protobuf.ByteString
getLicenseBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy