@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferenceOutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies configuration information for the output results from for the inference, including KMS key ID and output S3 location.
Constructor and Description |
---|
InferenceOutputConfiguration() |
Modifier and Type | Method and Description |
---|---|
InferenceOutputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The ID number for the KMS key key used to encrypt the inference output.
|
InferenceS3OutputConfiguration |
getS3OutputConfiguration()
Specifies configuration information for the output results from for the inference, output S3 location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The ID number for the KMS key key used to encrypt the inference output.
|
void |
setS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
|
String |
toString()
Returns a string representation of this object.
|
InferenceOutputConfiguration |
withKmsKeyId(String kmsKeyId)
The ID number for the KMS key key used to encrypt the inference output.
|
InferenceOutputConfiguration |
withS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
|
public void setS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
s3OutputConfiguration
- Specifies configuration information for the output results from for the inference, output S3 location.public InferenceS3OutputConfiguration getS3OutputConfiguration()
Specifies configuration information for the output results from for the inference, output S3 location.
public InferenceOutputConfiguration withS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
s3OutputConfiguration
- Specifies configuration information for the output results from for the inference, output S3 location.public void setKmsKeyId(String kmsKeyId)
The ID number for the KMS key key used to encrypt the inference output.
kmsKeyId
- The ID number for the KMS key key used to encrypt the inference output.public String getKmsKeyId()
The ID number for the KMS key key used to encrypt the inference output.
public InferenceOutputConfiguration withKmsKeyId(String kmsKeyId)
The ID number for the KMS key key used to encrypt the inference output.
kmsKeyId
- The ID number for the KMS key key used to encrypt the inference output.public String toString()
toString
in class Object
Object.toString()
public InferenceOutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.