Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
LOCAL_KEYSTORE_FILE_NAME |
"keystore.keystore" |
public static final String |
LOCAL_TRUSTSTORE_FILE_NAME |
"trusted.keystore" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
UNAVAILABLE_TAG |
"NA" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INDEX_ID_HEADER |
"INDEX_ID" |
public static final String |
INDEX_NAME_HEADER |
"INDEX_NAME" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JSON_CONVERTER |
"jsonConverter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PATH |
"/websocket" |
public static final int |
DEFAULT_PORT |
9292 |
public static final int |
DEFAULT_THREADS |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_CONTENT_LENGTH |
65536 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IMAGE_FORMAT |
"jpg" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE_URL |
"https://raw.githubusercontent.com/tensorflow/models/master/research/inception/inception/data/" |
public static final String |
SYNSET_TO_HUMAN_URI |
"https://raw.githubusercontent.com/tensorflow/models/master/research/inception/inception/data/imagenet_metadata.txt" |
public static final String |
SYNSET_URI |
"https://raw.githubusercontent.com/tensorflow/models/master/research/inception/inception/data/imagenet_lsvrc_2015_synsets.txt" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_IMAGE_FORMAT |
"jpg" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
CHANNELS |
3L |
public static final String |
NORMALIZED_IMAGE |
"normalized_image" |
public static final String |
RAW_IMAGE |
"raw_image" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
IMAGE_TENSOR_FEED_NAME |
"image_tensor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DETECTION_BOXES |
"detection_boxes" |
public static final String |
DETECTION_CLASSES |
"detection_classes" |
public static final String |
DETECTION_MASKS |
"detection_masks" |
public static final String |
DETECTION_SCORES |
"detection_scores" |
public static final String |
NUM_DETECTIONS |
"num_detections" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ITEM_FIELD_NUMBER |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DISPLAY_NAME_FIELD_NUMBER |
3 |
public static final int |
ID_FIELD_NUMBER |
2 |
public static final int |
NAME_FIELD_NUMBER |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORG_SPRINGFRAMEWORK_KAFKA_SUPPORT_KAFKA_NULL |
"org.springframework.kafka.support.KafkaNull" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
METADATA_STORE_PREFIX |
"s3-metadata-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_MESSAGE |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
UNBOUNDED |
-1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_ALLOWED_ORIGINS |
"*" |
public static final String |
DEFAULT_PATH |
"/websocket" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TASK_LAUNCH_REQUEST_FUNCTION_NAME |
"taskLaunchRequestFunction" |
Copyright © 2022. All rights reserved.