@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon SageMaker model.
| Constructor and Description |
|---|
ExternalModelSummary() |
| Modifier and Type | Method and Description |
|---|---|
ExternalModelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getModelEndpoint()
The endpoint of the Amazon SageMaker model.
|
String |
getModelSource()
The source of the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setModelEndpoint(String modelEndpoint)
The endpoint of the Amazon SageMaker model.
|
void |
setModelSource(String modelSource)
The source of the model.
|
String |
toString()
Returns a string representation of this object.
|
ExternalModelSummary |
withModelEndpoint(String modelEndpoint)
The endpoint of the Amazon SageMaker model.
|
ExternalModelSummary |
withModelSource(ModelSource modelSource)
The source of the model.
|
ExternalModelSummary |
withModelSource(String modelSource)
The source of the model.
|
public void setModelEndpoint(String modelEndpoint)
The endpoint of the Amazon SageMaker model.
modelEndpoint - The endpoint of the Amazon SageMaker model.public String getModelEndpoint()
The endpoint of the Amazon SageMaker model.
public ExternalModelSummary withModelEndpoint(String modelEndpoint)
The endpoint of the Amazon SageMaker model.
modelEndpoint - The endpoint of the Amazon SageMaker model.public void setModelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic String getModelSource()
The source of the model.
ModelSourcepublic ExternalModelSummary withModelSource(String modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic ExternalModelSummary withModelSource(ModelSource modelSource)
The source of the model.
modelSource - The source of the model.ModelSourcepublic String toString()
toString in class ObjectObject.toString()public ExternalModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.