@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateModelCustomizationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateModelCustomizationJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateModelCustomizationJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobArn()
ARN of the fine tuning job
|
int |
hashCode() |
void |
setJobArn(String jobArn)
ARN of the fine tuning job
|
String |
toString()
Returns a string representation of this object.
|
CreateModelCustomizationJobResult |
withJobArn(String jobArn)
ARN of the fine tuning job
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobArn(String jobArn)
ARN of the fine tuning job
jobArn - ARN of the fine tuning jobpublic String getJobArn()
ARN of the fine tuning job
public CreateModelCustomizationJobResult withJobArn(String jobArn)
ARN of the fine tuning job
jobArn - ARN of the fine tuning jobpublic String toString()
toString in class ObjectObject.toString()public CreateModelCustomizationJobResult clone()