public static final class Service.CreateRun extends com.google.protobuf.GeneratedMessageV3 implements Service.CreateRunOrBuilder
mlflow.CreateRun
Modifier and Type | Class and Description |
---|---|
static class |
Service.CreateRun.Builder
Protobuf type
mlflow.CreateRun |
static class |
Service.CreateRun.Response
Protobuf type
mlflow.CreateRun.Response |
static interface |
Service.CreateRun.ResponseOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
EXPERIMENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<Service.CreateRun> |
PARSER
Deprecated.
|
static int |
START_TIME_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
USER_ID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static Service.CreateRun |
getDefaultInstance() |
Service.CreateRun |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getExperimentId()
ID of the associated experiment.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
ID of the associated experiment.
|
com.google.protobuf.Parser<Service.CreateRun> |
getParserForType() |
int |
getSerializedSize() |
long |
getStartTime()
Unix timestamp in milliseconds of when the run started.
|
Service.RunTag |
getTags(int index)
Additional metadata for run.
|
int |
getTagsCount()
Additional metadata for run.
|
List<Service.RunTag> |
getTagsList()
Additional metadata for run.
|
Service.RunTagOrBuilder |
getTagsOrBuilder(int index)
Additional metadata for run.
|
List<? extends Service.RunTagOrBuilder> |
getTagsOrBuilderList()
Additional metadata for run.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUserId()
ID of the user executing the run.
|
com.google.protobuf.ByteString |
getUserIdBytes()
ID of the user executing the run.
|
boolean |
hasExperimentId()
ID of the associated experiment.
|
int |
hashCode() |
boolean |
hasStartTime()
Unix timestamp in milliseconds of when the run started.
|
boolean |
hasUserId()
ID of the user executing the run.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Service.CreateRun.Builder |
newBuilder() |
static Service.CreateRun.Builder |
newBuilder(Service.CreateRun prototype) |
Service.CreateRun.Builder |
newBuilderForType() |
protected Service.CreateRun.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Service.CreateRun |
parseDelimitedFrom(InputStream input) |
static Service.CreateRun |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.CreateRun |
parseFrom(byte[] data) |
static Service.CreateRun |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.CreateRun |
parseFrom(ByteBuffer data) |
static Service.CreateRun |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.CreateRun |
parseFrom(com.google.protobuf.ByteString data) |
static Service.CreateRun |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.CreateRun |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Service.CreateRun |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.CreateRun |
parseFrom(InputStream input) |
static Service.CreateRun |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Service.CreateRun> |
parser() |
Service.CreateRun.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int EXPERIMENT_ID_FIELD_NUMBER
public static final int USER_ID_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Service.CreateRun> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;
hasExperimentId
in interface Service.CreateRunOrBuilder
public String getExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;
getExperimentId
in interface Service.CreateRunOrBuilder
public com.google.protobuf.ByteString getExperimentIdBytes()
ID of the associated experiment.
optional string experiment_id = 1;
getExperimentIdBytes
in interface Service.CreateRunOrBuilder
public boolean hasUserId()
ID of the user executing the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead.
optional string user_id = 2;
hasUserId
in interface Service.CreateRunOrBuilder
public String getUserId()
ID of the user executing the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead.
optional string user_id = 2;
getUserId
in interface Service.CreateRunOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
ID of the user executing the run. This field is deprecated as of MLflow 1.0, and will be removed in a future MLflow release. Use 'mlflow.user' tag instead.
optional string user_id = 2;
getUserIdBytes
in interface Service.CreateRunOrBuilder
public boolean hasStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
hasStartTime
in interface Service.CreateRunOrBuilder
public long getStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;
getStartTime
in interface Service.CreateRunOrBuilder
public List<Service.RunTag> getTagsList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
getTagsList
in interface Service.CreateRunOrBuilder
public List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
getTagsOrBuilderList
in interface Service.CreateRunOrBuilder
public int getTagsCount()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
getTagsCount
in interface Service.CreateRunOrBuilder
public Service.RunTag getTags(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
getTags
in interface Service.CreateRunOrBuilder
public Service.RunTagOrBuilder getTagsOrBuilder(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;
getTagsOrBuilder
in interface Service.CreateRunOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Service.CreateRun parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.CreateRun parseFrom(InputStream input) throws IOException
IOException
public static Service.CreateRun parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.CreateRun parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Service.CreateRun parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.CreateRun parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Service.CreateRun parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Service.CreateRun.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Service.CreateRun.Builder newBuilder()
public static Service.CreateRun.Builder newBuilder(Service.CreateRun prototype)
public Service.CreateRun.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Service.CreateRun.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Service.CreateRun getDefaultInstance()
public static com.google.protobuf.Parser<Service.CreateRun> parser()
public com.google.protobuf.Parser<Service.CreateRun> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Service.CreateRun getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2019. All rights reserved.