Class DescribeSpaceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
-
- software.amazon.awssdk.services.sagemaker.model.DescribeSpaceResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeSpaceResponse extends SageMakerResponse implements ToCopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeSpaceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeSpaceResponse.Builderbuilder()InstantcreationTime()The creation time.StringdomainId()The ID of the associated Domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()The failure reason.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhomeEfsFileSystemUid()The ID of the space's profile in the Amazon Elastic File System volume.InstantlastModifiedTime()The last modified time.OwnershipSettingsownershipSettings()The collection of ownership settings for a space.List<SdkField<?>>sdkFields()static Class<? extends DescribeSpaceResponse.Builder>serializableBuilderClass()StringspaceArn()The space's Amazon Resource Name (ARN).StringspaceDisplayName()The name of the space that appears in the Amazon SageMaker Studio UI.StringspaceName()The name of the space.SpaceSettingsspaceSettings()A collection of space settings.SpaceSharingSettingsspaceSharingSettings()The collection of space sharing settings for a space.SpaceStatusstatus()The status.StringstatusAsString()The status.DescribeSpaceResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()Returns the URL of the space.-
Methods inherited from class software.amazon.awssdk.services.sagemaker.model.SageMakerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
domainId
public final String domainId()
The ID of the associated Domain.
- Returns:
- The ID of the associated Domain.
-
spaceArn
public final String spaceArn()
The space's Amazon Resource Name (ARN).
- Returns:
- The space's Amazon Resource Name (ARN).
-
spaceName
public final String spaceName()
The name of the space.
- Returns:
- The name of the space.
-
homeEfsFileSystemUid
public final String homeEfsFileSystemUid()
The ID of the space's profile in the Amazon Elastic File System volume.
- Returns:
- The ID of the space's profile in the Amazon Elastic File System volume.
-
status
public final SpaceStatus status()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSpaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
SpaceStatus
-
statusAsString
public final String statusAsString()
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSpaceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
SpaceStatus
-
lastModifiedTime
public final Instant lastModifiedTime()
The last modified time.
- Returns:
- The last modified time.
-
creationTime
public final Instant creationTime()
The creation time.
- Returns:
- The creation time.
-
failureReason
public final String failureReason()
The failure reason.
- Returns:
- The failure reason.
-
spaceSettings
public final SpaceSettings spaceSettings()
A collection of space settings.
- Returns:
- A collection of space settings.
-
url
public final String url()
Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center (Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through Amazon Web Services IAM Identity Center.
The following application types are supported:
-
Studio Classic:
&redirect=JupyterServer -
JupyterLab:
&redirect=JupyterLab
- Returns:
- Returns the URL of the space. If the space is created with Amazon Web Services IAM Identity Center
(Successor to Amazon Web Services Single Sign-On) authentication, users can navigate to the URL after
appending the respective redirect parameter for the application type to be federated through Amazon Web
Services IAM Identity Center.
The following application types are supported:
-
Studio Classic:
&redirect=JupyterServer -
JupyterLab:
&redirect=JupyterLab
-
-
-
spaceDisplayName
public final String spaceDisplayName()
The name of the space that appears in the Amazon SageMaker Studio UI.
- Returns:
- The name of the space that appears in the Amazon SageMaker Studio UI.
-
ownershipSettings
public final OwnershipSettings ownershipSettings()
The collection of ownership settings for a space.
- Returns:
- The collection of ownership settings for a space.
-
spaceSharingSettings
public final SpaceSharingSettings spaceSharingSettings()
The collection of space sharing settings for a space.
- Returns:
- The collection of space sharing settings for a space.
-
toBuilder
public DescribeSpaceResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeSpaceResponse.Builder,DescribeSpaceResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeSpaceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeSpaceResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-