Uses of Class
org.mlflow.api.proto.Service.ModelInput
Packages that use Service.ModelInput
-
Uses of Service.ModelInput in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ModelInputModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Service.ModelInput>
Service.ModelInput.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.ModelInputModifier and TypeMethodDescriptionService.ModelInput.Builder.build()
Service.ModelInput.Builder.buildPartial()
static Service.ModelInput
Service.ModelInput.getDefaultInstance()
Service.ModelInput.Builder.getDefaultInstanceForType()
Service.ModelInput.getDefaultInstanceForType()
Service.RunInputs.Builder.getModelInputs
(int index) Model inputs to the Run.Service.RunInputs.getModelInputs
(int index) Model inputs to the Run.Service.RunInputsOrBuilder.getModelInputs
(int index) Model inputs to the Run.Service.LogInputs.Builder.getModels
(int index) Model inputs (Currently undocumented for LoggedModels private preview)Service.LogInputs.getModels
(int index) Model inputs (Currently undocumented for LoggedModels private preview)Service.LogInputsOrBuilder.getModels
(int index) Model inputs (Currently undocumented for LoggedModels private preview)static Service.ModelInput
Service.ModelInput.parseDelimitedFrom
(InputStream input) static Service.ModelInput
Service.ModelInput.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelInput
Service.ModelInput.parseFrom
(byte[] data) static Service.ModelInput
Service.ModelInput.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelInput
Service.ModelInput.parseFrom
(com.google.protobuf.ByteString data) static Service.ModelInput
Service.ModelInput.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelInput
Service.ModelInput.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.ModelInput
Service.ModelInput.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelInput
Service.ModelInput.parseFrom
(InputStream input) static Service.ModelInput
Service.ModelInput.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.ModelInput
Service.ModelInput.parseFrom
(ByteBuffer data) static Service.ModelInput
Service.ModelInput.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.ModelInputModifier and TypeMethodDescriptionService.RunInputs.Builder.getModelInputsList()
Model inputs to the Run.Service.RunInputs.getModelInputsList()
Model inputs to the Run.Service.RunInputsOrBuilder.getModelInputsList()
Model inputs to the Run.Service.LogInputs.Builder.getModelsList()
Model inputs (Currently undocumented for LoggedModels private preview)Service.LogInputs.getModelsList()
Model inputs (Currently undocumented for LoggedModels private preview)Service.LogInputsOrBuilder.getModelsList()
Model inputs (Currently undocumented for LoggedModels private preview)com.google.protobuf.Parser<Service.ModelInput>
Service.ModelInput.getParserForType()
static com.google.protobuf.Parser<Service.ModelInput>
Service.ModelInput.parser()
Methods in org.mlflow.api.proto with parameters of type Service.ModelInputModifier and TypeMethodDescriptionService.RunInputs.Builder.addModelInputs
(int index, Service.ModelInput value) Model inputs to the Run.Service.RunInputs.Builder.addModelInputs
(Service.ModelInput value) Model inputs to the Run.Service.LogInputs.Builder.addModels
(int index, Service.ModelInput value) Model inputs (Currently undocumented for LoggedModels private preview)Service.LogInputs.Builder.addModels
(Service.ModelInput value) Model inputs (Currently undocumented for LoggedModels private preview)Service.ModelInput.Builder.mergeFrom
(Service.ModelInput other) static Service.ModelInput.Builder
Service.ModelInput.newBuilder
(Service.ModelInput prototype) Service.RunInputs.Builder.setModelInputs
(int index, Service.ModelInput value) Model inputs to the Run.Service.LogInputs.Builder.setModels
(int index, Service.ModelInput value) Model inputs (Currently undocumented for LoggedModels private preview)Method parameters in org.mlflow.api.proto with type arguments of type Service.ModelInputModifier and TypeMethodDescriptionService.RunInputs.Builder.addAllModelInputs
(Iterable<? extends Service.ModelInput> values) Model inputs to the Run.Service.LogInputs.Builder.addAllModels
(Iterable<? extends Service.ModelInput> values) Model inputs (Currently undocumented for LoggedModels private preview)