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