public class CreateProjectVersionResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateProjectVersionResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProjectVersionArn()
The ARN of the model version that was created.
|
int |
hashCode() |
void |
setProjectVersionArn(java.lang.String projectVersionArn)
The ARN of the model version that was created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateProjectVersionResult |
withProjectVersionArn(java.lang.String projectVersionArn)
The ARN of the model version that was created.
|
public java.lang.String getProjectVersionArn()
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status of the
training operation.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status of
the training operation.
public void setProjectVersionArn(java.lang.String projectVersionArn)
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status of the
training operation.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
projectVersionArn -
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status
of the training operation.
public CreateProjectVersionResult withProjectVersionArn(java.lang.String projectVersionArn)
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status of the
training operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
(^arn:[a-z\d-]+:rekognition:[a-z\d-]+:\d{12}:project\/[a-zA
-Z0-9_.\-]{1,255}\/version\/[a-zA-Z0-9_.\-]{1,255}\/[0-9]+$)
projectVersionArn -
The ARN of the model version that was created. Use
DescribeProjectVersion to get the current status
of the training operation.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.