Class AnomalyLocalizationOutput
java.lang.Object
org.opensearch.ml.common.output.execute.anomalylocalization.AnomalyLocalizationOutput
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable,org.opensearch.core.xcontent.ToXContent,org.opensearch.core.xcontent.ToXContentObject,Output
Output of localized results.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLocalized entities are bucketized by time.static classLocalized entity.static classLocalized result.Nested classes/interfaces inherited from interface org.opensearch.core.xcontent.ToXContent
org.opensearch.core.xcontent.ToXContent.DelegatingMapParams, org.opensearch.core.xcontent.ToXContent.MapParams, org.opensearch.core.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V> -
Field Summary
FieldsFields inherited from interface org.opensearch.core.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionAnomalyLocalizationOutput(org.opensearch.core.common.io.stream.StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()static AnomalyLocalizationOutputparse(org.opensearch.core.xcontent.XContentParser parser) voidsetResults(Map<String, AnomalyLocalizationOutput.Result> results) toString()org.opensearch.core.xcontent.XContentBuildertoXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) voidwriteTo(org.opensearch.core.common.io.stream.StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opensearch.core.xcontent.ToXContentObject
isFragment
-
Field Details
-
FIELD_RESULTS
- See Also:
-
FIELD_NAME
- See Also:
-
FIELD_RESULT
- See Also:
-
-
Constructor Details
-
AnomalyLocalizationOutput
public AnomalyLocalizationOutput(org.opensearch.core.common.io.stream.StreamInput in) throws IOException - Throws:
IOException
-
AnomalyLocalizationOutput
public AnomalyLocalizationOutput()
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceorg.opensearch.core.common.io.stream.Writeable- Throws:
IOException
-
toXContent
public org.opensearch.core.xcontent.XContentBuilder toXContent(org.opensearch.core.xcontent.XContentBuilder builder, org.opensearch.core.xcontent.ToXContent.Params params) - Specified by:
toXContentin interfaceorg.opensearch.core.xcontent.ToXContent
-
parse
public static AnomalyLocalizationOutput parse(org.opensearch.core.xcontent.XContentParser parser) throws IOException - Throws:
IOException
-
getResults
-
setResults
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-