Package viam.app.mltraining.v1
Interface MlTraining.GetTrainingJobLogsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
MlTraining.GetTrainingJobLogsRequest,MlTraining.GetTrainingJobLogsRequest.Builder
- Enclosing class:
- MlTraining
public static interface MlTraining.GetTrainingJobLogsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];optional string page_token = 2 [json_name = "pageToken"];com.google.protobuf.ByteStringoptional string page_token = 2 [json_name = "pageToken"];booleanoptional string page_token = 2 [json_name = "pageToken"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
hasPageToken
boolean hasPageToken()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()optional string page_token = 2 [json_name = "pageToken"];- Returns:
- The bytes for pageToken.
-