View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window aiflow-client-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.aiflow.client.proto
├─ org.aiflow.client.proto.Message.class - [JAR]
├─ org.aiflow.client.proto.MetadataServiceGrpc.class - [JAR]
├─ org.aiflow.client.proto.MetadataServiceOuterClass.class - [JAR]
├─ org.aiflow.client.proto.MetricServiceGrpc.class - [JAR]
├─ org.aiflow.client.proto.MetricServiceOuterClass.class - [JAR]
├─ org.aiflow.client.proto.ModelCenterServiceGrpc.class - [JAR]
├─ org.aiflow.client.proto.ModelCenterServiceOuterClass.class - [JAR]
org.aiflow.client.common
├─ org.aiflow.client.common.Constant.class - [JAR]
├─ org.aiflow.client.common.DataType.class - [JAR]
├─ org.aiflow.client.common.ModelStage.class - [JAR]
├─ org.aiflow.client.common.ReturnCode.class - [JAR]
├─ org.aiflow.client.common.Status.class - [JAR]
org.aiflow.client.exception
├─ org.aiflow.client.exception.AIFlowException.class - [JAR]
org.aiflow.client.entity
├─ org.aiflow.client.entity.ArtifactMeta.class - [JAR]
├─ org.aiflow.client.entity.DatasetMeta.class - [JAR]
├─ org.aiflow.client.entity.MetricMeta.class - [JAR]
├─ org.aiflow.client.entity.MetricSummary.class - [JAR]
├─ org.aiflow.client.entity.MetricType.class - [JAR]
├─ org.aiflow.client.entity.ModelMeta.class - [JAR]
├─ org.aiflow.client.entity.ModelRelationMeta.class - [JAR]
├─ org.aiflow.client.entity.ModelVersion.class - [JAR]
├─ org.aiflow.client.entity.ModelVersionMeta.class - [JAR]
├─ org.aiflow.client.entity.ModelVersionRelationMeta.class - [JAR]
├─ org.aiflow.client.entity.ProjectMeta.class - [JAR]
├─ org.aiflow.client.entity.RegisteredModel.class - [JAR]
├─ org.aiflow.client.entity.Schema.class - [JAR]
├─ org.aiflow.client.entity.WorkflowMeta.class - [JAR]
├─ org.aiflow.client.entity.WorkflowSnapshotMeta.class - [JAR]
org.aiflow.client
├─ org.aiflow.client.AIFlowClient.class - [JAR]
├─ org.aiflow.client.MetadataClient.class - [JAR]
├─ org.aiflow.client.MetricClient.class - [JAR]
├─ org.aiflow.client.ModelCenterClient.class - [JAR]
org.aiflow.client.util
├─ org.aiflow.client.util.Transform.class - [JAR]