public class OutputMappingOption extends AbstractModel
Constructor and Description |
---|
OutputMappingOption() |
OutputMappingOption(OutputMappingOption source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getWorkspace()
Get The mapped output workspace on the container side for the instance.
|
void |
setWorkspace(String Workspace)
Set The mapped output workspace on the container side for the instance.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OutputMappingOption()
public OutputMappingOption(OutputMappingOption source)
public String getWorkspace()
public void setWorkspace(String Workspace)
Workspace
- The mapped output workspace on the container side for the instance.
`BATCH_WORKSPACE` (Default): The workspace is the workspace defined for the usage of Batch Compute. Batch Compute ensures the isolation between jobs.
`GLOBAL_WORKSPACE`: The workspace is the instance OS space..
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.