Interface GetWorkingLocationRequest.Builder

    • Method Detail

      • locationType

        GetWorkingLocationRequest.Builder locationType​(String locationType)

        Specify the type of the working location.

        • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

        • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

        Parameters:
        locationType - Specify the type of the working location.

        • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

        • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationType, LocationType
      • locationType

        GetWorkingLocationRequest.Builder locationType​(LocationType locationType)

        Specify the type of the working location.

        • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

        • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

        Parameters:
        locationType - Specify the type of the working location.

        • SAGEMAKER – Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio.

        • INGESTION – Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LocationType, LocationType