Job Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Job
- com.
public class Job
O objeto Job.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
callBackEndpoint()
Obtenha o valor callBackEndpoint. |
String |
id()
Obtenha o valor da ID. |
List<Job |
jobExecutionReport()
Obtenha o valor jobExecutionReport. |
List<Key |
resultMetaData()
Obtenha o valor resultMetaData. |
String |
reviewId()
Obtenha o valor reviewId. |
String |
status()
Obtenha o valor status. |
String |
teamName()
Obtenha o valor teamName. |
String |
type()
Obtenha o valor do tipo. |
Job |
withCallBackEndpoint(String callBackEndpoint)
Defina o valor callBackEndpoint. |
Job |
withId(String id)
Defina o valor da ID. |
Job |
withJobExecutionReport(List<JobExecutionReportDetails> jobExecutionReport)
Defina o valor jobExecutionReport. |
Job |
withResultMetaData(List<KeyValuePair> resultMetaData)
Defina o valor resultMetaData. |
Job |
withReviewId(String reviewId)
Defina o valor reviewId. |
Job |
withStatus(String status)
Defina o valor status. |
Job |
withTeamName(String teamName)
Defina o valor teamName. |
Job |
withType(String type)
Defina o valor do tipo. |
Job |
withWorkflowId(String workflowId)
Defina o valor workflowId. |
String |
workflowId()
Obtenha o valor workflowId. |
Detalhes do método
callBackEndpoint
public String callBackEndpoint()
Obtenha o valor callBackEndpoint.
Returns:
id
public String id()
Obtenha o valor da ID.
Returns:
jobExecutionReport
public List
Obtenha o valor jobExecutionReport.
Returns:
resultMetaData
public List
Obtenha o valor resultMetaData.
Returns:
reviewId
public String reviewId()
Obtenha o valor reviewId.
Returns:
status
public String status()
Obtenha o valor status.
Returns:
teamName
public String teamName()
Obtenha o valor teamName.
Returns:
type
public String type()
Obtenha o valor do tipo.
Returns:
withCallBackEndpoint
public Job withCallBackEndpoint(String callBackEndpoint)
Defina o valor callBackEndpoint.
Parameters:
Returns:
withId
public Job withId(String id)
Defina o valor da ID.
Parameters:
Returns:
withJobExecutionReport
public Job withJobExecutionReport(List
Defina o valor jobExecutionReport.
Parameters:
Returns:
withResultMetaData
public Job withResultMetaData(List
Defina o valor resultMetaData.
Parameters:
Returns:
withReviewId
public Job withReviewId(String reviewId)
Defina o valor reviewId.
Parameters:
Returns:
withStatus
public Job withStatus(String status)
Defina o valor status.
Parameters:
Returns:
withTeamName
public Job withTeamName(String teamName)
Defina o valor teamName.
Parameters:
Returns:
withType
public Job withType(String type)
Defina o valor do tipo.
Parameters:
Returns:
withWorkflowId
public Job withWorkflowId(String workflowId)
Defina o valor workflowId.
Parameters:
Returns:
workflowId
public String workflowId()
Obtenha o valor workflowId.
Returns:
Aplica-se a
Azure SDK for Java