@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.