Class GetTrainingUsageOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.GetTrainingUsageOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetTrainingUsageOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getTrainingUsage options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetTrainingUsageOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description Date
endTime()
Gets the endTime.GetTrainingUsageOptions.Builder
newBuilder()
New builder.Date
startTime()
Gets the startTime.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a GetTrainingUsageOptions builder
-
startTime
Gets the startTime.The earliest day to include training events. Specify dates in YYYY-MM-DD format. If empty or not specified, the earliest training event is included.
- Returns:
- the startTime
-
endTime
Gets the endTime.The most recent day to include training events. Specify dates in YYYY-MM-DD format. All events for the day are included. If empty or not specified, the current day is used. Specify the same value as `start_time` to request events for a single day.
- Returns:
- the endTime
-