public class DescribeSessionImageVersionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeSessionImageVersionRequest() | 
| DescribeSessionImageVersionRequest(DescribeSessionImageVersionRequest 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 | getDataEngineId()Get 引擎Id | 
| String | getFrameworkType()Get 框架类型:machine-learning、python、spark-ml | 
| void | setDataEngineId(String DataEngineId)Set 引擎Id | 
| void | setFrameworkType(String FrameworkType)Set 框架类型:machine-learning、python、spark-ml | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeSessionImageVersionRequest()
public DescribeSessionImageVersionRequest(DescribeSessionImageVersionRequest source)
public String getDataEngineId()
public void setDataEngineId(String DataEngineId)
DataEngineId - 引擎Idpublic String getFrameworkType()
public void setFrameworkType(String FrameworkType)
FrameworkType - 框架类型:machine-learning、python、spark-mlCopyright © 2025. All rights reserved.