@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DerivedInformation extends Object implements Serializable, Cloneable, StructuredPojo
Information that SageMaker Neo automatically derived about the model.
Constructor and Description |
---|
DerivedInformation() |
Modifier and Type | Method and Description |
---|---|
DerivedInformation |
clone() |
boolean |
equals(Object obj) |
String |
getDerivedDataInputConfig()
The data input configuration that SageMaker Neo automatically derived for the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDerivedDataInputConfig(String derivedDataInputConfig)
The data input configuration that SageMaker Neo automatically derived for the model.
|
String |
toString()
Returns a string representation of this object.
|
DerivedInformation |
withDerivedDataInputConfig(String derivedDataInputConfig)
The data input configuration that SageMaker Neo automatically derived for the model.
|
public void setDerivedDataInputConfig(String derivedDataInputConfig)
The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.
derivedDataInputConfig
- The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo
derives this information, you don't need to specify the data input configuration when you create a
compilation job.public String getDerivedDataInputConfig()
The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.
public DerivedInformation withDerivedDataInputConfig(String derivedDataInputConfig)
The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo derives this information, you don't need to specify the data input configuration when you create a compilation job.
derivedDataInputConfig
- The data input configuration that SageMaker Neo automatically derived for the model. When SageMaker Neo
derives this information, you don't need to specify the data input configuration when you create a
compilation job.public String toString()
toString
in class Object
Object.toString()
public DerivedInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.