Uses of Class
com.google.cloud.aiplatform.v1.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder
Packages that use ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder
-
Uses of ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ReasoningEngineSpec.SourceCodeSpec.PythonSpec.BuilderModifier and TypeMethodDescriptionReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.clear()ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.clearEntrypointModule()Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.clearEntrypointObject()Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.clearRequirementsFile()Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.clearVersion()Optional.ReasoningEngineSpec.SourceCodeSpec.Builder.getPythonSpecBuilder()Configuration for a Python application.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.mergeFrom(ReasoningEngineSpec.SourceCodeSpec.PythonSpec other) ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.mergeFrom(com.google.protobuf.Message other) ReasoningEngineSpec.SourceCodeSpec.PythonSpec.newBuilder()ReasoningEngineSpec.SourceCodeSpec.PythonSpec.newBuilder(ReasoningEngineSpec.SourceCodeSpec.PythonSpec prototype) ReasoningEngineSpec.SourceCodeSpec.PythonSpec.newBuilderForType()ReasoningEngineSpec.SourceCodeSpec.PythonSpec.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setEntrypointModule(String value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setEntrypointModuleBytes(com.google.protobuf.ByteString value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setEntrypointObject(String value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setEntrypointObjectBytes(com.google.protobuf.ByteString value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setRequirementsFile(String value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setRequirementsFileBytes(com.google.protobuf.ByteString value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setVersion(String value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder.setVersionBytes(com.google.protobuf.ByteString value) Optional.ReasoningEngineSpec.SourceCodeSpec.PythonSpec.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type ReasoningEngineSpec.SourceCodeSpec.PythonSpec.BuilderModifier and TypeMethodDescriptionReasoningEngineSpec.SourceCodeSpec.Builder.setPythonSpec(ReasoningEngineSpec.SourceCodeSpec.PythonSpec.Builder builderForValue) Configuration for a Python application.