Class Output
java.lang.Object
org.opensearch.client.opensearch.ml.Output
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<Output.Builder,Output>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class Output
extends Object
implements PlainJsonSerializable, ToCopyableBuilder<Output.Builder,Output>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Output> Json deserializer forOutput -
Method Summary
Modifier and TypeMethodDescriptionstatic Output.Builderbuilder()final ByteBufferAPI name:byte_bufferdata()Required - API name:datafinal StringdataType()The output data type.booleaninthashCode()final Stringname()The output name.static Outputfinal Stringresult()The output result.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidshape()API name:shapeCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forOutput
-
-
Method Details
-
of
-
byteBuffer
API name:byte_buffer -
data
Required - API name:data -
dataType
The output data type.API name:
data_type -
name
The output name.API name:
name -
result
The output result.API name:
result -
shape
API name:shape -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Output.Builder,Output> - Returns:
- a new builder instance.
-
builder
-
setupOutputDeserializer
-
hashCode
public int hashCode() -
equals
-