PredictionQueryToken Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. PredictionQueryToken
- com.
public class PredictionQueryToken
The PredictionQueryToken model.
Method Summary
Method Details
application
public String application()
Get the application value.
Returns:
continuation
public String continuation()
Get the continuation value.
Returns:
endTime
public DateTime endTime()
Get the endTime value.
Returns:
iterationId
public UUID iterationId()
Get the iterationId value.
Returns:
maxCount
public int maxCount()
Get the maxCount value.
Returns:
orderBy
public OrderBy orderBy()
Get the orderBy value.
Returns:
session
public String session()
Get the session value.
Returns:
startTime
public DateTime startTime()
Get the startTime value.
Returns:
tags
public List
Get the tags value.
Returns:
withApplication
public PredictionQueryToken withApplication(String application)
Set the application value.
Parameters:
Returns:
withContinuation
public PredictionQueryToken withContinuation(String continuation)
Set the continuation value.
Parameters:
Returns:
withEndTime
public PredictionQueryToken withEndTime(DateTime endTime)
Set the endTime value.
Parameters:
Returns:
withIterationId
public PredictionQueryToken withIterationId(UUID iterationId)
Set the iterationId value.
Parameters:
Returns:
withMaxCount
public PredictionQueryToken withMaxCount(int maxCount)
Set the maxCount value.
Parameters:
Returns:
withOrderBy
public PredictionQueryToken withOrderBy(OrderBy orderBy)
Set the orderBy value.
Parameters:
Returns:
withSession
public PredictionQueryToken withSession(String session)
Set the session value.
Parameters:
Returns:
withStartTime
public PredictionQueryToken withStartTime(DateTime startTime)
Set the startTime value.
Parameters:
Returns:
withTags
public PredictionQueryToken withTags(List
Set the tags value.
Parameters:
Returns:
Applies to
Azure SDK for Java