Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeWorkforceResponse
-
Packages that use DescribeWorkforceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeWorkforceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeWorkforceResponse Modifier and Type Method Description default DescribeWorkforceResponseSageMakerClient. describeWorkforce(Consumer<DescribeWorkforceRequest.Builder> describeWorkforceRequest)Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs).default DescribeWorkforceResponseSageMakerClient. describeWorkforce(DescribeWorkforceRequest describeWorkforceRequest)Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs).Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeWorkforceResponse Modifier and Type Method Description default CompletableFuture<DescribeWorkforceResponse>SageMakerAsyncClient. describeWorkforce(Consumer<DescribeWorkforceRequest.Builder> describeWorkforceRequest)Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs).default CompletableFuture<DescribeWorkforceResponse>SageMakerAsyncClient. describeWorkforce(DescribeWorkforceRequest describeWorkforceRequest)Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs).
-