Class StartDataFrameAnalyticsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.StartDataFrameAnalyticsResponse
- All Implemented Interfaces:
AcknowledgedResponse,JsonpSerializable
@JsonpDeserializable
public class StartDataFrameAnalyticsResponse
extends Object
implements AcknowledgedResponse, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<StartDataFrameAnalyticsResponse>Json deserializer forStartDataFrameAnalyticsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - API name:acknowledgedfinal Stringnode()Required - The ID of the node that the job was started on.of(Function<StartDataFrameAnalyticsResponse.Builder, ObjectBuilder<StartDataFrameAnalyticsResponse>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupStartDataFrameAnalyticsResponseDeserializer(ObjectDeserializer<StartDataFrameAnalyticsResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forStartDataFrameAnalyticsResponse
-
-
Method Details
-
of
-
acknowledged
public final boolean acknowledged()Required - API name:acknowledged- Specified by:
acknowledgedin interfaceAcknowledgedResponse
-
node
Required - The ID of the node that the job was started on. If the job is allowed to open lazily and has not yet been assigned to a node, this value is an empty string. The node ID of the node the job has been assigned to, or an empty string if it hasn't been assigned to a node. In serverless if the job has been assigned to run then the node ID will be "serverless".API name:
node -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupStartDataFrameAnalyticsResponseDeserializer
protected static void setupStartDataFrameAnalyticsResponseDeserializer(ObjectDeserializer<StartDataFrameAnalyticsResponse.Builder> op)
-