Package org.mlflow.api.proto
Interface LabelSchemas.LabelSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.LabelSchema,LabelSchemas.LabelSchema.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.LabelSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongCreation timestamp in milliseconds since epoch.User who created the schema (OSS-native).com.google.protobuf.ByteStringUser who created the schema (OSS-native).booleanUI hint: whether the widget renders a free-form comment input.Parent experiment ID.com.google.protobuf.ByteStringParent experiment ID.getInput()optional .mlflow.label_schemas.LabelSchemaInput input = 8;optional .mlflow.label_schemas.LabelSchemaInput input = 8;Optional supplementary guidance, <=1000 chars.com.google.protobuf.ByteStringOptional supplementary guidance, <=1000 chars.booleanWhether this is the experiment's protected default question: server-seeded, undeletable, and uneditable.longLast update timestamp in milliseconds since epoch.getName()Schema name (1-256 chars; unique within experiment).com.google.protobuf.ByteStringSchema name (1-256 chars; unique within experiment).Server-generated identifier.com.google.protobuf.ByteStringServer-generated identifier.getType()optional .mlflow.label_schemas.LabelSchemaType type = 4;booleanCreation timestamp in milliseconds since epoch.booleanUser who created the schema (OSS-native).booleanUI hint: whether the widget renders a free-form comment input.booleanParent experiment ID.booleanhasInput()optional .mlflow.label_schemas.LabelSchemaInput input = 8;booleanOptional supplementary guidance, <=1000 chars.booleanWhether this is the experiment's protected default question: server-seeded, undeletable, and uneditable.booleanLast update timestamp in milliseconds since epoch.booleanhasName()Schema name (1-256 chars; unique within experiment).booleanServer-generated identifier.booleanhasType()optional .mlflow.label_schemas.LabelSchemaType type = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSchemaId
boolean hasSchemaId()Server-generated identifier.
optional string schema_id = 1;- Returns:
- Whether the schemaId field is set.
-
getSchemaId
String getSchemaId()Server-generated identifier.
optional string schema_id = 1;- Returns:
- The schemaId.
-
getSchemaIdBytes
com.google.protobuf.ByteString getSchemaIdBytes()Server-generated identifier.
optional string schema_id = 1;- Returns:
- The bytes for schemaId.
-
hasExperimentId
boolean hasExperimentId()Parent experiment ID.
optional string experiment_id = 2;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()Parent experiment ID.
optional string experiment_id = 2;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()Parent experiment ID.
optional string experiment_id = 2;- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()Schema name (1-256 chars; unique within experiment). Free text shown to reviewers as the label prompt and used as the assessment key.
optional string name = 3;- Returns:
- Whether the name field is set.
-
getName
String getName()Schema name (1-256 chars; unique within experiment). Free text shown to reviewers as the label prompt and used as the assessment key.
optional string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Schema name (1-256 chars; unique within experiment). Free text shown to reviewers as the label prompt and used as the assessment key.
optional string name = 3;- Returns:
- The bytes for name.
-
hasType
boolean hasType()optional .mlflow.label_schemas.LabelSchemaType type = 4;- Returns:
- Whether the type field is set.
-
getType
LabelSchemas.LabelSchemaType getType()optional .mlflow.label_schemas.LabelSchemaType type = 4;- Returns:
- The type.
-
hasInstruction
boolean hasInstruction()Optional supplementary guidance, <=1000 chars.
optional string instruction = 6;- Returns:
- Whether the instruction field is set.
-
getInstruction
String getInstruction()Optional supplementary guidance, <=1000 chars.
optional string instruction = 6;- Returns:
- The instruction.
-
getInstructionBytes
com.google.protobuf.ByteString getInstructionBytes()Optional supplementary guidance, <=1000 chars.
optional string instruction = 6;- Returns:
- The bytes for instruction.
-
hasEnableComment
boolean hasEnableComment()UI hint: whether the widget renders a free-form comment input.
optional bool enable_comment = 7;- Returns:
- Whether the enableComment field is set.
-
getEnableComment
boolean getEnableComment()UI hint: whether the widget renders a free-form comment input.
optional bool enable_comment = 7;- Returns:
- The enableComment.
-
hasInput
boolean hasInput()optional .mlflow.label_schemas.LabelSchemaInput input = 8;- Returns:
- Whether the input field is set.
-
getInput
LabelSchemas.LabelSchemaInput getInput()optional .mlflow.label_schemas.LabelSchemaInput input = 8;- Returns:
- The input.
-
getInputOrBuilder
LabelSchemas.LabelSchemaInputOrBuilder getInputOrBuilder()optional .mlflow.label_schemas.LabelSchemaInput input = 8; -
hasCreatedBy
boolean hasCreatedBy()User who created the schema (OSS-native).
optional string created_by = 9;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()User who created the schema (OSS-native).
optional string created_by = 9;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()User who created the schema (OSS-native).
optional string created_by = 9;- Returns:
- The bytes for createdBy.
-
hasCreatedAt
boolean hasCreatedAt()Creation timestamp in milliseconds since epoch.
optional int64 created_at = 10;- Returns:
- Whether the createdAt field is set.
-
getCreatedAt
long getCreatedAt()Creation timestamp in milliseconds since epoch.
optional int64 created_at = 10;- Returns:
- The createdAt.
-
hasLastUpdatedAt
boolean hasLastUpdatedAt()Last update timestamp in milliseconds since epoch.
optional int64 last_updated_at = 11;- Returns:
- Whether the lastUpdatedAt field is set.
-
getLastUpdatedAt
long getLastUpdatedAt()Last update timestamp in milliseconds since epoch.
optional int64 last_updated_at = 11;- Returns:
- The lastUpdatedAt.
-
hasIsDefault
boolean hasIsDefault()Whether this is the experiment's protected default question: server-seeded, undeletable, and uneditable. Read-only to clients.
optional bool is_default = 12;- Returns:
- Whether the isDefault field is set.
-
getIsDefault
boolean getIsDefault()Whether this is the experiment's protected default question: server-seeded, undeletable, and uneditable. Read-only to clients.
optional bool is_default = 12;- Returns:
- The isDefault.
-