Class TestEvaluateResponse
-
- All Implemented Interfaces:
public final class TestEvaluateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestEvaluateResponse.BuilderA builder for TestEvaluateResponse.
public final classTestEvaluateResponse.Task
-
Method Summary
Modifier and Type Method Description final Stringmessage()final LongpipelineCount()Number of inference pipelines the test was queued for evaluation on final LongrequestedEndTimestamp()The end timestamp you requested (in seconds) final LongrequestedStartTimestamp()The start timestamp you requested (in seconds) final List<TestEvaluateResponse.Task>tasks()Array of background task information for each pipeline evaluation final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<Long>_pipelineCount()Returns the raw JSON value of pipelineCount. final JsonField<Long>_requestedEndTimestamp()Returns the raw JSON value of requestedEndTimestamp. final JsonField<Long>_requestedStartTimestamp()Returns the raw JSON value of requestedStartTimestamp. final JsonField<List<TestEvaluateResponse.Task>>_tasks()Returns the raw JSON value of tasks. final Map<String, JsonValue>_additionalProperties()final TestEvaluateResponse.BuildertoBuilder()final TestEvaluateResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestEvaluateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of TestEvaluateResponse. -
-
Method Detail
-
pipelineCount
final Long pipelineCount()
Number of inference pipelines the test was queued for evaluation on
-
requestedEndTimestamp
final Long requestedEndTimestamp()
The end timestamp you requested (in seconds)
-
requestedStartTimestamp
final Long requestedStartTimestamp()
The start timestamp you requested (in seconds)
-
tasks
final List<TestEvaluateResponse.Task> tasks()
Array of background task information for each pipeline evaluation
-
_message
final JsonField<String> _message()
Returns the raw JSON value of message.
Unlike message, this method doesn't throw if the JSON field has an unexpected type.
-
_pipelineCount
final JsonField<Long> _pipelineCount()
Returns the raw JSON value of pipelineCount.
Unlike pipelineCount, this method doesn't throw if the JSON field has an unexpected type.
-
_requestedEndTimestamp
final JsonField<Long> _requestedEndTimestamp()
Returns the raw JSON value of requestedEndTimestamp.
Unlike requestedEndTimestamp, this method doesn't throw if the JSON field has an unexpected type.
-
_requestedStartTimestamp
final JsonField<Long> _requestedStartTimestamp()
Returns the raw JSON value of requestedStartTimestamp.
Unlike requestedStartTimestamp, this method doesn't throw if the JSON field has an unexpected type.
-
_tasks
final JsonField<List<TestEvaluateResponse.Task>> _tasks()
Returns the raw JSON value of tasks.
Unlike tasks, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TestEvaluateResponse.Builder toBuilder()
-
validate
final TestEvaluateResponse validate()
-
builder
final static TestEvaluateResponse.Builder builder()
Returns a mutable builder for constructing an instance of TestEvaluateResponse.
The following fields are required:
.message() .pipelineCount() .requestedEndTimestamp() .requestedStartTimestamp() .tasks()
-
-
-
-