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