@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalModel extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon SageMaker model.
Constructor and Description |
---|
ExternalModel() |
Modifier and Type | Method and Description |
---|---|
ExternalModel |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedTime()
Timestamp of when the model was last created.
|
ModelInputConfiguration |
getInputConfiguration()
The input configuration.
|
String |
getLastUpdatedTime()
Timestamp of when the model was last updated.
|
String |
getModelEndpoint()
The Amazon SageMaker model endpoints.
|
String |
getModelEndpointStatus()
The Amazon Fraud Detector status for the external model endpoint
|
String |
getModelSource()
The source of the model.
|
ModelOutputConfiguration |
getOutputConfiguration()
The output configuration.
|
Role |
getRole()
The role used to invoke the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(String createdTime)
Timestamp of when the model was last created.
|
void |
setInputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
|
void |
setModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
|
void |
setModelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
void |
setModelSource(String modelSource)
The source of the model.
|
void |
setOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
|
void |
setRole(Role role)
The role used to invoke the model.
|
String |
toString()
Returns a string representation of this object.
|
ExternalModel |
withCreatedTime(String createdTime)
Timestamp of when the model was last created.
|
ExternalModel |
withInputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
|
ExternalModel |
withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
|
ExternalModel |
withModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
|
ExternalModel |
withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel |
withModelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
|
ExternalModel |
withModelSource(ModelSource modelSource)
The source of the model.
|
ExternalModel |
withModelSource(String modelSource)
The source of the model.
|
ExternalModel |
withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
|
ExternalModel |
withRole(Role role)
The role used to invoke the model.
|
public void setModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
modelEndpoint
- The Amazon SageMaker model endpoints.public String getModelEndpoint()
The Amazon SageMaker model endpoints.
public ExternalModel withModelEndpoint(String modelEndpoint)
The Amazon SageMaker model endpoints.
modelEndpoint
- The Amazon SageMaker model endpoints.public void setModelSource(String modelSource)
The source of the model.
modelSource
- The source of the model.ModelSource
public String getModelSource()
The source of the model.
ModelSource
public ExternalModel withModelSource(String modelSource)
The source of the model.
modelSource
- The source of the model.ModelSource
public ExternalModel withModelSource(ModelSource modelSource)
The source of the model.
modelSource
- The source of the model.ModelSource
public void setRole(Role role)
The role used to invoke the model.
role
- The role used to invoke the model.public Role getRole()
The role used to invoke the model.
public ExternalModel withRole(Role role)
The role used to invoke the model.
role
- The role used to invoke the model.public void setInputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
inputConfiguration
- The input configuration.public ModelInputConfiguration getInputConfiguration()
The input configuration.
public ExternalModel withInputConfiguration(ModelInputConfiguration inputConfiguration)
The input configuration.
inputConfiguration
- The input configuration.public void setOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
outputConfiguration
- The output configuration.public ModelOutputConfiguration getOutputConfiguration()
The output configuration.
public ExternalModel withOutputConfiguration(ModelOutputConfiguration outputConfiguration)
The output configuration.
outputConfiguration
- The output configuration.public void setModelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
modelEndpointStatus
- The Amazon Fraud Detector status for the external model endpointModelEndpointStatus
public String getModelEndpointStatus()
The Amazon Fraud Detector status for the external model endpoint
ModelEndpointStatus
public ExternalModel withModelEndpointStatus(String modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
modelEndpointStatus
- The Amazon Fraud Detector status for the external model endpointModelEndpointStatus
public ExternalModel withModelEndpointStatus(ModelEndpointStatus modelEndpointStatus)
The Amazon Fraud Detector status for the external model endpoint
modelEndpointStatus
- The Amazon Fraud Detector status for the external model endpointModelEndpointStatus
public void setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
lastUpdatedTime
- Timestamp of when the model was last updated.public String getLastUpdatedTime()
Timestamp of when the model was last updated.
public ExternalModel withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the model was last updated.
lastUpdatedTime
- Timestamp of when the model was last updated.public void setCreatedTime(String createdTime)
Timestamp of when the model was last created.
createdTime
- Timestamp of when the model was last created.public String getCreatedTime()
Timestamp of when the model was last created.
public ExternalModel withCreatedTime(String createdTime)
Timestamp of when the model was last created.
createdTime
- Timestamp of when the model was last created.public String toString()
toString
in class Object
Object.toString()
public ExternalModel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.