Package com.algorithmia.algo
Class Metadata
- java.lang.Object
-
- com.algorithmia.algo.Metadata
-
- All Implemented Interfaces:
java.io.Serializable
public final class Metadata extends java.lang.Object implements java.io.Serializable
Algorithm response metadata- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Metadata(ContentType content_type, java.lang.Double duration)
Metadata(ContentType content_type, java.lang.Double duration, java.lang.String stdout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentType
getContentType()
java.lang.Double
getDuration()
java.lang.String
getStdout()
-
-
-
Constructor Detail
-
Metadata
public Metadata(ContentType content_type, java.lang.Double duration)
-
Metadata
public Metadata(ContentType content_type, java.lang.Double duration, java.lang.String stdout)
-
-
Method Detail
-
getContentType
public ContentType getContentType()
-
getDuration
public java.lang.Double getDuration()
-
getStdout
public java.lang.String getStdout()
-
-