PredictionQueryToken Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.PredictionQueryToken

public class PredictionQueryToken

The PredictionQueryToken model.

Method Summary

Modifier and Type Method and Description
String application()

Get the application value.

String continuation()

Get the continuation value.

DateTime endTime()

Get the endTime value.

UUID iterationId()

Get the iterationId value.

int maxCount()

Get the maxCount value.

OrderBy orderBy()

Get the orderBy value.

String session()

Get the session value.

DateTime startTime()

Get the startTime value.

List<PredictionQueryTag> tags()

Get the tags value.

PredictionQueryToken withApplication(String application)

Set the application value.

PredictionQueryToken withContinuation(String continuation)

Set the continuation value.

PredictionQueryToken withEndTime(DateTime endTime)

Set the endTime value.

PredictionQueryToken withIterationId(UUID iterationId)

Set the iterationId value.

PredictionQueryToken withMaxCount(int maxCount)

Set the maxCount value.

PredictionQueryToken withOrderBy(OrderBy orderBy)

Set the orderBy value.

PredictionQueryToken withSession(String session)

Set the session value.

PredictionQueryToken withStartTime(DateTime startTime)

Set the startTime value.

PredictionQueryToken withTags(List<PredictionQueryTag> tags)

Set the tags value.

Method Details

application

public String application()

Get the application value.

Returns:

the application value

continuation

public String continuation()

Get the continuation value.

Returns:

the continuation value

endTime

public DateTime endTime()

Get the endTime value.

Returns:

the endTime value

iterationId

public UUID iterationId()

Get the iterationId value.

Returns:

the iterationId value

maxCount

public int maxCount()

Get the maxCount value.

Returns:

the maxCount value

orderBy

public OrderBy orderBy()

Get the orderBy value.

Returns:

the orderBy value

session

public String session()

Get the session value.

Returns:

the session value

startTime

public DateTime startTime()

Get the startTime value.

Returns:

the startTime value

tags

public List tags()

Get the tags value.

Returns:

the tags value

withApplication

public PredictionQueryToken withApplication(String application)

Set the application value.

Parameters:

application - the application value to set

Returns:

the PredictionQueryToken object itself.

withContinuation

public PredictionQueryToken withContinuation(String continuation)

Set the continuation value.

Parameters:

continuation - the continuation value to set

Returns:

the PredictionQueryToken object itself.

withEndTime

public PredictionQueryToken withEndTime(DateTime endTime)

Set the endTime value.

Parameters:

endTime - the endTime value to set

Returns:

the PredictionQueryToken object itself.

withIterationId

public PredictionQueryToken withIterationId(UUID iterationId)

Set the iterationId value.

Parameters:

iterationId - the iterationId value to set

Returns:

the PredictionQueryToken object itself.

withMaxCount

public PredictionQueryToken withMaxCount(int maxCount)

Set the maxCount value.

Parameters:

maxCount - the maxCount value to set

Returns:

the PredictionQueryToken object itself.

withOrderBy

public PredictionQueryToken withOrderBy(OrderBy orderBy)

Set the orderBy value.

Parameters:

orderBy - the orderBy value to set

Returns:

the PredictionQueryToken object itself.

withSession

public PredictionQueryToken withSession(String session)

Set the session value.

Parameters:

session - the session value to set

Returns:

the PredictionQueryToken object itself.

withStartTime

public PredictionQueryToken withStartTime(DateTime startTime)

Set the startTime value.

Parameters:

startTime - the startTime value to set

Returns:

the PredictionQueryToken object itself.

withTags

public PredictionQueryToken withTags(List tags)

Set the tags value.

Parameters:

tags - the tags value to set

Returns:

the PredictionQueryToken object itself.

Applies to