package google.protobuf

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BoolValue

wrappers.proto:104

Wrapper message for `bool`. The JSON representation for `BoolValue` is JSON `true` and `false`.

message BytesValue

wrappers.proto:120

Wrapper message for `bytes`. The JSON representation for `BytesValue` is JSON string.

message DoubleValue

wrappers.proto:56

Wrapper message for `double`. The JSON representation for `DoubleValue` is JSON number.

Used in: cortex.api.job.computervision.CVModelTrainRequest, cortex.api.job.computervision.CVModelTrainResult, cortex.api.job.computervision.EvaluateRequest, cortex.api.job.computervision.EvaluateResult, cortex.api.job.computervision.PredictRequest

message FloatValue

wrappers.proto:64

Wrapper message for `float`. The JSON representation for `FloatValue` is JSON number.

Used in: cortex.api.job.project.package.FloatParameter, cortex.api.job.project.package.FloatParameterCondition

message Int32Value

wrappers.proto:88

Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number.

Used in: cortex.api.job.album.augmentation.AugmentationRequest, cortex.api.job.common.ConfusionMatrixCell, cortex.api.job.computervision.AutoAugmentationParams, cortex.api.job.project.package.IntParameter, cortex.api.job.project.package.IntParameterCondition

message Int64Value

wrappers.proto:72

Wrapper message for `int64`. The JSON representation for `Int64Value` is JSON string.

Used in: cortex.api.job.album.common.Image, cortex.api.job.computervision.PredictResult

message StringValue

wrappers.proto:112

Wrapper message for `string`. The JSON representation for `StringValue` is JSON string.

Used in: cortex.api.job.album.common.Image, cortex.api.job.album.uploading.UploadedImage, cortex.api.job.common.ClassReference, cortex.api.job.common.FailedFile, cortex.api.job.computervision.AutoAugmentationParams, cortex.api.job.computervision.CVModelTrainRequest, cortex.api.job.computervision.PredictRequest, cortex.api.job.dataset.S3DatasetExportRequest, cortex.api.job.dataset.S3DatasetImportRequest, cortex.api.job.pipeline.PipelineStepFailureResponse, cortex.api.job.project.package.CVTLModelPrimitive, cortex.api.job.project.package.OperatorParameter, cortex.api.job.project.package.PipelineOperator, cortex.api.job.project.package.PipelineOperatorInput, cortex.api.job.project.package.PipelineOperatorOutput, cortex.api.job.table.ColumnInfo, cortex.api.job.tabular.TrainRequest

message UInt32Value

wrappers.proto:96

Wrapper message for `uint32`. The JSON representation for `UInt32Value` is JSON number.

message UInt64Value

wrappers.proto:80

Wrapper message for `uint64`. The JSON representation for `UInt64Value` is JSON string.