GoogleCloudAiplatformV1Segment class
Segment of the content.
Constructors
- GoogleCloudAiplatformV1Segment({int? endIndex, int? partIndex, int? startIndex})
- GoogleCloudAiplatformV1Segment.fromJson(Map json_)
Properties
- endIndex ↔ int?
-
End index in the given Part, measured in bytes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partIndex ↔ int?
-
The index of a Part object within its parent Content object.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startIndex ↔ int?
-
Start index in the given Part, measured in bytes.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited