Package feast.proto.serving
Interface ServingAPIProto.JobOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.Job,ServingAPIProto.Job.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServingAPIProto.DataFormatgetDataFormat()Output only.intgetDataFormatValue()Output only.DatasetFeatureStatisticsListgetDatasetFeatureStatisticsList()Output only.DatasetFeatureStatisticsListOrBuildergetDatasetFeatureStatisticsListOrBuilder()Output only.StringgetError()Output only.com.google.protobuf.ByteStringgetErrorBytes()Output only.StringgetFileUris(int index)Output only.com.google.protobuf.ByteStringgetFileUrisBytes(int index)Output only.intgetFileUrisCount()Output only.List<String>getFileUrisList()Output only.StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;ServingAPIProto.JobStatusgetStatus()Output only.intgetStatusValue()Output only.ServingAPIProto.JobTypegetType()Output only.intgetTypeValue()Output only.booleanhasDatasetFeatureStatisticsList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1;- Returns:
- The bytes for id.
-
getTypeValue
int getTypeValue()
Output only. The type of the job.
.feast.serving.JobType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
ServingAPIProto.JobType getType()
Output only. The type of the job.
.feast.serving.JobType type = 2;- Returns:
- The type.
-
getStatusValue
int getStatusValue()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
ServingAPIProto.JobStatus getStatus()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;- Returns:
- The status.
-
getError
String getError()
Output only. If not empty, the job has failed with this error message.
string error = 4;- Returns:
- The error.
-
getErrorBytes
com.google.protobuf.ByteString getErrorBytes()
Output only. If not empty, the job has failed with this error message.
string error = 4;- Returns:
- The bytes for error.
-
getFileUrisList
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;- Returns:
- A list containing the fileUris.
-
getFileUrisCount
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;- Returns:
- The count of fileUris.
-
getFileUris
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;- Parameters:
index- The index of the element to return.- Returns:
- The fileUris at the given index.
-
getFileUrisBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the fileUris at the given index.
-
getDataFormatValue
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;- Returns:
- The enum numeric value on the wire for dataFormat.
-
getDataFormat
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;- Returns:
- The dataFormat.
-
hasDatasetFeatureStatisticsList
boolean hasDatasetFeatureStatisticsList()
Output only. The statistics computed over the retrieved dataset. Only available for BigQuery stores.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 7;- Returns:
- Whether the datasetFeatureStatisticsList field is set.
-
getDatasetFeatureStatisticsList
DatasetFeatureStatisticsList getDatasetFeatureStatisticsList()
Output only. The statistics computed over the retrieved dataset. Only available for BigQuery stores.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 7;- Returns:
- The datasetFeatureStatisticsList.
-
getDatasetFeatureStatisticsListOrBuilder
DatasetFeatureStatisticsListOrBuilder getDatasetFeatureStatisticsListOrBuilder()
Output only. The statistics computed over the retrieved dataset. Only available for BigQuery stores.
.tensorflow.metadata.v0.DatasetFeatureStatisticsList dataset_feature_statistics_list = 7;
-
-