Class GetWorkingLocationRequest

    • Method Detail

      • locationType

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, locationType will return LocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from locationTypeAsString().

        Returns:
        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.

        See Also:
        LocationType
      • locationTypeAsString

        public final String locationTypeAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, locationType will return LocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from locationTypeAsString().

        Returns:
        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.

        See Also:
        LocationType
      • 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.
        Overrides:
        toString in class Object