Package com.volcengine.ark.model
Class OutputDirTosLocationForCreateBatchInferenceJobInput
- java.lang.Object
-
- com.volcengine.ark.model.OutputDirTosLocationForCreateBatchInferenceJobInput
-
public class OutputDirTosLocationForCreateBatchInferenceJobInput extends Object
OutputDirTosLocationForCreateBatchInferenceJobInput
-
-
Constructor Summary
Constructors Constructor Description OutputDirTosLocationForCreateBatchInferenceJobInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputDirTosLocationForCreateBatchInferenceJobInputbucketName(String bucketName)booleanequals(Object o)StringgetBucketName()Get bucketNameStringgetObjectKey()Get objectKeyinthashCode()OutputDirTosLocationForCreateBatchInferenceJobInputobjectKey(String objectKey)voidsetBucketName(String bucketName)voidsetObjectKey(String objectKey)StringtoString()
-
-
-
Method Detail
-
bucketName
public OutputDirTosLocationForCreateBatchInferenceJobInput bucketName(String bucketName)
-
getBucketName
public String getBucketName()
Get bucketName- Returns:
- bucketName
-
setBucketName
public void setBucketName(String bucketName)
-
objectKey
public OutputDirTosLocationForCreateBatchInferenceJobInput objectKey(String objectKey)
-
getObjectKey
public String getObjectKey()
Get objectKey- Returns:
- objectKey
-
setObjectKey
public void setObjectKey(String objectKey)
-
-