Compartir a través de


PredictionQueryToken Clase

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

public class PredictionQueryToken

El modelo PredictionQueryToken.

Resumen del método

Modificador y tipo Método y descripción
String application()

Obtenga el valor de la aplicación.

String continuation()

Obtiene el valor de continuación.

DateTime endTime()

Obtiene el valor endTime.

UUID iterationId()

Obtiene el valor de iteraciónId.

int maxCount()

Obtiene el valor maxCount.

OrderBy orderBy()

Obtenga el valor orderBy.

String session()

Obtenga el valor de la sesión.

DateTime startTime()

Obtenga el valor startTime.

List<PredictionQueryTag> tags()

Obtenga el valor de las etiquetas.

PredictionQueryToken withApplication(String application)

Establezca el valor de la aplicación.

PredictionQueryToken withContinuation(String continuation)

Establezca el valor de continuación.

PredictionQueryToken withEndTime(DateTime endTime)

Establezca el valor endTime.

PredictionQueryToken withIterationId(UUID iterationId)

Establezca el valor de iteraciónId.

PredictionQueryToken withMaxCount(int maxCount)

Establezca el valor maxCount.

PredictionQueryToken withOrderBy(OrderBy orderBy)

Establezca el valor orderBy.

PredictionQueryToken withSession(String session)

Establezca el valor de sesión.

PredictionQueryToken withStartTime(DateTime startTime)

Establezca el valor startTime.

PredictionQueryToken withTags(List<PredictionQueryTag> tags)

Establezca el valor de las etiquetas.

Detalles del método

application

public String application()

Obtenga el valor de la aplicación.

Returns:

el valor de la aplicación

continuation

public String continuation()

Obtiene el valor de continuación.

Returns:

el valor de continuación

endTime

public DateTime endTime()

Obtiene el valor endTime.

Returns:

el valor endTime

iterationId

public UUID iterationId()

Obtiene el valor de iteraciónId.

Returns:

el valor de iteraciónId

maxCount

public int maxCount()

Obtiene el valor maxCount.

Returns:

el valor maxCount

orderBy

public OrderBy orderBy()

Obtenga el valor orderBy.

Returns:

el valor orderBy

session

public String session()

Obtenga el valor de la sesión.

Returns:

el valor de sesión

startTime

public DateTime startTime()

Obtenga el valor startTime.

Returns:

el valor startTime

tags

public List tags()

Obtenga el valor de las etiquetas.

Returns:

el valor de las etiquetas

withApplication

public PredictionQueryToken withApplication(String application)

Establezca el valor de la aplicación.

Parameters:

application - el valor de la aplicación que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withContinuation

public PredictionQueryToken withContinuation(String continuation)

Establezca el valor de continuación.

Parameters:

continuation - el valor de continuación que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withEndTime

public PredictionQueryToken withEndTime(DateTime endTime)

Establezca el valor endTime.

Parameters:

endTime - el valor endTime que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withIterationId

public PredictionQueryToken withIterationId(UUID iterationId)

Establezca el valor de iteraciónId.

Parameters:

iterationId - el valor iterationId que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withMaxCount

public PredictionQueryToken withMaxCount(int maxCount)

Establezca el valor maxCount.

Parameters:

maxCount - el valor maxCount que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withOrderBy

public PredictionQueryToken withOrderBy(OrderBy orderBy)

Establezca el valor orderBy.

Parameters:

orderBy - el valor orderBy que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withSession

public PredictionQueryToken withSession(String session)

Establezca el valor de sesión.

Parameters:

session - valor de sesión que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withStartTime

public PredictionQueryToken withStartTime(DateTime startTime)

Establezca el valor startTime.

Parameters:

startTime - valor startTime que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

withTags

public PredictionQueryToken withTags(List tags)

Establezca el valor de las etiquetas.

Parameters:

tags - el valor de etiquetas que se va a establecer

Returns:

El propio objeto PredictionQueryToken.

Se aplica a