luminarycloud 0.22.1__py3-none-any.whl → 0.22.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- luminarycloud/_client/client.py +5 -3
- luminarycloud/_helpers/__init__.py +9 -0
- luminarycloud/_helpers/_inference_jobs.py +227 -0
- luminarycloud/_helpers/_parse_iso_datetime.py +54 -0
- luminarycloud/_helpers/proto_decorator.py +38 -7
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +45 -25
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +30 -0
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2_grpc.py +34 -0
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2_grpc.pyi +12 -0
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.py +118 -45
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.pyi +246 -2
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2_grpc.py +34 -0
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2_grpc.pyi +12 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2.py +93 -33
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2.pyi +105 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2_grpc.py +70 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2_grpc.pyi +29 -0
- luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2.py +29 -7
- luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2.pyi +39 -0
- luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2_grpc.py +36 -0
- luminarycloud/_proto/api/v0/luminarycloud/simulation/simulation_pb2_grpc.pyi +18 -0
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.py +70 -70
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.pyi +5 -5
- luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.py +163 -153
- luminarycloud/_proto/api/v0/luminarycloud/vis/vis_pb2.pyi +37 -3
- luminarycloud/_proto/client/simulation_pb2.py +356 -337
- luminarycloud/_proto/client/simulation_pb2.pyi +89 -3
- luminarycloud/_proto/physicsaiinferenceservice/physicsaiinferenceservice_pb2.py +9 -4
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2.py +6 -3
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2_grpc.py +34 -0
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2_grpc.pyi +12 -0
- luminarycloud/_wrapper.py +53 -7
- luminarycloud/feature_modification.py +25 -32
- luminarycloud/geometry.py +6 -6
- luminarycloud/outputs/__init__.py +2 -0
- luminarycloud/outputs/output_definitions.py +3 -3
- luminarycloud/outputs/stopping_conditions.py +94 -0
- luminarycloud/params/enum/_enum_wrappers.py +16 -0
- luminarycloud/params/geometry/shapes.py +33 -33
- luminarycloud/params/simulation/adaptive_mesh_refinement/__init__.py +1 -0
- luminarycloud/params/simulation/adaptive_mesh_refinement/active_region_.py +83 -0
- luminarycloud/params/simulation/adaptive_mesh_refinement/boundary_layer_profile_.py +1 -1
- luminarycloud/params/simulation/adaptive_mesh_refinement_.py +8 -1
- luminarycloud/physics_ai/__init__.py +7 -0
- luminarycloud/physics_ai/inference.py +166 -199
- luminarycloud/physics_ai/models.py +22 -0
- luminarycloud/pipelines/api.py +45 -9
- luminarycloud/project.py +56 -2
- luminarycloud/simulation.py +25 -0
- luminarycloud/types/__init__.py +2 -0
- luminarycloud/types/ids.py +2 -0
- luminarycloud/vis/__init__.py +1 -0
- luminarycloud/vis/filters.py +97 -0
- luminarycloud/vis/visualization.py +3 -0
- luminarycloud/volume_selection.py +6 -6
- luminarycloud/workflow_utils.py +149 -0
- {luminarycloud-0.22.1.dist-info → luminarycloud-0.22.2.dist-info}/METADATA +1 -1
- {luminarycloud-0.22.1.dist-info → luminarycloud-0.22.2.dist-info}/RECORD +59 -60
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.py +0 -61
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2.pyi +0 -85
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.py +0 -67
- luminarycloud/_proto/api/v0/luminarycloud/inference/inference_pb2_grpc.pyi +0 -26
- luminarycloud/_proto/inferenceservice/inferenceservice_pb2.py +0 -69
- {luminarycloud-0.22.1.dist-info → luminarycloud-0.22.2.dist-info}/WHEEL +0 -0
|
@@ -25,7 +25,7 @@ from luminarycloud._proto.api.v0.luminarycloud.common import common_pb2 as proto
|
|
|
25
25
|
from luminarycloud._proto.api.v0.luminarycloud.simulation_template import simulation_template_pb2 as proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation__template_dot_simulation__template__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6proto/api/v0/luminarycloud/simulation/simulation.proto\x12.luminary.proto.api.v0.luminarycloud.simulation\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x1dproto/quantity/quantity.proto\x1a#proto/output/reference_values.proto\x1a\x19proto/output/output.proto\x1a\x1dproto/client/simulation.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1aHproto/api/v0/luminarycloud/simulation_template/simulation_template.proto\"\x86\x04\n\nSimulation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12[\n\x06status\x18\x05 \x01(\x0e\x32K.luminary.proto.api.v0.luminarycloud.simulation.Simulation.SimulationStatus\x12\x0f\n\x07mesh_id\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12\x12\n\nproject_id\x18\x08 \x01(\t\x12\x10\n\x08\x64oe_name\x18\t \x01(\t\"\xd2\x01\n\x10SimulationStatus\x12!\n\x1dSIMULATION_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19SIMULATION_STATUS_PENDING\x10\x01\x12\x1c\n\x18SIMULATION_STATUS_ACTIVE\x10\x02\x12\x1f\n\x1bSIMULATION_STATUS_COMPLETED\x10\x03\x12\x1c\n\x18SIMULATION_STATUS_FAILED\x10\x04\x12\x1f\n\x1bSIMULATION_STATUS_SUSPENDED\x10\x05\"\x8c\x02\n\x11SimulationOptions\x12\x18\n\x10\x62\x61tch_processing\x18\x01 \x01(\x08\x12[\n\x08gpu_type\x18\x08 \x01(\x0e\x32I.luminary.proto.api.v0.luminarycloud.simulation.SimulationOptions.GPUType\x12\x11\n\tgpu_count\x18\t \x01(\r\"m\n\x07GPUType\x12\x18\n\x14GPU_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rGPU_TYPE_V100\x10\x01\x12\x11\n\rGPU_TYPE_A100\x10\x02\x12\x0f\n\x0bGPU_TYPE_T4\x10\x03\x12\x11\n\rGPU_TYPE_H100\x10\x04\"\xda\x03\n\x17\x43reateSimulationRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0f\n\x07mesh_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x1e\n\x16simulation_template_id\x18\x04 \x01(\t\x12]\n\x12simulation_options\x18\x05 \x01(\x0b\x32\x41.luminary.proto.api.v0.luminarycloud.simulation.SimulationOptions\x12\x44\n\x10simulation_param\x18\x06 \x01(\x0b\x32&.luminary.proto.client.SimulationParamB\x02\x18\x01\x12!\n\x15simulation_param_json\x18\x07 \x01(\x0c\x42\x02\x18\x01\x12\x13\n\x0b\x64\x65scription\x18\x08 \x01(\t\x12%\n\x1dnamed_variable_set_version_id\x18\t \x01(\t\x12h\n\x13simulation_template\x18\n \x01(\x0b\x32K.luminary.proto.api.v0.luminarycloud.simulation_template.SimulationTemplate\"j\n\x18\x43reateSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"\"\n\x14GetSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"g\n\x15GetSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"k\n\x17UpdateSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_description\"j\n\x18UpdateSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\",\n\x16ListSimulationsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"j\n\x17ListSimulationsResponse\x12O\n\x0bsimulations\x18\x01 \x03(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"%\n\x17\x44\x65leteSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"&\n\x18SuspendSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xcf\x02\n#GetSimulationGlobalResidualsRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x89\x01\n\x16residual_normalization\x18\x03 \x01(\x0e\x32i.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsRequest.ResidualNormalization\"\x89\x01\n\x15ResidualNormalization\x12&\n\"RESIDUAL_NORMALIZATION_UNSPECIFIED\x10\x00\x12#\n\x1fRESIDUAL_NORMALIZATION_RELATIVE\x10\x01\x12#\n\x1fRESIDUAL_NORMALIZATION_ABSOLUTE\x10\x02J\x04\x08\x04\x10\x05\"j\n$GetSimulationGlobalResidualsResponse\x12\x42\n\x08\x63sv_file\x18\x01 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.File\"\xbe\x05\n)GetSimulationSurfaceQuantityOutputRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12<\n\rquantity_type\x18\x02 \x01(\x0e\x32%.luminary.proto.quantity.QuantityType\x12\x13\n\x0bsurface_ids\x18\x03 \x03(\t\x12Y\n\x10\x63\x61lculation_type\x18\x04 \x01(\x0e\x32?.luminary.proto.api.v0.luminarycloud.simulation.CalculationType\x12\x10\n\x08\x66rame_id\x18\x06 \x01(\t\x12L\n\x0f\x66orce_direction\x18\x11 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12J\n\rmoment_center\x18\x12 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12U\n\x0e\x61veraging_type\x18\x13 \x01(\x0e\x32=.luminary.proto.api.v0.luminarycloud.simulation.AveragingType\x12@\n\x10reference_values\x18\x14 \x01(\x0b\x32&.luminary.proto.output.ReferenceValues\x12?\n\x10vector_component\x18\x15 \x01(\x0e\x32%.luminary.proto.base.Vector3Component\x12K\n\x16moment_convention_type\x18\x16 \x01(\x0e\x32+.luminary.proto.output.MomentConventionTypeJ\x04\x08\x05\x10\x06\"p\n*GetSimulationSurfaceQuantityOutputResponse\x12\x42\n\x08\x63sv_file\x18\x01 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.File\"J\n#GetSimulationSurfaceSolutionRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\ttime_step\x18\x03 \x01(\rJ\x04\x08\x02\x10\x03\"l\n$GetSimulationSurfaceSolutionResponse\x12>\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.FileJ\x04\x08\x01\x10\x02\"c\n\"GetSimulationVolumeSolutionRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\ttime_step\x18\x03 \x01(\r\x12\x18\n\x10single_precision\x18\x04 \x01(\x08J\x04\x08\x02\x10\x03\"k\n#GetSimulationVolumeSolutionResponse\x12>\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.FileJ\x04\x08\x01\x10\x02\",\n\x1eGetSimulationParametersRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xed\x01\n\x15SimulationQueueStatus\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x15\n\rsimulation_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x31\n\rcreation_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x0cstarted_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x0e\n\x06is_lma\x18\x06 \x01(\x08\x12\x10\n\x08priority\x18\x07 \x01(\x08\x42\x0f\n\r_started_time\"l\n\x1cListQueuedSimulationsRequest\x12\x16\n\tpage_size\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x17\n\npage_token\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token\"\xa9\x01\n\x1dListQueuedSimulationsResponse\x12Z\n\x0bsimulations\x18\x01 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.simulation.SimulationQueueStatus\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0btotal_count\x18\x03 \x01(\x05\"/\n\x15GetWorkflowIDsRequest\x12\x16\n\x0esimulation_ids\x18\x01 \x03(\t\"\xa5\x01\n\x16GetWorkflowIDsResponse\x12^\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32P.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsResponse.DataEntry\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01*\x96\x01\n\x0f\x43\x61lculationType\x12 \n\x1c\x43\x41LCULATION_TYPE_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x43\x41LCULATION_TYPE_AGGREGATE\x10\x01\x12 \n\x1c\x43\x41LCULATION_TYPE_PER_SURFACE\x10\x02\x12\x1f\n\x1b\x43\x41LCULATION_TYPE_DIFFERENCE\x10\x03*f\n\rAveragingType\x12\x1e\n\x1a\x41VERAGING_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41VERAGING_TYPE_MASS_FLOW\x10\x01\x12\x17\n\x13\x41VERAGING_TYPE_AREA\x10\x02\x32\xd3\x15\n\x11SimulationService\x12\xd7\x01\n\x10\x43reateSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.CreateSimulationRequest\x1aH.luminary.proto.api.v0.luminarycloud.simulation.CreateSimulationResponse\"0\x82\xd3\xe4\x93\x02*\"%/v0/projects/{project_id}/simulations:\x01*\x12\xba\x01\n\rGetSimulation\x12\x44.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationRequest\x1a\x45.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/v0/simulations/{id}\x12\xc6\x01\n\x10UpdateSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.UpdateSimulationRequest\x1aH.luminary.proto.api.v0.luminarycloud.simulation.UpdateSimulationResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/v0/simulations/{id}:\x01*\x12\xd1\x01\n\x0fListSimulations\x12\x46.luminary.proto.api.v0.luminarycloud.simulation.ListSimulationsRequest\x1aG.luminary.proto.api.v0.luminarycloud.simulation.ListSimulationsResponse\"-\x82\xd3\xe4\x93\x02\'\x12%/v0/projects/{project_id}/simulations\x12\x91\x01\n\x10\x44\x65leteSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.DeleteSimulationRequest\x1a\x16.google.protobuf.Empty\"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/v0/simulations/{id}\x12\x9b\x01\n\x11SuspendSimulation\x12H.luminary.proto.api.v0.luminarycloud.simulation.SuspendSimulationRequest\x1a\x16.google.protobuf.Empty\"$\x82\xd3\xe4\x93\x02\x1e\"\x1c/v0/simulations/{id}:suspend\x12\xf7\x01\n\x1cGetSimulationGlobalResiduals\x12S.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsRequest\x1aT.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsResponse\",\x82\xd3\xe4\x93\x02&\x12$/v0/simulations/{id}:globalresiduals\x12\x8f\x02\n\"GetSimulationSurfaceQuantityOutput\x12Y.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceQuantityOutputRequest\x1aZ.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceQuantityOutputResponse\"2\x82\xd3\xe4\x93\x02,\x12*/v0/simulations/{id}:surfacequantityoutput\x12\xf7\x01\n\x1cGetSimulationSurfaceSolution\x12S.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceSolutionRequest\x1aT.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceSolutionResponse\",\x82\xd3\xe4\x93\x02&\x12$/v0/simulations/{id}:surfacesolution\x12\xf3\x01\n\x1bGetSimulationVolumeSolution\x12R.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationVolumeSolutionRequest\x1aS.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationVolumeSolutionResponse\"+\x82\xd3\xe4\x93\x02%\x12#/v0/simulations/{id}:volumesolution\x12\xba\x01\n\x17GetSimulationParameters\x12N.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationParametersRequest\x1a&.luminary.proto.client.SimulationParam\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/v0/simulations/{id}/parameters\x12\xd4\x01\n\x15ListQueuedSimulations\x12L.luminary.proto.api.v0.luminarycloud.simulation.ListQueuedSimulationsRequest\x1aM.luminary.proto.api.v0.luminarycloud.simulation.ListQueuedSimulationsResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/v0/queued-simulations\x12\xc7\x01\n\x0eGetWorkflowIDs\x12\x45.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsRequest\x1a\x46.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/v0/simulations:getworkflowidsB>Z<luminarycloud.com/core/proto/api/v0/luminarycloud/simulationb\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6proto/api/v0/luminarycloud/simulation/simulation.proto\x12.luminary.proto.api.v0.luminarycloud.simulation\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\x1a\x1dproto/quantity/quantity.proto\x1a#proto/output/reference_values.proto\x1a\x19proto/output/output.proto\x1a\x1dproto/client/simulation.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1aHproto/api/v0/luminarycloud/simulation_template/simulation_template.proto\"\x86\x04\n\nSimulation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12[\n\x06status\x18\x05 \x01(\x0e\x32K.luminary.proto.api.v0.luminarycloud.simulation.Simulation.SimulationStatus\x12\x0f\n\x07mesh_id\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12\x12\n\nproject_id\x18\x08 \x01(\t\x12\x10\n\x08\x64oe_name\x18\t \x01(\t\"\xd2\x01\n\x10SimulationStatus\x12!\n\x1dSIMULATION_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19SIMULATION_STATUS_PENDING\x10\x01\x12\x1c\n\x18SIMULATION_STATUS_ACTIVE\x10\x02\x12\x1f\n\x1bSIMULATION_STATUS_COMPLETED\x10\x03\x12\x1c\n\x18SIMULATION_STATUS_FAILED\x10\x04\x12\x1f\n\x1bSIMULATION_STATUS_SUSPENDED\x10\x05\"\x8c\x02\n\x11SimulationOptions\x12\x18\n\x10\x62\x61tch_processing\x18\x01 \x01(\x08\x12[\n\x08gpu_type\x18\x08 \x01(\x0e\x32I.luminary.proto.api.v0.luminarycloud.simulation.SimulationOptions.GPUType\x12\x11\n\tgpu_count\x18\t \x01(\r\"m\n\x07GPUType\x12\x18\n\x14GPU_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rGPU_TYPE_V100\x10\x01\x12\x11\n\rGPU_TYPE_A100\x10\x02\x12\x0f\n\x0bGPU_TYPE_T4\x10\x03\x12\x11\n\rGPU_TYPE_H100\x10\x04\"\xda\x03\n\x17\x43reateSimulationRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0f\n\x07mesh_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x1e\n\x16simulation_template_id\x18\x04 \x01(\t\x12]\n\x12simulation_options\x18\x05 \x01(\x0b\x32\x41.luminary.proto.api.v0.luminarycloud.simulation.SimulationOptions\x12\x44\n\x10simulation_param\x18\x06 \x01(\x0b\x32&.luminary.proto.client.SimulationParamB\x02\x18\x01\x12!\n\x15simulation_param_json\x18\x07 \x01(\x0c\x42\x02\x18\x01\x12\x13\n\x0b\x64\x65scription\x18\x08 \x01(\t\x12%\n\x1dnamed_variable_set_version_id\x18\t \x01(\t\x12h\n\x13simulation_template\x18\n \x01(\x0b\x32K.luminary.proto.api.v0.luminarycloud.simulation_template.SimulationTemplate\"j\n\x18\x43reateSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"\"\n\x14GetSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"g\n\x15GetSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"k\n\x17UpdateSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_description\"j\n\x18UpdateSimulationResponse\x12N\n\nsimulation\x18\x01 \x01(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\",\n\x16ListSimulationsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"j\n\x17ListSimulationsResponse\x12O\n\x0bsimulations\x18\x01 \x03(\x0b\x32:.luminary.proto.api.v0.luminarycloud.simulation.Simulation\"%\n\x17\x44\x65leteSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"&\n\x18SuspendSimulationRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xcf\x02\n#GetSimulationGlobalResidualsRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x89\x01\n\x16residual_normalization\x18\x03 \x01(\x0e\x32i.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsRequest.ResidualNormalization\"\x89\x01\n\x15ResidualNormalization\x12&\n\"RESIDUAL_NORMALIZATION_UNSPECIFIED\x10\x00\x12#\n\x1fRESIDUAL_NORMALIZATION_RELATIVE\x10\x01\x12#\n\x1fRESIDUAL_NORMALIZATION_ABSOLUTE\x10\x02J\x04\x08\x04\x10\x05\"j\n$GetSimulationGlobalResidualsResponse\x12\x42\n\x08\x63sv_file\x18\x01 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.File\"\xbe\x05\n)GetSimulationSurfaceQuantityOutputRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12<\n\rquantity_type\x18\x02 \x01(\x0e\x32%.luminary.proto.quantity.QuantityType\x12\x13\n\x0bsurface_ids\x18\x03 \x03(\t\x12Y\n\x10\x63\x61lculation_type\x18\x04 \x01(\x0e\x32?.luminary.proto.api.v0.luminarycloud.simulation.CalculationType\x12\x10\n\x08\x66rame_id\x18\x06 \x01(\t\x12L\n\x0f\x66orce_direction\x18\x11 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12J\n\rmoment_center\x18\x12 \x01(\x0b\x32\x33.luminary.proto.api.v0.luminarycloud.common.Vector3\x12U\n\x0e\x61veraging_type\x18\x13 \x01(\x0e\x32=.luminary.proto.api.v0.luminarycloud.simulation.AveragingType\x12@\n\x10reference_values\x18\x14 \x01(\x0b\x32&.luminary.proto.output.ReferenceValues\x12?\n\x10vector_component\x18\x15 \x01(\x0e\x32%.luminary.proto.base.Vector3Component\x12K\n\x16moment_convention_type\x18\x16 \x01(\x0e\x32+.luminary.proto.output.MomentConventionTypeJ\x04\x08\x05\x10\x06\"p\n*GetSimulationSurfaceQuantityOutputResponse\x12\x42\n\x08\x63sv_file\x18\x01 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.File\"J\n#GetSimulationSurfaceSolutionRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\ttime_step\x18\x03 \x01(\rJ\x04\x08\x02\x10\x03\"l\n$GetSimulationSurfaceSolutionResponse\x12>\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.FileJ\x04\x08\x01\x10\x02\"c\n\"GetSimulationVolumeSolutionRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\ttime_step\x18\x03 \x01(\r\x12\x18\n\x10single_precision\x18\x04 \x01(\x08J\x04\x08\x02\x10\x03\"k\n#GetSimulationVolumeSolutionResponse\x12>\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.FileJ\x04\x08\x01\x10\x02\",\n\x1eGetSimulationParametersRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xed\x01\n\x15SimulationQueueStatus\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x15\n\rsimulation_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x31\n\rcreation_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x0cstarted_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x12\x0e\n\x06is_lma\x18\x06 \x01(\x08\x12\x10\n\x08priority\x18\x07 \x01(\x08\x42\x0f\n\r_started_time\"l\n\x1cListQueuedSimulationsRequest\x12\x16\n\tpage_size\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x17\n\npage_token\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0c\n\n_page_sizeB\r\n\x0b_page_token\"\xa9\x01\n\x1dListQueuedSimulationsResponse\x12Z\n\x0bsimulations\x18\x01 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.simulation.SimulationQueueStatus\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0btotal_count\x18\x03 \x01(\x05\"/\n\x15GetWorkflowIDsRequest\x12\x16\n\x0esimulation_ids\x18\x01 \x03(\t\"\xa5\x01\n\x16GetWorkflowIDsResponse\x12^\n\x04\x64\x61ta\x18\x01 \x03(\x0b\x32P.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsResponse.DataEntry\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"/\n!GetStoppingConditionStatusRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\xa2\x01\n\"GetStoppingConditionStatusResponse\x12>\n\x06status\x18\x01 \x01(\x0b\x32..luminary.proto.output.StoppingConditionStatus\x12<\n\nconditions\x18\x02 \x03(\x0b\x32(.luminary.proto.output.StoppingCondition*\x96\x01\n\x0f\x43\x61lculationType\x12 \n\x1c\x43\x41LCULATION_TYPE_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x43\x41LCULATION_TYPE_AGGREGATE\x10\x01\x12 \n\x1c\x43\x41LCULATION_TYPE_PER_SURFACE\x10\x02\x12\x1f\n\x1b\x43\x41LCULATION_TYPE_DIFFERENCE\x10\x03*f\n\rAveragingType\x12\x1e\n\x1a\x41VERAGING_TYPE_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41VERAGING_TYPE_MASS_FLOW\x10\x01\x12\x17\n\x13\x41VERAGING_TYPE_AREA\x10\x02\x32\xd1\x17\n\x11SimulationService\x12\xd7\x01\n\x10\x43reateSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.CreateSimulationRequest\x1aH.luminary.proto.api.v0.luminarycloud.simulation.CreateSimulationResponse\"0\x82\xd3\xe4\x93\x02*\"%/v0/projects/{project_id}/simulations:\x01*\x12\xba\x01\n\rGetSimulation\x12\x44.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationRequest\x1a\x45.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/v0/simulations/{id}\x12\xc6\x01\n\x10UpdateSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.UpdateSimulationRequest\x1aH.luminary.proto.api.v0.luminarycloud.simulation.UpdateSimulationResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x32\x14/v0/simulations/{id}:\x01*\x12\xd1\x01\n\x0fListSimulations\x12\x46.luminary.proto.api.v0.luminarycloud.simulation.ListSimulationsRequest\x1aG.luminary.proto.api.v0.luminarycloud.simulation.ListSimulationsResponse\"-\x82\xd3\xe4\x93\x02\'\x12%/v0/projects/{project_id}/simulations\x12\x91\x01\n\x10\x44\x65leteSimulation\x12G.luminary.proto.api.v0.luminarycloud.simulation.DeleteSimulationRequest\x1a\x16.google.protobuf.Empty\"\x1c\x82\xd3\xe4\x93\x02\x16*\x14/v0/simulations/{id}\x12\x9b\x01\n\x11SuspendSimulation\x12H.luminary.proto.api.v0.luminarycloud.simulation.SuspendSimulationRequest\x1a\x16.google.protobuf.Empty\"$\x82\xd3\xe4\x93\x02\x1e\"\x1c/v0/simulations/{id}:suspend\x12\xf7\x01\n\x1cGetSimulationGlobalResiduals\x12S.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsRequest\x1aT.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationGlobalResidualsResponse\",\x82\xd3\xe4\x93\x02&\x12$/v0/simulations/{id}:globalresiduals\x12\x8f\x02\n\"GetSimulationSurfaceQuantityOutput\x12Y.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceQuantityOutputRequest\x1aZ.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceQuantityOutputResponse\"2\x82\xd3\xe4\x93\x02,\x12*/v0/simulations/{id}:surfacequantityoutput\x12\xf7\x01\n\x1cGetSimulationSurfaceSolution\x12S.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceSolutionRequest\x1aT.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationSurfaceSolutionResponse\",\x82\xd3\xe4\x93\x02&\x12$/v0/simulations/{id}:surfacesolution\x12\xf3\x01\n\x1bGetSimulationVolumeSolution\x12R.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationVolumeSolutionRequest\x1aS.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationVolumeSolutionResponse\"+\x82\xd3\xe4\x93\x02%\x12#/v0/simulations/{id}:volumesolution\x12\xba\x01\n\x17GetSimulationParameters\x12N.luminary.proto.api.v0.luminarycloud.simulation.GetSimulationParametersRequest\x1a&.luminary.proto.client.SimulationParam\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/v0/simulations/{id}/parameters\x12\xd4\x01\n\x15ListQueuedSimulations\x12L.luminary.proto.api.v0.luminarycloud.simulation.ListQueuedSimulationsRequest\x1aM.luminary.proto.api.v0.luminarycloud.simulation.ListQueuedSimulationsResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/v0/queued-simulations\x12\xc7\x01\n\x0eGetWorkflowIDs\x12\x45.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsRequest\x1a\x46.luminary.proto.api.v0.luminarycloud.simulation.GetWorkflowIDsResponse\"&\x82\xd3\xe4\x93\x02 \x12\x1e/v0/simulations:getworkflowids\x12\xfb\x01\n\x1aGetStoppingConditionStatus\x12Q.luminary.proto.api.v0.luminarycloud.simulation.GetStoppingConditionStatusRequest\x1aR.luminary.proto.api.v0.luminarycloud.simulation.GetStoppingConditionStatusResponse\"6\x82\xd3\xe4\x93\x02\x30\x12./v0/simulations/{id}/stopping_condition_statusB>Z<luminarycloud.com/core/proto/api/v0/luminarycloud/simulationb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_CALCULATIONTYPE = DESCRIPTOR.enum_types_by_name['CalculationType']
|
|
31
31
|
CalculationType = enum_type_wrapper.EnumTypeWrapper(_CALCULATIONTYPE)
|
|
@@ -67,6 +67,8 @@ _LISTQUEUEDSIMULATIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListQueuedSim
|
|
|
67
67
|
_GETWORKFLOWIDSREQUEST = DESCRIPTOR.message_types_by_name['GetWorkflowIDsRequest']
|
|
68
68
|
_GETWORKFLOWIDSRESPONSE = DESCRIPTOR.message_types_by_name['GetWorkflowIDsResponse']
|
|
69
69
|
_GETWORKFLOWIDSRESPONSE_DATAENTRY = _GETWORKFLOWIDSRESPONSE.nested_types_by_name['DataEntry']
|
|
70
|
+
_GETSTOPPINGCONDITIONSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetStoppingConditionStatusRequest']
|
|
71
|
+
_GETSTOPPINGCONDITIONSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetStoppingConditionStatusResponse']
|
|
70
72
|
_SIMULATION_SIMULATIONSTATUS = _SIMULATION.enum_types_by_name['SimulationStatus']
|
|
71
73
|
_SIMULATIONOPTIONS_GPUTYPE = _SIMULATIONOPTIONS.enum_types_by_name['GPUType']
|
|
72
74
|
_GETSIMULATIONGLOBALRESIDUALSREQUEST_RESIDUALNORMALIZATION = _GETSIMULATIONGLOBALRESIDUALSREQUEST.enum_types_by_name['ResidualNormalization']
|
|
@@ -260,6 +262,20 @@ GetWorkflowIDsResponse = _reflection.GeneratedProtocolMessageType('GetWorkflowID
|
|
|
260
262
|
_sym_db.RegisterMessage(GetWorkflowIDsResponse)
|
|
261
263
|
_sym_db.RegisterMessage(GetWorkflowIDsResponse.DataEntry)
|
|
262
264
|
|
|
265
|
+
GetStoppingConditionStatusRequest = _reflection.GeneratedProtocolMessageType('GetStoppingConditionStatusRequest', (_message.Message,), {
|
|
266
|
+
'DESCRIPTOR' : _GETSTOPPINGCONDITIONSTATUSREQUEST,
|
|
267
|
+
'__module__' : 'proto.api.v0.luminarycloud.simulation.simulation_pb2'
|
|
268
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.simulation.GetStoppingConditionStatusRequest)
|
|
269
|
+
})
|
|
270
|
+
_sym_db.RegisterMessage(GetStoppingConditionStatusRequest)
|
|
271
|
+
|
|
272
|
+
GetStoppingConditionStatusResponse = _reflection.GeneratedProtocolMessageType('GetStoppingConditionStatusResponse', (_message.Message,), {
|
|
273
|
+
'DESCRIPTOR' : _GETSTOPPINGCONDITIONSTATUSRESPONSE,
|
|
274
|
+
'__module__' : 'proto.api.v0.luminarycloud.simulation.simulation_pb2'
|
|
275
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.simulation.GetStoppingConditionStatusResponse)
|
|
276
|
+
})
|
|
277
|
+
_sym_db.RegisterMessage(GetStoppingConditionStatusResponse)
|
|
278
|
+
|
|
263
279
|
_SIMULATIONSERVICE = DESCRIPTOR.services_by_name['SimulationService']
|
|
264
280
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
265
281
|
|
|
@@ -297,10 +313,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
297
313
|
_SIMULATIONSERVICE.methods_by_name['ListQueuedSimulations']._serialized_options = b'\202\323\344\223\002\030\022\026/v0/queued-simulations'
|
|
298
314
|
_SIMULATIONSERVICE.methods_by_name['GetWorkflowIDs']._options = None
|
|
299
315
|
_SIMULATIONSERVICE.methods_by_name['GetWorkflowIDs']._serialized_options = b'\202\323\344\223\002 \022\036/v0/simulations:getworkflowids'
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
316
|
+
_SIMULATIONSERVICE.methods_by_name['GetStoppingConditionStatus']._options = None
|
|
317
|
+
_SIMULATIONSERVICE.methods_by_name['GetStoppingConditionStatus']._serialized_options = b'\202\323\344\223\0020\022./v0/simulations/{id}/stopping_condition_status'
|
|
318
|
+
_CALCULATIONTYPE._serialized_start=5098
|
|
319
|
+
_CALCULATIONTYPE._serialized_end=5248
|
|
320
|
+
_AVERAGINGTYPE._serialized_start=5250
|
|
321
|
+
_AVERAGINGTYPE._serialized_end=5352
|
|
304
322
|
_SIMULATION._serialized_start=470
|
|
305
323
|
_SIMULATION._serialized_end=988
|
|
306
324
|
_SIMULATION_SIMULATIONSTATUS._serialized_start=778
|
|
@@ -361,6 +379,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
361
379
|
_GETWORKFLOWIDSRESPONSE._serialized_end=4881
|
|
362
380
|
_GETWORKFLOWIDSRESPONSE_DATAENTRY._serialized_start=4838
|
|
363
381
|
_GETWORKFLOWIDSRESPONSE_DATAENTRY._serialized_end=4881
|
|
364
|
-
|
|
365
|
-
|
|
382
|
+
_GETSTOPPINGCONDITIONSTATUSREQUEST._serialized_start=4883
|
|
383
|
+
_GETSTOPPINGCONDITIONSTATUSREQUEST._serialized_end=4930
|
|
384
|
+
_GETSTOPPINGCONDITIONSTATUSRESPONSE._serialized_start=4933
|
|
385
|
+
_GETSTOPPINGCONDITIONSTATUSRESPONSE._serialized_end=5095
|
|
386
|
+
_SIMULATIONSERVICE._serialized_start=5355
|
|
387
|
+
_SIMULATIONSERVICE._serialized_end=8380
|
|
366
388
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -850,3 +850,42 @@ class GetWorkflowIDsResponse(google.protobuf.message.Message):
|
|
|
850
850
|
def ClearField(self, field_name: typing_extensions.Literal["data", b"data"]) -> None: ...
|
|
851
851
|
|
|
852
852
|
global___GetWorkflowIDsResponse = GetWorkflowIDsResponse
|
|
853
|
+
|
|
854
|
+
class GetStoppingConditionStatusRequest(google.protobuf.message.Message):
|
|
855
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
856
|
+
|
|
857
|
+
ID_FIELD_NUMBER: builtins.int
|
|
858
|
+
id: builtins.str
|
|
859
|
+
"""The simulation ID to get the stopping condition status for."""
|
|
860
|
+
def __init__(
|
|
861
|
+
self,
|
|
862
|
+
*,
|
|
863
|
+
id: builtins.str = ...,
|
|
864
|
+
) -> None: ...
|
|
865
|
+
def ClearField(self, field_name: typing_extensions.Literal["id", b"id"]) -> None: ...
|
|
866
|
+
|
|
867
|
+
global___GetStoppingConditionStatusRequest = GetStoppingConditionStatusRequest
|
|
868
|
+
|
|
869
|
+
class GetStoppingConditionStatusResponse(google.protobuf.message.Message):
|
|
870
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
871
|
+
|
|
872
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
873
|
+
CONDITIONS_FIELD_NUMBER: builtins.int
|
|
874
|
+
@property
|
|
875
|
+
def status(self) -> luminarycloud._proto.output.output_pb2.StoppingConditionStatus:
|
|
876
|
+
"""The stopping condition status (success, cond_success[], value[], force_stop)."""
|
|
877
|
+
@property
|
|
878
|
+
def conditions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[luminarycloud._proto.output.output_pb2.StoppingCondition]:
|
|
879
|
+
"""The stopping conditions that were evaluated (output, threshold, op).
|
|
880
|
+
The i-th element corresponds to status.cond_success[i].
|
|
881
|
+
"""
|
|
882
|
+
def __init__(
|
|
883
|
+
self,
|
|
884
|
+
*,
|
|
885
|
+
status: luminarycloud._proto.output.output_pb2.StoppingConditionStatus | None = ...,
|
|
886
|
+
conditions: collections.abc.Iterable[luminarycloud._proto.output.output_pb2.StoppingCondition] | None = ...,
|
|
887
|
+
) -> None: ...
|
|
888
|
+
def HasField(self, field_name: typing_extensions.Literal["status", b"status"]) -> builtins.bool: ...
|
|
889
|
+
def ClearField(self, field_name: typing_extensions.Literal["conditions", b"conditions", "status", b"status"]) -> None: ...
|
|
890
|
+
|
|
891
|
+
global___GetStoppingConditionStatusResponse = GetStoppingConditionStatusResponse
|
|
@@ -82,6 +82,11 @@ class SimulationServiceStub(object):
|
|
|
82
82
|
request_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetWorkflowIDsRequest.SerializeToString,
|
|
83
83
|
response_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetWorkflowIDsResponse.FromString,
|
|
84
84
|
)
|
|
85
|
+
self.GetStoppingConditionStatus = channel.unary_unary(
|
|
86
|
+
'/luminary.proto.api.v0.luminarycloud.simulation.SimulationService/GetStoppingConditionStatus',
|
|
87
|
+
request_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusRequest.SerializeToString,
|
|
88
|
+
response_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusResponse.FromString,
|
|
89
|
+
)
|
|
85
90
|
|
|
86
91
|
|
|
87
92
|
class SimulationServiceServicer(object):
|
|
@@ -189,6 +194,15 @@ class SimulationServiceServicer(object):
|
|
|
189
194
|
context.set_details('Method not implemented!')
|
|
190
195
|
raise NotImplementedError('Method not implemented!')
|
|
191
196
|
|
|
197
|
+
def GetStoppingConditionStatus(self, request, context):
|
|
198
|
+
"""Returns the stopping condition status for a completed simulation.
|
|
199
|
+
This evaluates the stopping conditions defined in the simulation parameters
|
|
200
|
+
against the final simulation results to determine which conditions were satisfied.
|
|
201
|
+
"""
|
|
202
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
203
|
+
context.set_details('Method not implemented!')
|
|
204
|
+
raise NotImplementedError('Method not implemented!')
|
|
205
|
+
|
|
192
206
|
|
|
193
207
|
def add_SimulationServiceServicer_to_server(servicer, server):
|
|
194
208
|
rpc_method_handlers = {
|
|
@@ -257,6 +271,11 @@ def add_SimulationServiceServicer_to_server(servicer, server):
|
|
|
257
271
|
request_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetWorkflowIDsRequest.FromString,
|
|
258
272
|
response_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetWorkflowIDsResponse.SerializeToString,
|
|
259
273
|
),
|
|
274
|
+
'GetStoppingConditionStatus': grpc.unary_unary_rpc_method_handler(
|
|
275
|
+
servicer.GetStoppingConditionStatus,
|
|
276
|
+
request_deserializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusRequest.FromString,
|
|
277
|
+
response_serializer=proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusResponse.SerializeToString,
|
|
278
|
+
),
|
|
260
279
|
}
|
|
261
280
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
262
281
|
'luminary.proto.api.v0.luminarycloud.simulation.SimulationService', rpc_method_handlers)
|
|
@@ -488,3 +507,20 @@ class SimulationService(object):
|
|
|
488
507
|
proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetWorkflowIDsResponse.FromString,
|
|
489
508
|
options, channel_credentials,
|
|
490
509
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
510
|
+
|
|
511
|
+
@staticmethod
|
|
512
|
+
def GetStoppingConditionStatus(request,
|
|
513
|
+
target,
|
|
514
|
+
options=(),
|
|
515
|
+
channel_credentials=None,
|
|
516
|
+
call_credentials=None,
|
|
517
|
+
insecure=False,
|
|
518
|
+
compression=None,
|
|
519
|
+
wait_for_ready=None,
|
|
520
|
+
timeout=None,
|
|
521
|
+
metadata=None):
|
|
522
|
+
return grpc.experimental.unary_unary(request, target, '/luminary.proto.api.v0.luminarycloud.simulation.SimulationService/GetStoppingConditionStatus',
|
|
523
|
+
proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusRequest.SerializeToString,
|
|
524
|
+
proto_dot_api_dot_v0_dot_luminarycloud_dot_simulation_dot_simulation__pb2.GetStoppingConditionStatusResponse.FromString,
|
|
525
|
+
options, channel_credentials,
|
|
526
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -93,6 +93,14 @@ class SimulationServiceStub:
|
|
|
93
93
|
luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetWorkflowIDsResponse,
|
|
94
94
|
]
|
|
95
95
|
"""Returns the workflow IDs corresponding to simulation IDs."""
|
|
96
|
+
GetStoppingConditionStatus: grpc.UnaryUnaryMultiCallable[
|
|
97
|
+
luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetStoppingConditionStatusRequest,
|
|
98
|
+
luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetStoppingConditionStatusResponse,
|
|
99
|
+
]
|
|
100
|
+
"""Returns the stopping condition status for a completed simulation.
|
|
101
|
+
This evaluates the stopping conditions defined in the simulation parameters
|
|
102
|
+
against the final simulation results to determine which conditions were satisfied.
|
|
103
|
+
"""
|
|
96
104
|
|
|
97
105
|
class SimulationServiceServicer(metaclass=abc.ABCMeta):
|
|
98
106
|
"""Provides APIs for running simulations and retrieve outputs."""
|
|
@@ -204,5 +212,15 @@ class SimulationServiceServicer(metaclass=abc.ABCMeta):
|
|
|
204
212
|
context: grpc.ServicerContext,
|
|
205
213
|
) -> luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetWorkflowIDsResponse:
|
|
206
214
|
"""Returns the workflow IDs corresponding to simulation IDs."""
|
|
215
|
+
@abc.abstractmethod
|
|
216
|
+
def GetStoppingConditionStatus(
|
|
217
|
+
self,
|
|
218
|
+
request: luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetStoppingConditionStatusRequest,
|
|
219
|
+
context: grpc.ServicerContext,
|
|
220
|
+
) -> luminarycloud._proto.api.v0.luminarycloud.simulation.simulation_pb2.GetStoppingConditionStatusResponse:
|
|
221
|
+
"""Returns the stopping condition status for a completed simulation.
|
|
222
|
+
This evaluates the stopping conditions defined in the simulation parameters
|
|
223
|
+
against the final simulation results to determine which conditions were satisfied.
|
|
224
|
+
"""
|
|
207
225
|
|
|
208
226
|
def add_SimulationServiceServicer_to_server(servicer: SimulationServiceServicer, server: grpc.Server) -> None: ...
|
|
@@ -13,12 +13,12 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
13
13
|
_sym_db = _symbol_database.Default()
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
from luminarycloud._proto.api.v0.luminarycloud.
|
|
16
|
+
from luminarycloud._proto.api.v0.luminarycloud.physicsaiinference import physicsaiinference_pb2 as proto_dot_api_dot_v0_dot_luminarycloud_dot_physicsaiinference_dot_physicsaiinference__pb2
|
|
17
17
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
18
18
|
from luminarycloud._proto.ratelimit import ratelimit_pb2 as proto_dot_ratelimit_dot_ratelimit__pb2
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape.proto\x12\x41luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape\x1a\x34proto/api/v0/luminarycloud/inference/inference.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fproto/ratelimit/ratelimit.proto\" \n\x1eGetAuthenticationStatusRequest\"3\n\x1cGetAuthenticationStatusReply\x12\x13\n\x0b\x61uth_active\x18\x01 \x01(\x08\"m\n\x0bOnshapePath\x12\x16\n\x0e\x63ompany_prefix\x18\x01 \x01(\t\x12\x13\n\x0b\x64ocument_id\x18\x02 \x01(\t\x12\x0e\n\x06w_or_v\x18\x03 \x01(\t\x12\r\n\x05wv_id\x18\x04 \x01(\t\x12\x12\n\nelement_id\x18\x05 \x01(\t\"e\n\x0fOnshapeVariable\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x12\n\nexpression\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\">\n\x12OnshapeCompanyInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06prefix\x18\x03 \x01(\t\"`\n\x16OnshapeDocumentVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"b\n\x18OnshapeDocumentWorkspace\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"\xdd\x02\n\x0fOnshapeDocument\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12k\n\x08versions\x18\x04 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\x12o\n\nworkspaces\x18\x05 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12\x15\n\rmodified_time\x18\x06 \x01(\x03\x12\x15\n\rcreation_time\x18\x07 \x01(\x03\x42\x0c\n\n_thumbnail\"\x83\x01\n\x13OnshapeDocumentOnly\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12\x15\n\rmodified_time\x18\x04 \x01(\x03\x12\x15\n\rcreation_time\x18\x05 \x01(\x03\x42\x0c\n\n_thumbnail\"m\n\x14ListDocumentsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x13\n\x0bsearch_term\x18\x04 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xa9\x01\n\x12ListDocumentsReply\x12i\n\tdocuments\x18\x01 \x03(\x0b\x32V.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentOnly\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\x80\x01\n ListWorkspacesAndVersionsRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\xfe\x01\n\x1eListWorkspacesAndVersionsReply\x12o\n\nworkspaces\x18\x01 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12k\n\x08versions\x18\x02 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\"p\n,ListDocumentsWithWorkspaceAndVersionsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xbd\x01\n*ListDocumentsWithWorkspaceAndVersionsReply\x12\x65\n\tdocuments\x18\x01 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocument\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\xb5\x01\n\x0eOnshapeElement\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x63\n\x04type\x18\x03 \x01(\x0e\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElementType\x12\x16\n\tthumbnail\x18\x04 \x01(\x0cH\x00\x88\x01\x01\x42\x0c\n\n_thumbnail\"\x82\x01\n\"ListImportablesForSelectionRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\x87\x01\n ListImportablesForSelectionReply\x12\x63\n\x08\x65lements\x18\x01 \x03(\x0b\x32Q.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElement\"}\n\x1dListPartsForImportableRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\xbd\x01\n\x0bOnshapePart\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12\x65\n\x04type\x18\x04 \x01(\x0e\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePartTypeH\x01\x88\x01\x01\x42\x0c\n\n_thumbnailB\x07\n\x05_type\"|\n\x1bListPartsForImportableReply\x12]\n\x05parts\x18\x01 \x03(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePart\"\x1b\n\x19GetCompanyPrefixesRequest\"\x83\x01\n\x17GetCompanyPrefixesReply\x12h\n\tcompanies\x18\x01 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeCompanyInfo\"u\n\x15\x46\x65tchVariablesRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\x82\x01\n\x13\x46\x65tchVariablesReply\x12\x65\n\tvariables\x18\x02 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeVariableJ\x04\x08\x01\x10\x02\"u\n\x15GetElementNameRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"#\n\x13GetElementNameReply\x12\x0c\n\x04name\x18\x01 \x01(\t\"0\n\x15GetFeatureNameRequest\x12\x17\n\x0fweb_geometry_id\x18\x01 \x01(\t\"*\n\x13GetFeatureNameReply\x12\x13\n\x0b\x66\x65\x61tureName\x18\x01 \x01(\t\"\xdf\x01\n\x13RunInferenceRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\x12j\n\x11inference_request\x18\x02 \x01(\x0b\x32O.luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobRequest\"\x96\x01\n\x11RunInferenceReply\x12\x13\n\x0bstl_file_id\x18\x01 \x01(\t\x12l\n\x12inference_response\x18\x02 \x01(\x0b\x32P.luminary.proto.api.v0.luminarycloud.inference.CreateInferenceServiceJobResponse*3\n\x12OnshapeElementType\x12\x0f\n\x0bPART_STUDIO\x10\x00\x12\x0c\n\x08\x41SSEMBLY\x10\x01*W\n\x0fOnshapePartType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05SHEET\x10\x01\x12\x08\n\x04WIRE\x10\x02\x12\r\n\tCOMPOSITE\x10\x03\x12\x08\n\x04MESH\x10\x04\x12\t\n\x05SOLID\x10\x05\x32\xb4\x16\n\x0eOnshapeService\x12\xa8\x02\n\x17GetAuthenticationStatus\x12\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusRequest\x1a_.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusReply\"I\x82\xd3\xe4\x93\x02\x39\x12\x37/v0/thirdpartyintegration/onshape/authentication-status\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x8a\x02\n\x0e\x46\x65tchVariables\x12X.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesRequest\x1aV.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesReply\"F\x82\xd3\xe4\x93\x02\x36\"1/v0/thirdpartyintegration/onshape/fetch-variables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xc6\x02\n%ListDocumentsWithWorkspaceAndVersions\x12o.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsRequest\x1am.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/documents\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x83\x02\n\rListDocuments\x12W.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsRequest\x1aU.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsReply\"B\x82\xd3\xe4\x93\x02\x32\x12\x30/v0/thirdpartyintegration/onshape/documents-only\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xb0\x02\n\x19ListWorkspacesAndVersions\x12\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsRequest\x1a\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsReply\"K\x82\xd3\xe4\x93\x02;\x12\x39/v0/thirdpartyintegration/onshape/workspaces-and-versions\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xad\x02\n\x1bListImportablesForSelection\x12\x65.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionRequest\x1a\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionReply\"B\x82\xd3\xe4\x93\x02\x32\"-/v0/thirdpartyintegration/onshape/importables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x98\x02\n\x16ListPartsForImportable\x12`.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListPartsForImportableRequest\x1a^.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListPartsForImportableReply\"<\x82\xd3\xe4\x93\x02,\"\'/v0/thirdpartyintegration/onshape/parts:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x8d\x02\n\x12GetCompanyPrefixes\x12\\.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesRequest\x1aZ.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/companies\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x87\x02\n\x0eGetElementName\x12X.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetElementNameRequest\x1aV.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetElementNameReply\"C\x82\xd3\xe4\x93\x02\x33\"./v0/thirdpartyintegration/onshape/element-name:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x82\x02\n\x0cRunInference\x12V.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.RunInferenceRequest\x1aT.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.RunInferenceReply\"D\x82\xd3\xe4\x93\x02\x34\"//v0/thirdpartyintegration/onshape/run-inference:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x42QZOluminarycloud.com/core/proto/api/v0/luminarycloud/thirdpartyintegration/onshapeb\x06proto3')
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape.proto\x12\x41luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape\x1a\x46proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fproto/ratelimit/ratelimit.proto\" \n\x1eGetAuthenticationStatusRequest\"3\n\x1cGetAuthenticationStatusReply\x12\x13\n\x0b\x61uth_active\x18\x01 \x01(\x08\"m\n\x0bOnshapePath\x12\x16\n\x0e\x63ompany_prefix\x18\x01 \x01(\t\x12\x13\n\x0b\x64ocument_id\x18\x02 \x01(\t\x12\x0e\n\x06w_or_v\x18\x03 \x01(\t\x12\r\n\x05wv_id\x18\x04 \x01(\t\x12\x12\n\nelement_id\x18\x05 \x01(\t\"e\n\x0fOnshapeVariable\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05value\x18\x03 \x01(\t\x12\x12\n\nexpression\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\">\n\x12OnshapeCompanyInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0e\n\x06prefix\x18\x03 \x01(\t\"`\n\x16OnshapeDocumentVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"b\n\x18OnshapeDocumentWorkspace\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x15\n\rmodified_time\x18\x03 \x01(\x03\x12\x15\n\rcreation_time\x18\x04 \x01(\x03\"\xdd\x02\n\x0fOnshapeDocument\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12k\n\x08versions\x18\x04 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\x12o\n\nworkspaces\x18\x05 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12\x15\n\rmodified_time\x18\x06 \x01(\x03\x12\x15\n\rcreation_time\x18\x07 \x01(\x03\x42\x0c\n\n_thumbnail\"\x83\x01\n\x13OnshapeDocumentOnly\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12\x15\n\rmodified_time\x18\x04 \x01(\x03\x12\x15\n\rcreation_time\x18\x05 \x01(\x03\x42\x0c\n\n_thumbnail\"m\n\x14ListDocumentsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x13\n\x0bsearch_term\x18\x04 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xa9\x01\n\x12ListDocumentsReply\x12i\n\tdocuments\x18\x01 \x03(\x0b\x32V.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentOnly\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\x80\x01\n ListWorkspacesAndVersionsRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\xfe\x01\n\x1eListWorkspacesAndVersionsReply\x12o\n\nworkspaces\x18\x01 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentWorkspace\x12k\n\x08versions\x18\x02 \x03(\x0b\x32Y.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocumentVersion\"p\n,ListDocumentsWithWorkspaceAndVersionsRequest\x12\x11\n\tnext_page\x18\x01 \x01(\t\x12\x15\n\rprevious_page\x18\x02 \x01(\t\x12\x16\n\x0e\x63ompany_prefix\x18\x03 \x01(\t\"\xbd\x01\n*ListDocumentsWithWorkspaceAndVersionsReply\x12\x65\n\tdocuments\x18\x01 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeDocument\x12\x11\n\tnext_page\x18\x02 \x01(\t\x12\x15\n\rprevious_page\x18\x03 \x01(\t\"\xb5\x01\n\x0eOnshapeElement\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x63\n\x04type\x18\x03 \x01(\x0e\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElementType\x12\x16\n\tthumbnail\x18\x04 \x01(\x0cH\x00\x88\x01\x01\x42\x0c\n\n_thumbnail\"\x82\x01\n\"ListImportablesForSelectionRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\x87\x01\n ListImportablesForSelectionReply\x12\x63\n\x08\x65lements\x18\x01 \x03(\x0b\x32Q.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeElement\"}\n\x1dListPartsForImportableRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\xbd\x01\n\x0bOnshapePart\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\tthumbnail\x18\x03 \x01(\x0cH\x00\x88\x01\x01\x12\x65\n\x04type\x18\x04 \x01(\x0e\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePartTypeH\x01\x88\x01\x01\x42\x0c\n\n_thumbnailB\x07\n\x05_type\"|\n\x1bListPartsForImportableReply\x12]\n\x05parts\x18\x01 \x03(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePart\"\x1b\n\x19GetCompanyPrefixesRequest\"\x83\x01\n\x17GetCompanyPrefixesReply\x12h\n\tcompanies\x18\x01 \x03(\x0b\x32U.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeCompanyInfo\"u\n\x15\x46\x65tchVariablesRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"\x82\x01\n\x13\x46\x65tchVariablesReply\x12\x65\n\tvariables\x18\x02 \x03(\x0b\x32R.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapeVariableJ\x04\x08\x01\x10\x02\"u\n\x15GetElementNameRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\"#\n\x13GetElementNameReply\x12\x0c\n\x04name\x18\x01 \x01(\t\"0\n\x15GetFeatureNameRequest\x12\x17\n\x0fweb_geometry_id\x18\x01 \x01(\t\"*\n\x13GetFeatureNameReply\x12\x13\n\x0b\x66\x65\x61tureName\x18\x01 \x01(\t\"\xe8\x01\n\x13RunInferenceRequest\x12\\\n\x04path\x18\x01 \x01(\x0b\x32N.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.OnshapePath\x12s\n\x11inference_request\x18\x02 \x01(\x0b\x32X.luminary.proto.api.v0.luminarycloud.physicsaiinference.CreateInferenceServiceJobRequest\"\x9c\x01\n\x11RunInferenceReply\x12\x13\n\x0bstl_file_id\x18\x01 \x01(\t\x12r\n\x12inference_response\x18\x02 \x01(\x0b\x32V.luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobResponse*3\n\x12OnshapeElementType\x12\x0f\n\x0bPART_STUDIO\x10\x00\x12\x0c\n\x08\x41SSEMBLY\x10\x01*W\n\x0fOnshapePartType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05SHEET\x10\x01\x12\x08\n\x04WIRE\x10\x02\x12\r\n\tCOMPOSITE\x10\x03\x12\x08\n\x04MESH\x10\x04\x12\t\n\x05SOLID\x10\x05\x32\xb4\x16\n\x0eOnshapeService\x12\xa8\x02\n\x17GetAuthenticationStatus\x12\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusRequest\x1a_.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetAuthenticationStatusReply\"I\x82\xd3\xe4\x93\x02\x39\x12\x37/v0/thirdpartyintegration/onshape/authentication-status\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x8a\x02\n\x0e\x46\x65tchVariables\x12X.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesRequest\x1aV.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.FetchVariablesReply\"F\x82\xd3\xe4\x93\x02\x36\"1/v0/thirdpartyintegration/onshape/fetch-variables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xc6\x02\n%ListDocumentsWithWorkspaceAndVersions\x12o.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsRequest\x1am.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsWithWorkspaceAndVersionsReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/documents\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x83\x02\n\rListDocuments\x12W.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsRequest\x1aU.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListDocumentsReply\"B\x82\xd3\xe4\x93\x02\x32\x12\x30/v0/thirdpartyintegration/onshape/documents-only\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xb0\x02\n\x19ListWorkspacesAndVersions\x12\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsRequest\x1a\x61.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListWorkspacesAndVersionsReply\"K\x82\xd3\xe4\x93\x02;\x12\x39/v0/thirdpartyintegration/onshape/workspaces-and-versions\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\xad\x02\n\x1bListImportablesForSelection\x12\x65.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionRequest\x1a\x63.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListImportablesForSelectionReply\"B\x82\xd3\xe4\x93\x02\x32\"-/v0/thirdpartyintegration/onshape/importables:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x98\x02\n\x16ListPartsForImportable\x12`.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListPartsForImportableRequest\x1a^.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.ListPartsForImportableReply\"<\x82\xd3\xe4\x93\x02,\"\'/v0/thirdpartyintegration/onshape/parts:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x8d\x02\n\x12GetCompanyPrefixes\x12\\.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesRequest\x1aZ.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetCompanyPrefixesReply\"=\x82\xd3\xe4\x93\x02-\x12+/v0/thirdpartyintegration/onshape/companies\x8a\xb5\x18\x06\x08<\x12\x02\x08\x01\x12\x87\x02\n\x0eGetElementName\x12X.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetElementNameRequest\x1aV.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.GetElementNameReply\"C\x82\xd3\xe4\x93\x02\x33\"./v0/thirdpartyintegration/onshape/element-name:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x12\x82\x02\n\x0cRunInference\x12V.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.RunInferenceRequest\x1aT.luminary.proto.api.v0.luminarycloud.thirdpartyintegration.onshape.RunInferenceReply\"D\x82\xd3\xe4\x93\x02\x34\"//v0/thirdpartyintegration/onshape/run-inference:\x01*\x8a\xb5\x18\x06\x08\n\x12\x02\x08\x05\x42QZOluminarycloud.com/core/proto/api/v0/luminarycloud/thirdpartyintegration/onshapeb\x06proto3')
|
|
22
22
|
|
|
23
23
|
_ONSHAPEELEMENTTYPE = DESCRIPTOR.enum_types_by_name['OnshapeElementType']
|
|
24
24
|
OnshapeElementType = enum_type_wrapper.EnumTypeWrapper(_ONSHAPEELEMENTTYPE)
|
|
@@ -307,72 +307,72 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
307
307
|
_ONSHAPESERVICE.methods_by_name['GetElementName']._serialized_options = b'\202\323\344\223\0023\"./v0/thirdpartyintegration/onshape/element-name:\001*\212\265\030\006\010\n\022\002\010\005'
|
|
308
308
|
_ONSHAPESERVICE.methods_by_name['RunInference']._options = None
|
|
309
309
|
_ONSHAPESERVICE.methods_by_name['RunInference']._serialized_options = b'\202\323\344\223\0024\"//v0/thirdpartyintegration/onshape/run-inference:\001*\212\265\030\006\010\n\022\002\010\005'
|
|
310
|
-
_ONSHAPEELEMENTTYPE._serialized_start=
|
|
311
|
-
_ONSHAPEELEMENTTYPE._serialized_end=
|
|
312
|
-
_ONSHAPEPARTTYPE._serialized_start=
|
|
313
|
-
_ONSHAPEPARTTYPE._serialized_end=
|
|
314
|
-
_GETAUTHENTICATIONSTATUSREQUEST._serialized_start=
|
|
315
|
-
_GETAUTHENTICATIONSTATUSREQUEST._serialized_end=
|
|
316
|
-
_GETAUTHENTICATIONSTATUSREPLY._serialized_start=
|
|
317
|
-
_GETAUTHENTICATIONSTATUSREPLY._serialized_end=
|
|
318
|
-
_ONSHAPEPATH._serialized_start=
|
|
319
|
-
_ONSHAPEPATH._serialized_end=
|
|
320
|
-
_ONSHAPEVARIABLE._serialized_start=
|
|
321
|
-
_ONSHAPEVARIABLE._serialized_end=
|
|
322
|
-
_ONSHAPECOMPANYINFO._serialized_start=
|
|
323
|
-
_ONSHAPECOMPANYINFO._serialized_end=
|
|
324
|
-
_ONSHAPEDOCUMENTVERSION._serialized_start=
|
|
325
|
-
_ONSHAPEDOCUMENTVERSION._serialized_end=
|
|
326
|
-
_ONSHAPEDOCUMENTWORKSPACE._serialized_start=
|
|
327
|
-
_ONSHAPEDOCUMENTWORKSPACE._serialized_end=
|
|
328
|
-
_ONSHAPEDOCUMENT._serialized_start=
|
|
329
|
-
_ONSHAPEDOCUMENT._serialized_end=
|
|
330
|
-
_ONSHAPEDOCUMENTONLY._serialized_start=
|
|
331
|
-
_ONSHAPEDOCUMENTONLY._serialized_end=
|
|
332
|
-
_LISTDOCUMENTSREQUEST._serialized_start=
|
|
333
|
-
_LISTDOCUMENTSREQUEST._serialized_end=
|
|
334
|
-
_LISTDOCUMENTSREPLY._serialized_start=
|
|
335
|
-
_LISTDOCUMENTSREPLY._serialized_end=
|
|
336
|
-
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_start=
|
|
337
|
-
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_end=
|
|
338
|
-
_LISTWORKSPACESANDVERSIONSREPLY._serialized_start=
|
|
339
|
-
_LISTWORKSPACESANDVERSIONSREPLY._serialized_end=
|
|
340
|
-
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_start=
|
|
341
|
-
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_end=
|
|
342
|
-
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_start=
|
|
343
|
-
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_end=
|
|
344
|
-
_ONSHAPEELEMENT._serialized_start=
|
|
345
|
-
_ONSHAPEELEMENT._serialized_end=
|
|
346
|
-
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_start=
|
|
347
|
-
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_end=
|
|
348
|
-
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_start=
|
|
349
|
-
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_end=
|
|
350
|
-
_LISTPARTSFORIMPORTABLEREQUEST._serialized_start=
|
|
351
|
-
_LISTPARTSFORIMPORTABLEREQUEST._serialized_end=
|
|
352
|
-
_ONSHAPEPART._serialized_start=
|
|
353
|
-
_ONSHAPEPART._serialized_end=
|
|
354
|
-
_LISTPARTSFORIMPORTABLEREPLY._serialized_start=
|
|
355
|
-
_LISTPARTSFORIMPORTABLEREPLY._serialized_end=
|
|
356
|
-
_GETCOMPANYPREFIXESREQUEST._serialized_start=
|
|
357
|
-
_GETCOMPANYPREFIXESREQUEST._serialized_end=
|
|
358
|
-
_GETCOMPANYPREFIXESREPLY._serialized_start=
|
|
359
|
-
_GETCOMPANYPREFIXESREPLY._serialized_end=
|
|
360
|
-
_FETCHVARIABLESREQUEST._serialized_start=
|
|
361
|
-
_FETCHVARIABLESREQUEST._serialized_end=
|
|
362
|
-
_FETCHVARIABLESREPLY._serialized_start=
|
|
363
|
-
_FETCHVARIABLESREPLY._serialized_end=
|
|
364
|
-
_GETELEMENTNAMEREQUEST._serialized_start=
|
|
365
|
-
_GETELEMENTNAMEREQUEST._serialized_end=
|
|
366
|
-
_GETELEMENTNAMEREPLY._serialized_start=
|
|
367
|
-
_GETELEMENTNAMEREPLY._serialized_end=
|
|
368
|
-
_GETFEATURENAMEREQUEST._serialized_start=
|
|
369
|
-
_GETFEATURENAMEREQUEST._serialized_end=
|
|
370
|
-
_GETFEATURENAMEREPLY._serialized_start=
|
|
371
|
-
_GETFEATURENAMEREPLY._serialized_end=
|
|
372
|
-
_RUNINFERENCEREQUEST._serialized_start=
|
|
373
|
-
_RUNINFERENCEREQUEST._serialized_end=
|
|
374
|
-
_RUNINFERENCEREPLY._serialized_start=
|
|
375
|
-
_RUNINFERENCEREPLY._serialized_end=
|
|
376
|
-
_ONSHAPESERVICE._serialized_start=
|
|
377
|
-
_ONSHAPESERVICE._serialized_end=
|
|
310
|
+
_ONSHAPEELEMENTTYPE._serialized_start=4261
|
|
311
|
+
_ONSHAPEELEMENTTYPE._serialized_end=4312
|
|
312
|
+
_ONSHAPEPARTTYPE._serialized_start=4314
|
|
313
|
+
_ONSHAPEPARTTYPE._serialized_end=4401
|
|
314
|
+
_GETAUTHENTICATIONSTATUSREQUEST._serialized_start=276
|
|
315
|
+
_GETAUTHENTICATIONSTATUSREQUEST._serialized_end=308
|
|
316
|
+
_GETAUTHENTICATIONSTATUSREPLY._serialized_start=310
|
|
317
|
+
_GETAUTHENTICATIONSTATUSREPLY._serialized_end=361
|
|
318
|
+
_ONSHAPEPATH._serialized_start=363
|
|
319
|
+
_ONSHAPEPATH._serialized_end=472
|
|
320
|
+
_ONSHAPEVARIABLE._serialized_start=474
|
|
321
|
+
_ONSHAPEVARIABLE._serialized_end=575
|
|
322
|
+
_ONSHAPECOMPANYINFO._serialized_start=577
|
|
323
|
+
_ONSHAPECOMPANYINFO._serialized_end=639
|
|
324
|
+
_ONSHAPEDOCUMENTVERSION._serialized_start=641
|
|
325
|
+
_ONSHAPEDOCUMENTVERSION._serialized_end=737
|
|
326
|
+
_ONSHAPEDOCUMENTWORKSPACE._serialized_start=739
|
|
327
|
+
_ONSHAPEDOCUMENTWORKSPACE._serialized_end=837
|
|
328
|
+
_ONSHAPEDOCUMENT._serialized_start=840
|
|
329
|
+
_ONSHAPEDOCUMENT._serialized_end=1189
|
|
330
|
+
_ONSHAPEDOCUMENTONLY._serialized_start=1192
|
|
331
|
+
_ONSHAPEDOCUMENTONLY._serialized_end=1323
|
|
332
|
+
_LISTDOCUMENTSREQUEST._serialized_start=1325
|
|
333
|
+
_LISTDOCUMENTSREQUEST._serialized_end=1434
|
|
334
|
+
_LISTDOCUMENTSREPLY._serialized_start=1437
|
|
335
|
+
_LISTDOCUMENTSREPLY._serialized_end=1606
|
|
336
|
+
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_start=1609
|
|
337
|
+
_LISTWORKSPACESANDVERSIONSREQUEST._serialized_end=1737
|
|
338
|
+
_LISTWORKSPACESANDVERSIONSREPLY._serialized_start=1740
|
|
339
|
+
_LISTWORKSPACESANDVERSIONSREPLY._serialized_end=1994
|
|
340
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_start=1996
|
|
341
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREQUEST._serialized_end=2108
|
|
342
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_start=2111
|
|
343
|
+
_LISTDOCUMENTSWITHWORKSPACEANDVERSIONSREPLY._serialized_end=2300
|
|
344
|
+
_ONSHAPEELEMENT._serialized_start=2303
|
|
345
|
+
_ONSHAPEELEMENT._serialized_end=2484
|
|
346
|
+
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_start=2487
|
|
347
|
+
_LISTIMPORTABLESFORSELECTIONREQUEST._serialized_end=2617
|
|
348
|
+
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_start=2620
|
|
349
|
+
_LISTIMPORTABLESFORSELECTIONREPLY._serialized_end=2755
|
|
350
|
+
_LISTPARTSFORIMPORTABLEREQUEST._serialized_start=2757
|
|
351
|
+
_LISTPARTSFORIMPORTABLEREQUEST._serialized_end=2882
|
|
352
|
+
_ONSHAPEPART._serialized_start=2885
|
|
353
|
+
_ONSHAPEPART._serialized_end=3074
|
|
354
|
+
_LISTPARTSFORIMPORTABLEREPLY._serialized_start=3076
|
|
355
|
+
_LISTPARTSFORIMPORTABLEREPLY._serialized_end=3200
|
|
356
|
+
_GETCOMPANYPREFIXESREQUEST._serialized_start=3202
|
|
357
|
+
_GETCOMPANYPREFIXESREQUEST._serialized_end=3229
|
|
358
|
+
_GETCOMPANYPREFIXESREPLY._serialized_start=3232
|
|
359
|
+
_GETCOMPANYPREFIXESREPLY._serialized_end=3363
|
|
360
|
+
_FETCHVARIABLESREQUEST._serialized_start=3365
|
|
361
|
+
_FETCHVARIABLESREQUEST._serialized_end=3482
|
|
362
|
+
_FETCHVARIABLESREPLY._serialized_start=3485
|
|
363
|
+
_FETCHVARIABLESREPLY._serialized_end=3615
|
|
364
|
+
_GETELEMENTNAMEREQUEST._serialized_start=3617
|
|
365
|
+
_GETELEMENTNAMEREQUEST._serialized_end=3734
|
|
366
|
+
_GETELEMENTNAMEREPLY._serialized_start=3736
|
|
367
|
+
_GETELEMENTNAMEREPLY._serialized_end=3771
|
|
368
|
+
_GETFEATURENAMEREQUEST._serialized_start=3773
|
|
369
|
+
_GETFEATURENAMEREQUEST._serialized_end=3821
|
|
370
|
+
_GETFEATURENAMEREPLY._serialized_start=3823
|
|
371
|
+
_GETFEATURENAMEREPLY._serialized_end=3865
|
|
372
|
+
_RUNINFERENCEREQUEST._serialized_start=3868
|
|
373
|
+
_RUNINFERENCEREQUEST._serialized_end=4100
|
|
374
|
+
_RUNINFERENCEREPLY._serialized_start=4103
|
|
375
|
+
_RUNINFERENCEREPLY._serialized_end=4259
|
|
376
|
+
_ONSHAPESERVICE._serialized_start=4404
|
|
377
|
+
_ONSHAPESERVICE._serialized_end=7272
|
|
378
378
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -8,7 +8,7 @@ import google.protobuf.descriptor
|
|
|
8
8
|
import google.protobuf.internal.containers
|
|
9
9
|
import google.protobuf.internal.enum_type_wrapper
|
|
10
10
|
import google.protobuf.message
|
|
11
|
-
import luminarycloud._proto.api.v0.luminarycloud.
|
|
11
|
+
import luminarycloud._proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2
|
|
12
12
|
import sys
|
|
13
13
|
import typing
|
|
14
14
|
|
|
@@ -667,13 +667,13 @@ class RunInferenceRequest(google.protobuf.message.Message):
|
|
|
667
667
|
def path(self) -> global___OnshapePath:
|
|
668
668
|
"""Path must point to a PartStudio or Assembly element in Onshape."""
|
|
669
669
|
@property
|
|
670
|
-
def inference_request(self) -> luminarycloud._proto.api.v0.luminarycloud.
|
|
670
|
+
def inference_request(self) -> luminarycloud._proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2.CreateInferenceServiceJobRequest:
|
|
671
671
|
"""In this request, stl_url is not needed and is ignored if provided."""
|
|
672
672
|
def __init__(
|
|
673
673
|
self,
|
|
674
674
|
*,
|
|
675
675
|
path: global___OnshapePath | None = ...,
|
|
676
|
-
inference_request: luminarycloud._proto.api.v0.luminarycloud.
|
|
676
|
+
inference_request: luminarycloud._proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2.CreateInferenceServiceJobRequest | None = ...,
|
|
677
677
|
) -> None: ...
|
|
678
678
|
def HasField(self, field_name: typing_extensions.Literal["inference_request", b"inference_request", "path", b"path"]) -> builtins.bool: ...
|
|
679
679
|
def ClearField(self, field_name: typing_extensions.Literal["inference_request", b"inference_request", "path", b"path"]) -> None: ...
|
|
@@ -687,12 +687,12 @@ class RunInferenceReply(google.protobuf.message.Message):
|
|
|
687
687
|
INFERENCE_RESPONSE_FIELD_NUMBER: builtins.int
|
|
688
688
|
stl_file_id: builtins.str
|
|
689
689
|
@property
|
|
690
|
-
def inference_response(self) -> luminarycloud._proto.api.v0.luminarycloud.
|
|
690
|
+
def inference_response(self) -> luminarycloud._proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2.GetInferenceServiceJobResponse: ...
|
|
691
691
|
def __init__(
|
|
692
692
|
self,
|
|
693
693
|
*,
|
|
694
694
|
stl_file_id: builtins.str = ...,
|
|
695
|
-
inference_response: luminarycloud._proto.api.v0.luminarycloud.
|
|
695
|
+
inference_response: luminarycloud._proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2.GetInferenceServiceJobResponse | None = ...,
|
|
696
696
|
) -> None: ...
|
|
697
697
|
def HasField(self, field_name: typing_extensions.Literal["inference_response", b"inference_response"]) -> builtins.bool: ...
|
|
698
698
|
def ClearField(self, field_name: typing_extensions.Literal["inference_response", b"inference_response", "stl_file_id", b"stl_file_id"]) -> None: ...
|