Package org.mlflow.api.proto
Interface Service.GatewayModelDefinitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GatewayModelDefinition,Service.GatewayModelDefinition.Builder
- Enclosing class:
- Service
public static interface Service.GatewayModelDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedAt()Timestamp (milliseconds since epoch) when the model definition was createdjava.lang.StringgetCreatedBy()User ID who created the model definitioncom.google.protobuf.ByteStringgetCreatedByBytes()User ID who created the model definitionlonggetLastUpdatedAt()Timestamp (milliseconds since epoch) when the model definition was last updatedjava.lang.StringgetLastUpdatedBy()User ID who last updated the model definitioncom.google.protobuf.ByteStringgetLastUpdatedByBytes()User ID who last updated the model definitionjava.lang.StringgetModelDefinitionId()Unique identifier for this model definitioncom.google.protobuf.ByteStringgetModelDefinitionIdBytes()Unique identifier for this model definitionjava.lang.StringgetModelName()Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")com.google.protobuf.ByteStringgetModelNameBytes()Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")java.lang.StringgetName()User-friendly name for identification and reusecom.google.protobuf.ByteStringgetNameBytes()User-friendly name for identification and reusejava.lang.StringgetProvider()LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")com.google.protobuf.ByteStringgetProviderBytes()LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")java.lang.StringgetSecretId()ID of the secret containing authentication credentialscom.google.protobuf.ByteStringgetSecretIdBytes()ID of the secret containing authentication credentialsjava.lang.StringgetSecretName()Name of the secret for display purposescom.google.protobuf.ByteStringgetSecretNameBytes()Name of the secret for display purposesbooleanhasCreatedAt()Timestamp (milliseconds since epoch) when the model definition was createdbooleanhasCreatedBy()User ID who created the model definitionbooleanhasLastUpdatedAt()Timestamp (milliseconds since epoch) when the model definition was last updatedbooleanhasLastUpdatedBy()User ID who last updated the model definitionbooleanhasModelDefinitionId()Unique identifier for this model definitionbooleanhasModelName()Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")booleanhasName()User-friendly name for identification and reusebooleanhasProvider()LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")booleanhasSecretId()ID of the secret containing authentication credentialsbooleanhasSecretName()Name of the secret for display purposes-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasModelDefinitionId
boolean hasModelDefinitionId()
Unique identifier for this model definition
optional string model_definition_id = 1;- Returns:
- Whether the modelDefinitionId field is set.
-
getModelDefinitionId
java.lang.String getModelDefinitionId()
Unique identifier for this model definition
optional string model_definition_id = 1;- Returns:
- The modelDefinitionId.
-
getModelDefinitionIdBytes
com.google.protobuf.ByteString getModelDefinitionIdBytes()
Unique identifier for this model definition
optional string model_definition_id = 1;- Returns:
- The bytes for modelDefinitionId.
-
hasName
boolean hasName()
User-friendly name for identification and reuse
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
User-friendly name for identification and reuse
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
User-friendly name for identification and reuse
optional string name = 2;- Returns:
- The bytes for name.
-
hasSecretId
boolean hasSecretId()
ID of the secret containing authentication credentials
optional string secret_id = 3;- Returns:
- Whether the secretId field is set.
-
getSecretId
java.lang.String getSecretId()
ID of the secret containing authentication credentials
optional string secret_id = 3;- Returns:
- The secretId.
-
getSecretIdBytes
com.google.protobuf.ByteString getSecretIdBytes()
ID of the secret containing authentication credentials
optional string secret_id = 3;- Returns:
- The bytes for secretId.
-
hasSecretName
boolean hasSecretName()
Name of the secret for display purposes
optional string secret_name = 4;- Returns:
- Whether the secretName field is set.
-
getSecretName
java.lang.String getSecretName()
Name of the secret for display purposes
optional string secret_name = 4;- Returns:
- The secretName.
-
getSecretNameBytes
com.google.protobuf.ByteString getSecretNameBytes()
Name of the secret for display purposes
optional string secret_name = 4;- Returns:
- The bytes for secretName.
-
hasProvider
boolean hasProvider()
LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")
optional string provider = 5;- Returns:
- Whether the provider field is set.
-
getProvider
java.lang.String getProvider()
LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")
optional string provider = 5;- Returns:
- The provider.
-
getProviderBytes
com.google.protobuf.ByteString getProviderBytes()
LLM provider (e.g., "openai", "anthropic", "cohere", "bedrock")
optional string provider = 5;- Returns:
- The bytes for provider.
-
hasModelName
boolean hasModelName()
Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")
optional string model_name = 6;- Returns:
- Whether the modelName field is set.
-
getModelName
java.lang.String getModelName()
Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")
optional string model_name = 6;- Returns:
- The modelName.
-
getModelNameBytes
com.google.protobuf.ByteString getModelNameBytes()
Provider-specific model identifier (e.g., "gpt-4o", "claude-3-5-sonnet")
optional string model_name = 6;- Returns:
- The bytes for modelName.
-
hasCreatedAt
boolean hasCreatedAt()
Timestamp (milliseconds since epoch) when the model definition was created
optional int64 created_at = 7;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
long getCreatedAt()
Timestamp (milliseconds since epoch) when the model definition was created
optional int64 created_at = 7;- Returns:
- The createdAt.
-
hasLastUpdatedAt
boolean hasLastUpdatedAt()
Timestamp (milliseconds since epoch) when the model definition was last updated
optional int64 last_updated_at = 8;- Returns:
- Whether the lastUpdatedAt field is set.
-
getLastUpdatedAt
long getLastUpdatedAt()
Timestamp (milliseconds since epoch) when the model definition was last updated
optional int64 last_updated_at = 8;- Returns:
- The lastUpdatedAt.
-
hasCreatedBy
boolean hasCreatedBy()
User ID who created the model definition
optional string created_by = 9;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
java.lang.String getCreatedBy()
User ID who created the model definition
optional string created_by = 9;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
User ID who created the model definition
optional string created_by = 9;- Returns:
- The bytes for createdBy.
-
hasLastUpdatedBy
boolean hasLastUpdatedBy()
User ID who last updated the model definition
optional string last_updated_by = 10;- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
java.lang.String getLastUpdatedBy()
User ID who last updated the model definition
optional string last_updated_by = 10;- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
com.google.protobuf.ByteString getLastUpdatedByBytes()
User ID who last updated the model definition
optional string last_updated_by = 10;- Returns:
- The bytes for lastUpdatedBy.
-
-