public static interface ServingAPIProto.JobOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.DataFormat |
getDataFormat()
Output only.
|
int |
getDataFormatValue()
Output only.
|
String |
getError()
Output only.
|
com.google.protobuf.ByteString |
getErrorBytes()
Output only.
|
String |
getFileUris(int index)
Output only.
|
com.google.protobuf.ByteString |
getFileUrisBytes(int index)
Output only.
|
int |
getFileUrisCount()
Output only.
|
List<String> |
getFileUrisList()
Output only.
|
String |
getId()
string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 1; |
ServingAPIProto.JobStatus |
getStatus()
Output only.
|
int |
getStatusValue()
Output only.
|
ServingAPIProto.JobType |
getType()
Output only.
|
int |
getTypeValue()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
string id = 1;com.google.protobuf.ByteString getIdBytes()
string id = 1;int getTypeValue()
Output only. The type of the job.
.feast.serving.JobType type = 2;ServingAPIProto.JobType getType()
Output only. The type of the job.
.feast.serving.JobType type = 2;int getStatusValue()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;ServingAPIProto.JobStatus getStatus()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;String getError()
Output only. If not empty, the job has failed with this error message.
string error = 4;com.google.protobuf.ByteString getErrorBytes()
Output only. If not empty, the job has failed with this error message.
string error = 4;List<String> getFileUrisList()
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;int getFileUrisCount()
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;String getFileUris(int index)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;index - The index of the element to return.com.google.protobuf.ByteString getFileUrisBytes(int index)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;index - The index of the value to return.int getDataFormatValue()
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;ServingAPIProto.DataFormat getDataFormat()
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;Copyright © 2020 Gojek. All rights reserved.