@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessingFeatureStoreOutput extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for processing job outputs in Amazon SageMaker Feature Store.
| Constructor and Description |
|---|
ProcessingFeatureStoreOutput() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingFeatureStoreOutput |
clone() |
boolean |
equals(Object obj) |
String |
getFeatureGroupName()
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFeatureGroupName(String featureGroupName)
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
|
String |
toString()
Returns a string representation of this object.
|
ProcessingFeatureStoreOutput |
withFeatureGroupName(String featureGroupName)
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
|
public void setFeatureGroupName(String featureGroupName)
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.public String getFeatureGroupName()
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
public ProcessingFeatureStoreOutput withFeatureGroupName(String featureGroupName)
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.
featureGroupName - The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output.public String toString()
toString in class ObjectObject.toString()public ProcessingFeatureStoreOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.