Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateFlowDefinitionRequest
-
Packages that use CreateFlowDefinitionRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateFlowDefinitionRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateFlowDefinitionRequest Modifier and Type Method Description default CompletableFuture<CreateFlowDefinitionResponse>SageMakerAsyncClient. createFlowDefinition(CreateFlowDefinitionRequest createFlowDefinitionRequest)Creates a flow definition.default CreateFlowDefinitionResponseSageMakerClient. createFlowDefinition(CreateFlowDefinitionRequest createFlowDefinitionRequest)Creates a flow definition. -
Uses of CreateFlowDefinitionRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateFlowDefinitionRequest Modifier and Type Method Description SdkHttpFullRequestCreateFlowDefinitionRequestMarshaller. marshall(CreateFlowDefinitionRequest createFlowDefinitionRequest)
-