Class EmrServerlessComputeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.EmrServerlessComputeConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<EmrServerlessComputeConfig.Builder,EmrServerlessComputeConfig>
@Generated("software.amazon.awssdk:codegen") public final class EmrServerlessComputeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EmrServerlessComputeConfig.Builder,EmrServerlessComputeConfig>
This data type is intended for use exclusively by SageMaker Canvas and cannot be used in other contexts at the moment.
Specifies the compute configuration for the EMR Serverless job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
EmrServerlessComputeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmrServerlessComputeConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
executionRoleARN()
The ARN of the IAM role granting the AutoML job V2 the necessary permissions access policies to list, connect to, or manage EMR Serverless jobs.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends EmrServerlessComputeConfig.Builder>
serializableBuilderClass()
EmrServerlessComputeConfig.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
executionRoleARN
public final String executionRoleARN()
The ARN of the IAM role granting the AutoML job V2 the necessary permissions access policies to list, connect to, or manage EMR Serverless jobs. For detailed information about the required permissions of this role, see "How to configure AutoML to initiate a remote job on EMR Serverless for large datasets" in Create a regression or classification job for tabular data using the AutoML API or Create an AutoML job for time-series forecasting using the API.
- Returns:
- The ARN of the IAM role granting the AutoML job V2 the necessary permissions access policies to list, connect to, or manage EMR Serverless jobs. For detailed information about the required permissions of this role, see "How to configure AutoML to initiate a remote job on EMR Serverless for large datasets" in Create a regression or classification job for tabular data using the AutoML API or Create an AutoML job for time-series forecasting using the API.
-
toBuilder
public EmrServerlessComputeConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<EmrServerlessComputeConfig.Builder,EmrServerlessComputeConfig>
-
builder
public static EmrServerlessComputeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends EmrServerlessComputeConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-