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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;hasExperimentId in interface Service.CreateRunOrBuilderpublic String getExperimentId()
ID of the associated experiment.
optional string experiment_id = 1;getExperimentId in interface Service.CreateRunOrBuilderpublic com.google.protobuf.ByteString getExperimentIdBytes()
ID of the associated experiment.
optional string experiment_id = 1;getExperimentIdBytes in interface Service.CreateRunOrBuilderpublic 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.CreateRunOrBuilderpublic 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.CreateRunOrBuilderpublic 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.CreateRunOrBuilderpublic boolean hasStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;hasStartTime in interface Service.CreateRunOrBuilderpublic long getStartTime()
Unix timestamp in milliseconds of when the run started.
optional int64 start_time = 7;getStartTime in interface Service.CreateRunOrBuilderpublic List<Service.RunTag> getTagsList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;getTagsList in interface Service.CreateRunOrBuilderpublic List<? extends Service.RunTagOrBuilder> getTagsOrBuilderList()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;getTagsOrBuilderList in interface Service.CreateRunOrBuilderpublic int getTagsCount()
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;getTagsCount in interface Service.CreateRunOrBuilderpublic Service.RunTag getTags(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;getTags in interface Service.CreateRunOrBuilderpublic Service.RunTagOrBuilder getTagsOrBuilder(int index)
Additional metadata for run.
repeated .mlflow.RunTag tags = 9;getTagsOrBuilder in interface Service.CreateRunOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Service.CreateRun parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.CreateRun parseFrom(InputStream input) throws IOException
IOExceptionpublic static Service.CreateRun parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.CreateRun parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Service.CreateRun parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.CreateRun parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Service.CreateRun parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Service.CreateRun.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Service.CreateRun.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Service.CreateRun getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.