Package com.openlayer.api.models.tests
Class TestEvaluateResponse.Task
-
- All Implemented Interfaces:
public final class TestEvaluateResponse.Task
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestEvaluateResponse.Task.BuilderA builder for Task.
-
Method Summary
Modifier and Type Method Description final StringpipelineId()ID of the inference pipeline this task is for final StringtaskResultId()ID of the background task final StringtaskResultUrl()URL to check the status of this background task final JsonField<String>_pipelineId()Returns the raw JSON value of pipelineId. final JsonField<String>_taskResultId()Returns the raw JSON value of taskResultId. final JsonField<String>_taskResultUrl()Returns the raw JSON value of taskResultUrl. final Map<String, JsonValue>_additionalProperties()final TestEvaluateResponse.Task.BuildertoBuilder()final TestEvaluateResponse.Taskvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestEvaluateResponse.Task.Builderbuilder()Returns a mutable builder for constructing an instance of Task. -
-
Method Detail
-
pipelineId
final String pipelineId()
ID of the inference pipeline this task is for
-
taskResultId
final String taskResultId()
ID of the background task
-
taskResultUrl
final String taskResultUrl()
URL to check the status of this background task
-
_pipelineId
final JsonField<String> _pipelineId()
Returns the raw JSON value of pipelineId.
Unlike pipelineId, this method doesn't throw if the JSON field has an unexpected type.
-
_taskResultId
final JsonField<String> _taskResultId()
Returns the raw JSON value of taskResultId.
Unlike taskResultId, this method doesn't throw if the JSON field has an unexpected type.
-
_taskResultUrl
final JsonField<String> _taskResultUrl()
Returns the raw JSON value of taskResultUrl.
Unlike taskResultUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TestEvaluateResponse.Task.Builder toBuilder()
-
validate
final TestEvaluateResponse.Task validate()
-
builder
final static TestEvaluateResponse.Task.Builder builder()
Returns a mutable builder for constructing an instance of Task.
The following fields are required:
.pipelineId() .taskResultId() .taskResultUrl()
-
-
-
-