luminarycloud 0.22.0__py3-none-any.whl → 0.22.1__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/authentication_plugin.py +49 -0
- luminarycloud/_client/client.py +33 -8
- luminarycloud/_client/http_client.py +1 -1
- luminarycloud/_client/retry_interceptor.py +64 -2
- luminarycloud/_helpers/download.py +11 -0
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.py +132 -132
- luminarycloud/_proto/api/v0/luminarycloud/geometry/geometry_pb2.pyi +36 -8
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.py +53 -23
- luminarycloud/_proto/api/v0/luminarycloud/physics_ai/physics_ai_pb2.pyi +54 -1
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2.py +195 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2.pyi +361 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2_grpc.py +172 -0
- luminarycloud/_proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference_pb2_grpc.pyi +66 -0
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.py +88 -65
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2.pyi +42 -0
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.py +34 -0
- luminarycloud/_proto/api/v0/luminarycloud/thirdpartyintegration/onshape/onshape_pb2_grpc.pyi +12 -0
- luminarycloud/_proto/base/base_pb2.py +7 -6
- luminarycloud/_proto/base/base_pb2.pyi +4 -0
- luminarycloud/_proto/client/simulation_pb2.py +3 -3
- luminarycloud/_proto/physicsaiinferenceservice/physicsaiinferenceservice_pb2.py +30 -0
- luminarycloud/_proto/physicsaiinferenceservice/physicsaiinferenceservice_pb2.pyi +7 -0
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2.py +2 -2
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2_grpc.py +34 -0
- luminarycloud/_proto/physicsaitrainingservice/physicsaitrainingservice_pb2_grpc.pyi +12 -0
- luminarycloud/enum/vis_enums.py +6 -0
- luminarycloud/geometry.py +4 -0
- luminarycloud/geometry_version.py +4 -0
- luminarycloud/mesh.py +4 -0
- luminarycloud/meshing/mesh_generation_params.py +5 -6
- luminarycloud/meshing/sizing_strategy/sizing_strategies.py +1 -2
- luminarycloud/physics_ai/solution.py +4 -0
- luminarycloud/pipelines/api.py +99 -8
- luminarycloud/pipelines/core.py +1 -1
- luminarycloud/pipelines/stages.py +22 -9
- luminarycloud/project.py +5 -6
- luminarycloud/types/vector3.py +1 -2
- luminarycloud/vis/data_extraction.py +7 -7
- luminarycloud/vis/interactive_report.py +163 -7
- luminarycloud/vis/report.py +113 -1
- luminarycloud/volume_selection.py +10 -2
- {luminarycloud-0.22.0.dist-info → luminarycloud-0.22.1.dist-info}/METADATA +1 -1
- {luminarycloud-0.22.0.dist-info → luminarycloud-0.22.1.dist-info}/RECORD +44 -39
- {luminarycloud-0.22.0.dist-info → luminarycloud-0.22.1.dist-info}/WHEEL +1 -1
- luminarycloud/pipeline_util/dictable.py +0 -27
|
@@ -20,7 +20,7 @@ from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
|
|
|
20
20
|
from luminarycloud._proto.quantity import quantity_pb2 as proto_dot_quantity_dot_quantity__pb2
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6proto/api/v0/luminarycloud/physics_ai/physics_ai.proto\x12.luminary.proto.api.v0.luminarycloud.physics_ai\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x15proto/base/base.proto\x1a\x1dproto/quantity/quantity.proto\"\xad\x01\n\x1cPhysicsAiArchitectureVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tchangelog\x18\x03 \x01(\t\x12`\n\x0flifecycle_state\x18\x04 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiLifecycleState\"\xa6\x01\n\x15PhysicsAiArchitecture\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12^\n\x08versions\x18\x04 \x03(\x0b\x32L.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiArchitectureVersion\"\x1a\n\x18ListArchitecturesRequest\"y\n\x19ListArchitecturesResponse\x12\\\n\rarchitectures\x18\x01 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiArchitecture\"\x93\x01\n\x15PhysicsAiModelVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x0flifecycle_state\x18\x03 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiLifecycleState\"\x98\x01\n\x0ePhysicsAiModel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12W\n\x08versions\x18\x04 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiModelVersion\"\x1d\n\x1bListPretrainedModelsRequest\"n\n\x1cListPretrainedModelsResponse\x12N\n\x06models\x18\x01 \x03(\x0b\x32>.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiModel\"\
|
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6proto/api/v0/luminarycloud/physics_ai/physics_ai.proto\x12.luminary.proto.api.v0.luminarycloud.physics_ai\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.proto/api/v0/luminarycloud/common/common.proto\x1a\x15proto/base/base.proto\x1a\x1dproto/quantity/quantity.proto\"\xad\x01\n\x1cPhysicsAiArchitectureVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tchangelog\x18\x03 \x01(\t\x12`\n\x0flifecycle_state\x18\x04 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiLifecycleState\"\xa6\x01\n\x15PhysicsAiArchitecture\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12^\n\x08versions\x18\x04 \x03(\x0b\x32L.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiArchitectureVersion\"\x1a\n\x18ListArchitecturesRequest\"y\n\x19ListArchitecturesResponse\x12\\\n\rarchitectures\x18\x01 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiArchitecture\"\x93\x01\n\x15PhysicsAiModelVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12`\n\x0flifecycle_state\x18\x03 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiLifecycleState\"\x98\x01\n\x0ePhysicsAiModel\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12W\n\x08versions\x18\x04 \x03(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiModelVersion\"\x1d\n\x1bListPretrainedModelsRequest\"n\n\x1cListPretrainedModelsResponse\x12N\n\x06models\x18\x01 \x03(\x0b\x32>.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiModel\".\n\x0cSurfaceGroup\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08surfaces\x18\x02 \x03(\t\"\xb8\x04\n\x1fGetSolutionDataPhysicsAIRequest\x12\x13\n\x0bsolution_id\x18\x01 \x01(\t\x12\x18\n\x10\x65xclude_surfaces\x18\x02 \x03(\t\x12\x12\n\nfill_holes\x18\x03 \x01(\x02\x12\x45\n\x16surface_fields_to_keep\x18\x04 \x03(\x0e\x32%.luminary.proto.quantity.QuantityType\x12\x44\n\x15volume_fields_to_keep\x18\x05 \x03(\x0e\x32%.luminary.proto.quantity.QuantityType\x12\x16\n\x0eprocess_volume\x18\x06 \x01(\x08\x12\x18\n\x10single_precision\x18\x07 \x01(\x08\x12~\n\x10internal_options\x18\x08 \x03(\x0b\x32\x64.luminary.proto.api.v0.luminarycloud.physics_ai.GetSolutionDataPhysicsAIRequest.InternalOptionsEntry\x12[\n\x15\x65xport_surface_groups\x18\t \x03(\x0b\x32<.luminary.proto.api.v0.luminarycloud.physics_ai.SurfaceGroup\x1a\x36\n\x14InternalOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"b\n GetSolutionDataPhysicsAIResponse\x12>\n\x04\x66ile\x18\x01 \x01(\x0b\x32\x30.luminary.proto.api.v0.luminarycloud.common.File\";\n\x10TrainingSolution\x12\x13\n\x0bsolution_id\x18\x01 \x01(\t\x12\x12\n\ndata_split\x18\x02 \x01(\t\"\x9a\x05\n\x14PhysicsAiTrainingJob\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1f\n\x17\x61rchitecture_version_id\x18\x02 \x01(\t\x12\x0f\n\x07user_id\x18\x03 \x01(\t\x12\x17\n\x0ftraining_config\x18\x04 \x01(\t\x12i\n\x19training_data_source_type\x18\x05 \x01(\x0e\x32\x46.luminary.proto.api.v0.luminarycloud.physics_ai.TrainingDataSourceType\x12\x1c\n\x14training_description\x18\x06 \x01(\t\x12\x1c\n\x14\x65xternal_dataset_uri\x18\x07 \x01(\t\x12\x64\n\x13initialization_type\x18\x08 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.ModelInitializationType\x12\x1d\n\x15\x62\x61se_model_version_id\x18\t \x01(\t\x12.\n\x06status\x18\n \x01(\x0b\x32\x1e.luminary.proto.base.JobStatus\x12\x15\n\rerror_message\x18\x0b \x01(\t\x12\x1f\n\x17output_model_version_id\x18\x0c \x01(\t\x12\x31\n\rcreation_time\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x63ompletion_time\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xf3\x02\n\x18SubmitTrainingJobRequest\x12\x1f\n\x17\x61rchitecture_version_id\x18\x01 \x01(\t\x12\x1c\n\x14training_description\x18\x02 \x01(\t\x12\x1c\n\x14\x65xternal_dataset_uri\x18\x03 \x01(\t\x12\\\n\x12training_solutions\x18\x04 \x03(\x0b\x32@.luminary.proto.api.v0.luminarycloud.physics_ai.TrainingSolution\x12\x17\n\x0ftraining_config\x18\x05 \x01(\t\x12\x64\n\x13initialization_type\x18\x06 \x01(\x0e\x32G.luminary.proto.api.v0.luminarycloud.physics_ai.ModelInitializationType\x12\x1d\n\x15\x62\x61se_model_version_id\x18\x07 \x01(\t\"w\n\x19SubmitTrainingJobResponse\x12Z\n\x0ctraining_job\x18\x01 \x01(\x0b\x32\x44.luminary.proto.api.v0.luminarycloud.physics_ai.PhysicsAiTrainingJob\"3\n\x18\x43\x61ncelTrainingJobRequest\x12\x17\n\x0ftraining_job_id\x18\x01 \x01(\t\"\x1b\n\x19\x43\x61ncelTrainingJobResponse*\xb4\x01\n\x17PhysicsAiLifecycleState\x12\x1f\n\x1bLIFECYCLE_STATE_UNSPECIFIED\x10\x00\x12\x1f\n\x1bLIFECYCLE_STATE_DEVELOPMENT\x10\x01\x12\x1a\n\x16LIFECYCLE_STATE_ACTIVE\x10\x02\x12\x1e\n\x1aLIFECYCLE_STATE_DEPRECATED\x10\x03\x12\x1b\n\x17LIFECYCLE_STATE_RETIRED\x10\x04*\xa7\x01\n\x16TrainingDataSourceType\x12)\n%TRAINING_DATA_SOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x32\n.TRAINING_DATA_SOURCE_TYPE_SIMULATION_SOLUTIONS\x10\x01\x12.\n*TRAINING_DATA_SOURCE_TYPE_EXTERNAL_DATASET\x10\x02*\xc1\x01\n\x17ModelInitializationType\x12)\n%MODEL_INITIALIZATION_TYPE_UNSPECIFIED\x10\x00\x12$\n MODEL_INITIALIZATION_TYPE_RANDOM\x10\x01\x12+\n\'MODEL_INITIALIZATION_TYPE_MODEL_VERSION\x10\x02\x12(\n$MODEL_INITIALIZATION_TYPE_CHECKPOINT\x10\x03\x32\x8d\x07\n\x10PhysicsAiService\x12\xce\x01\n\x11ListArchitectures\x12H.luminary.proto.api.v0.luminarycloud.physics_ai.ListArchitecturesRequest\x1aI.luminary.proto.api.v0.luminarycloud.physics_ai.ListArchitecturesResponse\"$\x82\xd3\xe4\x93\x02\x1e\x12\x1c/v0/physics_ai/architectures\x12\xdb\x01\n\x14ListPretrainedModels\x12K.luminary.proto.api.v0.luminarycloud.physics_ai.ListPretrainedModelsRequest\x1aL.luminary.proto.api.v0.luminarycloud.physics_ai.ListPretrainedModelsResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /v0/physics_ai/pretrained_models\x12\xf5\x01\n\x18GetSolutionDataPhysicsAI\x12O.luminary.proto.api.v0.luminarycloud.physics_ai.GetSolutionDataPhysicsAIRequest\x1aP.luminary.proto.api.v0.luminarycloud.physics_ai.GetSolutionDataPhysicsAIResponse\"6\x82\xd3\xe4\x93\x02\x30\"+/v0/physics_ai/solutions/{solution_id}/data:\x01*\x12\xd1\x01\n\x11SubmitTrainingJob\x12H.luminary.proto.api.v0.luminarycloud.physics_ai.SubmitTrainingJobRequest\x1aI.luminary.proto.api.v0.luminarycloud.physics_ai.SubmitTrainingJobResponse\"\'\x82\xd3\xe4\x93\x02!\"\x1c/v0/physics_ai/training/jobs:\x01*B>Z<luminarycloud.com/core/proto/api/v0/luminarycloud/physics_aib\x06proto3')
|
|
24
24
|
|
|
25
25
|
_PHYSICSAILIFECYCLESTATE = DESCRIPTOR.enum_types_by_name['PhysicsAiLifecycleState']
|
|
26
26
|
PhysicsAiLifecycleState = enum_type_wrapper.EnumTypeWrapper(_PHYSICSAILIFECYCLESTATE)
|
|
@@ -50,6 +50,7 @@ _PHYSICSAIMODELVERSION = DESCRIPTOR.message_types_by_name['PhysicsAiModelVersion
|
|
|
50
50
|
_PHYSICSAIMODEL = DESCRIPTOR.message_types_by_name['PhysicsAiModel']
|
|
51
51
|
_LISTPRETRAINEDMODELSREQUEST = DESCRIPTOR.message_types_by_name['ListPretrainedModelsRequest']
|
|
52
52
|
_LISTPRETRAINEDMODELSRESPONSE = DESCRIPTOR.message_types_by_name['ListPretrainedModelsResponse']
|
|
53
|
+
_SURFACEGROUP = DESCRIPTOR.message_types_by_name['SurfaceGroup']
|
|
53
54
|
_GETSOLUTIONDATAPHYSICSAIREQUEST = DESCRIPTOR.message_types_by_name['GetSolutionDataPhysicsAIRequest']
|
|
54
55
|
_GETSOLUTIONDATAPHYSICSAIREQUEST_INTERNALOPTIONSENTRY = _GETSOLUTIONDATAPHYSICSAIREQUEST.nested_types_by_name['InternalOptionsEntry']
|
|
55
56
|
_GETSOLUTIONDATAPHYSICSAIRESPONSE = DESCRIPTOR.message_types_by_name['GetSolutionDataPhysicsAIResponse']
|
|
@@ -57,6 +58,8 @@ _TRAININGSOLUTION = DESCRIPTOR.message_types_by_name['TrainingSolution']
|
|
|
57
58
|
_PHYSICSAITRAININGJOB = DESCRIPTOR.message_types_by_name['PhysicsAiTrainingJob']
|
|
58
59
|
_SUBMITTRAININGJOBREQUEST = DESCRIPTOR.message_types_by_name['SubmitTrainingJobRequest']
|
|
59
60
|
_SUBMITTRAININGJOBRESPONSE = DESCRIPTOR.message_types_by_name['SubmitTrainingJobResponse']
|
|
61
|
+
_CANCELTRAININGJOBREQUEST = DESCRIPTOR.message_types_by_name['CancelTrainingJobRequest']
|
|
62
|
+
_CANCELTRAININGJOBRESPONSE = DESCRIPTOR.message_types_by_name['CancelTrainingJobResponse']
|
|
60
63
|
PhysicsAiArchitectureVersion = _reflection.GeneratedProtocolMessageType('PhysicsAiArchitectureVersion', (_message.Message,), {
|
|
61
64
|
'DESCRIPTOR' : _PHYSICSAIARCHITECTUREVERSION,
|
|
62
65
|
'__module__' : 'proto.api.v0.luminarycloud.physics_ai.physics_ai_pb2'
|
|
@@ -113,6 +116,13 @@ ListPretrainedModelsResponse = _reflection.GeneratedProtocolMessageType('ListPre
|
|
|
113
116
|
})
|
|
114
117
|
_sym_db.RegisterMessage(ListPretrainedModelsResponse)
|
|
115
118
|
|
|
119
|
+
SurfaceGroup = _reflection.GeneratedProtocolMessageType('SurfaceGroup', (_message.Message,), {
|
|
120
|
+
'DESCRIPTOR' : _SURFACEGROUP,
|
|
121
|
+
'__module__' : 'proto.api.v0.luminarycloud.physics_ai.physics_ai_pb2'
|
|
122
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physics_ai.SurfaceGroup)
|
|
123
|
+
})
|
|
124
|
+
_sym_db.RegisterMessage(SurfaceGroup)
|
|
125
|
+
|
|
116
126
|
GetSolutionDataPhysicsAIRequest = _reflection.GeneratedProtocolMessageType('GetSolutionDataPhysicsAIRequest', (_message.Message,), {
|
|
117
127
|
|
|
118
128
|
'InternalOptionsEntry' : _reflection.GeneratedProtocolMessageType('InternalOptionsEntry', (_message.Message,), {
|
|
@@ -163,6 +173,20 @@ SubmitTrainingJobResponse = _reflection.GeneratedProtocolMessageType('SubmitTrai
|
|
|
163
173
|
})
|
|
164
174
|
_sym_db.RegisterMessage(SubmitTrainingJobResponse)
|
|
165
175
|
|
|
176
|
+
CancelTrainingJobRequest = _reflection.GeneratedProtocolMessageType('CancelTrainingJobRequest', (_message.Message,), {
|
|
177
|
+
'DESCRIPTOR' : _CANCELTRAININGJOBREQUEST,
|
|
178
|
+
'__module__' : 'proto.api.v0.luminarycloud.physics_ai.physics_ai_pb2'
|
|
179
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physics_ai.CancelTrainingJobRequest)
|
|
180
|
+
})
|
|
181
|
+
_sym_db.RegisterMessage(CancelTrainingJobRequest)
|
|
182
|
+
|
|
183
|
+
CancelTrainingJobResponse = _reflection.GeneratedProtocolMessageType('CancelTrainingJobResponse', (_message.Message,), {
|
|
184
|
+
'DESCRIPTOR' : _CANCELTRAININGJOBRESPONSE,
|
|
185
|
+
'__module__' : 'proto.api.v0.luminarycloud.physics_ai.physics_ai_pb2'
|
|
186
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physics_ai.CancelTrainingJobResponse)
|
|
187
|
+
})
|
|
188
|
+
_sym_db.RegisterMessage(CancelTrainingJobResponse)
|
|
189
|
+
|
|
166
190
|
_PHYSICSAISERVICE = DESCRIPTOR.services_by_name['PhysicsAiService']
|
|
167
191
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
168
192
|
|
|
@@ -178,12 +202,12 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
178
202
|
_PHYSICSAISERVICE.methods_by_name['GetSolutionDataPhysicsAI']._serialized_options = b'\202\323\344\223\0020\"+/v0/physics_ai/solutions/{solution_id}/data:\001*'
|
|
179
203
|
_PHYSICSAISERVICE.methods_by_name['SubmitTrainingJob']._options = None
|
|
180
204
|
_PHYSICSAISERVICE.methods_by_name['SubmitTrainingJob']._serialized_options = b'\202\323\344\223\002!\"\034/v0/physics_ai/training/jobs:\001*'
|
|
181
|
-
_PHYSICSAILIFECYCLESTATE._serialized_start=
|
|
182
|
-
_PHYSICSAILIFECYCLESTATE._serialized_end=
|
|
183
|
-
_TRAININGDATASOURCETYPE._serialized_start=
|
|
184
|
-
_TRAININGDATASOURCETYPE._serialized_end=
|
|
185
|
-
_MODELINITIALIZATIONTYPE._serialized_start=
|
|
186
|
-
_MODELINITIALIZATIONTYPE._serialized_end=
|
|
205
|
+
_PHYSICSAILIFECYCLESTATE._serialized_start=3242
|
|
206
|
+
_PHYSICSAILIFECYCLESTATE._serialized_end=3422
|
|
207
|
+
_TRAININGDATASOURCETYPE._serialized_start=3425
|
|
208
|
+
_TRAININGDATASOURCETYPE._serialized_end=3592
|
|
209
|
+
_MODELINITIALIZATIONTYPE._serialized_start=3595
|
|
210
|
+
_MODELINITIALIZATIONTYPE._serialized_end=3788
|
|
187
211
|
_PHYSICSAIARCHITECTUREVERSION._serialized_start=272
|
|
188
212
|
_PHYSICSAIARCHITECTUREVERSION._serialized_end=445
|
|
189
213
|
_PHYSICSAIARCHITECTURE._serialized_start=448
|
|
@@ -200,20 +224,26 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
200
224
|
_LISTPRETRAINEDMODELSREQUEST._serialized_end=1101
|
|
201
225
|
_LISTPRETRAINEDMODELSRESPONSE._serialized_start=1103
|
|
202
226
|
_LISTPRETRAINEDMODELSRESPONSE._serialized_end=1213
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
227
|
+
_SURFACEGROUP._serialized_start=1215
|
|
228
|
+
_SURFACEGROUP._serialized_end=1261
|
|
229
|
+
_GETSOLUTIONDATAPHYSICSAIREQUEST._serialized_start=1264
|
|
230
|
+
_GETSOLUTIONDATAPHYSICSAIREQUEST._serialized_end=1832
|
|
231
|
+
_GETSOLUTIONDATAPHYSICSAIREQUEST_INTERNALOPTIONSENTRY._serialized_start=1778
|
|
232
|
+
_GETSOLUTIONDATAPHYSICSAIREQUEST_INTERNALOPTIONSENTRY._serialized_end=1832
|
|
233
|
+
_GETSOLUTIONDATAPHYSICSAIRESPONSE._serialized_start=1834
|
|
234
|
+
_GETSOLUTIONDATAPHYSICSAIRESPONSE._serialized_end=1932
|
|
235
|
+
_TRAININGSOLUTION._serialized_start=1934
|
|
236
|
+
_TRAININGSOLUTION._serialized_end=1993
|
|
237
|
+
_PHYSICSAITRAININGJOB._serialized_start=1996
|
|
238
|
+
_PHYSICSAITRAININGJOB._serialized_end=2662
|
|
239
|
+
_SUBMITTRAININGJOBREQUEST._serialized_start=2665
|
|
240
|
+
_SUBMITTRAININGJOBREQUEST._serialized_end=3036
|
|
241
|
+
_SUBMITTRAININGJOBRESPONSE._serialized_start=3038
|
|
242
|
+
_SUBMITTRAININGJOBRESPONSE._serialized_end=3157
|
|
243
|
+
_CANCELTRAININGJOBREQUEST._serialized_start=3159
|
|
244
|
+
_CANCELTRAININGJOBREQUEST._serialized_end=3210
|
|
245
|
+
_CANCELTRAININGJOBRESPONSE._serialized_start=3212
|
|
246
|
+
_CANCELTRAININGJOBRESPONSE._serialized_end=3239
|
|
247
|
+
_PHYSICSAISERVICE._serialized_start=3791
|
|
248
|
+
_PHYSICSAISERVICE._serialized_end=4700
|
|
219
249
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -282,6 +282,26 @@ class ListPretrainedModelsResponse(google.protobuf.message.Message):
|
|
|
282
282
|
|
|
283
283
|
global___ListPretrainedModelsResponse = ListPretrainedModelsResponse
|
|
284
284
|
|
|
285
|
+
class SurfaceGroup(google.protobuf.message.Message):
|
|
286
|
+
"""Represents a named group of surfaces to export as a single STL file"""
|
|
287
|
+
|
|
288
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
289
|
+
|
|
290
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
291
|
+
SURFACES_FIELD_NUMBER: builtins.int
|
|
292
|
+
name: builtins.str
|
|
293
|
+
@property
|
|
294
|
+
def surfaces(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
295
|
+
def __init__(
|
|
296
|
+
self,
|
|
297
|
+
*,
|
|
298
|
+
name: builtins.str = ...,
|
|
299
|
+
surfaces: collections.abc.Iterable[builtins.str] | None = ...,
|
|
300
|
+
) -> None: ...
|
|
301
|
+
def ClearField(self, field_name: typing_extensions.Literal["name", b"name", "surfaces", b"surfaces"]) -> None: ...
|
|
302
|
+
|
|
303
|
+
global___SurfaceGroup = SurfaceGroup
|
|
304
|
+
|
|
285
305
|
class GetSolutionDataPhysicsAIRequest(google.protobuf.message.Message):
|
|
286
306
|
"""Request message for download and process solutions for physics ai"""
|
|
287
307
|
|
|
@@ -310,6 +330,7 @@ class GetSolutionDataPhysicsAIRequest(google.protobuf.message.Message):
|
|
|
310
330
|
PROCESS_VOLUME_FIELD_NUMBER: builtins.int
|
|
311
331
|
SINGLE_PRECISION_FIELD_NUMBER: builtins.int
|
|
312
332
|
INTERNAL_OPTIONS_FIELD_NUMBER: builtins.int
|
|
333
|
+
EXPORT_SURFACE_GROUPS_FIELD_NUMBER: builtins.int
|
|
313
334
|
solution_id: builtins.str
|
|
314
335
|
"""Required. The globally unique identifier for the solution."""
|
|
315
336
|
@property
|
|
@@ -330,6 +351,9 @@ class GetSolutionDataPhysicsAIRequest(google.protobuf.message.Message):
|
|
|
330
351
|
@property
|
|
331
352
|
def internal_options(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
332
353
|
"""Internal options for physics AI processing only available for staff users."""
|
|
354
|
+
@property
|
|
355
|
+
def export_surface_groups(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___SurfaceGroup]:
|
|
356
|
+
"""List of surface groups to export as individual STL files"""
|
|
333
357
|
def __init__(
|
|
334
358
|
self,
|
|
335
359
|
*,
|
|
@@ -341,8 +365,9 @@ class GetSolutionDataPhysicsAIRequest(google.protobuf.message.Message):
|
|
|
341
365
|
process_volume: builtins.bool = ...,
|
|
342
366
|
single_precision: builtins.bool = ...,
|
|
343
367
|
internal_options: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
368
|
+
export_surface_groups: collections.abc.Iterable[global___SurfaceGroup] | None = ...,
|
|
344
369
|
) -> None: ...
|
|
345
|
-
def ClearField(self, field_name: typing_extensions.Literal["exclude_surfaces", b"exclude_surfaces", "fill_holes", b"fill_holes", "internal_options", b"internal_options", "process_volume", b"process_volume", "single_precision", b"single_precision", "solution_id", b"solution_id", "surface_fields_to_keep", b"surface_fields_to_keep", "volume_fields_to_keep", b"volume_fields_to_keep"]) -> None: ...
|
|
370
|
+
def ClearField(self, field_name: typing_extensions.Literal["exclude_surfaces", b"exclude_surfaces", "export_surface_groups", b"export_surface_groups", "fill_holes", b"fill_holes", "internal_options", b"internal_options", "process_volume", b"process_volume", "single_precision", b"single_precision", "solution_id", b"solution_id", "surface_fields_to_keep", b"surface_fields_to_keep", "volume_fields_to_keep", b"volume_fields_to_keep"]) -> None: ...
|
|
346
371
|
|
|
347
372
|
global___GetSolutionDataPhysicsAIRequest = GetSolutionDataPhysicsAIRequest
|
|
348
373
|
|
|
@@ -524,3 +549,31 @@ class SubmitTrainingJobResponse(google.protobuf.message.Message):
|
|
|
524
549
|
def ClearField(self, field_name: typing_extensions.Literal["training_job", b"training_job"]) -> None: ...
|
|
525
550
|
|
|
526
551
|
global___SubmitTrainingJobResponse = SubmitTrainingJobResponse
|
|
552
|
+
|
|
553
|
+
class CancelTrainingJobRequest(google.protobuf.message.Message):
|
|
554
|
+
"""Request message for canceling a training job."""
|
|
555
|
+
|
|
556
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
557
|
+
|
|
558
|
+
TRAINING_JOB_ID_FIELD_NUMBER: builtins.int
|
|
559
|
+
training_job_id: builtins.str
|
|
560
|
+
"""Training job ID to cancel."""
|
|
561
|
+
def __init__(
|
|
562
|
+
self,
|
|
563
|
+
*,
|
|
564
|
+
training_job_id: builtins.str = ...,
|
|
565
|
+
) -> None: ...
|
|
566
|
+
def ClearField(self, field_name: typing_extensions.Literal["training_job_id", b"training_job_id"]) -> None: ...
|
|
567
|
+
|
|
568
|
+
global___CancelTrainingJobRequest = CancelTrainingJobRequest
|
|
569
|
+
|
|
570
|
+
class CancelTrainingJobResponse(google.protobuf.message.Message):
|
|
571
|
+
"""Response message for canceling a training job."""
|
|
572
|
+
|
|
573
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
574
|
+
|
|
575
|
+
def __init__(
|
|
576
|
+
self,
|
|
577
|
+
) -> None: ...
|
|
578
|
+
|
|
579
|
+
global___CancelTrainingJobResponse = CancelTrainingJobResponse
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: proto/api/v0/luminarycloud/physicsaiinference/physicsaiinference.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import enum_type_wrapper
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from google.protobuf import reflection as _reflection
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
17
|
+
from luminarycloud._proto.base import base_pb2 as proto_dot_base_dot_base__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFproto/api/v0/luminarycloud/physicsaiinference/physicsaiinference.proto\x12\x36luminary.proto.api.v0.luminarycloud.physicsaiinference\x1a\x1cgoogle/api/annotations.proto\x1a\x15proto/base/base.proto\"\x98\x04\n CreateInferenceServiceJobRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\t\x12\x18\n\x10model_version_id\x18\x03 \x01(\t\x12\x10\n\x08geometry\x18\x04 \x01(\t\x12]\n\x08surfaces\x18\x05 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.SurfaceForInference\x12\x18\n\x10inference_fields\x18\x06 \x03(\t\x12\x15\n\x08settings\x18\x07 \x01(\x0cH\x00\x88\x01\x01\x12o\n\x1aper_surface_visualizations\x18\x08 \x03(\x0e\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationOutput\x12j\n\x15merged_visualizations\x18\t \x03(\x0e\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationOutput\x12\x17\n\nconditions\x18\n \x01(\x0cH\x01\x88\x01\x01\x42\x0b\n\t_settingsB\r\n\x0b_conditions\"0\n\x13SurfaceForInference\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03url\x18\x02 \x01(\t\"\x1e\n\x0c\x44oubleVector\x12\x0e\n\x06values\x18\x01 \x03(\x01\"}\n\x13VisualizationExport\x12Y\n\x04type\x18\x01 \x01(\x0e\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationOutput\x12\x0b\n\x03url\x18\x02 \x01(\t\"\x82\x01\n\rNumericResult\x12\x10\n\x06scalar\x18\x01 \x01(\x01H\x00\x12V\n\x06vector\x18\x02 \x01(\x0b\x32\x44.luminary.proto.api.v0.luminarycloud.physicsaiinference.DoubleVectorH\x00\x42\x07\n\x05value\"\xcc\x05\n\x0fInferenceResult\x12\x0c\n\x04name\x18\x01 \x01(\t\x12r\n\x0enumber_outputs\x18\x02 \x03(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.NumberOutputsEntry\x12t\n\x0fsurface_results\x18\x03 \x03(\x0b\x32[.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.SurfaceResultsEntry\x12r\n\x0evolume_results\x18\x04 \x03(\x0b\x32Z.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.VolumeResultsEntry\x12\x63\n\x0evisualizations\x18\x05 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationExport\x1a{\n\x12NumberOutputsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12T\n\x05value\x18\x02 \x01(\x0b\x32\x45.luminary.proto.api.v0.luminarycloud.physicsaiinference.NumericResult:\x02\x38\x01\x1a\x35\n\x13SurfaceResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x34\n\x12VolumeResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9b\x02\n\x13InferenceServiceJob\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12X\n\x07results\x18\x02 \x03(\x0b\x32G.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult\x12j\n\x15merged_visualizations\x18\x03 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationExport\x12.\n\x06status\x18\x04 \x01(\x0b\x32\x1e.luminary.proto.base.JobStatus\"/\n\x1dGetInferenceServiceJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"z\n\x1eGetInferenceServiceJobResponse\x12X\n\x03job\x18\x01 \x01(\x0b\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceServiceJob\"5\n\x1fListInferenceServiceJobsRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"}\n ListInferenceServiceJobsResponse\x12Y\n\x04jobs\x18\x01 \x03(\x0b\x32K.luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceServiceJob*9\n\x13VisualizationOutput\x12\x0b\n\x07INVALID\x10\x00\x12\x0c\n\x08LUMINARY\x10\x01\x12\x07\n\x03VTK\x10\x02\x32\x8b\x08\n\x19PhysicsAiInferenceService\x12\xf7\x01\n\x19\x43reateInferenceServiceJob\x12X.luminary.proto.api.v0.luminarycloud.physicsaiinference.CreateInferenceServiceJobRequest\x1aV.luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobResponse\"(\x82\xd3\xe4\x93\x02\"\"\x1d/v0/physics_ai/inference/jobs:\x01*\x12\x82\x02\n\x1e\x43reateInferenceServiceJobAsync\x12X.luminary.proto.api.v0.luminarycloud.physicsaiinference.CreateInferenceServiceJobRequest\x1aV.luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobResponse\".\x82\xd3\xe4\x93\x02(\"#/v0/physics_ai/inference/jobs:async:\x01*\x12\xf7\x01\n\x16GetInferenceServiceJob\x12U.luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobRequest\x1aV.luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobResponse\".\x82\xd3\xe4\x93\x02(\x12&/v0/physics_ai/inference/jobs/{job_id}\x12\xf4\x01\n\x18ListInferenceServiceJobs\x12W.luminary.proto.api.v0.luminarycloud.physicsaiinference.ListInferenceServiceJobsRequest\x1aX.luminary.proto.api.v0.luminarycloud.physicsaiinference.ListInferenceServiceJobsResponse\"%\x82\xd3\xe4\x93\x02\x1f\x12\x1d/v0/physics_ai/inference/jobsBFZDluminarycloud.com/core/proto/api/v0/luminarycloud/physicsaiinferenceb\x06proto3')
|
|
21
|
+
|
|
22
|
+
_VISUALIZATIONOUTPUT = DESCRIPTOR.enum_types_by_name['VisualizationOutput']
|
|
23
|
+
VisualizationOutput = enum_type_wrapper.EnumTypeWrapper(_VISUALIZATIONOUTPUT)
|
|
24
|
+
INVALID = 0
|
|
25
|
+
LUMINARY = 1
|
|
26
|
+
VTK = 2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
_CREATEINFERENCESERVICEJOBREQUEST = DESCRIPTOR.message_types_by_name['CreateInferenceServiceJobRequest']
|
|
30
|
+
_SURFACEFORINFERENCE = DESCRIPTOR.message_types_by_name['SurfaceForInference']
|
|
31
|
+
_DOUBLEVECTOR = DESCRIPTOR.message_types_by_name['DoubleVector']
|
|
32
|
+
_VISUALIZATIONEXPORT = DESCRIPTOR.message_types_by_name['VisualizationExport']
|
|
33
|
+
_NUMERICRESULT = DESCRIPTOR.message_types_by_name['NumericResult']
|
|
34
|
+
_INFERENCERESULT = DESCRIPTOR.message_types_by_name['InferenceResult']
|
|
35
|
+
_INFERENCERESULT_NUMBEROUTPUTSENTRY = _INFERENCERESULT.nested_types_by_name['NumberOutputsEntry']
|
|
36
|
+
_INFERENCERESULT_SURFACERESULTSENTRY = _INFERENCERESULT.nested_types_by_name['SurfaceResultsEntry']
|
|
37
|
+
_INFERENCERESULT_VOLUMERESULTSENTRY = _INFERENCERESULT.nested_types_by_name['VolumeResultsEntry']
|
|
38
|
+
_INFERENCESERVICEJOB = DESCRIPTOR.message_types_by_name['InferenceServiceJob']
|
|
39
|
+
_GETINFERENCESERVICEJOBREQUEST = DESCRIPTOR.message_types_by_name['GetInferenceServiceJobRequest']
|
|
40
|
+
_GETINFERENCESERVICEJOBRESPONSE = DESCRIPTOR.message_types_by_name['GetInferenceServiceJobResponse']
|
|
41
|
+
_LISTINFERENCESERVICEJOBSREQUEST = DESCRIPTOR.message_types_by_name['ListInferenceServiceJobsRequest']
|
|
42
|
+
_LISTINFERENCESERVICEJOBSRESPONSE = DESCRIPTOR.message_types_by_name['ListInferenceServiceJobsResponse']
|
|
43
|
+
CreateInferenceServiceJobRequest = _reflection.GeneratedProtocolMessageType('CreateInferenceServiceJobRequest', (_message.Message,), {
|
|
44
|
+
'DESCRIPTOR' : _CREATEINFERENCESERVICEJOBREQUEST,
|
|
45
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
46
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.CreateInferenceServiceJobRequest)
|
|
47
|
+
})
|
|
48
|
+
_sym_db.RegisterMessage(CreateInferenceServiceJobRequest)
|
|
49
|
+
|
|
50
|
+
SurfaceForInference = _reflection.GeneratedProtocolMessageType('SurfaceForInference', (_message.Message,), {
|
|
51
|
+
'DESCRIPTOR' : _SURFACEFORINFERENCE,
|
|
52
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
53
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.SurfaceForInference)
|
|
54
|
+
})
|
|
55
|
+
_sym_db.RegisterMessage(SurfaceForInference)
|
|
56
|
+
|
|
57
|
+
DoubleVector = _reflection.GeneratedProtocolMessageType('DoubleVector', (_message.Message,), {
|
|
58
|
+
'DESCRIPTOR' : _DOUBLEVECTOR,
|
|
59
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
60
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.DoubleVector)
|
|
61
|
+
})
|
|
62
|
+
_sym_db.RegisterMessage(DoubleVector)
|
|
63
|
+
|
|
64
|
+
VisualizationExport = _reflection.GeneratedProtocolMessageType('VisualizationExport', (_message.Message,), {
|
|
65
|
+
'DESCRIPTOR' : _VISUALIZATIONEXPORT,
|
|
66
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
67
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.VisualizationExport)
|
|
68
|
+
})
|
|
69
|
+
_sym_db.RegisterMessage(VisualizationExport)
|
|
70
|
+
|
|
71
|
+
NumericResult = _reflection.GeneratedProtocolMessageType('NumericResult', (_message.Message,), {
|
|
72
|
+
'DESCRIPTOR' : _NUMERICRESULT,
|
|
73
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
74
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.NumericResult)
|
|
75
|
+
})
|
|
76
|
+
_sym_db.RegisterMessage(NumericResult)
|
|
77
|
+
|
|
78
|
+
InferenceResult = _reflection.GeneratedProtocolMessageType('InferenceResult', (_message.Message,), {
|
|
79
|
+
|
|
80
|
+
'NumberOutputsEntry' : _reflection.GeneratedProtocolMessageType('NumberOutputsEntry', (_message.Message,), {
|
|
81
|
+
'DESCRIPTOR' : _INFERENCERESULT_NUMBEROUTPUTSENTRY,
|
|
82
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
83
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.NumberOutputsEntry)
|
|
84
|
+
})
|
|
85
|
+
,
|
|
86
|
+
|
|
87
|
+
'SurfaceResultsEntry' : _reflection.GeneratedProtocolMessageType('SurfaceResultsEntry', (_message.Message,), {
|
|
88
|
+
'DESCRIPTOR' : _INFERENCERESULT_SURFACERESULTSENTRY,
|
|
89
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
90
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.SurfaceResultsEntry)
|
|
91
|
+
})
|
|
92
|
+
,
|
|
93
|
+
|
|
94
|
+
'VolumeResultsEntry' : _reflection.GeneratedProtocolMessageType('VolumeResultsEntry', (_message.Message,), {
|
|
95
|
+
'DESCRIPTOR' : _INFERENCERESULT_VOLUMERESULTSENTRY,
|
|
96
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
97
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult.VolumeResultsEntry)
|
|
98
|
+
})
|
|
99
|
+
,
|
|
100
|
+
'DESCRIPTOR' : _INFERENCERESULT,
|
|
101
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
102
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceResult)
|
|
103
|
+
})
|
|
104
|
+
_sym_db.RegisterMessage(InferenceResult)
|
|
105
|
+
_sym_db.RegisterMessage(InferenceResult.NumberOutputsEntry)
|
|
106
|
+
_sym_db.RegisterMessage(InferenceResult.SurfaceResultsEntry)
|
|
107
|
+
_sym_db.RegisterMessage(InferenceResult.VolumeResultsEntry)
|
|
108
|
+
|
|
109
|
+
InferenceServiceJob = _reflection.GeneratedProtocolMessageType('InferenceServiceJob', (_message.Message,), {
|
|
110
|
+
'DESCRIPTOR' : _INFERENCESERVICEJOB,
|
|
111
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
112
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.InferenceServiceJob)
|
|
113
|
+
})
|
|
114
|
+
_sym_db.RegisterMessage(InferenceServiceJob)
|
|
115
|
+
|
|
116
|
+
GetInferenceServiceJobRequest = _reflection.GeneratedProtocolMessageType('GetInferenceServiceJobRequest', (_message.Message,), {
|
|
117
|
+
'DESCRIPTOR' : _GETINFERENCESERVICEJOBREQUEST,
|
|
118
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
119
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobRequest)
|
|
120
|
+
})
|
|
121
|
+
_sym_db.RegisterMessage(GetInferenceServiceJobRequest)
|
|
122
|
+
|
|
123
|
+
GetInferenceServiceJobResponse = _reflection.GeneratedProtocolMessageType('GetInferenceServiceJobResponse', (_message.Message,), {
|
|
124
|
+
'DESCRIPTOR' : _GETINFERENCESERVICEJOBRESPONSE,
|
|
125
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
126
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.GetInferenceServiceJobResponse)
|
|
127
|
+
})
|
|
128
|
+
_sym_db.RegisterMessage(GetInferenceServiceJobResponse)
|
|
129
|
+
|
|
130
|
+
ListInferenceServiceJobsRequest = _reflection.GeneratedProtocolMessageType('ListInferenceServiceJobsRequest', (_message.Message,), {
|
|
131
|
+
'DESCRIPTOR' : _LISTINFERENCESERVICEJOBSREQUEST,
|
|
132
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
133
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.ListInferenceServiceJobsRequest)
|
|
134
|
+
})
|
|
135
|
+
_sym_db.RegisterMessage(ListInferenceServiceJobsRequest)
|
|
136
|
+
|
|
137
|
+
ListInferenceServiceJobsResponse = _reflection.GeneratedProtocolMessageType('ListInferenceServiceJobsResponse', (_message.Message,), {
|
|
138
|
+
'DESCRIPTOR' : _LISTINFERENCESERVICEJOBSRESPONSE,
|
|
139
|
+
'__module__' : 'proto.api.v0.luminarycloud.physicsaiinference.physicsaiinference_pb2'
|
|
140
|
+
# @@protoc_insertion_point(class_scope:luminary.proto.api.v0.luminarycloud.physicsaiinference.ListInferenceServiceJobsResponse)
|
|
141
|
+
})
|
|
142
|
+
_sym_db.RegisterMessage(ListInferenceServiceJobsResponse)
|
|
143
|
+
|
|
144
|
+
_PHYSICSAIINFERENCESERVICE = DESCRIPTOR.services_by_name['PhysicsAiInferenceService']
|
|
145
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
146
|
+
|
|
147
|
+
DESCRIPTOR._options = None
|
|
148
|
+
DESCRIPTOR._serialized_options = b'ZDluminarycloud.com/core/proto/api/v0/luminarycloud/physicsaiinference'
|
|
149
|
+
_INFERENCERESULT_NUMBEROUTPUTSENTRY._options = None
|
|
150
|
+
_INFERENCERESULT_NUMBEROUTPUTSENTRY._serialized_options = b'8\001'
|
|
151
|
+
_INFERENCERESULT_SURFACERESULTSENTRY._options = None
|
|
152
|
+
_INFERENCERESULT_SURFACERESULTSENTRY._serialized_options = b'8\001'
|
|
153
|
+
_INFERENCERESULT_VOLUMERESULTSENTRY._options = None
|
|
154
|
+
_INFERENCERESULT_VOLUMERESULTSENTRY._serialized_options = b'8\001'
|
|
155
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['CreateInferenceServiceJob']._options = None
|
|
156
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['CreateInferenceServiceJob']._serialized_options = b'\202\323\344\223\002\"\"\035/v0/physics_ai/inference/jobs:\001*'
|
|
157
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['CreateInferenceServiceJobAsync']._options = None
|
|
158
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['CreateInferenceServiceJobAsync']._serialized_options = b'\202\323\344\223\002(\"#/v0/physics_ai/inference/jobs:async:\001*'
|
|
159
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['GetInferenceServiceJob']._options = None
|
|
160
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['GetInferenceServiceJob']._serialized_options = b'\202\323\344\223\002(\022&/v0/physics_ai/inference/jobs/{job_id}'
|
|
161
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['ListInferenceServiceJobs']._options = None
|
|
162
|
+
_PHYSICSAIINFERENCESERVICE.methods_by_name['ListInferenceServiceJobs']._serialized_options = b'\202\323\344\223\002\037\022\035/v0/physics_ai/inference/jobs'
|
|
163
|
+
_VISUALIZATIONOUTPUT._serialized_start=2424
|
|
164
|
+
_VISUALIZATIONOUTPUT._serialized_end=2481
|
|
165
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_start=184
|
|
166
|
+
_CREATEINFERENCESERVICEJOBREQUEST._serialized_end=720
|
|
167
|
+
_SURFACEFORINFERENCE._serialized_start=722
|
|
168
|
+
_SURFACEFORINFERENCE._serialized_end=770
|
|
169
|
+
_DOUBLEVECTOR._serialized_start=772
|
|
170
|
+
_DOUBLEVECTOR._serialized_end=802
|
|
171
|
+
_VISUALIZATIONEXPORT._serialized_start=804
|
|
172
|
+
_VISUALIZATIONEXPORT._serialized_end=929
|
|
173
|
+
_NUMERICRESULT._serialized_start=932
|
|
174
|
+
_NUMERICRESULT._serialized_end=1062
|
|
175
|
+
_INFERENCERESULT._serialized_start=1065
|
|
176
|
+
_INFERENCERESULT._serialized_end=1781
|
|
177
|
+
_INFERENCERESULT_NUMBEROUTPUTSENTRY._serialized_start=1549
|
|
178
|
+
_INFERENCERESULT_NUMBEROUTPUTSENTRY._serialized_end=1672
|
|
179
|
+
_INFERENCERESULT_SURFACERESULTSENTRY._serialized_start=1674
|
|
180
|
+
_INFERENCERESULT_SURFACERESULTSENTRY._serialized_end=1727
|
|
181
|
+
_INFERENCERESULT_VOLUMERESULTSENTRY._serialized_start=1729
|
|
182
|
+
_INFERENCERESULT_VOLUMERESULTSENTRY._serialized_end=1781
|
|
183
|
+
_INFERENCESERVICEJOB._serialized_start=1784
|
|
184
|
+
_INFERENCESERVICEJOB._serialized_end=2067
|
|
185
|
+
_GETINFERENCESERVICEJOBREQUEST._serialized_start=2069
|
|
186
|
+
_GETINFERENCESERVICEJOBREQUEST._serialized_end=2116
|
|
187
|
+
_GETINFERENCESERVICEJOBRESPONSE._serialized_start=2118
|
|
188
|
+
_GETINFERENCESERVICEJOBRESPONSE._serialized_end=2240
|
|
189
|
+
_LISTINFERENCESERVICEJOBSREQUEST._serialized_start=2242
|
|
190
|
+
_LISTINFERENCESERVICEJOBSREQUEST._serialized_end=2295
|
|
191
|
+
_LISTINFERENCESERVICEJOBSRESPONSE._serialized_start=2297
|
|
192
|
+
_LISTINFERENCESERVICEJOBSRESPONSE._serialized_end=2422
|
|
193
|
+
_PHYSICSAIINFERENCESERVICE._serialized_start=2484
|
|
194
|
+
_PHYSICSAIINFERENCESERVICE._serialized_end=3519
|
|
195
|
+
# @@protoc_insertion_point(module_scope)
|