public static interface Service.LogModelOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getModelJson()
MLmodel file in json format.
|
com.google.protobuf.ByteString |
getModelJsonBytes()
MLmodel file in json format.
|
String |
getRunId()
ID of the run to log under
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run to log under
|
boolean |
hasModelJson()
MLmodel file in json format.
|
boolean |
hasRunId()
ID of the run to log under
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunId()
ID of the run to log under
optional string run_id = 1;
String getRunId()
ID of the run to log under
optional string run_id = 1;
com.google.protobuf.ByteString getRunIdBytes()
ID of the run to log under
optional string run_id = 1;
boolean hasModelJson()
MLmodel file in json format.
optional string model_json = 2;
String getModelJson()
MLmodel file in json format.
optional string model_json = 2;
com.google.protobuf.ByteString getModelJsonBytes()
MLmodel file in json format.
optional string model_json = 2;
Copyright © 2021. All rights reserved.