public static final class OnnxMl.ModelProto.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder> implements OnnxMl.ModelProtoOrBuilder
Models ModelProto is a top-level file/container format for bundling a ML model and associating its computation graph with metadata. The semantics of the model are described by the associated GraphProto's.Protobuf type
onnx.ModelProto| Modifier and Type | Method and Description |
|---|---|
OnnxMl.ModelProto.Builder |
addAllMetadataProps(java.lang.Iterable<? extends OnnxMl.StringStringEntryProto> values)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
addAllOpsetImport(java.lang.Iterable<? extends OnnxMl.OperatorSetIdProto> values)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
addAllTrainingInfo(java.lang.Iterable<? extends OnnxMl.TrainingInfoProto> values)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
addMetadataProps(int index,
OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
addMetadataProps(int index,
OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
addMetadataProps(OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
addMetadataProps(OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
|
OnnxMl.StringStringEntryProto.Builder |
addMetadataPropsBuilder()
Named metadata values; keys should be distinct.
|
OnnxMl.StringStringEntryProto.Builder |
addMetadataPropsBuilder(int index)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
addOpsetImport(int index,
OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
addOpsetImport(int index,
OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
addOpsetImport(OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
addOpsetImport(OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on.
|
OnnxMl.OperatorSetIdProto.Builder |
addOpsetImportBuilder()
The OperatorSets this model relies on.
|
OnnxMl.OperatorSetIdProto.Builder |
addOpsetImportBuilder(int index)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
OnnxMl.ModelProto.Builder |
addTrainingInfo(int index,
OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
addTrainingInfo(int index,
OnnxMl.TrainingInfoProto value)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
addTrainingInfo(OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
addTrainingInfo(OnnxMl.TrainingInfoProto value)
Training-specific information.
|
OnnxMl.TrainingInfoProto.Builder |
addTrainingInfoBuilder()
Training-specific information.
|
OnnxMl.TrainingInfoProto.Builder |
addTrainingInfoBuilder(int index)
Training-specific information.
|
OnnxMl.ModelProto |
build() |
OnnxMl.ModelProto |
buildPartial() |
OnnxMl.ModelProto.Builder |
clear() |
OnnxMl.ModelProto.Builder |
clearDocString()
A human-readable documentation for this model.
|
OnnxMl.ModelProto.Builder |
clearDomain()
Domain name of the model.
|
OnnxMl.ModelProto.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
OnnxMl.ModelProto.Builder |
clearGraph()
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.ModelProto.Builder |
clearIrVersion()
The version of the IR this model targets.
|
OnnxMl.ModelProto.Builder |
clearMetadataProps()
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
clearModelVersion()
The version of the graph encoded.
|
OnnxMl.ModelProto.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OnnxMl.ModelProto.Builder |
clearOpsetImport()
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
clearProducerName()
The name of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
clearProducerVersion()
The version of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
clearTrainingInfo()
Training-specific information.
|
OnnxMl.ModelProto.Builder |
clone() |
OnnxMl.ModelProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getDocString()
A human-readable documentation for this model.
|
com.google.protobuf.ByteString |
getDocStringBytes()
A human-readable documentation for this model.
|
java.lang.String |
getDomain()
Domain name of the model.
|
com.google.protobuf.ByteString |
getDomainBytes()
Domain name of the model.
|
OnnxMl.GraphProto |
getGraph()
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.GraphProto.Builder |
getGraphBuilder()
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.GraphProtoOrBuilder |
getGraphOrBuilder()
The parameterized graph that is evaluated to execute the model.
|
long |
getIrVersion()
The version of the IR this model targets.
|
OnnxMl.StringStringEntryProto |
getMetadataProps(int index)
Named metadata values; keys should be distinct.
|
OnnxMl.StringStringEntryProto.Builder |
getMetadataPropsBuilder(int index)
Named metadata values; keys should be distinct.
|
java.util.List<OnnxMl.StringStringEntryProto.Builder> |
getMetadataPropsBuilderList()
Named metadata values; keys should be distinct.
|
int |
getMetadataPropsCount()
Named metadata values; keys should be distinct.
|
java.util.List<OnnxMl.StringStringEntryProto> |
getMetadataPropsList()
Named metadata values; keys should be distinct.
|
OnnxMl.StringStringEntryProtoOrBuilder |
getMetadataPropsOrBuilder(int index)
Named metadata values; keys should be distinct.
|
java.util.List<? extends OnnxMl.StringStringEntryProtoOrBuilder> |
getMetadataPropsOrBuilderList()
Named metadata values; keys should be distinct.
|
long |
getModelVersion()
The version of the graph encoded.
|
OnnxMl.OperatorSetIdProto |
getOpsetImport(int index)
The OperatorSets this model relies on.
|
OnnxMl.OperatorSetIdProto.Builder |
getOpsetImportBuilder(int index)
The OperatorSets this model relies on.
|
java.util.List<OnnxMl.OperatorSetIdProto.Builder> |
getOpsetImportBuilderList()
The OperatorSets this model relies on.
|
int |
getOpsetImportCount()
The OperatorSets this model relies on.
|
java.util.List<OnnxMl.OperatorSetIdProto> |
getOpsetImportList()
The OperatorSets this model relies on.
|
OnnxMl.OperatorSetIdProtoOrBuilder |
getOpsetImportOrBuilder(int index)
The OperatorSets this model relies on.
|
java.util.List<? extends OnnxMl.OperatorSetIdProtoOrBuilder> |
getOpsetImportOrBuilderList()
The OperatorSets this model relies on.
|
java.lang.String |
getProducerName()
The name of the framework or tool used to generate this model.
|
com.google.protobuf.ByteString |
getProducerNameBytes()
The name of the framework or tool used to generate this model.
|
java.lang.String |
getProducerVersion()
The version of the framework or tool used to generate this model.
|
com.google.protobuf.ByteString |
getProducerVersionBytes()
The version of the framework or tool used to generate this model.
|
OnnxMl.TrainingInfoProto |
getTrainingInfo(int index)
Training-specific information.
|
OnnxMl.TrainingInfoProto.Builder |
getTrainingInfoBuilder(int index)
Training-specific information.
|
java.util.List<OnnxMl.TrainingInfoProto.Builder> |
getTrainingInfoBuilderList()
Training-specific information.
|
int |
getTrainingInfoCount()
Training-specific information.
|
java.util.List<OnnxMl.TrainingInfoProto> |
getTrainingInfoList()
Training-specific information.
|
OnnxMl.TrainingInfoProtoOrBuilder |
getTrainingInfoOrBuilder(int index)
Training-specific information.
|
java.util.List<? extends OnnxMl.TrainingInfoProtoOrBuilder> |
getTrainingInfoOrBuilderList()
Training-specific information.
|
boolean |
hasDocString()
A human-readable documentation for this model.
|
boolean |
hasDomain()
Domain name of the model.
|
boolean |
hasGraph()
The parameterized graph that is evaluated to execute the model.
|
boolean |
hasIrVersion()
The version of the IR this model targets.
|
boolean |
hasModelVersion()
The version of the graph encoded.
|
boolean |
hasProducerName()
The name of the framework or tool used to generate this model.
|
boolean |
hasProducerVersion()
The version of the framework or tool used to generate this model.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
OnnxMl.ModelProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OnnxMl.ModelProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
OnnxMl.ModelProto.Builder |
mergeFrom(OnnxMl.ModelProto other) |
OnnxMl.ModelProto.Builder |
mergeGraph(OnnxMl.GraphProto value)
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.ModelProto.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
OnnxMl.ModelProto.Builder |
removeMetadataProps(int index)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
removeOpsetImport(int index)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
removeTrainingInfo(int index)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
setDocString(java.lang.String value)
A human-readable documentation for this model.
|
OnnxMl.ModelProto.Builder |
setDocStringBytes(com.google.protobuf.ByteString value)
A human-readable documentation for this model.
|
OnnxMl.ModelProto.Builder |
setDomain(java.lang.String value)
Domain name of the model.
|
OnnxMl.ModelProto.Builder |
setDomainBytes(com.google.protobuf.ByteString value)
Domain name of the model.
|
OnnxMl.ModelProto.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
OnnxMl.ModelProto.Builder |
setGraph(OnnxMl.GraphProto.Builder builderForValue)
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.ModelProto.Builder |
setGraph(OnnxMl.GraphProto value)
The parameterized graph that is evaluated to execute the model.
|
OnnxMl.ModelProto.Builder |
setIrVersion(long value)
The version of the IR this model targets.
|
OnnxMl.ModelProto.Builder |
setMetadataProps(int index,
OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
setMetadataProps(int index,
OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
|
OnnxMl.ModelProto.Builder |
setModelVersion(long value)
The version of the graph encoded.
|
OnnxMl.ModelProto.Builder |
setOpsetImport(int index,
OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
setOpsetImport(int index,
OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on.
|
OnnxMl.ModelProto.Builder |
setProducerName(java.lang.String value)
The name of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
setProducerNameBytes(com.google.protobuf.ByteString value)
The name of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
setProducerVersion(java.lang.String value)
The version of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
setProducerVersionBytes(com.google.protobuf.ByteString value)
The version of the framework or tool used to generate this model.
|
OnnxMl.ModelProto.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
OnnxMl.ModelProto.Builder |
setTrainingInfo(int index,
OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
setTrainingInfo(int index,
OnnxMl.TrainingInfoProto value)
Training-specific information.
|
OnnxMl.ModelProto.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic OnnxMl.ModelProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic OnnxMl.ModelProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic OnnxMl.ModelProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder mergeFrom(OnnxMl.ModelProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public OnnxMl.ModelProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<OnnxMl.ModelProto.Builder>java.io.IOExceptionpublic boolean hasIrVersion()
The version of the IR this model targets. See Version enum above. This field MUST be present.
optional int64 ir_version = 1;hasIrVersion in interface OnnxMl.ModelProtoOrBuilderpublic long getIrVersion()
The version of the IR this model targets. See Version enum above. This field MUST be present.
optional int64 ir_version = 1;getIrVersion in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setIrVersion(long value)
The version of the IR this model targets. See Version enum above. This field MUST be present.
optional int64 ir_version = 1;value - The irVersion to set.public OnnxMl.ModelProto.Builder clearIrVersion()
The version of the IR this model targets. See Version enum above. This field MUST be present.
optional int64 ir_version = 1;public java.util.List<OnnxMl.OperatorSetIdProto> getOpsetImportList()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;getOpsetImportList in interface OnnxMl.ModelProtoOrBuilderpublic int getOpsetImportCount()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;getOpsetImportCount in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.OperatorSetIdProto getOpsetImport(int index)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;getOpsetImport in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setOpsetImport(int index, OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder setOpsetImport(int index, OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder addOpsetImport(OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder addOpsetImport(int index, OnnxMl.OperatorSetIdProto value)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder addOpsetImport(OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder addOpsetImport(int index, OnnxMl.OperatorSetIdProto.Builder builderForValue)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder addAllOpsetImport(java.lang.Iterable<? extends OnnxMl.OperatorSetIdProto> values)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder clearOpsetImport()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.ModelProto.Builder removeOpsetImport(int index)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.OperatorSetIdProto.Builder getOpsetImportBuilder(int index)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.OperatorSetIdProtoOrBuilder getOpsetImportOrBuilder(int index)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;getOpsetImportOrBuilder in interface OnnxMl.ModelProtoOrBuilderpublic java.util.List<? extends OnnxMl.OperatorSetIdProtoOrBuilder> getOpsetImportOrBuilderList()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;getOpsetImportOrBuilderList in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.OperatorSetIdProto.Builder addOpsetImportBuilder()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public OnnxMl.OperatorSetIdProto.Builder addOpsetImportBuilder(int index)
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public java.util.List<OnnxMl.OperatorSetIdProto.Builder> getOpsetImportBuilderList()
The OperatorSets this model relies on. All ModelProtos MUST have at least one entry that specifies which version of the ONNX OperatorSet is being imported. All nodes in the ModelProto's graph will bind against the operator with the same-domain/same-op_type operator with the HIGHEST version in the referenced operator sets.
repeated .onnx.OperatorSetIdProto opset_import = 8;public boolean hasProducerName()
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;hasProducerName in interface OnnxMl.ModelProtoOrBuilderpublic java.lang.String getProducerName()
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;getProducerName in interface OnnxMl.ModelProtoOrBuilderpublic com.google.protobuf.ByteString getProducerNameBytes()
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;getProducerNameBytes in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setProducerName(java.lang.String value)
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;value - The producerName to set.public OnnxMl.ModelProto.Builder clearProducerName()
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;public OnnxMl.ModelProto.Builder setProducerNameBytes(com.google.protobuf.ByteString value)
The name of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_name = 2;value - The bytes for producerName to set.public boolean hasProducerVersion()
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;hasProducerVersion in interface OnnxMl.ModelProtoOrBuilderpublic java.lang.String getProducerVersion()
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;getProducerVersion in interface OnnxMl.ModelProtoOrBuilderpublic com.google.protobuf.ByteString getProducerVersionBytes()
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;getProducerVersionBytes in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setProducerVersion(java.lang.String value)
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;value - The producerVersion to set.public OnnxMl.ModelProto.Builder clearProducerVersion()
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;public OnnxMl.ModelProto.Builder setProducerVersionBytes(com.google.protobuf.ByteString value)
The version of the framework or tool used to generate this model. This field SHOULD be present to indicate which implementation/tool/framework emitted the model.
optional string producer_version = 3;value - The bytes for producerVersion to set.public boolean hasDomain()
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;hasDomain in interface OnnxMl.ModelProtoOrBuilderpublic java.lang.String getDomain()
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;getDomain in interface OnnxMl.ModelProtoOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;getDomainBytes in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setDomain(java.lang.String value)
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;value - The domain to set.public OnnxMl.ModelProto.Builder clearDomain()
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;public OnnxMl.ModelProto.Builder setDomainBytes(com.google.protobuf.ByteString value)
Domain name of the model. We use reverse domain names as name space indicators. For example: `com.facebook.fair` or `com.microsoft.cognitiveservices` Together with `model_version` and GraphProto.name, this forms the unique identity of the graph.
optional string domain = 4;value - The bytes for domain to set.public boolean hasModelVersion()
The version of the graph encoded. See Version enum below.
optional int64 model_version = 5;hasModelVersion in interface OnnxMl.ModelProtoOrBuilderpublic long getModelVersion()
The version of the graph encoded. See Version enum below.
optional int64 model_version = 5;getModelVersion in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setModelVersion(long value)
The version of the graph encoded. See Version enum below.
optional int64 model_version = 5;value - The modelVersion to set.public OnnxMl.ModelProto.Builder clearModelVersion()
The version of the graph encoded. See Version enum below.
optional int64 model_version = 5;public boolean hasDocString()
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;hasDocString in interface OnnxMl.ModelProtoOrBuilderpublic java.lang.String getDocString()
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;getDocString in interface OnnxMl.ModelProtoOrBuilderpublic com.google.protobuf.ByteString getDocStringBytes()
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;getDocStringBytes in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setDocString(java.lang.String value)
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;value - The docString to set.public OnnxMl.ModelProto.Builder clearDocString()
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;public OnnxMl.ModelProto.Builder setDocStringBytes(com.google.protobuf.ByteString value)
A human-readable documentation for this model. Markdown is allowed.
optional string doc_string = 6;value - The bytes for docString to set.public boolean hasGraph()
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;hasGraph in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.GraphProto getGraph()
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;getGraph in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setGraph(OnnxMl.GraphProto value)
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;public OnnxMl.ModelProto.Builder setGraph(OnnxMl.GraphProto.Builder builderForValue)
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;public OnnxMl.ModelProto.Builder mergeGraph(OnnxMl.GraphProto value)
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;public OnnxMl.ModelProto.Builder clearGraph()
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;public OnnxMl.GraphProto.Builder getGraphBuilder()
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;public OnnxMl.GraphProtoOrBuilder getGraphOrBuilder()
The parameterized graph that is evaluated to execute the model.
optional .onnx.GraphProto graph = 7;getGraphOrBuilder in interface OnnxMl.ModelProtoOrBuilderpublic java.util.List<OnnxMl.StringStringEntryProto> getMetadataPropsList()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;getMetadataPropsList in interface OnnxMl.ModelProtoOrBuilderpublic int getMetadataPropsCount()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;getMetadataPropsCount in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.StringStringEntryProto getMetadataProps(int index)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;getMetadataProps in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setMetadataProps(int index, OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder setMetadataProps(int index, OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder addMetadataProps(OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder addMetadataProps(int index, OnnxMl.StringStringEntryProto value)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder addMetadataProps(OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder addMetadataProps(int index, OnnxMl.StringStringEntryProto.Builder builderForValue)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder addAllMetadataProps(java.lang.Iterable<? extends OnnxMl.StringStringEntryProto> values)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder clearMetadataProps()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.ModelProto.Builder removeMetadataProps(int index)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.StringStringEntryProto.Builder getMetadataPropsBuilder(int index)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.StringStringEntryProtoOrBuilder getMetadataPropsOrBuilder(int index)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;getMetadataPropsOrBuilder in interface OnnxMl.ModelProtoOrBuilderpublic java.util.List<? extends OnnxMl.StringStringEntryProtoOrBuilder> getMetadataPropsOrBuilderList()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;getMetadataPropsOrBuilderList in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.StringStringEntryProto.Builder addMetadataPropsBuilder()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public OnnxMl.StringStringEntryProto.Builder addMetadataPropsBuilder(int index)
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public java.util.List<OnnxMl.StringStringEntryProto.Builder> getMetadataPropsBuilderList()
Named metadata values; keys should be distinct.
repeated .onnx.StringStringEntryProto metadata_props = 14;public java.util.List<OnnxMl.TrainingInfoProto> getTrainingInfoList()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;getTrainingInfoList in interface OnnxMl.ModelProtoOrBuilderpublic int getTrainingInfoCount()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;getTrainingInfoCount in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.TrainingInfoProto getTrainingInfo(int index)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;getTrainingInfo in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.ModelProto.Builder setTrainingInfo(int index, OnnxMl.TrainingInfoProto value)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder setTrainingInfo(int index, OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder addTrainingInfo(OnnxMl.TrainingInfoProto value)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder addTrainingInfo(int index, OnnxMl.TrainingInfoProto value)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder addTrainingInfo(OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder addTrainingInfo(int index, OnnxMl.TrainingInfoProto.Builder builderForValue)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder addAllTrainingInfo(java.lang.Iterable<? extends OnnxMl.TrainingInfoProto> values)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder clearTrainingInfo()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.ModelProto.Builder removeTrainingInfo(int index)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.TrainingInfoProto.Builder getTrainingInfoBuilder(int index)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.TrainingInfoProtoOrBuilder getTrainingInfoOrBuilder(int index)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;getTrainingInfoOrBuilder in interface OnnxMl.ModelProtoOrBuilderpublic java.util.List<? extends OnnxMl.TrainingInfoProtoOrBuilder> getTrainingInfoOrBuilderList()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;getTrainingInfoOrBuilderList in interface OnnxMl.ModelProtoOrBuilderpublic OnnxMl.TrainingInfoProto.Builder addTrainingInfoBuilder()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public OnnxMl.TrainingInfoProto.Builder addTrainingInfoBuilder(int index)
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public java.util.List<OnnxMl.TrainingInfoProto.Builder> getTrainingInfoBuilderList()
Training-specific information. Sequentially executing all stored `TrainingInfoProto.algorithm`s and assigning their outputs following the corresponding `TrainingInfoProto.update_binding`s is one training iteration. Similarly, to initialize the model (as if training hasn't happened), the user should sequentially execute all stored `TrainingInfoProto.initialization`s and assigns their outputs using `TrainingInfoProto.initialization_binding`s. If this field is empty, the training behavior of the model is undefined.
repeated .onnx.TrainingInfoProto training_info = 20;public final OnnxMl.ModelProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>public final OnnxMl.ModelProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<OnnxMl.ModelProto.Builder>