Uses of Class
software.amazon.awssdk.services.sagemaker.model.ResourceSpec
-
Packages that use ResourceSpec Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ResourceSpec in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ResourceSpec Modifier and Type Method Description ResourceSpecJupyterServerAppSettings. defaultResourceSpec()The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.ResourceSpecKernelGatewayAppSettings. defaultResourceSpec()The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.ResourceSpecRSessionAppSettings. defaultResourceSpec()Returns the value of the DefaultResourceSpec property for this object.ResourceSpecRStudioServerProDomainSettings. defaultResourceSpec()Returns the value of the DefaultResourceSpec property for this object.ResourceSpecRStudioServerProDomainSettingsForUpdate. defaultResourceSpec()Returns the value of the DefaultResourceSpec property for this object.ResourceSpecTensorBoardAppSettings. defaultResourceSpec()The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.ResourceSpecCreateAppRequest. resourceSpec()The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.ResourceSpecDescribeAppResponse. resourceSpec()The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ResourceSpec Modifier and Type Method Description JupyterServerAppSettings.BuilderJupyterServerAppSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.KernelGatewayAppSettings.BuilderKernelGatewayAppSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.RSessionAppSettings.BuilderRSessionAppSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.RStudioServerProDomainSettings.BuilderRStudioServerProDomainSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.RStudioServerProDomainSettingsForUpdate.BuilderRStudioServerProDomainSettingsForUpdate.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.TensorBoardAppSettings.BuilderTensorBoardAppSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.CreateAppRequest.BuilderCreateAppRequest.Builder. resourceSpec(ResourceSpec resourceSpec)The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.DescribeAppResponse.BuilderDescribeAppResponse.Builder. resourceSpec(ResourceSpec resourceSpec)The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
-